diff options
author | Ronald Tse <ronald.tse@ribose.com> | 2017-10-31 06:19:14 +0100 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2017-10-31 06:19:14 +0100 |
commit | f19a5ff9ab85313f5b30cfc9fbed3a2eea60a59d (patch) | |
tree | e93336cc7c31d2a41e19b1c906135a6ec91cabfc /CHANGES | |
parent | Only reset the ctx when a cipher is given (diff) | |
download | openssl-f19a5ff9ab85313f5b30cfc9fbed3a2eea60a59d.tar.xz openssl-f19a5ff9ab85313f5b30cfc9fbed3a2eea60a59d.zip |
SM4: Add SM4 block cipher to EVP
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/4552)
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -9,6 +9,11 @@ Changes between 1.1.0f and 1.1.1 [xx XXX xxxx] + *) Add SM4 implemented according to GB/T 32907-2016. + [ Jack Lloyd <jack.lloyd@ribose.com>, + Ronald Tse <ronald.tse@ribose.com>, + Erick Borsboom <erick.borsboom@ribose.com> ] + *) Reimplement -newreq-nodes and ERR_error_string_n; the original author does not agree with the license change. [Rich Salz] |