- Returns: {Object}
name
{string} OpenSSL name for the cipher suite.standardName
{string} IETF name for the cipher suite.version
{string} The minimum TLS protocol version supported by this cipher suite.
Returns an object containing information on the negotiated cipher suite.
For example:
{
"name": "AES128-SHA256",
"standardName": "TLS_RSA_WITH_AES_128_CBC_SHA256",
"version": "TLSv1.2"
}
See SSL_CIPHER_get_name for more information.