c7b175e Update to 1.63

Authored and Committed by pghmcfc 9 years ago
    Update to 1.63
    
    - New upstream release 1.63
      - Improvements to OCSP support: it turns out that some CAs (like Verisign)
        sign the OCSP response with the CA we have in the trust store and don't
        attach this certifcate in the response, but OpenSSL by itself only
        considers the certificates included in the response and
        SSL_OCSP_response_verify added the certificates in the chain too, so now
        we also add the trusted CA from the store which signed the lowest chain
        certificate, at least if we could not verify the OCSP response without
        doing it
      - Fixed some compiler warnings
    - BR: perl(HTTP::Tiny) for test suite
    
        
file modified
+15 -1
file modified
+1 -1