opensc/src
Jakub Jelen bc9b9df869 Do not use EVP_PKEY_get0() for EC_KEY handling
The function is intentionally broken in OpenSSL 3.0 for provided keys
and returning NULL. But it should still work for the legacy gost engine
implementation (but I do not have a good way to check).

Discussed in openssl upstream issue:

https://github.com/openssl/openssl/issues/16081
2021-08-02 10:05:59 +02:00
..
common Add correct prefix on the clang-tidy commandline 2021-05-05 14:22:58 +02:00
libopensc Do not use EVP_PKEY_get0() for EC_KEY handling 2021-08-02 10:05:59 +02:00
minidriver Minidriver RSA-PSS signing not working 2021-02-25 18:35:57 +01:00
pkcs11 Merge pull request #2343 from Jakuje/ossl3v1 2021-06-07 14:38:30 +02:00
pkcs15init Do not use deprecated ERR_load_ERR_strings() with OpenSSL 3.0 2021-05-24 11:25:53 +02:00
scconf fixed missing includes 2020-05-11 18:58:12 +02:00
sm sm: Rewrite to use non-deprecated OpenSSL 3.0 API 2021-05-24 11:25:53 +02:00
smm sm: Rewrite to use non-deprecated OpenSSL 3.0 API 2021-05-24 11:25:53 +02:00
tests p11test: Use OPTIONAL_OPENSSL_CFLAGS 2021-06-11 05:28:07 -05:00
tools Do not use EVP_PKEY_get0() for EC_KEY handling 2021-08-02 10:05:59 +02:00
ui pcsc: immediately exit on hotplug events 2020-06-09 12:07:04 +02:00
Makefile.am added fuzzing with libFuzzer and OSS-Fuzz 2019-07-26 15:23:02 +02:00
Makefile.mak use compat_getopt_long if getopt_long is not available 2019-03-25 14:30:09 +01:00