Cargo Features

s2n-tls has no features set by default.

[dependencies]
s2n-tls = { version = "0.2.3", features = ["unstable-fingerprint", "unstable-ktls", "quic", "pq", "testing"] }
unstable-fingerprint

Enables unstable-fingerprint of s2n-tls-sys

Affects client_hello::fingerprint

unstable-ktls

Enables unstable-ktls of s2n-tls-sys

quic

Enables quic of s2n-tls-sys

pq

Enables pq of s2n-tls-sys

testing = bytes

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

bytes testing?