Introduce SSL_CIPHER_get_protocol_id
authorPaul Yang <yang.yang@baishancloud.com>
Tue, 22 Aug 2017 16:37:10 +0000 (00:37 +0800)
committerBenjamin Kaduk <kaduk@mit.edu>
Wed, 30 Aug 2017 19:01:13 +0000 (14:01 -0500)
commit50966bfa119d129c4b2bc405b6ade1c6a21b84f2
treed36649684cf1ff69c6fb264ef7daf50c46aaf620
parent22d1a340b644d5d833157de1c0c2d1f0d7690529
Introduce SSL_CIPHER_get_protocol_id

The returned ID matches with what IANA specifies (or goes on the
wire anyway, IANA notwithstanding).

Doc is added.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/4107)
doc/man3/SSL_CIPHER_get_name.pod
include/openssl/ssl.h
ssl/ssl_ciph.c
util/libssl.num