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
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
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
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
4 matches
Mail list logo