Menu

#548 libcurl built with GNUTLS ignores the SSLCERT option

closed-fixed
libcurl (356)
6
2013-06-21
2005-11-05
Dima Barsky
No

Unlike Curl_ossl_connect(), the Curl_gtls_connect()
function does not send the user certificate to the
peer. In fact, it ignores the conn->data->set.cert
field completely, it always uses the anonymous credentials.

Discussion

  • Daniel Stenberg

    Daniel Stenberg - 2005-11-05
    • priority: 5 --> 6
    • status: open --> open-later
     
  • Daniel Stenberg

    Daniel Stenberg - 2005-11-05

    Logged In: YES
    user_id=1110

    Ouch, That is correct. Let's see if there's someone
    interested in fixing this...

     
  • Daniel Stenberg

    Daniel Stenberg - 2005-11-07
    • status: open-later --> closed-later
     
  • Daniel Stenberg

    Daniel Stenberg - 2005-11-07

    Logged In: YES
    user_id=1110

    Thanks for reporting. This issue seems to not have a very
    high prio with people and I personally can't test any
    changes nor does this scratch any major itch on my back.

    I've added this issue as KNOWN_BUGS number #27, and I'm
    closing this report now until somone wants to fix it.

     
  • Dima Barsky

    Dima Barsky - 2005-11-11

    Logged In: YES
    user_id=644787

    All right, here is a start. It's not perfect, it only works
    with unencrypted private keys, but it's better than nothing,
    I think. Any comments are welcome.

     
  • Dima Barsky

    Dima Barsky - 2005-11-11
     
  • Daniel Stenberg

    Daniel Stenberg - 2005-11-11
    • status: closed-later --> closed-fixed
     
  • Daniel Stenberg

    Daniel Stenberg - 2005-11-11

    Logged In: YES
    user_id=1110

    Thanks!

    I applied and committed just now.