forked from libusual/libusual
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As of OpenSSL 3.0.0, EVP_PKEY_get0() returns NULL unless the key is a legacy key. This crashes normal use of libtls. Instead, use the newer EVP_PKEY_get0_*() functions. These require OpenSSL 1.1.0, but we provide a workaround for older versions.
- Loading branch information
Showing
2 changed files
with
10 additions
and
3 deletions.
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
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