rustls_connection_get_negotiated_ciphersuite

Retrieves the cipher suite agreed with the peer. This returns NULL until the ciphersuite is agreed. The returned pointer lives as long as the program. <https://docs.rs/rustls/0.20.0/rustls/enum.Connection.html#method.negotiated_cipher_suite>

extern (C)
rustls_connection_get_negotiated_ciphersuite

Meta