summaryrefslogtreecommitdiff
path: root/lib/vtls
Commit message (Expand)AuthorAgeFilesLines
...
* schannel: Replace deprecated GetVersion with VerifyVersionInfoMarcel Raad2015-07-221-5/+14
* SSL: Add an option to disable certificate revocation checksJay Satiro2015-07-171-12/+32
* openssl: VMS support for SHA256John Malmberg2015-07-142-3/+7
* cyassl: fixed mismatched sha256sum function prototypeDan Fandrich2015-07-021-1/+1
* SSL: Pinned public key hash supportmoparisthebest2015-07-0110-0/+149
* openssl: fix use of uninitialized bufferDaniel Stenberg2015-06-181-7/+7
* openssl: fix build with BoringSSLDaniel Stenberg2015-06-181-0/+5
* openssl: Fix build with openssl < ~ 0.9.8fPaul Howarth2015-06-171-0/+2
* schannel: schannel_recv overhaulJay Satiro2015-06-172-86/+183
* schannel: Add support for optional client certificatesJoel Depooter2015-06-111-0/+11
* openssl: LibreSSL and BoringSSL do not use TLS_client_methodJay Satiro2015-06-081-1/+2
* openssl: Fix verification of server-sent legacy intermediatesJay Satiro2015-06-071-0/+14
* openssl: removed error string #ifdefDaniel Stenberg2015-06-051-9/+0
* openssl: removed USERDATA_IN_PWD_CALLBACK kludgeDaniel Stenberg2015-06-051-37/+3
* openssl: remove SSL_get_session()-using codeDaniel Stenberg2015-06-051-25/+3
* openssl: remove dummy callback use from SSL_CTX_set_verify()Daniel Stenberg2015-06-051-12/+1
* curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXTJay Satiro2015-06-012-2/+2
* openssl: typo in commentDaniel Melani2015-05-271-1/+1
* openssl: Use TLS_client_method for OpenSSL 1.1.0+Jay Satiro2015-05-271-0/+4
* gtls: don't fail on non-fatal alerts during handshakeDmitry Eremin-Solenikov2015-05-201-1/+2
* openssl: Use SSL_CTX_set_msg_callback and SSL_CTX_set_msg_callback_argBrian Prodoehl2015-05-191-12/+6
* gtls: properly retrieve certificate statusAlessandro Ghedini2015-05-041-4/+92
* OpenSSL: conditional check for SSL3_RT_HEADERDaniel Stenberg2015-05-041-0/+2
* openssl: skip trace outputs for ssl_ver == 0Daniel Stenberg2015-05-041-23/+44
* schannel.c: Small changesMarc Hoersken2015-05-021-6/+5
* schannel.c: Improve code path and readabilityMarc Hoersken2015-05-021-25/+26
* schannel.c: Improve error and return code handling upon aa99a63f03Marc Hoersken2015-05-021-20/+14
* schannel: fix regression in schannel_recvChris Araman2015-05-021-6/+3
* Bug born in changes made several days ago 9a91e80.Marc Hoersken2015-05-011-1/+1
* schannel: Fix out of bounds arrayJay Satiro2015-04-301-1/+1
* nss: fix compilation failure with old versions of NSSPaul Howarth2015-04-271-2/+4
* schannel.c: Fix typo introduced with 3447c973d0Marc Hoersken2015-04-261-1/+1
* schannel.c: Fix possible SEC_E_BUFFER_TOO_SMALL errorMarc Hoersken2015-04-261-2/+3
* schannel: re-indented file to follow curl style betterDaniel Stenberg2015-04-261-91/+96
* Curl_ossl_init: load builtin modulesDaniel Stenberg2015-04-261-0/+2
* openssl: fix serial number outputDaniel Stenberg2015-04-261-14/+8
* cyassl: Implement public key pinningJay Satiro2015-04-221-0/+39
* nss: implement public key pinning for NSS backendKamil Dudka2015-04-221-0/+53
* openssl: add OPENSSL_NO_SSL3_METHOD checkbyronhe2015-04-211-0/+5
* vtls/openssl: use https in URLs and a comment typo fixedViktor Szakáts2015-04-191-8/+8
* cyassl: Fix include orderJay Satiro2015-04-171-5/+14
* cyassl: Add support for TLS extension SNIJay Satiro2015-04-141-0/+31
* vtls_openssl: improve PKCS#12 load failure error messageMatthew Hall2015-04-131-1/+3
* vtls_openssl: fix minor typo in PKCS#12 load routineMatthew Hall2015-04-131-1/+1
* vtls_openssl: improve client certificate load failure error messagesMatthew Hall2015-04-131-2/+8
* vtls_openssl: remove ambiguous SSL_CLIENT_CERT_ERR constantMatthew Hall2015-04-131-3/+0
* cyassl: Include the CyaSSL build configJay Satiro2015-04-111-0/+4
* cyassl: Use CYASSL_MAX_ERROR_SZ for error buffer sizeJay Satiro2015-04-061-4/+9
* cyassl: Remove 'Connecting to' message from cyassl_connect_step2Jay Satiro2015-04-051-3/+0
* cyassl: Set minimum protocol version before CTX callbackJay Satiro2015-04-031-17/+23