diff options
author | Paul Yang <yang.yang@baishancloud.com> | 2018-09-10 07:42:00 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2018-09-10 12:16:41 +0200 |
commit | a9ea8d431f1a0057bcdfe8fe7297e8ce271eec8b (patch) | |
tree | fb40436ff030ec4f9837c488703469bd819bd208 /CHANGES | |
parent | test/evp_extra_test.c: fix null pointer dereference (diff) | |
download | openssl-a9ea8d431f1a0057bcdfe8fe7297e8ce271eec8b.tar.xz openssl-a9ea8d431f1a0057bcdfe8fe7297e8ce271eec8b.zip |
Add a sentence in CHANGES to note SM2 support
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7160)
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ Changes between 1.1.0i and 1.1.1 [xx XXX xxxx] + *) Add SM2 base algorithm support. + [Jack Lloyd] + *) s390x assembly pack: add (improved) hardware-support for the following cryptographic primitives: sha3, shake, aes-gcm, aes-ccm, aes-ctr, aes-ofb, aes-cfb/cfb8, aes-ecb. |