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

Diff for /www/65.html between version 1.18 and 1.19

version 1.18, 2019/01/19 16:18:47 version 1.19, 2019/01/19 21:24:41
Line 111 
Line 111 
         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          Added pbkdf2 key derivation support
         to <a href="https://man.openbsd.org/openssl.1">openssl(1)</a> enc,          to <a href="https://man.openbsd.org/openssl.1">openssl(1)</a> enc.
         and changed the default digest type to sha256  
       <li>        <li>
           Partial port of the OpenSSL EC_KEY_METHOD API for use by OpenSSH.
         <li>
           Implemented further missing OpenSSL 1.1 API.
       </ul>
   
       <li>Compatibility Changes
       <ul>
         <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
           to sha256.
         <li>
           Changed the default digest type of
         <a href="https://man.openbsd.org/openssl.1">openssl(1)</a> dgst          <a href="https://man.openbsd.org/openssl.1">openssl(1)</a> dgst
         to sha256.          to sha256.
       <li>        <li>
         Partial port of the OpenSSL EC_KEY_METHOD API for use by OpenSSH.          Changed the default digest type of
           <a href="https://man.openbsd.org/openssl.1">openssl(1)</a>
           x509 -fingerprint to sha256.
       <li>        <li>
         Implemented further missing OpenSSL 1.1 API.          Changed the default digest type of
           <a href="https://man.openbsd.org/openssl.1">openssl(1)</a>
           crl -fingerprint to sha256.
     </ul>      </ul>
   
     <li>Testing and Proactive Security      <li>Testing and Proactive Security

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19