1. 15 Apr, 2017 1 commit
    • Olivier Vielpeau's avatar
      bpo-29738: Fix memory leak in _get_crl_dp (GH-526) · 2849cc34
      Olivier Vielpeau authored
      * Remove conditional on free of `dps`, since `dps` is now allocated for
      all versions of OpenSSL
      * Remove call to `x509_check_ca` since it was only used to cache
      the `crldp` field of the certificate
      CRL_DIST_POINTS_free is available in all supported versions of OpenSSL
      (recent 0.9.8+) and LibreSSL.
      2849cc34
  2. 14 Apr, 2017 6 commits
  3. 13 Apr, 2017 11 commits
  4. 12 Apr, 2017 3 commits
  5. 11 Apr, 2017 4 commits
  6. 10 Apr, 2017 1 commit
  7. 09 Apr, 2017 5 commits
  8. 08 Apr, 2017 4 commits
  9. 07 Apr, 2017 3 commits
  10. 06 Apr, 2017 2 commits