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

Diff for /www/68.html between version 1.54 and 1.55

version 1.54, 2020/10/08 10:29:49 version 1.55, 2020/10/08 15:17:46
Line 457 
Line 457 
   <ul>    <ul>
     <li>New Features      <li>New Features
     <ul>      <ul>
         <li>This is the first stable release with the new TLSv1.3 implementation          <li>This is the first stable release with the new TLSv1.3
             enabled for both server and client.              implementation enabled by default for both server and client. The
             The OpenSSL TLSv1.3 API is not yet available and will be provided              OpenSSL 1.1 TLSv1.3 API is not yet available and will be provided
             in an upcoming release.              in an upcoming release.
   
         <li>New X509 certificate chain validator loosely based on Go's X509 validator.          <li>New X509 certificate chain validator that correctly handles
               multiple paths through intermediate certificates. Loosely based on
               Go's X509 validator.
   
           <li>New name constraints verification implementation which passes the
               bettertls.com certificate validation check suite.
     </ul>      </ul>
   
     <li>API and Documentation Enhancements      <li>API and Documentation Enhancements
Line 503 
Line 508 
     <li>Testing and Proactive Security      <li>Testing and Proactive Security
     <ul>      <ul>
         <li>Greatly expanded test coverage via the tlsfuzzer test scripts.          <li>Greatly expanded test coverage via the tlsfuzzer test scripts.
           <li>Expanded test coverage via the bettertls certificate test suite.
         <li>Test interoperability with the Botan TLS client.          <li>Test interoperability with the Botan TLS client.
     </ul>      </ul>
   

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55