Docs.rs
rustls-openssl-0.2.0
rustls-openssl 0.2.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
tofay
Dependencies
foreign-types-shared ^0.1.1
normal
optional
once_cell ^1.8.0
normal
openssl ^0.10.68
normal
openssl-sys ^0.9.104
normal
rustls ^0.23.0
normal
rustls-webpki ^0.102.2
normal
hex ^0.4.3
dev
rcgen ^0.13.1
dev
rstest ^0.23.0
dev
rustls ^0.23.0
dev
rustls-pemfile ^2
dev
serde ^1.0.215
dev
serde_json ^1.0.133
dev
webpki-roots ^0.26
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rustls_
openssl
0.2.0
Module kx_
group
Module Items
Constants
In crate rustls_
openssl
rustls_openssl
Module
kx_group
Copy item path
Source
Expand description
Supported key exchange groups.
Constants
ยง
SECP256
R1
secp256r1 key exchange group as registered with
IANA
SECP384
R1
secp384r1 key exchange group as registered with
IANA
X25519
X25519 key exchange group as registered with
IANA
.