[Midnightbsd-cvs] src [11610] U trunk/secure/lib/libssl/man: update man pages

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jul 8 12:25:03 EDT 2018


Revision: 11610
          http://svnweb.midnightbsd.org/src/?rev=11610
Author:   laffer1
Date:     2018-07-08 12:25:03 -0400 (Sun, 08 Jul 2018)
Log Message:
-----------
update man pages

Modified Paths:
--------------
    trunk/secure/lib/libssl/Makefile.man
    trunk/secure/lib/libssl/man/SSL_CIPHER_get_name.3
    trunk/secure/lib/libssl/man/SSL_COMP_add_compression_method.3
    trunk/secure/lib/libssl/man/SSL_CTX_add_extra_chain_cert.3
    trunk/secure/lib/libssl/man/SSL_CTX_add_session.3
    trunk/secure/lib/libssl/man/SSL_CTX_ctrl.3
    trunk/secure/lib/libssl/man/SSL_CTX_flush_sessions.3
    trunk/secure/lib/libssl/man/SSL_CTX_free.3
    trunk/secure/lib/libssl/man/SSL_CTX_get_ex_new_index.3
    trunk/secure/lib/libssl/man/SSL_CTX_get_verify_mode.3
    trunk/secure/lib/libssl/man/SSL_CTX_load_verify_locations.3
    trunk/secure/lib/libssl/man/SSL_CTX_new.3
    trunk/secure/lib/libssl/man/SSL_CTX_sess_number.3
    trunk/secure/lib/libssl/man/SSL_CTX_sess_set_cache_size.3
    trunk/secure/lib/libssl/man/SSL_CTX_sess_set_get_cb.3
    trunk/secure/lib/libssl/man/SSL_CTX_sessions.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_cert_store.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_cert_verify_callback.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_cipher_list.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_client_CA_list.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_client_cert_cb.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_default_passwd_cb.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_generate_session_id.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_info_callback.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_max_cert_list.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_mode.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_msg_callback.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_options.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_psk_client_callback.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_read_ahead.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_session_cache_mode.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_session_id_context.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_ssl_version.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_timeout.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_tlsext_ticket_key_cb.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_verify.3
    trunk/secure/lib/libssl/man/SSL_CTX_use_certificate.3
    trunk/secure/lib/libssl/man/SSL_CTX_use_psk_identity_hint.3
    trunk/secure/lib/libssl/man/SSL_SESSION_free.3
    trunk/secure/lib/libssl/man/SSL_SESSION_get_ex_new_index.3
    trunk/secure/lib/libssl/man/SSL_SESSION_get_time.3
    trunk/secure/lib/libssl/man/SSL_accept.3
    trunk/secure/lib/libssl/man/SSL_alert_type_string.3
    trunk/secure/lib/libssl/man/SSL_clear.3
    trunk/secure/lib/libssl/man/SSL_connect.3
    trunk/secure/lib/libssl/man/SSL_do_handshake.3
    trunk/secure/lib/libssl/man/SSL_free.3
    trunk/secure/lib/libssl/man/SSL_get_SSL_CTX.3
    trunk/secure/lib/libssl/man/SSL_get_ciphers.3
    trunk/secure/lib/libssl/man/SSL_get_client_CA_list.3
    trunk/secure/lib/libssl/man/SSL_get_current_cipher.3
    trunk/secure/lib/libssl/man/SSL_get_default_timeout.3
    trunk/secure/lib/libssl/man/SSL_get_error.3
    trunk/secure/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3
    trunk/secure/lib/libssl/man/SSL_get_ex_new_index.3
    trunk/secure/lib/libssl/man/SSL_get_fd.3
    trunk/secure/lib/libssl/man/SSL_get_peer_cert_chain.3
    trunk/secure/lib/libssl/man/SSL_get_peer_certificate.3
    trunk/secure/lib/libssl/man/SSL_get_psk_identity.3
    trunk/secure/lib/libssl/man/SSL_get_rbio.3
    trunk/secure/lib/libssl/man/SSL_get_session.3
    trunk/secure/lib/libssl/man/SSL_get_verify_result.3
    trunk/secure/lib/libssl/man/SSL_get_version.3
    trunk/secure/lib/libssl/man/SSL_library_init.3
    trunk/secure/lib/libssl/man/SSL_load_client_CA_file.3
    trunk/secure/lib/libssl/man/SSL_new.3
    trunk/secure/lib/libssl/man/SSL_pending.3
    trunk/secure/lib/libssl/man/SSL_read.3
    trunk/secure/lib/libssl/man/SSL_rstate_string.3
    trunk/secure/lib/libssl/man/SSL_session_reused.3
    trunk/secure/lib/libssl/man/SSL_set_bio.3
    trunk/secure/lib/libssl/man/SSL_set_connect_state.3
    trunk/secure/lib/libssl/man/SSL_set_fd.3
    trunk/secure/lib/libssl/man/SSL_set_session.3
    trunk/secure/lib/libssl/man/SSL_set_shutdown.3
    trunk/secure/lib/libssl/man/SSL_set_verify_result.3
    trunk/secure/lib/libssl/man/SSL_shutdown.3
    trunk/secure/lib/libssl/man/SSL_state_string.3
    trunk/secure/lib/libssl/man/SSL_want.3
    trunk/secure/lib/libssl/man/SSL_write.3
    trunk/secure/lib/libssl/man/d2i_SSL_SESSION.3
    trunk/secure/lib/libssl/man/ssl.3

Added Paths:
-----------
    trunk/secure/lib/libssl/man/SSL_CTX_set_tlsext_status_cb.3

Property Changed:
----------------
    trunk/secure/lib/libssl/Makefile.man
    trunk/secure/lib/libssl/man/SSL_CIPHER_get_name.3
    trunk/secure/lib/libssl/man/SSL_COMP_add_compression_method.3
    trunk/secure/lib/libssl/man/SSL_CTX_add_extra_chain_cert.3
    trunk/secure/lib/libssl/man/SSL_CTX_add_session.3
    trunk/secure/lib/libssl/man/SSL_CTX_ctrl.3
    trunk/secure/lib/libssl/man/SSL_CTX_flush_sessions.3
    trunk/secure/lib/libssl/man/SSL_CTX_free.3
    trunk/secure/lib/libssl/man/SSL_CTX_get_ex_new_index.3
    trunk/secure/lib/libssl/man/SSL_CTX_get_verify_mode.3
    trunk/secure/lib/libssl/man/SSL_CTX_load_verify_locations.3
    trunk/secure/lib/libssl/man/SSL_CTX_new.3
    trunk/secure/lib/libssl/man/SSL_CTX_sess_number.3
    trunk/secure/lib/libssl/man/SSL_CTX_sess_set_cache_size.3
    trunk/secure/lib/libssl/man/SSL_CTX_sess_set_get_cb.3
    trunk/secure/lib/libssl/man/SSL_CTX_sessions.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_cert_store.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_cert_verify_callback.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_cipher_list.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_client_CA_list.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_client_cert_cb.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_default_passwd_cb.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_generate_session_id.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_info_callback.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_max_cert_list.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_mode.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_msg_callback.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_options.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_session_cache_mode.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_session_id_context.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_ssl_version.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_timeout.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3
    trunk/secure/lib/libssl/man/SSL_CTX_set_verify.3
    trunk/secure/lib/libssl/man/SSL_CTX_use_certificate.3
    trunk/secure/lib/libssl/man/SSL_SESSION_free.3
    trunk/secure/lib/libssl/man/SSL_SESSION_get_ex_new_index.3
    trunk/secure/lib/libssl/man/SSL_SESSION_get_time.3
    trunk/secure/lib/libssl/man/SSL_accept.3
    trunk/secure/lib/libssl/man/SSL_alert_type_string.3
    trunk/secure/lib/libssl/man/SSL_clear.3
    trunk/secure/lib/libssl/man/SSL_connect.3
    trunk/secure/lib/libssl/man/SSL_do_handshake.3
    trunk/secure/lib/libssl/man/SSL_free.3
    trunk/secure/lib/libssl/man/SSL_get_SSL_CTX.3
    trunk/secure/lib/libssl/man/SSL_get_ciphers.3
    trunk/secure/lib/libssl/man/SSL_get_client_CA_list.3
    trunk/secure/lib/libssl/man/SSL_get_current_cipher.3
    trunk/secure/lib/libssl/man/SSL_get_default_timeout.3
    trunk/secure/lib/libssl/man/SSL_get_error.3
    trunk/secure/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3
    trunk/secure/lib/libssl/man/SSL_get_ex_new_index.3
    trunk/secure/lib/libssl/man/SSL_get_fd.3
    trunk/secure/lib/libssl/man/SSL_get_peer_cert_chain.3
    trunk/secure/lib/libssl/man/SSL_get_peer_certificate.3
    trunk/secure/lib/libssl/man/SSL_get_rbio.3
    trunk/secure/lib/libssl/man/SSL_get_session.3
    trunk/secure/lib/libssl/man/SSL_get_verify_result.3
    trunk/secure/lib/libssl/man/SSL_get_version.3
    trunk/secure/lib/libssl/man/SSL_library_init.3
    trunk/secure/lib/libssl/man/SSL_load_client_CA_file.3
    trunk/secure/lib/libssl/man/SSL_new.3
    trunk/secure/lib/libssl/man/SSL_pending.3
    trunk/secure/lib/libssl/man/SSL_read.3
    trunk/secure/lib/libssl/man/SSL_rstate_string.3
    trunk/secure/lib/libssl/man/SSL_session_reused.3
    trunk/secure/lib/libssl/man/SSL_set_bio.3
    trunk/secure/lib/libssl/man/SSL_set_connect_state.3
    trunk/secure/lib/libssl/man/SSL_set_fd.3
    trunk/secure/lib/libssl/man/SSL_set_session.3
    trunk/secure/lib/libssl/man/SSL_set_shutdown.3
    trunk/secure/lib/libssl/man/SSL_set_verify_result.3
    trunk/secure/lib/libssl/man/SSL_shutdown.3
    trunk/secure/lib/libssl/man/SSL_state_string.3
    trunk/secure/lib/libssl/man/SSL_want.3
    trunk/secure/lib/libssl/man/SSL_write.3
    trunk/secure/lib/libssl/man/d2i_SSL_SESSION.3
    trunk/secure/lib/libssl/man/ssl.3

Modified: trunk/secure/lib/libssl/Makefile.man
===================================================================
--- trunk/secure/lib/libssl/Makefile.man	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/Makefile.man	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-# $FreeBSD: stable/10/secure/lib/libssl/Makefile.man 280304 2015-03-20 21:54:45Z jkim $
+# $MidnightBSD$
+# $FreeBSD: stable/10/secure/lib/libssl/Makefile.man 296317 2016-03-02 15:43:01Z delphij $
 # DO NOT EDIT: generated from man-makefile-update target
 MAN+= SSL_CIPHER_get_name.3
 MAN+= SSL_COMP_add_compression_method.3
@@ -34,6 +35,7 @@
 MAN+= SSL_CTX_set_session_id_context.3
 MAN+= SSL_CTX_set_ssl_version.3
 MAN+= SSL_CTX_set_timeout.3
+MAN+= SSL_CTX_set_tlsext_status_cb.3
 MAN+= SSL_CTX_set_tlsext_ticket_key_cb.3
 MAN+= SSL_CTX_set_tmp_dh_callback.3
 MAN+= SSL_CTX_set_tmp_rsa_callback.3
@@ -87,6 +89,7 @@
 MLINKS+= SSL_CIPHER_get_name.3 SSL_CIPHER_get_bits.3
 MLINKS+= SSL_CIPHER_get_name.3 SSL_CIPHER_get_version.3
 MLINKS+= SSL_CIPHER_get_name.3 SSL_CIPHER_description.3
+MLINKS+= SSL_CTX_add_extra_chain_cert.3 SSL_CTX_clear_extra_chain_certs.3
 MLINKS+= SSL_CTX_add_session.3 SSL_add_session.3
 MLINKS+= SSL_CTX_add_session.3 SSL_CTX_remove_session.3
 MLINKS+= SSL_CTX_add_session.3 SSL_remove_session.3
@@ -101,6 +104,27 @@
 MLINKS+= SSL_CTX_get_verify_mode.3 SSL_get_verify_depth.3
 MLINKS+= SSL_CTX_get_verify_mode.3 SSL_get_verify_callback.3
 MLINKS+= SSL_CTX_get_verify_mode.3 SSL_CTX_get_verify_callback.3
+MLINKS+= SSL_CTX_new.3 SSLv23_method.3
+MLINKS+= SSL_CTX_new.3 SSLv23_server_method.3
+MLINKS+= SSL_CTX_new.3 SSLv23_client_method.3
+MLINKS+= SSL_CTX_new.3 TLSv1_2_method.3
+MLINKS+= SSL_CTX_new.3 TLSv1_2_server_method.3
+MLINKS+= SSL_CTX_new.3 TLSv1_2_client_method.3
+MLINKS+= SSL_CTX_new.3 TLSv1_1_method.3
+MLINKS+= SSL_CTX_new.3 TLSv1_1_server_method.3
+MLINKS+= SSL_CTX_new.3 TLSv1_1_client_method.3
+MLINKS+= SSL_CTX_new.3 TLSv1_method.3
+MLINKS+= SSL_CTX_new.3 TLSv1_server_method.3
+MLINKS+= SSL_CTX_new.3 TLSv1_client_method.3
+MLINKS+= SSL_CTX_new.3 SSLv3_method.3
+MLINKS+= SSL_CTX_new.3 SSLv3_server_method.3
+MLINKS+= SSL_CTX_new.3 SSLv3_client_method.3
+MLINKS+= SSL_CTX_new.3 SSLv2_method.3
+MLINKS+= SSL_CTX_new.3 SSLv2_server_method.3
+MLINKS+= SSL_CTX_new.3 SSLv2_client_method.3
+MLINKS+= SSL_CTX_new.3 DTLSv1_method.3
+MLINKS+= SSL_CTX_new.3 DTLSv1_server_method.3
+MLINKS+= SSL_CTX_new.3 DTLSv1_client_method.3
 MLINKS+= SSL_CTX_sess_number.3 SSL_CTX_sess_connect.3
 MLINKS+= SSL_CTX_sess_number.3 SSL_CTX_sess_connect_good.3
 MLINKS+= SSL_CTX_sess_number.3 SSL_CTX_sess_connect_renegotiate.3
@@ -159,6 +183,10 @@
 MLINKS+= SSL_CTX_set_ssl_version.3 SSL_set_ssl_method.3
 MLINKS+= SSL_CTX_set_ssl_version.3 SSL_get_ssl_method.3
 MLINKS+= SSL_CTX_set_timeout.3 SSL_CTX_get_timeout.3
+MLINKS+= SSL_CTX_set_tlsext_status_cb.3 SSL_CTX_set_tlsext_status_arg.3
+MLINKS+= SSL_CTX_set_tlsext_status_cb.3 SSL_set_tlsext_status_type.3
+MLINKS+= SSL_CTX_set_tlsext_status_cb.3 SSL_get_tlsext_status_ocsp_resp.3
+MLINKS+= SSL_CTX_set_tlsext_status_cb.3 SSL_set_tlsext_status_ocsp_resp.3
 MLINKS+= SSL_CTX_set_tmp_dh_callback.3 SSL_CTX_set_tmp_dh.3
 MLINKS+= SSL_CTX_set_tmp_dh_callback.3 SSL_set_tmp_dh_callback.3
 MLINKS+= SSL_CTX_set_tmp_dh_callback.3 SSL_set_tmp_dh.3


Property changes on: trunk/secure/lib/libssl/Makefile.man
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_CIPHER_get_name.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CIPHER_get_name.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CIPHER_get_name.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CIPHER_get_name 3"
-.TH SSL_CIPHER_get_name 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CIPHER_get_name 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_CIPHER_get_name.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_COMP_add_compression_method.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_COMP_add_compression_method.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_COMP_add_compression_method.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_COMP_add_compression_method 3"
-.TH SSL_COMP_add_compression_method 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_COMP_add_compression_method 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_COMP_add_compression_method.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_CTX_add_extra_chain_cert.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_add_extra_chain_cert.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_add_extra_chain_cert.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,34 +134,44 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_add_extra_chain_cert 3"
-.TH SSL_CTX_add_extra_chain_cert 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_add_extra_chain_cert 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
 .nh
 .SH "NAME"
-SSL_CTX_add_extra_chain_cert \- add certificate to chain
+SSL_CTX_add_extra_chain_cert, SSL_CTX_clear_extra_chain_certs \- add or clear
+extra chain certificates
 .SH "SYNOPSIS"
 .IX Header "SYNOPSIS"
 .Vb 1
 \& #include <openssl/ssl.h>
 \&
-\& long SSL_CTX_add_extra_chain_cert(SSL_CTX ctx, X509 *x509)
+\& long SSL_CTX_add_extra_chain_cert(SSL_CTX *ctx, X509 *x509);
+\& long SSL_CTX_clear_extra_chain_certs(SSL_CTX *ctx);
 .Ve
 .SH "DESCRIPTION"
 .IX Header "DESCRIPTION"
-\&\fISSL_CTX_add_extra_chain_cert()\fR adds the certificate \fBx509\fR to the certificate
-chain presented together with the certificate. Several certificates
-can be added one after the other.
+\&\fISSL_CTX_add_extra_chain_cert()\fR adds the certificate \fBx509\fR to the extra chain
+certificates associated with \fBctx\fR. Several certificates can be added one
+after another.
+.PP
+\&\fISSL_CTX_clear_extra_chain_certs()\fR clears all extra chain certificates
+associated with \fBctx\fR.
+.PP
+These functions are implemented as macros.
 .SH "NOTES"
 .IX Header "NOTES"
-When constructing the certificate chain, the chain will be formed from
-these certificates explicitly specified. If no chain is specified,
-the library will try to complete the chain from the available \s-1CA\s0
-certificates in the trusted \s-1CA\s0 storage, see
+When sending a certificate chain, extra chain certificates are sent in order
+following the end entity certificate.
+.PP
+If no chain is specified, the library will try to complete the chain from the
+available \s-1CA\s0 certificates in the trusted \s-1CA\s0 storage, see
 \&\fISSL_CTX_load_verify_locations\fR\|(3).
 .PP
-The \fBx509\fR certificate provided to \fISSL_CTX_add_extra_chain_cert()\fR will be freed by the library when the \fB\s-1SSL_CTX\s0\fR is destroyed. An application \fBshould not\fR free the \fBx509\fR object.
+The \fBx509\fR certificate provided to \fISSL_CTX_add_extra_chain_cert()\fR will be
+freed by the library when the \fB\s-1SSL_CTX\s0\fR is destroyed. An application
+\&\fBshould not\fR free the \fBx509\fR object.
 .SH "RESTRICTIONS"
 .IX Header "RESTRICTIONS"
 Only one set of extra chain certificates can be specified per \s-1SSL_CTX\s0
@@ -170,8 +181,9 @@
 function.
 .SH "RETURN VALUES"
 .IX Header "RETURN VALUES"
-\&\fISSL_CTX_add_extra_chain_cert()\fR returns 1 on success. Check out the
-error stack to find out the reason for failure otherwise.
+\&\fISSL_CTX_add_extra_chain_cert()\fR and \fISSL_CTX_clear_extra_chain_certs()\fR return
+1 on success and 0 for failure. Check out the error stack to find out the
+reason for failure.
 .SH "SEE ALSO"
 .IX Header "SEE ALSO"
 \&\fIssl\fR\|(3),


Property changes on: trunk/secure/lib/libssl/man/SSL_CTX_add_extra_chain_cert.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_CTX_add_session.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_add_session.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_add_session.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_add_session 3"
-.TH SSL_CTX_add_session 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_add_session 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_CTX_add_session.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_CTX_ctrl.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_ctrl.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_ctrl.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_ctrl 3"
-.TH SSL_CTX_ctrl 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_ctrl 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_CTX_ctrl.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_CTX_flush_sessions.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_flush_sessions.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_flush_sessions.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_flush_sessions 3"
-.TH SSL_CTX_flush_sessions 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_flush_sessions 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_CTX_flush_sessions.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_CTX_free.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_free.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_free.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_free 3"
-.TH SSL_CTX_free 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_free 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_CTX_free.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_CTX_get_ex_new_index.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_get_ex_new_index.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_get_ex_new_index.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_get_ex_new_index 3"
-.TH SSL_CTX_get_ex_new_index 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_get_ex_new_index 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_CTX_get_ex_new_index.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_CTX_get_verify_mode.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_get_verify_mode.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_get_verify_mode.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_get_verify_mode 3"
-.TH SSL_CTX_get_verify_mode 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_get_verify_mode 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_CTX_get_verify_mode.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_CTX_load_verify_locations.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_load_verify_locations.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_load_verify_locations.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_load_verify_locations 3"
-.TH SSL_CTX_load_verify_locations 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_load_verify_locations 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_CTX_load_verify_locations.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_CTX_new.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_new.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_new.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,13 +134,21 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_new 3"
-.TH SSL_CTX_new 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_new 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
 .nh
 .SH "NAME"
-SSL_CTX_new \- create a new SSL_CTX object as framework for TLS/SSL enabled functions
+SSL_CTX_new,
+SSLv23_method, SSLv23_server_method, SSLv23_client_method,
+TLSv1_2_method, TLSv1_2_server_method, TLSv1_2_client_method,
+TLSv1_1_method, TLSv1_1_server_method, TLSv1_1_client_method,
+TLSv1_method, TLSv1_server_method, TLSv1_client_method,
+SSLv3_method, SSLv3_server_method, SSLv3_client_method,
+SSLv2_method, SSLv2_server_method, SSLv2_client_method,
+DTLSv1_method, DTLSv1_server_method, DTLSv1_client_method \-
+create a new SSL_CTX object as framework for TLS/SSL enabled functions
 .SH "SYNOPSIS"
 .IX Header "SYNOPSIS"
 .Vb 1
@@ -146,6 +155,32 @@
 \& #include <openssl/ssl.h>
 \&
 \& SSL_CTX *SSL_CTX_new(const SSL_METHOD *method);
+\& const SSL_METHOD *SSLv23_method(void);
+\& const SSL_METHOD *SSLv23_server_method(void);
+\& const SSL_METHOD *SSLv23_client_method(void);
+\& const SSL_METHOD *TLSv1_2_method(void);
+\& const SSL_METHOD *TLSv1_2_server_method(void);
+\& const SSL_METHOD *TLSv1_2_client_method(void);
+\& const SSL_METHOD *TLSv1_1_method(void);
+\& const SSL_METHOD *TLSv1_1_server_method(void);
+\& const SSL_METHOD *TLSv1_1_client_method(void);
+\& const SSL_METHOD *TLSv1_method(void);
+\& const SSL_METHOD *TLSv1_server_method(void);
+\& const SSL_METHOD *TLSv1_client_method(void);
+\& #ifndef OPENSSL_NO_SSL3_METHOD
+\& const SSL_METHOD *SSLv3_method(void);
+\& const SSL_METHOD *SSLv3_server_method(void);
+\& const SSL_METHOD *SSLv3_client_method(void);
+\& #endif
+\& #ifndef OPENSSL_NO_SSL2
+\& const SSL_METHOD *SSLv2_method(void);
+\& const SSL_METHOD *SSLv2_server_method(void);
+\& const SSL_METHOD *SSLv2_client_method(void);
+\& #endif
+\&
+\& const SSL_METHOD *DTLSv1_method(void);
+\& const SSL_METHOD *DTLSv1_server_method(void);
+\& const SSL_METHOD *DTLSv1_client_method(void);
 .Ve
 .SH "DESCRIPTION"
 .IX Header "DESCRIPTION"
@@ -156,71 +191,84 @@
 The \s-1SSL_CTX\s0 object uses \fBmethod\fR as connection method. The methods exist
 in a generic type (for client and server use), a server only type, and a
 client only type. \fBmethod\fR can be of the following types:
-.IP "SSLv2_method(void), SSLv2_server_method(void), SSLv2_client_method(void)" 4
-.IX Item "SSLv2_method(void), SSLv2_server_method(void), SSLv2_client_method(void)"
-A \s-1TLS/SSL\s0 connection established with these methods will only understand
-the SSLv2 protocol. A client will send out SSLv2 client hello messages
-and will also indicate that it only understand SSLv2. A server will only
-understand SSLv2 client hello messages.
-.IP "SSLv3_method(void), SSLv3_server_method(void), SSLv3_client_method(void)" 4
-.IX Item "SSLv3_method(void), SSLv3_server_method(void), SSLv3_client_method(void)"
+.IP "\fISSLv23_method()\fR, \fISSLv23_server_method()\fR, \fISSLv23_client_method()\fR" 4
+.IX Item "SSLv23_method(), SSLv23_server_method(), SSLv23_client_method()"
+These are the general-purpose \fIversion-flexible\fR \s-1SSL/TLS\s0 methods.
+The actual protocol version used will be negotiated to the highest version
+mutually supported by the client and the server.
+The supported protocols are SSLv2, SSLv3, TLSv1, TLSv1.1 and TLSv1.2.
+Most applications should use these method, and avoid the version specific
+methods described below.
+.Sp
+The list of protocols available can be further limited using the
+\&\fBSSL_OP_NO_SSLv2\fR, \fBSSL_OP_NO_SSLv3\fR, \fBSSL_OP_NO_TLSv1\fR,
+\&\fBSSL_OP_NO_TLSv1_1\fR and \fBSSL_OP_NO_TLSv1_2\fR options of the
+\&\fISSL_CTX_set_options\fR\|(3) or \fISSL_set_options\fR\|(3) functions.
+Clients should avoid creating \*(L"holes\*(R" in the set of protocols they support,
+when disabling a protocol, make sure that you also disable either all previous
+or all subsequent protocol versions.
+In clients, when a protocol version is disabled without disabling \fIall\fR
+previous protocol versions, the effect is to also disable all subsequent
+protocol versions.
+.Sp
+The SSLv2 and SSLv3 protocols are deprecated and should generally not be used.
+Applications should typically use \fISSL_CTX_set_options\fR\|(3) in combination with
+the \fBSSL_OP_NO_SSLv3\fR flag to disable negotiation of SSLv3 via the above
+\&\fIversion-flexible\fR \s-1SSL/TLS\s0 methods.
+The \fBSSL_OP_NO_SSLv2\fR option is set by default, and would need to be cleared
+via \fISSL_CTX_clear_options\fR\|(3) in order to enable negotiation of SSLv2.
+.IP "\fITLSv1_2_method()\fR, \fITLSv1_2_server_method()\fR, \fITLSv1_2_client_method()\fR" 4
+.IX Item "TLSv1_2_method(), TLSv1_2_server_method(), TLSv1_2_client_method()"
 A \s-1TLS/SSL\s0 connection established with these methods will only understand the
-SSLv3 protocol. A client will send out SSLv3 client hello messages
-and will indicate that it only understands SSLv3. A server will only understand
-SSLv3 client hello messages. This especially means, that it will
-not understand SSLv2 client hello messages which are widely used for
-compatibility reasons, see SSLv23_*\fI_method()\fR.
-.IP "TLSv1_method(void), TLSv1_server_method(void), TLSv1_client_method(void)" 4
-.IX Item "TLSv1_method(void), TLSv1_server_method(void), TLSv1_client_method(void)"
+TLSv1.2 protocol.  A client will send out TLSv1.2 client hello messages and
+will also indicate that it only understand TLSv1.2.  A server will only
+understand TLSv1.2 client hello messages.
+.IP "\fITLSv1_1_method()\fR, \fITLSv1_1_server_method()\fR, \fITLSv1_1_client_method()\fR" 4
+.IX Item "TLSv1_1_method(), TLSv1_1_server_method(), TLSv1_1_client_method()"
 A \s-1TLS/SSL\s0 connection established with these methods will only understand the
-TLSv1 protocol. A client will send out TLSv1 client hello messages
-and will indicate that it only understands TLSv1. A server will only understand
-TLSv1 client hello messages. This especially means, that it will
-not understand SSLv2 client hello messages which are widely used for
-compatibility reasons, see SSLv23_*\fI_method()\fR. It will also not understand
-SSLv3 client hello messages.
-.IP "SSLv23_method(void), SSLv23_server_method(void), SSLv23_client_method(void)" 4
-.IX Item "SSLv23_method(void), SSLv23_server_method(void), SSLv23_client_method(void)"
-A \s-1TLS/SSL\s0 connection established with these methods may understand the SSLv2,
-SSLv3, TLSv1, TLSv1.1 and TLSv1.2 protocols.
-.Sp
-If the cipher list does not contain any SSLv2 ciphersuites (the default
-cipher list does not) or extensions are required (for example server name)
-a client will send out TLSv1 client hello messages including extensions and
-will indicate that it also understands TLSv1.1, TLSv1.2 and permits a
-fallback to SSLv3. A server will support SSLv3, TLSv1, TLSv1.1 and TLSv1.2
-protocols. This is the best choice when compatibility is a concern.
-.Sp
-If any SSLv2 ciphersuites are included in the cipher list and no extensions
-are required then SSLv2 compatible client hellos will be used by clients and
-SSLv2 will be accepted by servers. This is \fBnot\fR recommended due to the
-insecurity of SSLv2 and the limited nature of the SSLv2 client hello
-prohibiting the use of extensions.
+TLSv1.1 protocol.  A client will send out TLSv1.1 client hello messages and
+will also indicate that it only understand TLSv1.1.  A server will only
+understand TLSv1.1 client hello messages.
+.IP "\fITLSv1_method()\fR, \fITLSv1_server_method()\fR, \fITLSv1_client_method()\fR" 4
+.IX Item "TLSv1_method(), TLSv1_server_method(), TLSv1_client_method()"
+A \s-1TLS/SSL\s0 connection established with these methods will only understand the
+TLSv1 protocol.  A client will send out TLSv1 client hello messages and will
+indicate that it only understands TLSv1.  A server will only understand TLSv1
+client hello messages.
+.IP "\fISSLv3_method()\fR, \fISSLv3_server_method()\fR, \fISSLv3_client_method()\fR" 4
+.IX Item "SSLv3_method(), SSLv3_server_method(), SSLv3_client_method()"
+A \s-1TLS/SSL\s0 connection established with these methods will only understand the
+SSLv3 protocol.  A client will send out SSLv3 client hello messages and will
+indicate that it only understands SSLv3.  A server will only understand SSLv3
+client hello messages.  The SSLv3 protocol is deprecated and should not be
+used.
+.IP "\fISSLv2_method()\fR, \fISSLv2_server_method()\fR, \fISSLv2_client_method()\fR" 4
+.IX Item "SSLv2_method(), SSLv2_server_method(), SSLv2_client_method()"
+A \s-1TLS/SSL\s0 connection established with these methods will only understand the
+SSLv2 protocol.  A client will send out SSLv2 client hello messages and will
+also indicate that it only understand SSLv2.  A server will only understand
+SSLv2 client hello messages.  The SSLv2 protocol offers little to no security
+and should not be used.
+As of OpenSSL 1.0.1s, \s-1EXPORT\s0 ciphers and 56\-bit \s-1DES\s0 are no longer available
+with SSLv2.
+.IP "\fIDTLSv1_method()\fR, \fIDTLSv1_server_method()\fR, \fIDTLSv1_client_method()\fR" 4
+.IX Item "DTLSv1_method(), DTLSv1_server_method(), DTLSv1_client_method()"
+These are the version-specific methods for DTLSv1.
 .PP
-The list of protocols available can later be limited using the SSL_OP_NO_SSLv2,
-SSL_OP_NO_SSLv3, SSL_OP_NO_TLSv1, SSL_OP_NO_TLSv1_1 and SSL_OP_NO_TLSv1_2
-options of the \fISSL_CTX_set_options()\fR or \fISSL_set_options()\fR functions.
-Using these options it is possible to choose e.g. \fISSLv23_server_method()\fR and
-be able to negotiate with all possible clients, but to only allow newer
-protocols like TLSv1, TLSv1.1 or \s-1TLS\s0 v1.2.
-.PP
-Applications which never want to support SSLv2 (even is the cipher string
-is configured to use SSLv2 ciphersuites) can set SSL_OP_NO_SSLv2.
-.PP
-\&\fISSL_CTX_new()\fR initializes the list of ciphers, the session cache setting,
-the callbacks, the keys and certificates and the options to its default
-values.
+\&\fISSL_CTX_new()\fR initializes the list of ciphers, the session cache setting, the
+callbacks, the keys and certificates and the options to its default values.
 .SH "RETURN VALUES"
 .IX Header "RETURN VALUES"
 The following return values can occur:
 .IP "\s-1NULL\s0" 4
 .IX Item "NULL"
-The creation of a new \s-1SSL_CTX\s0 object failed. Check the error stack to
-find out the reason.
+The creation of a new \s-1SSL_CTX\s0 object failed. Check the error stack to find out
+the reason.
 .IP "Pointer to an \s-1SSL_CTX\s0 object" 4
 .IX Item "Pointer to an SSL_CTX object"
 The return value points to an allocated \s-1SSL_CTX\s0 object.
 .SH "SEE ALSO"
 .IX Header "SEE ALSO"
+\&\fISSL_CTX_set_options\fR\|(3), \fISSL_CTX_clear_options\fR\|(3), \fISSL_set_options\fR\|(3),
 \&\fISSL_CTX_free\fR\|(3), \fISSL_accept\fR\|(3),
 \&\fIssl\fR\|(3),  \fISSL_set_connect_state\fR\|(3)


Property changes on: trunk/secure/lib/libssl/man/SSL_CTX_new.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_CTX_sess_number.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_sess_number.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_sess_number.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_sess_number 3"
-.TH SSL_CTX_sess_number 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_sess_number 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_CTX_sess_number.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_CTX_sess_set_cache_size.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_sess_set_cache_size.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_sess_set_cache_size.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_sess_set_cache_size 3"
-.TH SSL_CTX_sess_set_cache_size 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_sess_set_cache_size 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_CTX_sess_set_cache_size.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_CTX_sess_set_get_cb.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_sess_set_get_cb.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_sess_set_get_cb.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_sess_set_get_cb 3"
-.TH SSL_CTX_sess_set_get_cb 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_sess_set_get_cb 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_CTX_sess_set_get_cb.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_CTX_sessions.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_sessions.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_sessions.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_sessions 3"
-.TH SSL_CTX_sessions 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_sessions 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_CTX_sessions.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_CTX_set_cert_store.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_set_cert_store.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_set_cert_store.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_set_cert_store 3"
-.TH SSL_CTX_set_cert_store 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_set_cert_store 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_CTX_set_cert_store.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_CTX_set_cert_verify_callback.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_set_cert_verify_callback.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_set_cert_verify_callback.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_set_cert_verify_callback 3"
-.TH SSL_CTX_set_cert_verify_callback 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_set_cert_verify_callback 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_CTX_set_cert_verify_callback.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_CTX_set_cipher_list.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_set_cipher_list.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_set_cipher_list.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_set_cipher_list 3"
-.TH SSL_CTX_set_cipher_list 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_set_cipher_list 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_CTX_set_cipher_list.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_CTX_set_client_CA_list.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_set_client_CA_list.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_set_client_CA_list.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_set_client_CA_list 3"
-.TH SSL_CTX_set_client_CA_list 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_set_client_CA_list 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_CTX_set_client_CA_list.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_CTX_set_client_cert_cb.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_set_client_cert_cb.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_set_client_cert_cb.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_set_client_cert_cb 3"
-.TH SSL_CTX_set_client_cert_cb 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_set_client_cert_cb 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_CTX_set_client_cert_cb.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_CTX_set_default_passwd_cb.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_set_default_passwd_cb.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_set_default_passwd_cb.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_set_default_passwd_cb 3"
-.TH SSL_CTX_set_default_passwd_cb 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_set_default_passwd_cb 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_CTX_set_default_passwd_cb.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_CTX_set_generate_session_id.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_set_generate_session_id.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_set_generate_session_id.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_set_generate_session_id 3"
-.TH SSL_CTX_set_generate_session_id 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_set_generate_session_id 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_CTX_set_generate_session_id.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_CTX_set_info_callback.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_set_info_callback.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_set_info_callback.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_set_info_callback 3"
-.TH SSL_CTX_set_info_callback 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_set_info_callback 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_CTX_set_info_callback.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_CTX_set_max_cert_list.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_set_max_cert_list.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_set_max_cert_list.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_set_max_cert_list 3"
-.TH SSL_CTX_set_max_cert_list 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_set_max_cert_list 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_CTX_set_max_cert_list.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_CTX_set_mode.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_set_mode.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_set_mode.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_set_mode 3"
-.TH SSL_CTX_set_mode 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_set_mode 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_CTX_set_mode.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_CTX_set_msg_callback.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_set_msg_callback.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_set_msg_callback.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_set_msg_callback 3"
-.TH SSL_CTX_set_msg_callback 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_set_msg_callback 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_CTX_set_msg_callback.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_CTX_set_options.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_set_options.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_set_options.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_set_options 3"
-.TH SSL_CTX_set_options 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_set_options 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -298,12 +299,20 @@
 .IP "SSL_OP_NO_SSLv2" 4
 .IX Item "SSL_OP_NO_SSLv2"
 Do not use the SSLv2 protocol.
+As of OpenSSL 1.0.1s the \fBSSL_OP_NO_SSLv2\fR option is set by default.
 .IP "SSL_OP_NO_SSLv3" 4
 .IX Item "SSL_OP_NO_SSLv3"
 Do not use the SSLv3 protocol.
+It is recommended that applications should set this option.
 .IP "SSL_OP_NO_TLSv1" 4
 .IX Item "SSL_OP_NO_TLSv1"
 Do not use the TLSv1 protocol.
+.IP "SSL_OP_NO_TLSv1_1" 4
+.IX Item "SSL_OP_NO_TLSv1_1"
+Do not use the TLSv1.1 protocol.
+.IP "SSL_OP_NO_TLSv1_2" 4
+.IX Item "SSL_OP_NO_TLSv1_2"
+Do not use the TLSv1.2 protocol.
 .IP "\s-1SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION\s0" 4
 .IX Item "SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION"
 When performing renegotiation as a server, always start a new session


Property changes on: trunk/secure/lib/libssl/man/SSL_CTX_set_options.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_CTX_set_psk_client_callback.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_set_psk_client_callback.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_set_psk_client_callback.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_set_psk_client_callback 3"
-.TH SSL_CTX_set_psk_client_callback 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_set_psk_client_callback 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l

Modified: trunk/secure/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_set_quiet_shutdown 3"
-.TH SSL_CTX_set_quiet_shutdown 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_set_quiet_shutdown 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_CTX_set_read_ahead.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_set_read_ahead.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_set_read_ahead.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_set_read_ahead 3"
-.TH SSL_CTX_set_read_ahead 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_set_read_ahead 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l

Modified: trunk/secure/lib/libssl/man/SSL_CTX_set_session_cache_mode.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_set_session_cache_mode.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_set_session_cache_mode.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_set_session_cache_mode 3"
-.TH SSL_CTX_set_session_cache_mode 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_set_session_cache_mode 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_CTX_set_session_cache_mode.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_CTX_set_session_id_context.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_set_session_id_context.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_set_session_id_context.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_set_session_id_context 3"
-.TH SSL_CTX_set_session_id_context 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_set_session_id_context 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_CTX_set_session_id_context.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_CTX_set_ssl_version.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_set_ssl_version.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_set_ssl_version.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_set_ssl_version 3"
-.TH SSL_CTX_set_ssl_version 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_set_ssl_version 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_CTX_set_ssl_version.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_CTX_set_timeout.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_set_timeout.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_set_timeout.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_set_timeout 3"
-.TH SSL_CTX_set_timeout 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_set_timeout 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_CTX_set_timeout.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/secure/lib/libssl/man/SSL_CTX_set_tlsext_status_cb.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_set_tlsext_status_cb.3	                        (rev 0)
+++ trunk/secure/lib/libssl/man/SSL_CTX_set_tlsext_status_cb.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -0,0 +1,208 @@
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
+.\"
+.\" Standard preamble:
+.\" ========================================================================
+.de Sp \" Vertical space (when we can't use .PP)
+.if t .sp .5v
+.if n .sp
+..
+.de Vb \" Begin verbatim text
+.ft CW
+.nf
+.ne \\$1
+..
+.de Ve \" End verbatim text
+.ft R
+.fi
+..
+.\" Set up some character translations and predefined strings.  \*(-- will
+.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
+.\" double quote, and \*(R" will give a right double quote.  \*(C+ will
+.\" give a nicer C++.  Capital omega is used to do unbreakable dashes and
+.\" therefore won't be available.  \*(C` and \*(C' expand to `' in nroff,
+.\" nothing in troff, for use with C<>.
+.tr \(*W-
+.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
+.ie n \{\
+.    ds -- \(*W-
+.    ds PI pi
+.    if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
+.    if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\"  diablo 12 pitch
+.    ds L" ""
+.    ds R" ""
+.    ds C` ""
+.    ds C' ""
+'br\}
+.el\{\
+.    ds -- \|\(em\|
+.    ds PI \(*p
+.    ds L" ``
+.    ds R" ''
+.    ds C`
+.    ds C'
+'br\}
+.\"
+.\" Escape single quotes in literal strings from groff's Unicode transform.
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\"
+.\" If the F register is turned on, we'll generate index entries on stderr for
+.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
+.\" entries marked with X<> in POD.  Of course, you'll have to process the
+.\" output yourself in some meaningful fashion.
+.\"
+.\" Avoid warning from groff about undefined register 'F'.
+.de IX
+..
+.nr rF 0
+.if \n(.g .if rF .nr rF 1
+.if (\n(rF:(\n(.g==0)) \{
+.    if \nF \{
+.        de IX
+.        tm Index:\\$1\t\\n%\t"\\$2"
+..
+.        if !\nF==2 \{
+.            nr % 0
+.            nr F 2
+.        \}
+.    \}
+.\}
+.rr rF
+.\"
+.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
+.\" Fear.  Run.  Save yourself.  No user-serviceable parts.
+.    \" fudge factors for nroff and troff
+.if n \{\
+.    ds #H 0
+.    ds #V .8m
+.    ds #F .3m
+.    ds #[ \f1
+.    ds #] \fP
+.\}
+.if t \{\
+.    ds #H ((1u-(\\\\n(.fu%2u))*.13m)
+.    ds #V .6m
+.    ds #F 0
+.    ds #[ \&
+.    ds #] \&
+.\}
+.    \" simple accents for nroff and troff
+.if n \{\
+.    ds ' \&
+.    ds ` \&
+.    ds ^ \&
+.    ds , \&
+.    ds ~ ~
+.    ds /
+.\}
+.if t \{\
+.    ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
+.    ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
+.    ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
+.    ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
+.    ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
+.    ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
+.\}
+.    \" troff and (daisy-wheel) nroff accents
+.ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V'
+.ds 8 \h'\*(#H'\(*b\h'-\*(#H'
+.ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#]
+.ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H'
+.ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u'
+.ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#]
+.ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#]
+.ds ae a\h'-(\w'a'u*4/10)'e
+.ds Ae A\h'-(\w'A'u*4/10)'E
+.    \" corrections for vroff
+.if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u'
+.if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u'
+.    \" for low resolution devices (crt and lpr)
+.if \n(.H>23 .if \n(.V>19 \
+\{\
+.    ds : e
+.    ds 8 ss
+.    ds o a
+.    ds d- d\h'-1'\(ga
+.    ds D- D\h'-1'\(hy
+.    ds th \o'bp'
+.    ds Th \o'LP'
+.    ds ae ae
+.    ds Ae AE
+.\}
+.rm #[ #] #H #V #F C
+.\" ========================================================================
+.\"
+.IX Title "SSL_CTX_set_tlsext_status_cb 3"
+.TH SSL_CTX_set_tlsext_status_cb 3 "2016-09-22" "1.0.1u" "OpenSSL"
+.\" For nroff, turn off justification.  Always turn off hyphenation; it makes
+.\" way too many mistakes in technical documents.
+.if n .ad l
+.nh
+.SH "NAME"
+SSL_CTX_set_tlsext_status_cb, SSL_CTX_set_tlsext_status_arg,
+SSL_set_tlsext_status_type, SSL_get_tlsext_status_ocsp_resp,
+SSL_set_tlsext_status_ocsp_resp \- OCSP Certificate Status Request functions
+.SH "SYNOPSIS"
+.IX Header "SYNOPSIS"
+.Vb 1
+\& #include <openssl/tls1.h>
+\&
+\& long SSL_CTX_set_tlsext_status_cb(SSL_CTX *ctx,
+\&                                   int (*callback)(SSL *, void *));
+\& long SSL_CTX_set_tlsext_status_arg(SSL_CTX *ctx, void *arg);
+\&
+\& long SSL_set_tlsext_status_type(SSL *s, int type);
+\&
+\& long SSL_get_tlsext_status_ocsp_resp(ssl, unsigned char **resp);
+\& long SSL_set_tlsext_status_ocsp_resp(ssl, unsigned char *resp, int len);
+.Ve
+.SH "DESCRIPTION"
+.IX Header "DESCRIPTION"
+A client application may request that a server send back an \s-1OCSP\s0 status response
+(also known as \s-1OCSP\s0 stapling). To do so the client should call the
+\&\fISSL_set_tlsext_status_type()\fR function prior to the start of the handshake.
+Currently the only supported type is \fBTLSEXT_STATUSTYPE_ocsp\fR. This value
+should be passed in the \fBtype\fR argument. The client should additionally provide
+a callback function to decide what to do with the returned \s-1OCSP\s0 response by
+calling \fISSL_CTX_set_tlsext_status_cb()\fR. The callback function should determine
+whether the returned \s-1OCSP\s0 response is acceptable or not. The callback will be
+passed as an argument the value previously set via a call to
+\&\fISSL_CTX_set_tlsext_status_arg()\fR. Note that the callback will not be called in
+the event of a handshake where session resumption occurs (because there are no
+Certificates exchanged in such a handshake).
+.PP
+The response returned by the server can be obtained via a call to
+\&\fISSL_get_tlsext_status_ocsp_resp()\fR. The value \fB*resp\fR will be updated to point
+to the \s-1OCSP\s0 response data and the return value will be the length of that data.
+Typically a callback would obtain an \s-1OCSP_RESPONSE\s0 object from this data via a
+call to the \fId2i_OCSP_RESPONSE()\fR function. If the server has not provided any
+response data then \fB*resp\fR will be \s-1NULL\s0 and the return value from
+\&\fISSL_get_tlsext_status_ocsp_resp()\fR will be \-1.
+.PP
+A server application must also call the \fISSL_CTX_set_tlsext_status_cb()\fR function
+if it wants to be able to provide clients with \s-1OCSP\s0 Certificate Status
+responses. Typically the server callback would obtain the server certificate
+that is being sent back to the client via a call to \fISSL_get_certificate()\fR;
+obtain the \s-1OCSP\s0 response to be sent back; and then set that response data by
+calling \fISSL_set_tlsext_status_ocsp_resp()\fR. A pointer to the response data should
+be provided in the \fBresp\fR argument, and the length of that data should be in
+the \fBlen\fR argument.
+.SH "RETURN VALUES"
+.IX Header "RETURN VALUES"
+The callback when used on the client side should return a negative value on
+error; 0 if the response is not acceptable (in which case the handshake will
+fail) or a positive value if it is acceptable.
+.PP
+The callback when used on the server side should return with either
+\&\s-1SSL_TLSEXT_ERR_OK \s0(meaning that the \s-1OCSP\s0 response that has been set should be
+returned), \s-1SSL_TLSEXT_ERR_NOACK \s0(meaning that an \s-1OCSP\s0 response should not be
+returned) or \s-1SSL_TLSEXT_ERR_ALERT_FATAL \s0(meaning that a fatal error has
+occurred).
+.PP
+\&\fISSL_CTX_set_tlsext_status_cb()\fR, \fISSL_CTX_set_tlsext_status_arg()\fR,
+\&\fISSL_set_tlsext_status_type()\fR and \fISSL_set_tlsext_status_ocsp_resp()\fR return 0 on
+error or 1 on success.
+.PP
+\&\fISSL_get_tlsext_status_ocsp_resp()\fR returns the length of the \s-1OCSP\s0 response data
+or \-1 if there is no \s-1OCSP\s0 response data.


Property changes on: trunk/secure/lib/libssl/man/SSL_CTX_set_tlsext_status_cb.3
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_CTX_set_tlsext_ticket_key_cb.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_set_tlsext_ticket_key_cb.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_set_tlsext_ticket_key_cb.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_set_tlsext_ticket_key_cb 3"
-.TH SSL_CTX_set_tlsext_ticket_key_cb 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_set_tlsext_ticket_key_cb 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l

Modified: trunk/secure/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_set_tmp_dh_callback 3"
-.TH SSL_CTX_set_tmp_dh_callback 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_set_tmp_dh_callback 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -184,26 +185,9 @@
 only used for signing.
 .PP
 In order to perform a \s-1DH\s0 key exchange the server must use a \s-1DH\s0 group
-(\s-1DH\s0 parameters) and generate a \s-1DH\s0 key.
-The server will always generate a new \s-1DH\s0 key during the negotiation
-if either the \s-1DH\s0 parameters are supplied via callback or the
-\&\s-1SSL_OP_SINGLE_DH_USE\s0 option of \fISSL_CTX_set_options\fR\|(3) is set (or both).
-It will  immediately create a \s-1DH\s0 key if \s-1DH\s0 parameters are supplied via
-\&\fISSL_CTX_set_tmp_dh()\fR and \s-1SSL_OP_SINGLE_DH_USE\s0 is not set.
-In this case,
-it may happen that a key is generated on initialization without later
-being needed, while on the other hand the computer time during the
-negotiation is being saved.
+(\s-1DH\s0 parameters) and generate a \s-1DH\s0 key. The server will always generate
+a new \s-1DH\s0 key during the negotiation.
 .PP
-If \*(L"strong\*(R" primes were used to generate the \s-1DH\s0 parameters, it is not strictly
-necessary to generate a new key for each handshake but it does improve forward
-secrecy. If it is not assured that \*(L"strong\*(R" primes were used,
-\&\s-1SSL_OP_SINGLE_DH_USE\s0 must be used in order to prevent small subgroup
-attacks. Always using \s-1SSL_OP_SINGLE_DH_USE\s0 has an impact on the
-computer time needed during negotiation, but it is not very large, so
-application authors/users should consider always enabling this option.
-The option is required to implement perfect forward secrecy (\s-1PFS\s0).
-.PP
 As generating \s-1DH\s0 parameters is extremely time consuming, an application
 should not generate the parameters on the fly but supply the parameters.
 \&\s-1DH\s0 parameters can be reused, as the actual key is newly generated during
@@ -229,10 +213,9 @@
 Previous versions of the callback used \fBis_export\fR and \fBkeylength\fR
 parameters to control parameter generation for export and non-export
 cipher suites. Modern servers that do not support export ciphersuites
-are advised to either use \fISSL_CTX_set_tmp_dh()\fR in combination with
-\&\s-1SSL_OP_SINGLE_DH_USE,\s0 or alternatively, use the callback but ignore
-\&\fBkeylength\fR and \fBis_export\fR and simply supply at least 2048\-bit
-parameters in the callback.
+are advised to either use \fISSL_CTX_set_tmp_dh()\fR or alternatively, use
+the callback but ignore \fBkeylength\fR and \fBis_export\fR and simply
+supply at least 2048\-bit parameters in the callback.
 .SH "EXAMPLES"
 .IX Header "EXAMPLES"
 Setup \s-1DH\s0 parameters with a key length of 2048 bits. (Error handling
@@ -264,7 +247,6 @@
 \& if (SSL_CTX_set_tmp_dh(ctx, dh_2048) != 1) {
 \&   /* Error. */
 \& }
-\& SSL_CTX_set_options(ctx, SSL_OP_SINGLE_DH_USE);
 \& ...
 .Ve
 .SH "RETURN VALUES"


Property changes on: trunk/secure/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_set_tmp_rsa_callback 3"
-.TH SSL_CTX_set_tmp_rsa_callback 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_set_tmp_rsa_callback 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_CTX_set_verify.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_set_verify.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_set_verify.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_set_verify 3"
-.TH SSL_CTX_set_verify 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_set_verify 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_CTX_set_verify.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_CTX_use_certificate.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_use_certificate.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_use_certificate.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_use_certificate 3"
-.TH SSL_CTX_use_certificate 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_use_certificate 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_CTX_use_certificate.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_CTX_use_psk_identity_hint.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_CTX_use_psk_identity_hint.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_CTX_use_psk_identity_hint.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_CTX_use_psk_identity_hint 3"
-.TH SSL_CTX_use_psk_identity_hint 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_CTX_use_psk_identity_hint 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l

Modified: trunk/secure/lib/libssl/man/SSL_SESSION_free.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_SESSION_free.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_SESSION_free.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_SESSION_free 3"
-.TH SSL_SESSION_free 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_SESSION_free 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_SESSION_free.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_SESSION_get_ex_new_index.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_SESSION_get_ex_new_index.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_SESSION_get_ex_new_index.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_SESSION_get_ex_new_index 3"
-.TH SSL_SESSION_get_ex_new_index 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_SESSION_get_ex_new_index 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_SESSION_get_ex_new_index.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_SESSION_get_time.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_SESSION_get_time.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_SESSION_get_time.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_SESSION_get_time 3"
-.TH SSL_SESSION_get_time 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_SESSION_get_time 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_SESSION_get_time.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_accept.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_accept.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_accept.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_accept 3"
-.TH SSL_accept 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_accept 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_accept.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_alert_type_string.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_alert_type_string.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_alert_type_string.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_alert_type_string 3"
-.TH SSL_alert_type_string 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_alert_type_string 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_alert_type_string.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_clear.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_clear.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_clear.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_clear 3"
-.TH SSL_clear 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_clear 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_clear.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_connect.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_connect.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_connect.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_connect 3"
-.TH SSL_connect 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_connect 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_connect.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_do_handshake.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_do_handshake.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_do_handshake.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_do_handshake 3"
-.TH SSL_do_handshake 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_do_handshake 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_do_handshake.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_free.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_free.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_free.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_free 3"
-.TH SSL_free 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_free 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_free.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_get_SSL_CTX.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_get_SSL_CTX.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_get_SSL_CTX.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_get_SSL_CTX 3"
-.TH SSL_get_SSL_CTX 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_get_SSL_CTX 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_get_SSL_CTX.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_get_ciphers.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_get_ciphers.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_get_ciphers.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_get_ciphers 3"
-.TH SSL_get_ciphers 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_get_ciphers 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_get_ciphers.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_get_client_CA_list.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_get_client_CA_list.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_get_client_CA_list.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_get_client_CA_list 3"
-.TH SSL_get_client_CA_list 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_get_client_CA_list 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_get_client_CA_list.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_get_current_cipher.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_get_current_cipher.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_get_current_cipher.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_get_current_cipher 3"
-.TH SSL_get_current_cipher 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_get_current_cipher 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_get_current_cipher.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_get_default_timeout.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_get_default_timeout.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_get_default_timeout.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_get_default_timeout 3"
-.TH SSL_get_default_timeout 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_get_default_timeout 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_get_default_timeout.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_get_error.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_get_error.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_get_error.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_get_error 3"
-.TH SSL_get_error 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_get_error 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_get_error.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_get_ex_data_X509_STORE_CTX_idx 3"
-.TH SSL_get_ex_data_X509_STORE_CTX_idx 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_get_ex_data_X509_STORE_CTX_idx 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_get_ex_new_index.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_get_ex_new_index.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_get_ex_new_index.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_get_ex_new_index 3"
-.TH SSL_get_ex_new_index 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_get_ex_new_index 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_get_ex_new_index.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_get_fd.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_get_fd.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_get_fd.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_get_fd 3"
-.TH SSL_get_fd 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_get_fd 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_get_fd.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_get_peer_cert_chain.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_get_peer_cert_chain.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_get_peer_cert_chain.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_get_peer_cert_chain 3"
-.TH SSL_get_peer_cert_chain 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_get_peer_cert_chain 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_get_peer_cert_chain.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_get_peer_certificate.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_get_peer_certificate.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_get_peer_certificate.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_get_peer_certificate 3"
-.TH SSL_get_peer_certificate 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_get_peer_certificate 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_get_peer_certificate.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_get_psk_identity.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_get_psk_identity.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_get_psk_identity.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_get_psk_identity 3"
-.TH SSL_get_psk_identity 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_get_psk_identity 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l

Modified: trunk/secure/lib/libssl/man/SSL_get_rbio.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_get_rbio.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_get_rbio.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_get_rbio 3"
-.TH SSL_get_rbio 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_get_rbio 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_get_rbio.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_get_session.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_get_session.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_get_session.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_get_session 3"
-.TH SSL_get_session 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_get_session 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_get_session.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_get_verify_result.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_get_verify_result.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_get_verify_result.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_get_verify_result 3"
-.TH SSL_get_verify_result 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_get_verify_result 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_get_verify_result.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_get_version.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_get_version.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_get_version.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_get_version 3"
-.TH SSL_get_version 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_get_version 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_get_version.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_library_init.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_library_init.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_library_init.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_library_init 3"
-.TH SSL_library_init 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_library_init 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_library_init.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_load_client_CA_file.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_load_client_CA_file.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_load_client_CA_file.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_load_client_CA_file 3"
-.TH SSL_load_client_CA_file 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_load_client_CA_file 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_load_client_CA_file.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_new.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_new.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_new.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_new 3"
-.TH SSL_new 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_new 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_new.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_pending.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_pending.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_pending.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_pending 3"
-.TH SSL_pending 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_pending 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_pending.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_read.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_read.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_read.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_read 3"
-.TH SSL_read 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_read 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_read.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_rstate_string.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_rstate_string.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_rstate_string.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_rstate_string 3"
-.TH SSL_rstate_string 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_rstate_string 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_rstate_string.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_session_reused.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_session_reused.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_session_reused.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_session_reused 3"
-.TH SSL_session_reused 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_session_reused 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_session_reused.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_set_bio.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_set_bio.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_set_bio.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_set_bio 3"
-.TH SSL_set_bio 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_set_bio 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_set_bio.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_set_connect_state.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_set_connect_state.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_set_connect_state.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_set_connect_state 3"
-.TH SSL_set_connect_state 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_set_connect_state 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_set_connect_state.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_set_fd.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_set_fd.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_set_fd.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_set_fd 3"
-.TH SSL_set_fd 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_set_fd 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_set_fd.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_set_session.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_set_session.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_set_session.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_set_session 3"
-.TH SSL_set_session 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_set_session 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_set_session.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_set_shutdown.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_set_shutdown.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_set_shutdown.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_set_shutdown 3"
-.TH SSL_set_shutdown 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_set_shutdown 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_set_shutdown.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_set_verify_result.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_set_verify_result.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_set_verify_result.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_set_verify_result 3"
-.TH SSL_set_verify_result 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_set_verify_result 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_set_verify_result.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_shutdown.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_shutdown.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_shutdown.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_shutdown 3"
-.TH SSL_shutdown 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_shutdown 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_shutdown.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_state_string.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_state_string.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_state_string.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_state_string 3"
-.TH SSL_state_string 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_state_string 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_state_string.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_want.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_want.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_want.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_want 3"
-.TH SSL_want 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_want 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_want.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/SSL_write.3
===================================================================
--- trunk/secure/lib/libssl/man/SSL_write.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/SSL_write.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "SSL_write 3"
-.TH SSL_write 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH SSL_write 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/SSL_write.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/d2i_SSL_SESSION.3
===================================================================
--- trunk/secure/lib/libssl/man/d2i_SSL_SESSION.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/d2i_SSL_SESSION.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "d2i_SSL_SESSION 3"
-.TH d2i_SSL_SESSION 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH d2i_SSL_SESSION 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


Property changes on: trunk/secure/lib/libssl/man/d2i_SSL_SESSION.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/secure/lib/libssl/man/ssl.3
===================================================================
--- trunk/secure/lib/libssl/man/ssl.3	2018-07-08 16:22:17 UTC (rev 11609)
+++ trunk/secure/lib/libssl/man/ssl.3	2018-07-08 16:25:03 UTC (rev 11610)
@@ -1,4 +1,5 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" $MidnightBSD$
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +134,7 @@
 .\" ========================================================================
 .\"
 .IX Title "ssl 3"
-.TH ssl 3 "2015-06-12" "1.0.1o" "OpenSSL"
+.TH ssl 3 "2016-09-22" "1.0.1u" "OpenSSL"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -239,33 +240,69 @@
 .IX Subsection "DEALING WITH PROTOCOL METHODS"
 Here we document the various \s-1API\s0 functions which deal with the \s-1SSL/TLS\s0
 protocol methods defined in \fB\s-1SSL_METHOD\s0\fR structures.
+.IP "const \s-1SSL_METHOD\s0 *\fBSSLv23_method\fR(void);" 4
+.IX Item "const SSL_METHOD *SSLv23_method(void);"
+Constructor for the \fIversion-flexible\fR \s-1SSL_METHOD\s0 structure for
+clients, servers or both.
+See \fISSL_CTX_new\fR\|(3) for details.
+.IP "const \s-1SSL_METHOD\s0 *\fBSSLv23_client_method\fR(void);" 4
+.IX Item "const SSL_METHOD *SSLv23_client_method(void);"
+Constructor for the \fIversion-flexible\fR \s-1SSL_METHOD\s0 structure for
+clients.
+.IP "const \s-1SSL_METHOD\s0 *\fBSSLv23_client_method\fR(void);" 4
+.IX Item "const SSL_METHOD *SSLv23_client_method(void);"
+Constructor for the \fIversion-flexible\fR \s-1SSL_METHOD\s0 structure for
+servers.
+.IP "const \s-1SSL_METHOD\s0 *\fBTLSv1_2_method\fR(void);" 4
+.IX Item "const SSL_METHOD *TLSv1_2_method(void);"
+Constructor for the TLSv1.2 \s-1SSL_METHOD\s0 structure for clients, servers
+or both.
+.IP "const \s-1SSL_METHOD\s0 *\fBTLSv1_2_client_method\fR(void);" 4
+.IX Item "const SSL_METHOD *TLSv1_2_client_method(void);"
+Constructor for the TLSv1.2 \s-1SSL_METHOD\s0 structure for clients.
+.IP "const \s-1SSL_METHOD\s0 *\fBTLSv1_2_server_method\fR(void);" 4
+.IX Item "const SSL_METHOD *TLSv1_2_server_method(void);"
+Constructor for the TLSv1.2 \s-1SSL_METHOD\s0 structure for servers.
+.IP "const \s-1SSL_METHOD\s0 *\fBTLSv1_1_method\fR(void);" 4
+.IX Item "const SSL_METHOD *TLSv1_1_method(void);"
+Constructor for the TLSv1.1 \s-1SSL_METHOD\s0 structure for clients, servers
+or both.
+.IP "const \s-1SSL_METHOD\s0 *\fBTLSv1_1_client_method\fR(void);" 4
+.IX Item "const SSL_METHOD *TLSv1_1_client_method(void);"
+Constructor for the TLSv1.1 \s-1SSL_METHOD\s0 structure for clients.
+.IP "const \s-1SSL_METHOD\s0 *\fBTLSv1_1_server_method\fR(void);" 4
+.IX Item "const SSL_METHOD *TLSv1_1_server_method(void);"
+Constructor for the TLSv1.1 \s-1SSL_METHOD\s0 structure for servers.
+.IP "const \s-1SSL_METHOD\s0 *\fBTLSv1_method\fR(void);" 4
+.IX Item "const SSL_METHOD *TLSv1_method(void);"
+Constructor for the TLSv1 \s-1SSL_METHOD\s0 structure for clients, servers
+or both.
+.IP "const \s-1SSL_METHOD\s0 *\fBTLSv1_client_method\fR(void);" 4
+.IX Item "const SSL_METHOD *TLSv1_client_method(void);"
+Constructor for the TLSv1 \s-1SSL_METHOD\s0 structure for clients.
+.IP "const \s-1SSL_METHOD\s0 *\fBTLSv1_server_method\fR(void);" 4
+.IX Item "const SSL_METHOD *TLSv1_server_method(void);"
+Constructor for the TLSv1 \s-1SSL_METHOD\s0 structure for servers.
+.IP "const \s-1SSL_METHOD\s0 *\fBSSLv3_method\fR(void);" 4
+.IX Item "const SSL_METHOD *SSLv3_method(void);"
+Constructor for the SSLv3 \s-1SSL_METHOD\s0 structure for clients, servers
+or both.
+.IP "const \s-1SSL_METHOD\s0 *\fBSSLv3_client_method\fR(void);" 4
+.IX Item "const SSL_METHOD *SSLv3_client_method(void);"
+Constructor for the SSLv3 \s-1SSL_METHOD\s0 structure for clients.
+.IP "const \s-1SSL_METHOD\s0 *\fBSSLv3_server_method\fR(void);" 4
+.IX Item "const SSL_METHOD *SSLv3_server_method(void);"
+Constructor for the SSLv3 \s-1SSL_METHOD\s0 structure for servers.
+.IP "const \s-1SSL_METHOD\s0 *\fBSSLv2_method\fR(void);" 4
+.IX Item "const SSL_METHOD *SSLv2_method(void);"
+Constructor for the SSLv2 \s-1SSL_METHOD\s0 structure for clients, servers
+or both.
 .IP "const \s-1SSL_METHOD\s0 *\fBSSLv2_client_method\fR(void);" 4
 .IX Item "const SSL_METHOD *SSLv2_client_method(void);"
-Constructor for the SSLv2 \s-1SSL_METHOD\s0 structure for a dedicated client.
+Constructor for the SSLv2 \s-1SSL_METHOD\s0 structure for clients.
 .IP "const \s-1SSL_METHOD\s0 *\fBSSLv2_server_method\fR(void);" 4
 .IX Item "const SSL_METHOD *SSLv2_server_method(void);"
-Constructor for the SSLv2 \s-1SSL_METHOD\s0 structure for a dedicated server.
-.IP "const \s-1SSL_METHOD\s0 *\fBSSLv2_method\fR(void);" 4
-.IX Item "const SSL_METHOD *SSLv2_method(void);"
-Constructor for the SSLv2 \s-1SSL_METHOD\s0 structure for combined client and server.
-.IP "const \s-1SSL_METHOD\s0 *\fBSSLv3_client_method\fR(void);" 4
-.IX Item "const SSL_METHOD *SSLv3_client_method(void);"
-Constructor for the SSLv3 \s-1SSL_METHOD\s0 structure for a dedicated client.
-.IP "const \s-1SSL_METHOD\s0 *\fBSSLv3_server_method\fR(void);" 4
-.IX Item "const SSL_METHOD *SSLv3_server_method(void);"
-Constructor for the SSLv3 \s-1SSL_METHOD\s0 structure for a dedicated server.
-.IP "const \s-1SSL_METHOD\s0 *\fBSSLv3_method\fR(void);" 4
-.IX Item "const SSL_METHOD *SSLv3_method(void);"
-Constructor for the SSLv3 \s-1SSL_METHOD\s0 structure for combined client and server.
-.IP "const \s-1SSL_METHOD\s0 *\fBTLSv1_client_method\fR(void);" 4
-.IX Item "const SSL_METHOD *TLSv1_client_method(void);"
-Constructor for the TLSv1 \s-1SSL_METHOD\s0 structure for a dedicated client.
-.IP "const \s-1SSL_METHOD\s0 *\fBTLSv1_server_method\fR(void);" 4
-.IX Item "const SSL_METHOD *TLSv1_server_method(void);"
-Constructor for the TLSv1 \s-1SSL_METHOD\s0 structure for a dedicated server.
-.IP "const \s-1SSL_METHOD\s0 *\fBTLSv1_method\fR(void);" 4
-.IX Item "const SSL_METHOD *TLSv1_method(void);"
-Constructor for the TLSv1 \s-1SSL_METHOD\s0 structure for combined client and server.
+Constructor for the SSLv2 \s-1SSL_METHOD\s0 structure for servers.
 .SS "\s-1DEALING WITH CIPHERS\s0"
 .IX Subsection "DEALING WITH CIPHERS"
 Here we document the various \s-1API\s0 functions which deal with the \s-1SSL/TLS\s0


Property changes on: trunk/secure/lib/libssl/man/ssl.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list