Releases: rustls/rcgen
Releases · rustls/rcgen
Release list
0.14.10
0.14.9
Previous versions generated DER that is strictly incompatible with the spec, writing an explicit false value for IsCa::ExplicitNoCa where this should be omitted (as it's the default).
What's Changed
0.14.8
What's Changed
- Fix incorrect identifier for ML-DSA signature algorithms by @DarkmatterVale in #412
- Upgrade yasna to 0.6 by @djc in #419
- Add support for is_ca in CSR Params by @5Dev24 in #420
- Add support for serializing BasicConstraints in CSR's by @5Dev24 in #422
- update key_pair to signing_key in README.md by @fakelozic in #427
- Fix encoding of directoryName constraints by @sfackler in #429
0.14.7
What's Changed
- Implement
From<KeyPair> for PrivateKeyDer<'static>by @LebedevRI in #403 - update copyright year in LICENSE by @jasmyhigh in #407
- Add P521-SHA256 and P521-SHA384 signing algorithms by @djc in #408
0.14.6
What's Changed
- Use private cfg for docs.rs-like builds by @ctz in #384
- Expand rustdoc for CertificateSigningRequestParams::from_der by @dwhjames in #386
- Group imports by @iamjpotts in #381
- examples: add signing new cert using existing ca pem files by @iamjpotts in #379
- Tweak CSR parsing errors/documentation by @djc in #390
- Rename invalid CSR signature error variant by @djc in #393
- chore: fix some typos in comments by @black5box in #395
- ci: sync cargo-check-external-types nightly by @cpu in #399
- Forward selected crypto backend to x509-parser by @djc in #398