Return the two‐octet TLS protocol cipher suite identifier.
Synopsis
Declared in <openssl/ssl.h>
uint16_t
SSL_CIPHER_get_protocol_id(SSL_CIPHER const* c);
Return Value
Protocol ID as used on the wire in SSLv3/TLS ClientHello/ServerHello.
Parameters
Name |
Description |
c |
Cipher suite to query. |
Created with MrDocs