]> git.ipfire.org Git - thirdparty/curl.git/commit
openssl: improved error detection/reporting
authorDaniel Stenberg <daniel@haxx.se>
Thu, 14 Jan 2016 20:25:30 +0000 (21:25 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 14 Jan 2016 20:25:30 +0000 (21:25 +0100)
commit35083ca60ed035a4a097c003a339d92b69f3d87c
tree7c4f10ff458056e35526a3f065b12224067b06b0
parentfdcc4d6daa0a28c530577a0e83066b110e390428
openssl: improved error detection/reporting

... by extracting the LIB + REASON from the OpenSSL error code. OpenSSL
1.1.0+ returned a new func number of another cerfificate fail so this
required a fix and this is the better way to catch this error anyway.
lib/vtls/openssl.c