=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/59.html,v retrieving revision 1.27 retrieving revision 1.28 diff -u -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,7 +76,7 @@
  • Generic network stack improvements:

    @@ -120,9 +120,11 @@

  • Assorted improvements:
  • Code improvements: @@ -270,20 +273,20 @@
  • 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,7 +295,7 @@ ssize_t to size_t.
  • Deduplicated DTLS code, sharing bugfixes and improvements with TLS.
  • Converted - nc(1) + 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,17 +309,17 @@ libtls.
  • Added ability to check certificate validity times with libtls, - tls_peer_cert_notbefore(3) + tls_peer_cert_notbefore(3) and - tls_peer_cert_notafter(3). + tls_peer_cert_notafter(3).
  • Changed - tls_connect_servername(3) + tls_connect_servername(3) to use the first address that resolves with - getaddrinfo(3). + 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), + 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