openssl_to_rfc 0.2.0

Convert OpenSSL cipher suite names into RFC names
Documentation
1
2
3
4
5
6
7
8
9
# openssl_to_rfc

[![Crates.io](https://img.shields.io/crates/v/openssl_to_rfc?style=flat-square)](https://crates.io/crates/openssl_to_rfc)

`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`.