openssl_to_rfc 0.4.0

Convert OpenSSL cipher suite names into RFC names
Documentation

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.