cf47cd0 Update to 1.984

Authored and Committed by pghmcfc 10 years ago
    Update to 1.984
    
    - New upstream release 1.984
      - Added OCSP support:
        - Needs Net::SSLeay ≥ 1.59
        - For usage see documentation of IO::Socket::SSL (examples and anything
          with OCSP in the name)
      - New tool util/analyze-ssl.pl, which is intended to help in debugging of SSL
        problems and to get information about capabilities of server; it works also
        as an example of how to use various features (like OCSP, SNI...)
      - Fix peer_certificates (returns leaf certificate only once on client side)
      - Added timeout for stop_SSL (either with Timeout or with the default timeout
        for IO::Socket)
      - Fix IO::Socket::SSL::Utils mapping between ASN1_TIME and time_t when local
        time is not GMT; use Net::SSLeay::ASN1_TIME_timet if available
      - Fix t/external/usable_ca.t for system with junk in CA files
    
        
file modified
+17 -1
file modified
+1 -1