Skip to content

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented May 8, 2022

Added

  • Impl ValueOrd for SetOf and SetOfVec (#362)
  • SequenceRef type (#374)
  • Support for SetOf sorting on heapless no_std targets (#401)
  • Support for mapping BitString to/from a FlagSet (#412)
  • DecodeOwned marker trait (#529)
  • Support for the ASN.1 REAL type (#346)
  • DecodePem and EncodePem traits (#571)
  • Document and SecretDocument types (#571)
  • EncodeRef/EncodeValueRef wrapper types (#604)
  • Writer trait (#605)
  • Reader trait (#606)
  • Streaming on-the-fly PemReader and PemWriter (#618, #636)
  • Owned BitString (#636)
  • Owned Any and OctetString types (#640)

Changed

  • Pass Header to DecodeValue (#392)
  • Bump const-oid dependency to v0.9 (#507)
  • Renamed Decodable/Encodable => Decode/Encode (#523)
  • Enable arithmetic, casting, and panic clippy lints (#556, #579)
  • Use &mut dyn Writer as output for Encode::encode and EncodeValue::encode_value (#611)
  • Bump pem-rfc7468 dependency to v0.6 (#620)
  • Use Reader<'a> as input for Decode::decode and DecodeValue::decode_value (#633)
  • Renamed Any => AnyRef (#637)
  • Renamed BitString => BitStringRef (#637)
  • Renamed Ia5String => Ia5StringRef (#637)
  • Renamed OctetString => OctetStringRef (#637)
  • Renamed PrintableString => PrintableStringRef (#637)
  • Renamed Utf8String => Utf8StringRef (#637)
  • Renamed UIntBytes => UIntRef (#637)
  • Renamed Decoder => SliceReader (#651)
  • Renamed Encoder => SliceWriter (#651)

Fixed

  • Handling of oversized unsigned INTEGER inputs (#447)

Removed

  • bigint feature (#344)
  • OrdIsValueOrd trait (#359)
  • Document trait (#571)
  • OptionalRef (#604)
  • Decode-time SET OF ordering checks (#625)

@tarcieri tarcieri merged commit 4fdb849 into master May 8, 2022
@tarcieri tarcieri deleted the der/v0.6.0 branch May 8, 2022 17:06
This was referenced May 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant