diff options
| author | tb <> | 2021-04-15 16:40:32 +0000 |
|---|---|---|
| committer | tb <> | 2021-04-15 16:40:32 +0000 |
| commit | d9e6b3c687e1354c4e1cad55cbcab90c57b88e22 (patch) | |
| tree | c04d3514efc7b4711e15954e7018c6fc8d26fe2f | |
| parent | f84b114c13dd506177484d1d3d884decd7f8fc49 (diff) | |
| download | openbsd-d9e6b3c687e1354c4e1cad55cbcab90c57b88e22.tar.gz openbsd-d9e6b3c687e1354c4e1cad55cbcab90c57b88e22.tar.bz2 openbsd-d9e6b3c687e1354c4e1cad55cbcab90c57b88e22.zip | |
Mention DTLS1_2_VERSION here, too
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/man/SSL_CTX_set_min_proto_version.3 | 14 |
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 | |||
| 116 | by the library, respectively. | 116 | by the library, respectively. |
| 117 | .Pp | 117 | .Pp |
| 118 | Currently supported versions are | 118 | Currently supported versions are |
| 119 | .Sy TLS1_VERSION , | 119 | .Dv TLS1_VERSION , |
| 120 | .Sy TLS1_1_VERSION , | 120 | .Dv TLS1_1_VERSION , |
| 121 | and | 121 | and |
| 122 | .Sy TLS1_2_VERSION | 122 | .Dv TLS1_2_VERSION |
| 123 | for TLS and | 123 | for TLS and |
| 124 | .Sy DTLS1_VERSION | 124 | .Dv DTLS1_VERSION |
| 125 | and | ||
| 126 | .Dv DTLS1_2_VERSION | ||
| 125 | for DTLS. | 127 | for DTLS. |
| 126 | .Pp | 128 | .Pp |
| 127 | In other implementations, these functions may be implemented as macros. | 129 | In other implementations, these functions may be implemented as macros. |
