diff options
author | 2018-03-22 16:07:53 +0000 | |
---|---|---|
committer | 2018-03-22 16:07:53 +0000 | |
commit | 1c77d1fe553ef56d260033438fdf12c6c884912a (patch) | |
tree | 82dd81242b7768ebef6f8efca9937b555a1c4bf4 | |
parent | crypto HISTORY up to 0.9.5; researched from OpenSSL git (diff) | |
download | wireguard-openbsd-1c77d1fe553ef56d260033438fdf12c6c884912a.tar.xz wireguard-openbsd-1c77d1fe553ef56d260033438fdf12c6c884912a.zip |
ssl.h HISTORY up to 0.9.5; researched from OpenSSL git
-rw-r--r-- | lib/libssl/man/SSL_CTX_ctrl.3 | 10 | ||||
-rw-r--r-- | lib/libssl/man/SSL_get_session.3 | 10 | ||||
-rw-r--r-- | lib/libssl/man/SSL_library_init.3 | 8 |
3 files changed, 22 insertions, 6 deletions
diff --git a/lib/libssl/man/SSL_CTX_ctrl.3 b/lib/libssl/man/SSL_CTX_ctrl.3 index 9136e77e852..f5a28a4223d 100644 --- a/lib/libssl/man/SSL_CTX_ctrl.3 +++ b/lib/libssl/man/SSL_CTX_ctrl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_CTX_ctrl.3,v 1.5 2018/03/21 05:07:04 schwarze Exp $ +.\" $OpenBSD: SSL_CTX_ctrl.3,v 1.6 2018/03/22 16:07:53 schwarze Exp $ .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 .\" .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 21 2018 $ +.Dd $Mdocdate: March 22 2018 $ .Dt SSL_CTX_CTRL 3 .Os .Sh NAME @@ -114,3 +114,9 @@ and .Fn SSL_ctrl appeared before SSLeay 0.8 and have been available since .Ox 2.4 . +.Pp +.Fn SSL_CTX_callback_ctrl +and +.Fn SSL_callback_ctrl +first appeared in OpenSSL 0.9.5 and have been available since +.Ox 2.7 . diff --git a/lib/libssl/man/SSL_get_session.3 b/lib/libssl/man/SSL_get_session.3 index e2b73930492..96d597a7348 100644 --- a/lib/libssl/man/SSL_get_session.3 +++ b/lib/libssl/man/SSL_get_session.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_get_session.3,v 1.5 2018/03/21 05:07:04 schwarze Exp $ +.\" $OpenBSD: SSL_get_session.3,v 1.6 2018/03/22 16:07:53 schwarze Exp $ .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 .\" .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. @@ -49,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 21 2018 $ +.Dd $Mdocdate: March 22 2018 $ .Dt SSL_GET_SESSION 3 .Os .Sh NAME @@ -155,3 +155,9 @@ session. .Fn SSL_get_session appeared before SSLeay 0.8 and has been available since .Ox 2.4 . +.Pp +.Fn SSL_get0_session +and +.Fn SSL_get1_session +first appeared in OpenSSL 0.9.5 and have been available since +.Ox 2.7 . diff --git a/lib/libssl/man/SSL_library_init.3 b/lib/libssl/man/SSL_library_init.3 index 26a38e53e79..a45e91e043a 100644 --- a/lib/libssl/man/SSL_library_init.3 +++ b/lib/libssl/man/SSL_library_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_library_init.3,v 1.4 2018/03/21 16:12:41 schwarze Exp $ +.\" $OpenBSD: SSL_library_init.3,v 1.5 2018/03/22 16:07:53 schwarze Exp $ .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 .\" .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 21 2018 $ +.Dd $Mdocdate: March 22 2018 $ .Dt SSL_LIBRARY_INIT 3 .Os .Sh NAME @@ -104,3 +104,7 @@ appeared before SSLeay 0.8 and has been available since .Fn SSL_library_init first appeared in OpenSSL 0.9.2b and has been available since .Ox 2.6 . +.Pp +.Fn OpenSSL_add_ssl_algorithms +first appeared in OpenSSL 0.9.5 and has been available since +.Ox 2.7 . |