[regression] 2.12.23-12ubuntu2.4 breaks sha512 certificates
Bug #1532911 reported by
Kees Cook
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| gnutls26 (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
Bug Description
$ gnutls-cli -p 587 smtp.outflux.net -s --print-cert
STARTTLS
ctrl-D
*** Starting TLS handshake
*** Fatal error: The signature algorithm is not supported.
*** Handshake has failed
This does not happen with 2.12.23-
$ echo QUIT | openssl s_client -connect smtp.outflux.
...
Signature Algorithm: sha512WithRSAEn
...
Public Key Algorithm: rsaEncryption
...
There's no MD5 visible.
To post a comment you must log in.

Thanks to mdeslaur for finding that the _root_ cert is the problem, not mine, nor a code problem with gnutls:
http:// blog.cacert. org/2015/ 12/re-signing- root-certificat e/