Menu

#1371 usage of p12 client ceritificates is broken

closed-fixed
None
5
2014-08-05
2014-05-12
Dmitry
No

After this commit libCurl is unable to handle P12 (PKCS#12) certificates, see comment of AStankov to the commit.

On head revision this code is moved to openssl.c near line 533

Brief description:
in case of “case SSL_FILETYPE_PKCS12:” code will go to “default:” statement anyway, independently of P12 certificate check.
The error will be "not supported file type '%s' for certificate"
Additional “break” is needed between line 533 and 541

Discussion

  • Daniel Stenberg

    Daniel Stenberg - 2014-05-12

    Thanks a lot for your report. Fixed in git now, case closed!

     
  • Daniel Stenberg

    Daniel Stenberg - 2014-05-12
    • status: open --> closed-fixed
    • assigned_to: Daniel Stenberg