pingora_openssl::ext

Function ssl_use_second_key_share

Source
pub fn ssl_use_second_key_share(_ssl: &mut SslRef, _enabled: bool)
Expand description

Set’s whether a second keyshare to be sent in client hello when PQ is used.

This function is specific to BoringSSL. This function is noop for OpenSSL.