Changes between Initial Version and Version 2 of Ticket #11712


Ignore:
Timestamp:
02/26/2019 08:11:48 AM (6 years ago)
Author:
ken@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11712

    • Property Milestone 8.58.4
    • Property Summary IO-Socket-SSL-2.061 (Perl Module)IO-Socket-SSL-2.062 (Perl Module)
  • TabularUnified Ticket #11712 – Description

    initial v2  
    1 New minor version
     1New minor version - was 2.061, now 2.062
     2
     32.062
     4- Enable X509_V_FLAG_PARTIAL_CHAIN if supported by Net::SSLeay (1.83+) and
     5  OpenSSL (1.1.0+). This makes leaf certificates or intermediate certificates in
     6  the trust store be usable as full trust anchors too.
     72.061
     8- Support for TLS 1.3 session reuse. Needs Net::SSLeay 1.86+.
     9  Note that the previous (and undocumented) API for the session cache has been
     10  changed.
     11- Support for multiple curves, automatic setting of curves and setting of
     12  supported curves in client. Needs Net::SSLeay 1.86+.
     13- Enable Post-Handshake-Authentication (TLSv1.3 feature) client-side when
     14  client certificates are provided. Thanks to jorton[AT]redhat[DOT]com.
     15  Needs Net::SSLeay 1.86+.
     16
     17Please note that last line.