aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls
AgeCommit message (Expand)Author
2017-05-29mbedtls: fix variable shadow warningJay Satiro
2017-05-16darwinssl: Fix exception when processing a client-side certificate fileNick Zitzmann
2017-05-15SecureTransport/DarwinSSL: Implement public key pinningmoparisthebest
2017-05-12mbedtls: Support server renegotiation requestRon Eldor
2017-05-04schannel: return a more specific error code for SEC_E_UNTRUSTED_ROOTDan Fandrich
2017-05-02gtls: fixed a lingering BUFSIZE referenceDan Fandrich
2017-05-01openssl: use local stack for temp storageDaniel Stenberg
2017-04-25nss: load libnssckbi.so if no other trust is specifiedKamil Dudka
2017-04-25nss: factorize out nss_{un,}load_module to separate fncsKamil Dudka
2017-04-25nss: do not leak PKCS #11 slot while loading a keyKamil Dudka
2017-04-24nss: adapt to the new Curl_llist APIKamil Dudka
2017-04-22schannel: Don't treat encrypted partial record as pending dataJay Satiro
2017-04-22gnutls: removed some code when --disable-verbose is configuredDan Fandrich
2017-04-20openssl: fix memory leak in servercertDaniel Stenberg
2017-04-18nss: fix MinGW compiler warningsMarcel Raad
2017-04-18TLS: Fix switching off SSL session id when client cert is usedJay Satiro
2017-04-17openssl: don't try to print nonexistant peer private keysDavid Benjamin
2017-04-17openssl: fix thread-safety bugs in error-handlingDavid Benjamin
2017-04-17openssl: make SSL_ERROR_to_str more future-proofDavid Benjamin
2017-04-15mbedtls: fix memory leak in error pathLarry Stefani
2017-04-11polarssl: unbreak build with versions < 1.3.8Marcel Raad
2017-04-10openssl: fix this statement may fall through [-Wimplicit-fallthrough=]Alexis La Goutte
2017-04-10nss: load CA certificates even with --insecureKamil Dudka
2017-04-08vtls: fix unreferenced variable warningsMarcel Raad
2017-04-07schannel: fix compiler warningsMarcel Raad
2017-04-06gtls: fix compiler warningMarcel Raad
2017-04-06nss: fix build after e60fe20fdf94e829ba5fce33f7a9d6c281149f7dMarcel Raad
2017-03-30schannel: fix unused variable warningMarcel Raad
2017-03-28openssl: exclude DSA code when OPENSSL_NO_DSA is definedJay Satiro
2017-03-28schannel: fix variable shadowing warningMarcel Raad
2017-03-26spelling fixesklemens
2017-03-23openssl: fix comparison between signed and unsigned integer expressionsDaniel Stenberg
2017-03-23openssl: made the error table static constDan Fandrich
2017-03-23openssl: fall back on SSL_ERROR_* string when no error detailJay Satiro
2017-03-21mbedtls: add support for CURLOPT_SSL_CTX_FUNCTIONAles Mlakar
2017-03-18darwinssl: fix typo in variable namePalo Markovic
2017-03-13Improve code readbilitySylvestre Ledru
2017-03-11mbedtls: fix typo in variable nameThomas Glanzmann
2017-03-10openssl: add two /* FALLTHROUGH */ to satisfy coverityDaniel Stenberg
2017-03-09polarssl: fixed compile errors introduced in 6448f98cDan Fandrich
2017-03-08openssl: unbreak the build after 6448f98c1857deDaniel Stenberg
2017-03-08vtls: add options to specify range of enabled TLS versionsJozef Kralik
2017-03-03build: fix gcc7 implicit fallthrough warningsAlexis La Goutte
2017-03-02darwinssl: Warn that disabling host verify also disables SNIJDepooter
2017-02-26cyassl: get library version string at runtimeJay Satiro
2017-02-21cyassl: fix typoJay Satiro
2017-02-15axtls: adapt to API changesDaniel Stenberg
2017-02-09nss: make FTPS work with --proxytunnelKamil Dudka
2017-02-08polarssl, mbedtls: Fix detection of pending dataMichael Kaufmann
2017-02-07darwinssl: Avoid parsing certificates when not in verbose modeDaniel Gustafsson