Module openssl::ssl 
            
                [−]
            
        [src]
Modules
| error | 
Structs
| NonblockingSslStream | An SSL stream wrapping a nonblocking socket. | 
| Ssl | |
| SslContext | An SSL context object | 
| SslContextOptions | |
| SslStream | A stream wrapper which handles SSL encryption for an underlying stream. | 
| SslVerifyMode | 
Enums
| 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
| 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 |