=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/65.html,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- www/65.html 2019/03/14 20:35:10 1.32 +++ www/65.html 2019/03/17 21:37:37 1.33 @@ -128,6 +128,8 @@
  • Added the SM3 hash function from the Chinese standard GB/T 32905-2016.
  • + Added the SM4 block cipher from the Chinese standard GB/T 32907-2016. +
  • Added more OPENSSL_NO_* macros for compatibility with OpenSSL.
  • Partial port of the OpenSSL EC_KEY_METHOD API for use by OpenSSH. @@ -135,6 +137,8 @@ Implemented further missing OpenSSL 1.1 API.
  • Added support for XChaCha20 and XChaCha20-Poly1305. +
  • + Added support for AES key wrap constructions via the EVP interface.
  • Compatibility Changes