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

Diff for /www/65.html between version 1.22 and 1.23

version 1.22, 2019/01/24 00:19:03 version 1.23, 2019/01/24 00:25:15
Line 116 
Line 116 
       <li>        <li>
         Added more OPENSSL_NO_* macros for compatibility with OpenSSL.          Added more OPENSSL_NO_* macros for compatibility with OpenSSL.
       <li>        <li>
         Added pbkdf2 key derivation support  
         to <a href="https://man.openbsd.org/openssl.1">openssl(1)</a> enc.  
       <li>  
         Partial port of the OpenSSL EC_KEY_METHOD API for use by OpenSSH.          Partial port of the OpenSSL EC_KEY_METHOD API for use by OpenSSH.
       <li>        <li>
         Implemented further missing OpenSSL 1.1 API.          Implemented further missing OpenSSL 1.1 API.
       <li>        <li>
         Added support for XChaCha20 and XChaCha20-Poly1305.          Added support for XChaCha20 and XChaCha20-Poly1305.
       <li>  
         Removed SHA224 based sigalgs from consideration for use in a TLS 1.2 handshake.  
     </ul>      </ul>
   
     <li>Compatibility Changes      <li>Compatibility Changes
     <ul>      <ul>
       <li>        <li>
           Added pbkdf2 key derivation support
           to <a href="https://man.openbsd.org/openssl.1">openssl(1)</a> enc.
         <li>
         Changed the default digest type of          Changed the default digest type of
         <a href="https://man.openbsd.org/openssl.1">openssl(1)</a> enc          <a href="https://man.openbsd.org/openssl.1">openssl(1)</a> enc
         to sha256.          to sha256.
Line 177 
Line 175 
         since around 2000.          since around 2000.
       <li>        <li>
         Unexported internal symbols and internalized more record layer structs.          Unexported internal symbols and internalized more record layer structs.
         <li>
           Removed SHA224 based handshake signatures from consideration for use in a TLS 1.2 handshake.
     </ul>      </ul>
   
     <li>Portable Improvements      <li>Portable Improvements

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23