summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Yang <kaishen.yy@antfin.com>2019-09-29 22:25:10 +0800
committerPaul Yang <kaishen.yy@antfin.com>2019-10-07 06:32:18 +0800
commita56f68adb7aaada4848d422125bee87ea6c3f483 (patch)
tree368b31e61a1dcf94b77e44c7d6fdf9233e245b07 /doc
parent552be00d429dc3d6c95bb2d9573b09e67485afb3 (diff)
Support SM2 in apps/speed
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10053)
Diffstat (limited to 'doc')
-rw-r--r--doc/man7/SM2.pod3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/man7/SM2.pod b/doc/man7/SM2.pod
index 31f58db416..b2d7c7ae44 100644
--- a/doc/man7/SM2.pod
+++ b/doc/man7/SM2.pod
@@ -41,6 +41,9 @@ done by calling:
And normally there is no need to pass a B<pctx> parameter to EVP_DigestSignInit()
or EVP_DigestVerifyInit() in such a scenario.
+SM2 can be tested within L<speed(1)> application since version 3.0.0. At current
+stage, the only valid algorithm name is B<sm2>.
+
=head1 EXAMPLES
This example demonstrates the calling sequence for using an B<EVP_PKEY> to verify