Re: [Mutt] #2911: ssl_client_cert does not work with gnutls

2010-10-25 Thread Mutt
#2911: ssl_client_cert does not work with gnutls ---+ Reporter: LeSpocky | Owner: mutt-dev Type: defect| Status: closed Priority: minor | Milestone: 2.0

Re: [Mutt] #2911: ssl_client_cert does not work with gnutls

2008-06-28 Thread Mutt
#2911: ssl_client_cert does not work with gnutls Changes (by brendan): * status: new => closed * resolution: => fixed Comment: (In [fe615fd5e0de]) Basic support for $ssl_client_cert when compiled with gnutls. The key must not be encrypted. Closes #2911. -- Ticket URL:

Re: [Mutt] #2911: ssl_client_cert does not work with gnutls

2008-05-17 Thread Mutt
#2911: ssl_client_cert does not work with gnutls Changes (by brendan): * priority: major => minor * component: mutt => crypto * milestone: => 2.0 -- Ticket URL:

Re: [Mutt] #2911: ssl_client_cert does not work with gnutls

2007-07-13 Thread Mutt
#2911: ssl_client_cert does not work with gnutls Comment (by brendan): I had a look at adding gnutls support for client certificates, but I didn't see anything in the API providing passphrase callbacks to decrypt the certificate key. -- Ticket URL:

[Mutt] #2911: ssl_client_cert does not work with gnutls

2007-06-14 Thread Mutt
#2911: ssl_client_cert does not work with gnutls I compiled mutt with GnuTLS since it's GPL. Parameter ''ssl_client_cert'' is not recognized there (it is if I compile against OpenSSL). This makes it impossible to use SMTP over TLS because the client cert is required there. The mailserver respo