mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-18 01:05:28 +00:00
13a1c456f5
* Switch to `aes-gcm` crate for retry token logic when using rustls * Split `rustls-ring` and `rustls-aws-lc-rs` features into `rustls`, `ring` and `aws-lc-rs` features. * Better document the features. * `cargo make format` * Fix outdated feature references * Avoid double-defining `configured_provider` * File an issue about suddenly working PQC handshakes now breaking a test * Fix rebase * Only enable `aes-gcm` dependency when needed * Add features for backwards compatibility * Add some links to the spec's retry packet integrity section