Skip to content

Releases: librasn/rasn

rasn-credssp-v0.22.2

05 Jan 15:18
4ed5b2e
Compare
Choose a tag to compare

Other

  • Update README.md

rasn-cms-v0.22.2

05 Jan 15:18
4ed5b2e
Compare
Choose a tag to compare

Fixed

  • Fix most issues related to dependency update, except hashbrown version (#349)

Other

  • Optimize field presence tracking of default/optional/extended fields (#324)

rasn-cdt-v0.22.2

05 Jan 15:17
4ed5b2e
Compare
Choose a tag to compare

Other

  • OER: remove nom usage, improve errors (#384)

rasn-cbr-v0.22.2

05 Jan 15:17
4ed5b2e
Compare
Choose a tag to compare

Other

  • Use workspace metadata
  • Implement Unpacked Encoding Rules (UPER)

rasn-cap-v0.22.2

05 Jan 15:17
4ed5b2e
Compare
Choose a tag to compare

Other

  • Use workspace metadata
  • Implement Unpacked Encoding Rules (UPER)

rasn-atn-ulcs-v0.22.2

05 Jan 15:16
4ed5b2e
Compare
Choose a tag to compare

Other

  • Use workspace metadata
  • Implement Unpacked Encoding Rules (UPER)

rasn-atn-cpdlc-v0.22.2

05 Jan 15:16
4ed5b2e
Compare
Choose a tag to compare

Other

  • Use workspace metadata
  • Implement Unpacked Encoding Rules (UPER)

rasn-v0.22.1

03 Jan 21:49
0f699ea
Compare
Choose a tag to compare

Fixed

  • (derive) use const blocks and add generic bounds when generating an enum's AsnType impl (#398)
  • add missing Copy impl to FixedOctetString<N> (#396)
  • remove Default bound from [T; N]'s Decode impl (#395)
  • Fix PER encoding of empty octet strings missing the length determinant (#393)
  • FixedBitString might work as expected (#385)

Other

  • fix accidental double backtick in Integer docs (#394)
  • Fix panic in the JER OctetString decoder if the string isn't even length (#382)
  • oer: format! in error messages has too much impact (#387)
  • Add decode_with_remainder for decoding stream (#386)
  • OER: remove nom usage, improve errors (#384)
  • Remove trails of BitSlice and unnecessary length checks (#381)
  • use shifting to construct primitive integers (#379)

rasn-snmp-v0.22.1

03 Jan 21:54
0f699ea
Compare
Choose a tag to compare

Other

  • Optimize field presence tracking of default/optional/extended fields (#324)

rasn-smime-v0.22.1

03 Jan 21:54
0f699ea
Compare
Choose a tag to compare

Added

  • [breaking] Rework for SetOf type (#325)