Releases: rustls/pki-types
Releases · rustls/pki-types
v/1.3.0
- Adds
CertificateSigningRequestDer
to represent a DER encoded Certificate Signing Request (CSR) as specified in RFC 2986.
What's Changed
- docs: add mention of no Clone on private keys by @cpu in #30
- docs: further refinement of no-clone advice by @cpu in #31
- Add
CertificateSigningRequestDer
type by @Tudyx in #33 - Cargo: version 1.2.0 -> 1.3.0 by @cpu in #34
New Contributors
Full Changelog: v/1.2.0...v/1.3.0
v/1.2.0
1.1.0
1.0.1
1.0.0
This crate provides types for representing X.509 certificates, keys and other types as commonly used in the rustls ecosystem.
This is the first stable release.
What's Changed
- Start collection of basic data types by @djc in #1
- Rename workflow to match other repos by @djc in #2
- Derive Clone for CertificateRevocationListDer by @djc in #3
- Migrate signature verification trait to here by @ctz in #5
- Simplify
AlgorithmIdentifier
type by @ctz in #6 - Add UnixTime type by @djc in #7
- fix PartialEq when alloc and derive Eq by @zh-jq in #10
- add CertificateDer::into_owned by @japaric in #12
- Server name by @djc in #11
- Improve Debug impls by @jsha in #13
- lib: fix clippy warning, cargo fmt by @cpu in #16
- server_name: offer ServerName::to_str w/ alloc/std features by @cpu in #14
- Bump version to 1.0.0 by @ctz in #17
New Contributors
- @djc made their first contribution in #1
- @ctz made their first contribution in #5
- @zh-jq made their first contribution in #10
- @japaric made their first contribution in #12
- @jsha made their first contribution in #13
- @cpu made their first contribution in #16
Full Changelog: https://github.com/rustls/pki-types/commits/v/1.0.0