rustls_connection_get_protocol_version

Return the TLS protocol version that has been negotiated. Before this has been decided during the handshake, this will return 0. Otherwise, the u16 version number as defined in the relevant RFC is returned. <https://docs.rs/rustls/0.20.0/rustls/enum.Connection.html#method.protocol_version> <https://docs.rs/rustls/0.20.0/rustls/internal/msgs/enums/enum.ProtocolVersion.html>

extern (C)
ushort
rustls_connection_get_protocol_version

Meta