cURL / Mailing Lists / curl-library / Single Mail

curl-library

[PATCH] gtls: correctly align certificate status verification messages

From: Alessandro Ghedini <alessandro_at_ghedini.me>
Date: Mon, 9 Mar 2015 23:58:29 +0100

This was my fault, but when enabling debug output the certificate status message
is not aligned with the other SSL messages and it looks bad, e.g:

> STATE: SENDPROTOCONNECT => PROTOCONNECT handle 0x12618d8; line 1216 (connection #0)
> * server certificate verification OK
> * SSL server certificate status verification OK
> * common name: www.ghedini.me (matched)
> * server certificate expiration date OK
> * server certificate activation date OK
> * certificate public key: RSA

After the patch it's like this:

> * STATE: SENDPROTOCONNECT => PROTOCONNECT handle 0x1f698d8; line 1216 (connection #0)
> * server certificate verification OK
> * server certificate status verification OK
> * common name: www.ghedini.me (matched)
> * server certificate expiration date OK
> * server certificate activation date OK
> * certificate public key: RSA

Cheers

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html

Received on 2015-03-09