New
- Added
RestrictedString::take_opt_from. (#90)
Improvements
BIT_STRINGparsing now checks that the unused bits are zero in CER and DER modes. (#97)
Bug fixes
- Fixed
Utf8Stringpotentially accepting invalid UTF-8. (#91 by @sumleo) - Fixed a panic in
Unsigned::from_byteswhen the input is all zero. (#92 by @sumleo) - Fixed incorrect bounds check in
BitString::bit. (#93 by @sumleo) - Added character set validation to
FromStrimpl forNumericString,PrintableString, andIa5String. (#95 by @sumleo)