Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Conversation

@bitfl0wer
Copy link
Member

@bitfl0wer bitfl0wer commented Jun 27, 2025

Additions

  • Lots of new functionality for the SerialNumber and Uint newtypes, including a serde impl for Uint
  • Formatting improvements and compiler warning fixes
  • Stability improvements through use of checked_add() and friends whereever needed and replacing .unwrap() with Err() returnings
  • Slightly more robust certificate validation through added SerialNumber validation step

Bug fixes

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.

also adds 20 octet limit for serial numbers insteda of just 8 octets
chore: nightly cargo fmt for neater formatting
fix: wasm build

fix: move serial_number.rs to not be affected by types feature
@bitfl0wer bitfl0wer merged commit 52eface into main Jun 28, 2025
7 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants