summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libssl/man/SSL_CTX_set_min_proto_version.314
1 files changed, 8 insertions, 6 deletions
diff --git a/src/lib/libssl/man/SSL_CTX_set_min_proto_version.3 b/src/lib/libssl/man/SSL_CTX_set_min_proto_version.3
index 72ad0e4367..a2597cda83 100644
--- a/src/lib/libssl/man/SSL_CTX_set_min_proto_version.3
+++ b/src/lib/libssl/man/SSL_CTX_set_min_proto_version.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SSL_CTX_set_min_proto_version.3,v 1.4 2020/05/12 20:12:44 tb Exp $ 1.\" $OpenBSD: SSL_CTX_set_min_proto_version.3,v 1.5 2021/04/15 16:40:32 tb Exp $
2.\" full merge up to: OpenSSL 3edabd3c Sep 14 09:28:39 2017 +0200 2.\" full merge up to: OpenSSL 3edabd3c Sep 14 09:28:39 2017 +0200
3.\" 3.\"
4.\" This file was written by Kurt Roeckx <kurt@roeckx.be> and 4.\" This file was written by Kurt Roeckx <kurt@roeckx.be> and
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: May 12 2020 $ 52.Dd $Mdocdate: April 15 2021 $
53.Dt SSL_CTX_SET_MIN_PROTO_VERSION 3 53.Dt SSL_CTX_SET_MIN_PROTO_VERSION 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -116,12 +116,14 @@ versions down to the lowest or up to the highest version supported
116by the library, respectively. 116by the library, respectively.
117.Pp 117.Pp
118Currently supported versions are 118Currently supported versions are
119.Sy TLS1_VERSION , 119.Dv TLS1_VERSION ,
120.Sy TLS1_1_VERSION , 120.Dv TLS1_1_VERSION ,
121and 121and
122.Sy TLS1_2_VERSION 122.Dv TLS1_2_VERSION
123for TLS and 123for TLS and
124.Sy DTLS1_VERSION 124.Dv DTLS1_VERSION
125and
126.Dv DTLS1_2_VERSION
125for DTLS. 127for DTLS.
126.Pp 128.Pp
127In other implementations, these functions may be implemented as macros. 129In other implementations, these functions may be implemented as macros.