Module server
Expand description
TLS implementation agnostic server types
Structs§
- Dynamic
Issuer - Dynamic issuer which internally contains the dyn issuer
- NoTls
Reject Error - non-tls connection is rejected
- Self
Signed Data - Data that can be used to configure the self-signed single data
- Server
Auth Data - Raw private key and certificate data to facilitate server authentication.
- Server
Cert Issuer Data - Server
Config - Common API to configure a TLS Server
- SniRequest
- A request ready for SNI routing,
usually used in combination with
SniRouter
. - SniRouter
- A
Service
router that can be used to support routing of tls traffic as well as non-tls traffic. - TlsPeek
Router - A
Service
router that can be used to support tls traffic as well as non-tls traffic.
Enums§
- Cache
Kind - Cache kind that will be used to cache results of certificate issuers
- Client
Verify Mode - Mode of client verification by a (tls) server
- Server
Auth - The kind of server auth to be used.
- Server
Cert Issuer Kind - A type of
ServerAuth
which can be used to generate server certs on the fly using the given issuer
Traits§
- Dynamic
Cert Issuer - Trait that needs to be implemented by cert issuers to support dynamically issueing (external) certs based on client_hello input.
Type Aliases§
- SniPeek
Stream PeekStream
alias used bySniRouter
.- TlsPeek
Stream PeekStream
alias used byTlsPeekRouter
.