diff options
author | Xu Yizhou <xuyizhou1@huawei.com> | 2022-11-25 06:57:37 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2022-11-29 16:18:07 +0100 |
commit | e44b34185268e99ee2dc499073cf56d0465d60e2 (patch) | |
tree | a8f25c55ee7670fb5ab6e7fca10d216296b38b01 /doc/man7 | |
parent | test: add sm4 xts test cases (diff) | |
download | openssl-e44b34185268e99ee2dc499073cf56d0465d60e2.tar.xz openssl-e44b34185268e99ee2dc499073cf56d0465d60e2.zip |
doc: add note for sm4 xts
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19619)
Diffstat (limited to 'doc/man7')
-rw-r--r-- | doc/man7/EVP_CIPHER-SM4.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/man7/EVP_CIPHER-SM4.pod b/doc/man7/EVP_CIPHER-SM4.pod index 36a51d18a4..b0c292757e 100644 --- a/doc/man7/EVP_CIPHER-SM4.pod +++ b/doc/man7/EVP_CIPHER-SM4.pod @@ -24,6 +24,12 @@ The following algorithms are available in the default provider: =item "SM4-CFB" or "SM4-CFB128" +=item "SM4-GCM" + +=item "SM4-CCM" + +=item "SM4-XTS" + =back =head2 Parameters |