]> git.ipfire.org Git - thirdparty/openssl.git/commit
fix SM2 privatekey decode(PEM format, ECPrivateKey).
authorAlen Yan <yzpgryx@163.com>
Wed, 9 Jul 2025 01:23:00 +0000 (09:23 +0800)
committerTomas Mraz <tomas@openssl.org>
Fri, 25 Jul 2025 07:51:00 +0000 (09:51 +0200)
commitbd172dd0e1b76116402534aa4bb5c89d039e7762
treedb5d5815d477de0e8f1e8524991af8d876457b0c
parente7d5398aa1349cc575a5b80e0d6eb28e61cb4bfa
fix SM2 privatekey decode(PEM format, ECPrivateKey).

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27963)
include/openssl/pem.h
providers/implementations/encode_decode/decode_pem2der.c
test/recipes/15-test_ec.t
test/testec-sm2.pem [new file with mode: 0644]