Bug#790750: [curl] HTTPS client certificates don't work anymore

2015-07-31 Thread Alessandro Ghedini
On mer, lug 01, 2015 at 01:17:10 +, Franz Schrober wrote: > Package: curl > Version: 7.43.0-1 > Severity: normal Hi Franz, sorry for the delay, I seem to have missed the report when you submitted it... > sid seems to be changed from curl-openssl to curl-gnutls. As result client > certificate

Bug#790750: [curl] HTTPS client certificates don't work anymore

2015-07-01 Thread Franz Schrober
Here is an example how you create some dummy certificates which should work but are not working with curl-gnutls (but with curl-openssl) openssl req \ -new \ -newkey rsa:4096 \ -days 365 \ -nodes \ -x509 \ -subj "/C=US/ST=Denial/L=Springfield/O=Dis/CN=www.example.com" \ -keyout client.key

Bug#790750: [curl] HTTPS client certificates don't work anymore

2015-07-01 Thread Franz Schrober
The relevant usage information of the client cert are: | | subjectPublicKeyInfo | | | algorithm (rsaEncryption) | | | | Algorithm Id: 1.2.840.113549.1.1.1 (rsaEncryption) | | | Padding: 0 | | | subjectPublic

Bug#790750: [curl] HTTPS client certificates don't work anymore

2015-07-01 Thread Franz Schrober
Package: curl Version: 7.43.0-1 Severity: normal sid seems to be changed from curl-openssl to curl-gnutls. As result client certificates don't work anymore. The client cert packet just contains 0 certificates when 1 certificate is expected. It worked fine with curl-openssl. I only get HTTP 403