Menu

#862 Cannot use cert revocation list containing more than on cert

closed-fixed
libcurl (356)
5
2013-06-21
2009-09-18
No

Open SSL's X509_load_crl_file function returns the number of revoked certificates loaded from the CRL file but when libcurl calls X509_load_crl_file it expects it to always return 1. If 1 is not returned then the SSL connection cannot be made.

Using libcurl version: 7.19.6.
openssl version: 0.9.8g-10.1ubuntu2.5

Discussion

  • Chris Mumford

    Chris Mumford - 2009-09-18

    Patch to fix call to X509_load_crl_file

     
  • Daniel Stenberg

    Daniel Stenberg - 2009-09-25

    Thanks for the report, this problem is now fixed in CVS!

     
  • Daniel Stenberg

    Daniel Stenberg - 2009-09-25
    • status: open --> closed-fixed