[BACK]Return to 59.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/59.html between version 1.67 and 1.68

version 1.67, 2016/03/09 16:57:19 version 1.68, 2016/03/13 17:49:13
Line 787 
Line 787 
         tls_connect_servername(3)</a>          tls_connect_servername(3)</a>
         to use the first address that resolves with          to use the first address that resolves with
         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getaddrinfo">          <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getaddrinfo">
         taddrinfo(3)</a>.          getaddrinfo(3)</a>.
       <li>Remove broken conditional <tt>EVP_CHECK_DES_KEY</tt> code        <li>Remove broken conditional <tt>EVP_CHECK_DES_KEY</tt> code
         (non-functional since initial commit in 2004).          (non-functional since initial commit in 2004).
       <li>Reject too small bits value in        <li>Reject too small bits value in
         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=BN_generate_prime">          <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=BN_generate_prime">
         te_prime_ex(3)</a>,          BN_generate_prime(3)</a>,
         so that it does not risk becoming negative in          so that it does not risk becoming negative in
         <tt>probable_prime_dh_safe()</tt>.          <tt>probable_prime_dh_safe()</tt>.
       <li>Changed format of <tt>LIBRESSL_VERSION_NUMBER</tt> to match that of        <li>Changed format of <tt>LIBRESSL_VERSION_NUMBER</tt> to match that of

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68