Module openssl::ssl 
                   
                       [−]
                   
               [src]
Modules
| error | 
Structs
| CipherBits | |
| NonblockingSslStream | |
| Ssl | |
| SslCipher | |
| SslContext | 
                                 An SSL context object  | 
                       
| SslContextOptions | |
| SslStream | 
                                 A stream wrapper which handles SSL encryption for an underlying stream.  | 
                       
| SslVerifyMode | 
Enums
| Error | 
                                 An SSL error.  | 
                       
| MaybeSslStream | 
                                 A utility type to help in cases where the use of SSL is decided at runtime.  | 
                       
| SslMethod | 
                                 Determines the SSL method supported  | 
                       
Constants
Traits
| IntoSsl | 
Functions
| init | 
                                 Manually initialize SSL. It is optional to call this function and safe to do so more than once.  | 
                       
Type Definitions
| ServerNameCallback | 
                                 The signature of functions that can be used to choose the context depending on the server name  | 
                       
| ServerNameCallbackData | |
| VerifyCallback | 
                                 The signature of functions that can be used to manually verify certificates  | 
                       
| VerifyCallbackData | 
                                 The signature of functions that can be used to manually verify certificates when user-data should be carried for all verification process  |