| Crates.io | openssl_to_rfc |
| lib.rs | openssl_to_rfc |
| version | 0.4.0 |
| created_at | 2020-04-30 07:38:28.850429+00 |
| updated_at | 2021-10-29 13:12:08.460523+00 |
| description | Convert OpenSSL cipher suite names into RFC names |
| homepage | |
| repository | https://github.com/Ayrx/openssl_to_rfc |
| max_upload_size | |
| id | 235732 |
| size | 64,400 |
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.