=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/65.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- www/65.html 2018/11/11 18:02:38 1.6 +++ www/65.html 2018/11/11 18:12:42 1.7 @@ -95,12 +95,16 @@ callbacks stubbed for compatibility
  • Added the SM3 hash function from the Chinese standard GB/T 32905-2016. +
  • + Added more OPENSSL_NO_* macros for compatibility with OpenSSL
  • Testing and Proactive Security
  • Internal Improvements @@ -117,7 +121,13 @@ Added functionality to derive early, handshake, and application secrets as per RFC8446
  • - Added handshake state machine from RFC8446, TLS 1.3 + Added handshake state machine from RFC8446 +
  • + Removed some ASN.1 related code from libcrypto that had not been used + since around 2000 +
  • + Unexported internal symbols and internalized more record layer structs. +
  • Portable Improvements