Skip to content

0.7.7

Latest

Choose a tag to compare

@partim partim released this 08 Jun 14:50
· 1 commit to main since this release
f9ce2c7

New

  • Added RestrictedString::take_opt_from. (#90)

Improvements

  • BIT_STRING parsing now checks that the unused bits are zero in CER and DER modes. (#97)

Bug fixes

  • Fixed Utf8String potentially accepting invalid UTF-8. (#91 by @sumleo)
  • Fixed a panic in Unsigned::from_bytes when the input is all zero. (#92 by @sumleo)
  • Fixed incorrect bounds check in BitString::bit. (#93 by @sumleo)
  • Added character set validation to FromStr impl for NumericString, PrintableString, and Ia5String. (#95 by @sumleo)