Expand description
§yTLS sans-io (Client) related functionality
The client context implements all the TLS Processor traits and provides a stateful context from the client end PoV.
Structs§
- Client
Application Ctx - yTLS Client Application Ctx
- Client
Handshake Ctx - State machine context for yTLS CLient
- Handshake
Complete - Marker for Handshake being complete
- TlsClient
Ctx - Combined client context with handshake and application.
Enums§
- CtxError
- yTLS Context Errors
- Rfc8446
Error
Traits§
- CtxApplication
Processor - Implement to process application data part
- CtxHandshake
Processor - Implement to process handshaking part
- TlsClient
CtxConfig - Implement to provide configuration for the TLS Client Context
- TlsLeft
In - TLS State Machine Left (Ciphertext) or “Network” I/O ingress side
- TlsLeft
Out - TLS State Machine Left (Ciphertext) or “Network” I/O egress side
- TlsRight
- TLS State Machine Right (Cleartext) or “Application” I/O side