aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls
AgeCommit message (Expand)Author
2015-08-01schannel: Fix compilation warning from commit 7a8e861a56Steve Holme
2015-07-24openssl: work around MSVC warningMarcel Raad
2015-07-22schannel: Replace deprecated GetVersion with VerifyVersionInfoMarcel Raad
2015-07-17SSL: Add an option to disable certificate revocation checksJay Satiro
2015-07-14openssl: VMS support for SHA256John Malmberg
2015-07-02cyassl: fixed mismatched sha256sum function prototypeDan Fandrich
2015-07-01SSL: Pinned public key hash supportmoparisthebest
2015-06-18openssl: fix use of uninitialized bufferDaniel Stenberg
2015-06-18openssl: fix build with BoringSSLDaniel Stenberg
2015-06-17openssl: Fix build with openssl < ~ 0.9.8fPaul Howarth
2015-06-17schannel: schannel_recv overhaulJay Satiro
2015-06-11schannel: Add support for optional client certificatesJoel Depooter
2015-06-08openssl: LibreSSL and BoringSSL do not use TLS_client_methodJay Satiro
2015-06-07openssl: Fix verification of server-sent legacy intermediatesJay Satiro
2015-06-05openssl: removed error string #ifdefDaniel Stenberg
2015-06-05openssl: removed USERDATA_IN_PWD_CALLBACK kludgeDaniel Stenberg
2015-06-05openssl: remove SSL_get_session()-using codeDaniel Stenberg
2015-06-05openssl: remove dummy callback use from SSL_CTX_set_verify()Daniel Stenberg
2015-06-01curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXTJay Satiro
2015-05-27openssl: typo in commentDaniel Melani
2015-05-27openssl: Use TLS_client_method for OpenSSL 1.1.0+Jay Satiro
2015-05-20gtls: don't fail on non-fatal alerts during handshakeDmitry Eremin-Solenikov
2015-05-19openssl: Use SSL_CTX_set_msg_callback and SSL_CTX_set_msg_callback_argBrian Prodoehl
2015-05-04gtls: properly retrieve certificate statusAlessandro Ghedini
2015-05-04OpenSSL: conditional check for SSL3_RT_HEADERDaniel Stenberg
2015-05-04openssl: skip trace outputs for ssl_ver == 0Daniel Stenberg
2015-05-02schannel.c: Small changesMarc Hoersken
2015-05-02schannel.c: Improve code path and readabilityMarc Hoersken
2015-05-02schannel.c: Improve error and return code handling upon aa99a63f03Marc Hoersken
2015-05-02schannel: fix regression in schannel_recvChris Araman
2015-05-01Bug born in changes made several days ago 9a91e80.Marc Hoersken
2015-04-30schannel: Fix out of bounds arrayJay Satiro
2015-04-27nss: fix compilation failure with old versions of NSSPaul Howarth
2015-04-26schannel.c: Fix typo introduced with 3447c973d0Marc Hoersken
2015-04-26schannel.c: Fix possible SEC_E_BUFFER_TOO_SMALL errorMarc Hoersken
2015-04-26schannel: re-indented file to follow curl style betterDaniel Stenberg
2015-04-26Curl_ossl_init: load builtin modulesDaniel Stenberg
2015-04-26openssl: fix serial number outputDaniel Stenberg
2015-04-22cyassl: Implement public key pinningJay Satiro
2015-04-22nss: implement public key pinning for NSS backendKamil Dudka
2015-04-21openssl: add OPENSSL_NO_SSL3_METHOD checkbyronhe
2015-04-19vtls/openssl: use https in URLs and a comment typo fixedViktor Szakáts
2015-04-17cyassl: Fix include orderJay Satiro
2015-04-14cyassl: Add support for TLS extension SNIJay Satiro
2015-04-13vtls_openssl: improve PKCS#12 load failure error messageMatthew Hall
2015-04-13vtls_openssl: fix minor typo in PKCS#12 load routineMatthew Hall
2015-04-13vtls_openssl: improve client certificate load failure error messagesMatthew Hall
2015-04-13vtls_openssl: remove ambiguous SSL_CLIENT_CERT_ERR constantMatthew Hall
2015-04-11cyassl: Include the CyaSSL build configJay Satiro
2015-04-06cyassl: Use CYASSL_MAX_ERROR_SZ for error buffer sizeJay Satiro