Crate openssl_ktls

Source
Expand description

This crate provides KTLS compatible openssl SslStream implementation.

We cannot use the openssl::ssl::SslStream directly here because its BIOs are not compatible with KTLS. The BIO blocks the ctrl messages that needs to be passed down to the next BIO layer.

Modules§

error
ffi
option
tokio_stream

Structs§

SslStream

Type Aliases§

TokioSslStream