summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2018-03-23 02:21:08 +0000
committerschwarze <>2018-03-23 02:21:08 +0000
commit9256ed3d143ad25f9d5ec71f3c51c9ea1b6f3323 (patch)
tree80ce693cda5d05f88030afc53f8dafe3af30e300 /src
parent82cea7b53a604d4fc95cffbfabe1df087ab92be8 (diff)
downloadopenbsd-9256ed3d143ad25f9d5ec71f3c51c9ea1b6f3323.tar.gz
openbsd-9256ed3d143ad25f9d5ec71f3c51c9ea1b6f3323.tar.bz2
openbsd-9256ed3d143ad25f9d5ec71f3c51c9ea1b6f3323.zip
ssl.h HISTORY up to 0.9.8zh; researched from OpenSSL git
Diffstat (limited to 'src')
-rw-r--r--src/lib/libssl/man/DTLSv1_listen.37
-rw-r--r--src/lib/libssl/man/SSL_CTX_set_options.312
2 files changed, 11 insertions, 8 deletions
diff --git a/src/lib/libssl/man/DTLSv1_listen.3 b/src/lib/libssl/man/DTLSv1_listen.3
index 457ac1add8..26a874a347 100644
--- a/src/lib/libssl/man/DTLSv1_listen.3
+++ b/src/lib/libssl/man/DTLSv1_listen.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: DTLSv1_listen.3,v 1.2 2016/12/06 12:24:33 schwarze Exp $ 1.\" $OpenBSD: DTLSv1_listen.3,v 1.3 2018/03/23 02:21:08 schwarze Exp $
2.\" OpenSSL 7795475f Dec 18 13:18:31 2015 -0500 2.\" OpenSSL 7795475f Dec 18 13:18:31 2015 -0500
3.\" 3.\"
4.\" This file was written by Matt Caswell <matt@openssl.org>. 4.\" This file was written by Matt Caswell <matt@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: December 6 2016 $ 51.Dd $Mdocdate: March 23 2018 $
52.Dt DTLSV1_LISTEN 3 52.Dt DTLSV1_LISTEN 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -183,4 +183,5 @@ non-fatal), whilst return codes >0 indicate success.
183.Xr SSL_get_error 3 183.Xr SSL_get_error 3
184.Sh HISTORY 184.Sh HISTORY
185.Fn DTLSv1_listen 185.Fn DTLSv1_listen
186was added in OpenSSL 0.9.8. 186first appeared in OpenSSL 0.9.8m and have been available since
187.Ox 4.9 .
diff --git a/src/lib/libssl/man/SSL_CTX_set_options.3 b/src/lib/libssl/man/SSL_CTX_set_options.3
index c98e845452..9c33b88b84 100644
--- a/src/lib/libssl/man/SSL_CTX_set_options.3
+++ b/src/lib/libssl/man/SSL_CTX_set_options.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SSL_CTX_set_options.3,v 1.9 2018/03/21 16:12:41 schwarze Exp $ 1.\" $OpenBSD: SSL_CTX_set_options.3,v 1.10 2018/03/23 02:21:08 schwarze Exp $
2.\" full merge up to: OpenSSL 7946ab33 Dec 6 17:56:41 2015 +0100 2.\" full merge up to: OpenSSL 7946ab33 Dec 6 17:56:41 2015 +0100
3.\" selective merge up to: OpenSSL edb79c3a Mar 29 10:07:14 2017 +1000 3.\" selective merge up to: OpenSSL edb79c3a Mar 29 10:07:14 2017 +1000
4.\" 4.\"
@@ -52,7 +52,7 @@
52.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 52.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
53.\" OF THE POSSIBILITY OF SUCH DAMAGE. 53.\" OF THE POSSIBILITY OF SUCH DAMAGE.
54.\" 54.\"
55.Dd $Mdocdate: March 21 2018 $ 55.Dd $Mdocdate: March 23 2018 $
56.Dt SSL_CTX_SET_OPTIONS 3 56.Dt SSL_CTX_SET_OPTIONS 3
57.Os 57.Os
58.Sh NAME 58.Sh NAME
@@ -360,7 +360,9 @@ and
360first appeared in OpenSSL 0.9.2b and have been available since 360first appeared in OpenSSL 0.9.2b and have been available since
361.Ox 2.6 . 361.Ox 2.6 .
362.Pp 362.Pp
363.Fn SSL_CTX_clear_options 363.Fn SSL_CTX_clear_options ,
364.Fn SSL_clear_options ,
364and 365and
365.Fn SSL_clear_options 366.Fn SSL_get_secure_renegotiation_support
366were first added in OpenSSL 0.9.8m. 367first appeared in OpenSSL 0.9.8m and have been available since
368.Ox 4.9 .