openssl_to_rfc

Crates.ioopenssl_to_rfc
lib.rsopenssl_to_rfc
version0.4.0
sourcesrc
created_at2020-04-30 07:38:28.850429
updated_at2021-10-29 13:12:08.460523
descriptionConvert OpenSSL cipher suite names into RFC names
homepage
repositoryhttps://github.com/Ayrx/openssl_to_rfc
max_upload_size
id235732
size64,400
Terry Chia (Ayrx)

documentation

README

openssl_to_rfc

Crates.io

openssl_to_rfc converts an OpenSSL cipher suite name like ECDH-RSA-AES128-GCM-SHA256 to the equivalent RFC version TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256.

This crate is pure Rust and does not depend on openssl.

Commit count: 16

cargo fmt