Classes | |
| class | Certificate |
| X509 certificate. More... | |
| class | CertificateStore |
| A store for X509 certificates. More... | |
| class | Context |
| Context for SSL connections. More... | |
| class | HandshakeFailed |
| SSL Handshake failed. More... | |
| class | InvalidCertificate |
| Invalid SSL certificate or certificate chain. More... | |
| class | IOStream |
| SSL stream. More... | |
| class | SslError |
| Generic SSL run-time error. More... | |
| class | StreamBuffer |
| SSL stream buffer. More... | |
Enumerations | |
| enum | OpenMode { Connect = 1, Accept = 2 } |
| Open mode for ssl I/O. More... | |
| enum | Protocol { SSLv2 = 0, SSLv3or2 = 1, SSLv3 = 2, TLS = SSLv3or2, TLSv1 = 3, TLSv1_1 = 4, TLSv1_2 = 5 } |
| Communication protocol. More... | |
| enum | VerifyMode { NoVerify = 0, TryVerify = 1, AlwaysVerify = 2 } |
| Verification mode. More... | |
| enum OpenMode |
| enum Protocol |
| enum VerifyMode |