6f9741c Update to 2.018

Authored and Committed by pghmcfc 8 years ago
    Update to 2.018
    
    - New upstream release 2.018
      - Checks for readability of files/dirs for certificates and CA no longer use
        -r because this is not safe when ACLs are used (CPAN RT#106295)
      - New method sock_certificate similar to peer_certificate (CPAN RT#105733)
      - get_fingerprint can now take optional certificate as argument and compute
        the fingerprint of it; useful in connection with sock_certificate
      - Check for both EWOULDBLOCK and EAGAIN since these codes are different on
        some platforms (CPAN RT#106573)
      - Enforce default verification scheme if nothing was specified, i.e. no
        longer just warn but accept; if really no verification is wanted, a scheme
        of 'none' must be explicitly specified
      - Support different cipher suites per SNI hosts
      - startssl.t failed on darwin with old openssl since server requested client
        certificate but offered also anon ciphers (CPAN RT#106687)
    - Update patches as needed
    
        
IO-Socket-SSL-2.018-use-system-default-SSL-version.patch IO-Socket-SSL-2.016-use-system-default-SSL-version.patch
file renamed
+2 -2
IO-Socket-SSL-2.018-use-system-default-cipher-list.patch IO-Socket-SSL-2.016-use-system-default-cipher-list.patch
file renamed
+3 -3
file modified
+24 -4
file modified
+1 -1