Skip to content

asn1-rs-0.5.2

Latest
Compare
Choose a tag to compare
@chifflier chifflier released this 07 Mar 10:42
· 58 commits to master since this release
asn1-rs-0.5.2

What's Changed

  • Fix decoding of integers: check if value will wrap if integer is signed
  • Fix encoding of integers (add 0x00 prefix when required, and remove extra 0xff for negative integers)
  • Fix a small math error in GeneralizedTime
  • Introduce trait GetObjectContent, use from_ber when skipping BER content (closes #14)

New Contributors

Full Changelog: asn1-rs-0.5.1...asn1-rs-0.5.2