Add an SSL_SESSION accessor for obtaining the protocol version number, with
authorTJ Saunders <tj@castaglia.org>
Thu, 26 May 2016 22:40:13 +0000 (15:40 -0700)
committerRich Salz <rsalz@openssl.org>
Tue, 31 May 2016 21:16:29 +0000 (17:16 -0400)
commitbd01f6498c2c5007df64ba88c5d88ff15b0376cb
treeeae87797af4e605a3af32ddfbe81221ca414500e
parent6d1e7709c67fa258527e58b797dc581c4e236f20
Add an SSL_SESSION accessor for obtaining the protocol version number, with
accompanying documentation.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1135)
doc/ssl/SSL_SESSION_get_protocol_version.pod [new file with mode: 0644]
include/openssl/ssl.h
ssl/ssl_sess.c