-
-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In OpenSSL 3 the OpenSSL::PKey::EC class has become immutable. In a pure OpenSSL 3 world the right thing would be to use OpenSSL::PKey.generate_key but that's not supported in OpenSSL 1. Calling .generate is compatible with both 1 and 3. It also stops mocking the actual calls to see if they will work. prime239v1 is replaced by prime256v1 because on Fedora 39+ only the latter is available.
- Loading branch information
1 parent
56e25c9
commit 92bf1e1
Showing
2 changed files
with
12 additions
and
14 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