This repository was archived by the owner on Aug 15, 2025. It is now read-only.
Additions
- Lots of new functionality for the
SerialNumber
andUint
newtypes, including aserde
impl forUint
- Formatting improvements and compiler warning fixes
- Stability improvements through use of
checked_add()
and friends whereever needed and replacing.unwrap()
withErr()
returnings - Slightly more robust certificate validation through added
SerialNumber
validation step
Bug fixes
- Implemented changes made to the specification in a recent PR to polyproto-rs, making the crate once again (hopefully) spec compliant (contributor: @Sorixelle)
Upcoming
v0.12 is set to include sqlx_postgres
support for some of the types offered by this crate, to make working with this crate easier in scenarios requiring a PostgreSQL database.
Full Changelog: v0.10...v0.11