Module tls_parser::tls_ciphers [−][src]
TLS ciphersuites definitions and parameters
The CIPHERS static hash map is built during the
compilation of the crate, using build.rs. It parses a file derived from
the IANA TLS Cipher Suite
Registry
to automatically extract parameters and add all known ciphersuites.
Structs
| TlsCipherSuite |
TLS Ciphersuite |
Enums
| TlsCipherAu |
Authentication methods |
| TlsCipherEnc |
Encryption methods |
| TlsCipherEncMode |
Encryption modes |
| TlsCipherKx |
Key exchange methods |
| TlsCipherMac |
Message Authentication Code (MAC) methods |
Statics
| CIPHERS |