Module blaze_ssl::stream

source ·

Structs

Wrapping structure for wrapping Read + Write streams with a SSLv3 protocol wrapping.
Certificate used by the server
RSA private key used by the server

Enums

Handler for processing messages that have been read and turning them into their actual messages
Mode to use when starting the handshake. Server mode will handshake as the server entity and client will handshake as a client entity
Handler for processing messages that need to be written converts them to writing messages

Type Definitions