diff --git a/doc/man3/SSL_CTX_set1_curves.pod b/doc/man3/SSL_CTX_set1_curves.pod index 62037eec641d57580c38f54e008d1f42e22994ea..c26ef00306395c5caa26df7e163a2a7d74b8b90e 100644 --- a/doc/man3/SSL_CTX_set1_curves.pod +++ b/doc/man3/SSL_CTX_set1_curves.pod @@ -48,15 +48,17 @@ 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 groups. Currently supported groups for B are B, B, B, -B, B, B, B, -B, B and B. +B, B, B, +B, B, B, +B, B, B and B. SSL_CTX_set1_groups_list() sets the supported groups for B to -string B. The string is a colon separated list of group NIDs or -names, for example "P-521:P-384:P-256:X25519:ffdhe2048". Currently supported -groups for B are B, B, B, B, B, -B, B, B, B, B. Support -for other groups may be added by external providers. +string B. The string is a colon separated list of group names, for example +"P-521:P-384:P-256:X25519:ffdhe2048". Currently supported groups for B +are B, B, B, B, B, B, +B, B, B, B, +B, B and B. Support for other groups may be +added by external providers. SSL_set1_groups() and SSL_set1_groups_list() are similar except they set supported groups for the SSL structure B.