rustls/rustls
Jacob Hoffman-Andrews 2df280cae2 OwnedTrustAnchor: subject is a DistinguishedName
Store the subject field as the DistinguishedName type, and also return
&DistinguishedName from subject().
2023-03-29 08:53:17 +02:00
..
benches Switch from criterion to bencher 2023-01-13 12:11:26 +01:00
examples/internal ClientCertVerifier: return &[DistinguishedNames] 2023-03-29 08:53:17 +02:00
src OwnedTrustAnchor: subject is a DistinguishedName 2023-03-29 08:53:17 +02:00
tests OwnedTrustAnchor: subject is a DistinguishedName 2023-03-29 08:53:17 +02:00
Cargo.toml Bump webpki to 0.100.0 2023-03-16 11:08:51 +01:00
LICENSE-APACHE Include LICENSE files with published crates 2021-05-15 16:07:56 +01:00
LICENSE-ISC Include LICENSE files with published crates 2021-05-15 16:07:56 +01:00
LICENSE-MIT Include LICENSE files with published crates 2021-05-15 16:07:56 +01:00
build.rs Make `cargo {check,build,test} --all-features` work on Rust Stable. 2022-01-23 23:30:52 +01:00