forked from openssl/openssl
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ABI breakage due to TLS1.3-brainpool sigalgs
If a server using a brainpool certificate could try to negotiate either TLS1.2 or TLS1.3, but it is configured in a way that is most likely intended to be used with TLS1.2, this disables TLS1.3 for this server. The server can explicitly set the sigalgs to override this heuristic. Fixes openssl#25697
- Loading branch information
1 parent
f4c4674
commit a0fc2c3
Showing
1 changed file
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters