Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! Support DEFAULT keyword and '-' pr…
Browse files Browse the repository at this point in the history
…efix in SSL_CTX_set1_groups_list()
  • Loading branch information
fwh-dc committed Oct 29, 2024
1 parent 4c7ef00 commit bf68823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/man3/SSL_CTX_set1_curves.pod
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ for other groups may be added by external providers, however note the discussion
on TLS 1.3 selection criteria above. If a group name is preceded with the C<?>
character, it will be ignored if an implementation is missing. The "DEFAULT"
group name is used to select the default selection of groups. Group names that
has C<-> preceded will be removed from the selected groups.
are preceded with the C<-> character will be removed from the selected groups.

SSL_set1_groups() and SSL_set1_groups_list() are similar except they set
supported groups for the SSL structure B<ssl>.
Expand Down

0 comments on commit bf68823

Please sign in to comment.