summaryrefslogtreecommitdiff
path: root/lib/vtls/cyassl.c
Commit message (Expand)AuthorAgeFilesLines
* vtls: add options to specify range of enabled TLS versionsJozef Kralik2017-03-081-0/+5
* cyassl: get library version string at runtimeJay Satiro2017-02-261-1/+3
* rand: make it work without TLS backingDaniel Stenberg2017-01-121-8/+8
* wolfssl: display negotiated SSL version and cipherDan Fandrich2017-01-071-0/+6
* wolfssl: support setting cipher listDan Fandrich2017-01-061-0/+10
* cyassl: use time_t instead of long for timeoutJay Satiro2016-12-241-1/+1
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-4/+4
* cyassl: fixed typo introduced in 4f8b1774Dan Fandrich2016-11-301-1/+0
* HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEYThomas Glanzmann2016-11-251-2/+6
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-37/+45
* Limit ASN.1 structure sizes to 256K. Prevent some allocation size overflows.Patrick Monnerat2016-11-241-1/+2
* vtls: Fail on unrecognized param for CURLOPT_SSLVERSIONJay Satiro2016-11-091-1/+4
* strcasecompare: replaced remaining rawstr.h with strcase.hDan Fandrich2016-10-311-1/+1
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-2/+2
* select: switch to macros in uppercaseDaniel Stenberg2016-10-181-1/+2
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-5/+5
* vtls: Only call add/getsession if session id is enabledJay Satiro2016-06-221-32/+39
* vtls: fix ssl session cache race conditionIvan Avdeev2016-06-011-0/+6
* TLS: move the ALPN/NPN enable bits to the connectionDaniel Stenberg2016-05-091-2/+2
* tls: make setting pinnedkey option fail if not supportedDaniel Stenberg2016-05-011-14/+3
* wolfssl: Use ECC supported curves extensionJay Satiro2016-03-291-0/+19
* wolfssl: Add ALPN supportJay Satiro2016-03-281-5/+99
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-2/+2
* cyassl: deal with lack of *get_peer_certificateDaniel Stenberg2015-12-161-0/+6
* wolfssl: handle builds without SSLv3 supportDaniel Stenberg2015-12-161-0/+7
* cyassl: fix compiler warning on type conversionDaniel Stenberg2015-12-151-1/+1
* ssl: add server cert's "sha256//" hash to verboseDaniel Hwang2015-09-191-1/+2
* SSL: Pinned public key hash supportmoparisthebest2015-07-011-0/+13
* cyassl: Implement public key pinningJay Satiro2015-04-221-0/+39
* cyassl: Fix include orderJay Satiro2015-04-171-5/+14
* cyassl: Add support for TLS extension SNIJay Satiro2015-04-141-0/+31
* 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
* cyassl: Fix certificate load checkJay Satiro2015-04-021-3/+3
* cyassl: Fix library initialization return valueJay Satiro2015-04-011-4/+1
* cyassl: CTX callback cosmetic changes and doc fixJay Satiro2015-03-281-4/+6
* cyassl: add SSL context callback support for CyaSSLKyle L. Huff2015-03-271-0/+18
* cyassl: remove undefined reference to CyaSSL_no_filesystem_verifyKyle L. Huff2015-03-271-4/+0
* cyassl: default to highest possible TLS versionJay Satiro2015-03-251-8/+27
* cyassl: Check for invalid length parameter in Curl_cyassl_randomJay Satiro2015-03-251-1/+3
* cyassl: If wolfSSL then identify as such in version stringJay Satiro2015-03-251-2/+2
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-241-2/+2
* cyassl: include version.h to ensure the version macros are definedDan Fandrich2015-03-231-0/+1
* cyassl: use new library version macro when availableDan Fandrich2015-03-201-1/+3
* checksrc: use space after commaDaniel Stenberg2015-03-171-2/+2
* vtls: use curl_printf.h all overDaniel Stenberg2015-03-031-3/+1
* vtls: Removed unimplemented overrides of curlssl_close_all()Steve Holme2015-01-171-6/+1
* vtls: Use bool for Curl_ssl_getsessionid() return typeSteve Holme2014-12-251-1/+2