summaryrefslogtreecommitdiff
path: root/lib/libssl
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2018-03-23 02:21:09 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2018-03-23 02:21:09 +0000
commitf6cf7a93fadfa2065fe05e1ead9e1f52ff6f2916 (patch)
tree5bcf13ba326a20ffef2a064766bf7116298ad759 /lib/libssl
parent2a2ebe26b85c575372683c2b543d532c0a4e5b58 (diff)
ssl.h HISTORY up to 0.9.8zh; researched from OpenSSL git
Diffstat (limited to 'lib/libssl')
-rw-r--r--lib/libssl/man/DTLSv1_listen.37
-rw-r--r--lib/libssl/man/SSL_CTX_set_options.312
2 files changed, 11 insertions, 8 deletions
diff --git a/lib/libssl/man/DTLSv1_listen.3 b/lib/libssl/man/DTLSv1_listen.3
index 457ac1add8e..26a874a3470 100644
--- a/lib/libssl/man/DTLSv1_listen.3
+++ b/lib/libssl/man/DTLSv1_listen.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: DTLSv1_listen.3,v 1.2 2016/12/06 12:24:33 schwarze Exp $
+.\" $OpenBSD: DTLSv1_listen.3,v 1.3 2018/03/23 02:21:08 schwarze Exp $
.\" OpenSSL 7795475f Dec 18 13:18:31 2015 -0500
.\"
.\" This file was written by Matt Caswell <matt@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: December 6 2016 $
+.Dd $Mdocdate: March 23 2018 $
.Dt DTLSV1_LISTEN 3
.Os
.Sh NAME
@@ -183,4 +183,5 @@ non-fatal), whilst return codes >0 indicate success.
.Xr SSL_get_error 3
.Sh HISTORY
.Fn DTLSv1_listen
-was added in OpenSSL 0.9.8.
+first appeared in OpenSSL 0.9.8m and have been available since
+.Ox 4.9 .
diff --git a/lib/libssl/man/SSL_CTX_set_options.3 b/lib/libssl/man/SSL_CTX_set_options.3
index c98e845452b..9c33b88b84b 100644
--- a/lib/libssl/man/SSL_CTX_set_options.3
+++ b/lib/libssl/man/SSL_CTX_set_options.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: SSL_CTX_set_options.3,v 1.9 2018/03/21 16:12:41 schwarze Exp $
+.\" $OpenBSD: SSL_CTX_set_options.3,v 1.10 2018/03/23 02:21:08 schwarze Exp $
.\" full merge up to: OpenSSL 7946ab33 Dec 6 17:56:41 2015 +0100
.\" selective merge up to: OpenSSL edb79c3a Mar 29 10:07:14 2017 +1000
.\"
@@ -52,7 +52,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 23 2018 $
.Dt SSL_CTX_SET_OPTIONS 3
.Os
.Sh NAME
@@ -360,7 +360,9 @@ and
first appeared in OpenSSL 0.9.2b and have been available since
.Ox 2.6 .
.Pp
-.Fn SSL_CTX_clear_options
+.Fn SSL_CTX_clear_options ,
+.Fn SSL_clear_options ,
and
-.Fn SSL_clear_options
-were first added in OpenSSL 0.9.8m.
+.Fn SSL_get_secure_renegotiation_support
+first appeared in OpenSSL 0.9.8m and have been available since
+.Ox 4.9 .