From: tb Date: Thu, 15 Apr 2021 16:40:32 +0000 (+0000) Subject: Mention DTLS1_2_VERSION here, too X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=49fbd780f2804d137c981d9daba8fcef4b506035;p=openbsd Mention DTLS1_2_VERSION here, too --- diff --git a/lib/libssl/man/SSL_CTX_set_min_proto_version.3 b/lib/libssl/man/SSL_CTX_set_min_proto_version.3 index 72ad0e43675..a2597cda83c 100644 --- a/lib/libssl/man/SSL_CTX_set_min_proto_version.3 +++ b/lib/libssl/man/SSL_CTX_set_min_proto_version.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_CTX_set_min_proto_version.3,v 1.4 2020/05/12 20:12:44 tb Exp $ +.\" $OpenBSD: SSL_CTX_set_min_proto_version.3,v 1.5 2021/04/15 16:40:32 tb Exp $ .\" full merge up to: OpenSSL 3edabd3c Sep 14 09:28:39 2017 +0200 .\" .\" This file was written by Kurt Roeckx and @@ -49,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 12 2020 $ +.Dd $Mdocdate: April 15 2021 $ .Dt SSL_CTX_SET_MIN_PROTO_VERSION 3 .Os .Sh NAME @@ -116,12 +116,14 @@ versions down to the lowest or up to the highest version supported by the library, respectively. .Pp Currently supported versions are -.Sy TLS1_VERSION , -.Sy TLS1_1_VERSION , +.Dv TLS1_VERSION , +.Dv TLS1_1_VERSION , and -.Sy TLS1_2_VERSION +.Dv TLS1_2_VERSION for TLS and -.Sy DTLS1_VERSION +.Dv DTLS1_VERSION +and +.Dv DTLS1_2_VERSION for DTLS. .Pp In other implementations, these functions may be implemented as macros.