Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! Support DEFAULT keyw…
Browse files Browse the repository at this point in the history
…ord and '-' prefix in SSL_CTX_set1_groups_list()
  • Loading branch information
fwh-dc committed Oct 29, 2024
1 parent 280e6e9 commit 71cd2a4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ OpenSSL 3.4

### Changes between 3.4 and 3.5 [xx XXX xxxx]

* Support DEFAULT keyword and '-' prefix in SSL_CTX_set1_groups_list().
SSL_CTX_set1_groups_list() now supports the DEFAULT keyword which sets the
available groups to the default selection. The '-' prefix allows the calling
application to remove a group from the selection.

*Frederik Wedel-Heinen*

* Enhanced PKCS#7 inner contents verification.
In the PKCS7_verify() function, the BIO *indata parameter refers to the
signed data if the content is detached from p7. Otherwise, indata should be
Expand Down

0 comments on commit 71cd2a4

Please sign in to comment.