diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2021-04-15 16:40:33 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2021-04-15 16:40:33 +0000 |
commit | 60d0ae38c10d4367368fab98e46c690f65781006 (patch) | |
tree | 6ff58c779beac0ba4e3c86d2d0b3d8bede7c511b | |
parent | 832a8dbc12e0a6b920f7730770e9bb0c3566e207 (diff) |
Mention DTLS1_2_VERSION here, too
-rw-r--r-- | lib/libssl/man/SSL_CTX_set_min_proto_version.3 | 14 |
1 files changed, 8 insertions, 6 deletions
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 <kurt@roeckx.be> 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. |