diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-08-19 19:36:40 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-08-19 19:36:40 +0000 |
commit | 442aab002e5bd93bcfb4dabf59a6b99cc5966433 (patch) | |
tree | 73d68e5750c3ac496235de197c6fc7eac481d25f /lib/libssl | |
parent | ed44aef5be9ce1e7070f7a50ecdd2bac93a2353d (diff) |
fix a typo and mention OpenBSD in HISTORY;
both pointed out by jsing@
Diffstat (limited to 'lib/libssl')
-rw-r--r-- | lib/libssl/man/SSL_CTX_set1_groups.3 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libssl/man/SSL_CTX_set1_groups.3 b/lib/libssl/man/SSL_CTX_set1_groups.3 index e4ac4503548..0d1eb36ea75 100644 --- a/lib/libssl/man/SSL_CTX_set1_groups.3 +++ b/lib/libssl/man/SSL_CTX_set1_groups.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_CTX_set1_groups.3,v 1.1 2017/08/12 14:09:34 schwarze Exp $ +.\" $OpenBSD: SSL_CTX_set1_groups.3,v 1.2 2017/08/19 19:36:39 schwarze Exp $ .\" OpenSSL SSL_CTX_set1_curves.pod de4d764e Nov 9 14:51:06 2016 +0000 .\" .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: August 12 2017 $ +.Dd $Mdocdate: August 19 2017 $ .Dt SSL_CTX_SET1_GROUPS 3 .Os .Sh NAME @@ -115,7 +115,7 @@ to the .Fa glistlen groups in the array .Fa glist . -The array consist of group NIDs in preference order. +The array consists of group NIDs in preference order. For a TLS client, the groups are used directly in the supported groups extension. For a TLS server, the groups are used to determine the set of shared @@ -159,3 +159,5 @@ All these functions return 1 for success or 0 for failure. .Sh HISTORY The curve functions first appeared in OpenSSL 1.0.2 and the group functions in OpenSSL 1.1.1. +Both have been available since +.Ox 6.1 . |