summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2018-03-21 16:12:41 +0000
committerschwarze <>2018-03-21 16:12:41 +0000
commit446fc96ea9fa6ae26eb371177d9e3b8c982b7c62 (patch)
tree33233091c559ad189d2fd647d350e19cb7722743
parentd0266c907e1c719aeb2cb861f47dd0de6880a9b0 (diff)
downloadopenbsd-446fc96ea9fa6ae26eb371177d9e3b8c982b7c62.tar.gz
openbsd-446fc96ea9fa6ae26eb371177d9e3b8c982b7c62.tar.bz2
openbsd-446fc96ea9fa6ae26eb371177d9e3b8c982b7c62.zip
ssl.h HISTORY up to 0.9.2b; researched from OpenSSL git
-rw-r--r--src/lib/libssl/man/SSL_COMP_add_compression_method.38
-rw-r--r--src/lib/libssl/man/SSL_CTX_set_options.38
-rw-r--r--src/lib/libssl/man/SSL_CTX_set_read_ahead.39
-rw-r--r--src/lib/libssl/man/SSL_CTX_set_session_id_context.38
-rw-r--r--src/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.38
-rw-r--r--src/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.38
-rw-r--r--src/lib/libssl/man/SSL_library_init.36
-rw-r--r--src/lib/libssl/man/SSL_load_client_CA_file.35
8 files changed, 49 insertions, 11 deletions
diff --git a/src/lib/libssl/man/SSL_COMP_add_compression_method.3 b/src/lib/libssl/man/SSL_COMP_add_compression_method.3
index dc47f4e1e9..9e1bd1db7c 100644
--- a/src/lib/libssl/man/SSL_COMP_add_compression_method.3
+++ b/src/lib/libssl/man/SSL_COMP_add_compression_method.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SSL_COMP_add_compression_method.3,v 1.2 2016/11/29 19:52:17 schwarze Exp $ 1.\" $OpenBSD: SSL_COMP_add_compression_method.3,v 1.3 2018/03/21 16:12:41 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: November 29 2016 $ 17.Dd $Mdocdate: March 21 2018 $
18.Dt SSL_COMP_ADD_COMPRESSION_METHOD 3 18.Dt SSL_COMP_ADD_COMPRESSION_METHOD 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -46,3 +46,7 @@ always returns 1.
46.Fn SSL_COMP_get_compression_methods 46.Fn SSL_COMP_get_compression_methods
47always returns 47always returns
48.Dv NULL . 48.Dv NULL .
49.Sh HISTORY
50.Fn SSL_COMP_add_compression_method
51first appeared in OpenSSL 0.9.2b and has been available since
52.Ox 2.6 .
diff --git a/src/lib/libssl/man/SSL_CTX_set_options.3 b/src/lib/libssl/man/SSL_CTX_set_options.3
index e61779eb13..c98e845452 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.8 2018/03/21 08:06:34 schwarze Exp $ 1.\" $OpenBSD: SSL_CTX_set_options.3,v 1.9 2018/03/21 16:12:41 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.\"
@@ -354,6 +354,12 @@ returns 1 is the peer supports secure renegotiation and 0 if it does not.
354first appeared in SSLeay 0.9.0 and has been available since 354first appeared in SSLeay 0.9.0 and has been available since
355.Ox 2.4 . 355.Ox 2.4 .
356.Pp 356.Pp
357.Fn SSL_CTX_get_options
358and
359.Fn SSL_get_options
360first appeared in OpenSSL 0.9.2b and have been available since
361.Ox 2.6 .
362.Pp
357.Fn SSL_CTX_clear_options 363.Fn SSL_CTX_clear_options
358and 364and
359.Fn SSL_clear_options 365.Fn SSL_clear_options
diff --git a/src/lib/libssl/man/SSL_CTX_set_read_ahead.3 b/src/lib/libssl/man/SSL_CTX_set_read_ahead.3
index 44cb08ec53..8948d47e49 100644
--- a/src/lib/libssl/man/SSL_CTX_set_read_ahead.3
+++ b/src/lib/libssl/man/SSL_CTX_set_read_ahead.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SSL_CTX_set_read_ahead.3,v 1.2 2018/03/21 05:07:04 schwarze Exp $ 1.\" $OpenBSD: SSL_CTX_set_read_ahead.3,v 1.3 2018/03/21 16:12:41 schwarze Exp $
2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
3.\" 3.\"
4.\" This file was written by Matt Caswell <matt@openssl.org>. 4.\" This file was written by Matt Caswell <matt@openssl.org>.
@@ -131,6 +131,13 @@ and
131.Fn SSL_get_read_ahead 131.Fn SSL_get_read_ahead
132appeared before SSLeay 0.8 and have been available since 132appeared before SSLeay 0.8 and have been available since
133.Ox 2.4 . 133.Ox 2.4 .
134.Pp
135.Fn SSL_CTX_set_read_ahead ,
136.Fn SSL_CTX_get_read_ahead ,
137and
138.Fn SSL_CTX_get_default_read_ahead
139first appeared in OpenSSL 0.9.2b and have been available since
140.Ox 2.6 .
134.Sh CAVEATS 141.Sh CAVEATS
135Switching read ahead on can impact the behaviour of the 142Switching read ahead on can impact the behaviour of the
136.Xr SSL_pending 3 143.Xr SSL_pending 3
diff --git a/src/lib/libssl/man/SSL_CTX_set_session_id_context.3 b/src/lib/libssl/man/SSL_CTX_set_session_id_context.3
index 99fa4ae8e3..117be60bd8 100644
--- a/src/lib/libssl/man/SSL_CTX_set_session_id_context.3
+++ b/src/lib/libssl/man/SSL_CTX_set_session_id_context.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SSL_CTX_set_session_id_context.3,v 1.3 2017/04/10 15:37:55 schwarze Exp $ 1.\" $OpenBSD: SSL_CTX_set_session_id_context.3,v 1.4 2018/03/21 16:12:41 schwarze Exp $
2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
3.\" 3.\"
4.\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. 4.\" This file was written by Lutz Jaenicke <jaenicke@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: April 10 2017 $ 51.Dd $Mdocdate: March 21 2018 $
52.Dt SSL_CTX_SET_SESSION_ID_CONTEXT 3 52.Dt SSL_CTX_SET_SESSION_ID_CONTEXT 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -151,3 +151,7 @@ The operation succeeded.
151.Sh SEE ALSO 151.Sh SEE ALSO
152.Xr ssl 3 , 152.Xr ssl 3 ,
153.Xr SSL_SESSION_set1_id_context 3 153.Xr SSL_SESSION_set1_id_context 3
154.Sh HISTORY
155.Fn SSL_set_session_id_context
156first appeared in OpenSSL 0.9.2b and has been available since
157.Ox 2.6 .
diff --git a/src/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3 b/src/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3
index d2ea7d3d02..2456dd500d 100644
--- a/src/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3
+++ b/src/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SSL_CTX_set_tmp_dh_callback.3,v 1.5 2018/03/21 05:07:04 schwarze Exp $ 1.\" $OpenBSD: SSL_CTX_set_tmp_dh_callback.3,v 1.6 2018/03/21 16:12:41 schwarze Exp $
2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
3.\" 3.\"
4.\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. 4.\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>.
@@ -227,3 +227,9 @@ and
227.Fn SSL_CTX_set_tmp_dh 227.Fn SSL_CTX_set_tmp_dh
228appeared before SSLeay 0.8 and have been available since 228appeared before SSLeay 0.8 and have been available since
229.Ox 2.4 . 229.Ox 2.4 .
230.Pp
231.Fn SSL_set_tmp_dh_callback
232and
233.Fn SSL_set_tmp_dh
234first appeared in OpenSSL 0.9.2b and have been available since
235.Ox 2.6 .
diff --git a/src/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3 b/src/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3
index f0ef5daf79..7163e81c0c 100644
--- a/src/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3
+++ b/src/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SSL_CTX_set_tmp_rsa_callback.3,v 1.5 2018/03/21 05:07:04 schwarze Exp $ 1.\" $OpenBSD: SSL_CTX_set_tmp_rsa_callback.3,v 1.6 2018/03/21 16:12:41 schwarze Exp $
2.\" OpenSSL 0b30fc90 Dec 19 15:23:05 2013 -0500 2.\" OpenSSL 0b30fc90 Dec 19 15:23:05 2013 -0500
3.\" 3.\"
4.\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. 4.\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>.
@@ -105,3 +105,9 @@ and
105.Fn SSL_CTX_need_tmp_RSA 105.Fn SSL_CTX_need_tmp_RSA
106appeared before SSLeay 0.8 and have been available since 106appeared before SSLeay 0.8 and have been available since
107.Ox 2.4 . 107.Ox 2.4 .
108.Pp
109.Fn SSL_set_tmp_rsa_callback
110and
111.Fn SSL_set_tmp_rsa
112first appeared in OpenSSL 0.9.2b and have been available since
113.Ox 2.6 .
diff --git a/src/lib/libssl/man/SSL_library_init.3 b/src/lib/libssl/man/SSL_library_init.3
index f4d99ee858..26a38e53e7 100644
--- a/src/lib/libssl/man/SSL_library_init.3
+++ b/src/lib/libssl/man/SSL_library_init.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SSL_library_init.3,v 1.3 2018/03/21 05:07:04 schwarze Exp $ 1.\" $OpenBSD: SSL_library_init.3,v 1.4 2018/03/21 16:12:41 schwarze Exp $
2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
3.\" 3.\"
4.\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. 4.\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>.
@@ -100,3 +100,7 @@ SSL_library_init(); /* initialize library */
100.Fn SSLeay_add_ssl_algorithms 100.Fn SSLeay_add_ssl_algorithms
101appeared before SSLeay 0.8 and has been available since 101appeared before SSLeay 0.8 and has been available since
102.Ox 2.4 . 102.Ox 2.4 .
103.Pp
104.Fn SSL_library_init
105first appeared in OpenSSL 0.9.2b and has been available since
106.Ox 2.6 .
diff --git a/src/lib/libssl/man/SSL_load_client_CA_file.3 b/src/lib/libssl/man/SSL_load_client_CA_file.3
index 3116c39e2e..b8cf94f9d9 100644
--- a/src/lib/libssl/man/SSL_load_client_CA_file.3
+++ b/src/lib/libssl/man/SSL_load_client_CA_file.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SSL_load_client_CA_file.3,v 1.6 2018/03/21 05:07:04 schwarze Exp $ 1.\" $OpenBSD: SSL_load_client_CA_file.3,v 1.7 2018/03/21 16:12:41 schwarze Exp $
2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
@@ -152,7 +152,8 @@ appeared before SSLeay 0.8 and has been available since
152.Fn SSL_add_file_cert_subjects_to_stack 152.Fn SSL_add_file_cert_subjects_to_stack
153and 153and
154.Fn SSL_add_dir_cert_subjects_to_stack 154.Fn SSL_add_dir_cert_subjects_to_stack
155first appeared in OpenSSL 0.9.2b. 155first appeared in OpenSSL 0.9.2b and have been available since
156.Ox 2.6 .
156.Sh AUTHORS 157.Sh AUTHORS
157.Fn SSL_add_file_cert_subjects_to_stack 158.Fn SSL_add_file_cert_subjects_to_stack
158and 159and