aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls/cyassl.c
AgeCommit message (Expand)Author
2017-08-28vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl structJohannes Schindelin
2017-08-28vtls: convert the have_curlssl_* constants to runtime flagsJohannes Schindelin
2017-08-28vtls: move sha256sum into the Curl_ssl structJohannes Schindelin
2017-08-28vtls: move md5sum into the Curl_ssl structJohannes Schindelin
2017-08-28vtls: use the Curl_ssl struct to access all SSL backends' functionalityJohannes Schindelin
2017-08-28vtls: declare Curl_ssl structs for every SSL backendJohannes Schindelin
2017-06-03cyassl: define build macros before including ssl.hMarcel Raad
2017-04-18TLS: Fix switching off SSL session id when client cert is usedJay Satiro
2017-03-08vtls: add options to specify range of enabled TLS versionsJozef Kralik
2017-02-26cyassl: get library version string at runtimeJay Satiro
2017-01-12rand: make it work without TLS backingDaniel Stenberg
2017-01-07wolfssl: display negotiated SSL version and cipherDan Fandrich
2017-01-06wolfssl: support setting cipher listDan Fandrich
2016-12-24cyassl: use time_t instead of long for timeoutJay Satiro
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-11-30cyassl: fixed typo introduced in 4f8b1774Dan Fandrich
2016-11-25HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEYThomas Glanzmann
2016-11-24proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov
2016-11-24Limit ASN.1 structure sizes to 256K. Prevent some allocation size overflows.Patrick Monnerat
2016-11-09vtls: Fail on unrecognized param for CURLOPT_SSLVERSIONJay Satiro
2016-10-31strcasecompare: replaced remaining rawstr.h with strcase.hDan Fandrich
2016-10-31strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2016-10-18select: switch to macros in uppercaseDaniel Stenberg
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-06-22vtls: Only call add/getsession if session id is enabledJay Satiro
2016-06-01vtls: fix ssl session cache race conditionIvan Avdeev
2016-05-09TLS: move the ALPN/NPN enable bits to the connectionDaniel Stenberg
2016-05-01tls: make setting pinnedkey option fail if not supportedDaniel Stenberg
2016-03-29wolfssl: Use ECC supported curves extensionJay Satiro
2016-03-28wolfssl: Add ALPN supportJay Satiro
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-12-16cyassl: deal with lack of *get_peer_certificateDaniel Stenberg
2015-12-16wolfssl: handle builds without SSLv3 supportDaniel Stenberg
2015-12-15cyassl: fix compiler warning on type conversionDaniel Stenberg
2015-09-19ssl: add server cert's "sha256//" hash to verboseDaniel Hwang
2015-07-01SSL: Pinned public key hash supportmoparisthebest
2015-04-22cyassl: Implement public key pinningJay Satiro
2015-04-17cyassl: Fix include orderJay Satiro
2015-04-14cyassl: Add support for TLS extension SNIJay Satiro
2015-04-11cyassl: Include the CyaSSL build configJay Satiro
2015-04-06cyassl: Use CYASSL_MAX_ERROR_SZ for error buffer sizeJay Satiro
2015-04-05cyassl: Remove 'Connecting to' message from cyassl_connect_step2Jay Satiro
2015-04-03cyassl: Set minimum protocol version before CTX callbackJay Satiro
2015-04-02cyassl: Fix certificate load checkJay Satiro
2015-04-01cyassl: Fix library initialization return valueJay Satiro
2015-03-28cyassl: CTX callback cosmetic changes and doc fixJay Satiro
2015-03-27cyassl: add SSL context callback support for CyaSSLKyle L. Huff
2015-03-27cyassl: remove undefined reference to CyaSSL_no_filesystem_verifyKyle L. Huff
2015-03-25cyassl: default to highest possible TLS versionJay Satiro
2015-03-25cyassl: Check for invalid length parameter in Curl_cyassl_randomJay Satiro