chifflier
released this
07 Mar 10:42
·
59 commits
to master
since this release
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