From: Jakub J. <no...@gi...> - 2021-08-02 08:06:19
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: bc9b9df86926bf729615134bc9bdcb4b4bc87abc https://github.com/OpenSC/OpenSC/commit/bc9b9df86926bf729615134bc9bdcb4b4bc87abc Author: Jakub Jelen <jj...@re...> Date: 2021-08-02 (Mon, 02 Aug 2021) Changed paths: M src/libopensc/pkcs15-prkey.c M src/libopensc/pkcs15-pubkey.c M src/tools/pkcs11-tool.c Log Message: ----------- 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 |