=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/59.html,v retrieving revision 1.27 retrieving revision 1.28 diff -c -r1.27 -r1.28 *** www/59.html 2016/02/18 01:55:02 1.27 --- www/59.html 2016/02/18 11:39:14 1.28 *************** *** 76,82 ****
  • Generic network stack improvements:

    --- 76,82 ----

  • Generic network stack improvements:

    *************** *** 120,128 ****

  • Assorted improvements:
  • Code improvements: *************** *** 270,289 ****
  • SSLv3 is now permanently removed from the tree.
  • The libtls API is changed from the 2.2.x series:
  • New interface OPENSSL_cpu_caps is provided that does not allow software to inadvertently modify cpu capability flags. --- 273,292 ----
  • SSLv3 is now permanently removed from the tree.
  • The libtls API is changed from the 2.2.x series:
  • New interface OPENSSL_cpu_caps is provided that does not allow software to inadvertently modify cpu capability flags. *************** *** 292,298 **** ssize_t to size_t.
  • Deduplicated DTLS code, sharing bugfixes and improvements with TLS.
  • Converted ! nc(1) to use libtls for client and server operations; it is included in the libressl-portable distribution as an example of how to use the libtls library. This is intended to be a simpler --- 295,301 ---- ssize_t to size_t.
  • Deduplicated DTLS code, sharing bugfixes and improvements with TLS.
  • Converted ! nc(1) to use libtls for client and server operations; it is included in the libressl-portable distribution as an example of how to use the libtls library. This is intended to be a simpler *************** *** 306,322 **** libtls.
  • Added ability to check certificate validity times with libtls, ! tls_peer_cert_notbefore(3) and ! tls_peer_cert_notafter(3).
  • Changed ! tls_connect_servername(3) to use the first address that resolves with ! getaddrinfo(3).
  • Remove broken conditional EVP_CHECK_DES_KEY code (non-functional since initial commit in 2004).
  • Reject too small bits value in ! BN_generate_prime_ex(3), so that it does not risk becoming negative in probable_prime_dh_safe().
  • Changed format of LIBRESSL_VERSION_NUMBER to match that of --- 309,325 ---- libtls.
  • Added ability to check certificate validity times with libtls, ! tls_peer_cert_notbefore(3) and ! tls_peer_cert_notafter(3).
  • Changed ! tls_connect_servername(3) to use the first address that resolves with ! getaddrinfo(3).
  • Remove broken conditional EVP_CHECK_DES_KEY code (non-functional since initial commit in 2004).
  • Reject too small bits value in ! BN_generate_prime_ex(3), so that it does not risk becoming negative in probable_prime_dh_safe().
  • Changed format of LIBRESSL_VERSION_NUMBER to match that of