- 
    Sat Sep 29 2018 Paul Howarth <paul@city-fan.org> - 1.85-6
    
- OpenSSL 1.1.1 in Fedora disables SSL3 API, so stop trying to test it
  (bug #1610376)
   
  
  - 
    Wed Aug 15 2018 Petr Pisar <ppisar@redhat.com> - 1.85-5
    
- Revert retry in Net::SSLeay::{read,write}() (bug #1610376)
- Revert retry in Net::SSLeay::write_partial() (bug #1610376)
   
  
  - 
    Tue Aug 14 2018 Petr Pisar <ppisar@redhat.com> - 1.85-4
    
- Avoid SIGPIPE in t/local/36_verify.t (bug #1610376)
   
  
  - 
    Mon Aug 13 2018 Petr Pisar <ppisar@redhat.com> - 1.85-3
    
- Adapt to OpenSSL 1.1.1 (bug #1610376)
- Adapt tests to system-wide crypto policy (bug #1610376)
- Adapt tests to security level 2 system-wide crypt policy (bug #1610376)
   
  
  - 
    Mon Aug 13 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.85-2
    
- Add missing call to va_end() in TRACE() (bug #1607018)
   
  
  - 
    Sat Aug 11 2018 Troy Dawson <tdawson@redhat.com>
    
- Disable %check so package will build for Mass Rebuild
- Related: bug#1614611
   
  
  - 
    Wed Mar 14 2018 Paul Howarth <paul@city-fan.org> - 1.85-1
    
- Update to 1.85
  - Preparations for transferring maintenace to a new maintainer
  - Fixed test failure in t/local/33_x509_create_cert.t for some versions of
    OpenSSL
  - Fixed free() error that causes "Free to wrong pool ..." message on Windows
   
  
  - 
    Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.84-2
    
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
   
  
  - 
    Wed Jan 17 2018 Paul Howarth <paul@city-fan.org> - 1.84-1
    
- Update to 1.84
  - Fixed an error in t/local/04_basic.t causing a test failure if
    Test::Exception not installed
   
  
  - 
    Tue Jan 16 2018 Paul Howarth <paul@city-fan.org> - 1.83-1
    
- Update to 1.83
  - Fixed a problem with exporting OPENSSL_NO_NEXTPROTONEG even though they
    are not available on LibreSSL
  - Add support for SSL_set_default_passwd_cb* for OpenSSL 1.1.0f and later;
    LibreSSL does not support these functions, at least yet
  - Add new functions related to SSL_CTX_new
  - Add two new functions introduced in OpenSSL 1.1.0, a number of constants
    and a couple of const qualifiers to SSLeay.xs; tests and documentation .pod
    were also updated
  - Added support for SSL_use_certificate_chain_file function introduced in
    OpenSSL 1.1.0
  - Fixed LibreSSL version detection to correctly parse LibreSSL minor version
  - Fix memory leaks in OCSP handling
  - Add new functions for certificate verification introduced in OpenSSL 1.02,
    a number of constants, new test data files, new tests and updates to .pod
    documentation; the new functions provide access to the built-in wildcard
    check functionality available in OpenSSL 1.0.2 and later
  - Added X509_STORE_CTX_new and X509_verify_cert
  - SSL_OCSP_response_verify now clears the error queue if OCSP_basic_verify
    fails but the intermediate certificate succeeds