]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix int_ctx_new() error when use 1.1.1n sm2 key and ec method engine
authorlan1120 <lanming@huawei.com>
Sat, 10 Jun 2023 11:36:17 +0000 (19:36 +0800)
committerPauli <pauli@openssl.org>
Tue, 18 Jul 2023 02:35:36 +0000 (12:35 +1000)
commit4c4fefa5c78a49b63113aec35a2bc8d6d9432436
tree57d81f17cf39191b196247f9767acf866fb0a33d
parent3d2f96e2c867fa3e79a453639304b70ba0508076
Fix int_ctx_new() error when use 1.1.1n sm2 key and ec method engine

Signed-off-by: lan1120 <lanming@huawei.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21170)
crypto/evp/p_lib.c