]> granicus.if.org Git - curl/commit
openssl: fix pubkey/signature algorithm detection in certinfo
authorGergely Nagy <ngg@tresorit.com>
Sun, 16 Jun 2019 07:44:21 +0000 (09:44 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 18 Jun 2019 05:57:31 +0000 (07:57 +0200)
commit6c2b7d44e3171b634f88a6840176d780e08d8790
tree0fc2875dd802163ccf8cc56d6f3a05df0dd3b5d4
parent755083d00deb167667882e775b0885da0e63d034
openssl: fix pubkey/signature algorithm detection in certinfo

Certinfo gives the same result for all OpenSSL versions.
Also made printing RSA pubkeys consistent with older versions.

Reported-by: Michael Wallner
Fixes #3706
Closes #4030
lib/vtls/openssl.c