=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/59.html,v retrieving revision 1.77 retrieving revision 1.78 diff -c -r1.77 -r1.78 *** www/59.html 2016/03/22 10:54:42 1.77 --- www/59.html 2016/03/25 02:04:22 1.78 *************** *** 692,698 **** software to use much shorter keys than intended.
  • Removed support for DTLS_BAD_VER. Pre-DTLSv1 implementations are no longer supported. !
  • The engine command and parameters are removed from openssl(1). Previous releases removed dynamic and built-in engine support already. --- 692,698 ---- software to use much shorter keys than intended.
  • Removed support for DTLS_BAD_VER. Pre-DTLSv1 implementations are no longer supported. !
  • The engine command and parameters are removed from openssl(1). Previous releases removed dynamic and built-in engine support already. *************** *** 728,733 **** --- 728,745 ---- root certificate from cert.pem.
  • Fixed incorrect TLS certificate loading by nc(1). +
  • The + + openssl(1) + s_time command now performs a proper shutdown which allows a + full TLS connection to be benchmarked more accurately. A new + -no_shutdown flag + makes s_time adopt the previous behavior so that comparisons + can still be made with OpenSSL's version. +
  • Removed support for the SSLEAY_CONF backwards compatibility + environment variable in + + openssl(1).
  • The following CVEs had been fixed: