]> git.ipfire.org Git - thirdparty/openssl.git/commit
APPS: Remove all traces of special SM2 treatment.
authorRichard Levitte <levitte@openssl.org>
Tue, 10 Mar 2020 22:08:59 +0000 (23:08 +0100)
committerRichard Levitte <levitte@openssl.org>
Sun, 15 Mar 2020 18:42:05 +0000 (19:42 +0100)
commit2292c8e17f0b870b48bb7a5f8ed8c37dfb36580f
treea1cc84c4ddd4f8eb4850c75f46b815ac0d7e81e7
parentaba9bca31cc2507671e25f7ca8e642fce5e38671
APPS: Remove all traces of special SM2 treatment.

SM2 IDs are now passed entirely as '-pkeyopt', '-sigopt' or '-vfyopt'
values, just like any other valid option.

Fixes #11293

Reviewed-by: Paul Yang <kaishen.yy@antfin.com>
(Merged from https://github.com/openssl/openssl/pull/11302)
apps/ca.c
apps/include/apps.h
apps/pkeyutl.c
apps/req.c
apps/verify.c
apps/x509.c
doc/man1/openssl-ca.pod.in
doc/man1/openssl-pkeyutl.pod.in
doc/man1/openssl-req.pod.in
doc/man1/openssl-verify.pod.in
doc/man1/openssl-x509.pod.in