Skip to content

Commit 2f5d8a2

Browse files
CertificateRequest Rust bindings (#5331)
Co-authored-by: Sam Clark <3758302+goatgoose@users.noreply.github.com>
1 parent 966deac commit 2f5d8a2

File tree

6 files changed

+631
-0
lines changed

6 files changed

+631
-0
lines changed

bindings/rust/extended/s2n-tls/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ default = []
1313
unstable-fingerprint = ["s2n-tls-sys/unstable-fingerprint"]
1414
unstable-ktls = ["s2n-tls-sys/unstable-ktls"]
1515
unstable-renegotiate = ["s2n-tls-sys/unstable-renegotiate"]
16+
unstable-cert_authorities = ["s2n-tls-sys/unstable-cert_authorities"]
1617
quic = ["s2n-tls-sys/quic"]
1718
fips = ["s2n-tls-sys/fips"]
1819
pq = ["s2n-tls-sys/pq"]

0 commit comments

Comments
 (0)