index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
vtls
/
cyassl.c
Age
Commit message (
Expand
)
Author
2017-06-03
cyassl: define build macros before including ssl.h
Marcel Raad
2017-04-18
TLS: Fix switching off SSL session id when client cert is used
Jay Satiro
2017-03-08
vtls: add options to specify range of enabled TLS versions
Jozef Kralik
2017-02-26
cyassl: get library version string at runtime
Jay Satiro
2017-01-12
rand: make it work without TLS backing
Daniel Stenberg
2017-01-07
wolfssl: display negotiated SSL version and cipher
Dan Fandrich
2017-01-06
wolfssl: support setting cipher list
Dan Fandrich
2016-12-24
cyassl: use time_t instead of long for timeout
Jay Satiro
2016-12-13
checksrc: stricter no-space-before-paren enforcement
Daniel Stenberg
2016-11-30
cyassl: fixed typo introduced in 4f8b1774
Dan Fandrich
2016-11-25
HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEY
Thomas Glanzmann
2016-11-24
proxy: Support HTTPS proxy and SOCKS+HTTP(s)
Alex Rousskov
2016-11-24
Limit ASN.1 structure sizes to 256K. Prevent some allocation size overflows.
Patrick Monnerat
2016-11-09
vtls: Fail on unrecognized param for CURLOPT_SSLVERSION
Jay Satiro
2016-10-31
strcasecompare: replaced remaining rawstr.h with strcase.h
Dan Fandrich
2016-10-31
strcasecompare: all case insensitive string compares ignore locale now
Daniel Stenberg
2016-10-18
select: switch to macros in uppercase
Daniel Stenberg
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-06-22
vtls: Only call add/getsession if session id is enabled
Jay Satiro
2016-06-01
vtls: fix ssl session cache race condition
Ivan Avdeev
2016-05-09
TLS: move the ALPN/NPN enable bits to the connection
Daniel Stenberg
2016-05-01
tls: make setting pinnedkey option fail if not supported
Daniel Stenberg
2016-03-29
wolfssl: Use ECC supported curves extension
Jay Satiro
2016-03-28
wolfssl: Add ALPN support
Jay Satiro
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-12-16
cyassl: deal with lack of *get_peer_certificate
Daniel Stenberg
2015-12-16
wolfssl: handle builds without SSLv3 support
Daniel Stenberg
2015-12-15
cyassl: fix compiler warning on type conversion
Daniel Stenberg
2015-09-19
ssl: add server cert's "sha256//" hash to verbose
Daniel Hwang
2015-07-01
SSL: Pinned public key hash support
moparisthebest
2015-04-22
cyassl: Implement public key pinning
Jay Satiro
2015-04-17
cyassl: Fix include order
Jay Satiro
2015-04-14
cyassl: Add support for TLS extension SNI
Jay Satiro
2015-04-11
cyassl: Include the CyaSSL build config
Jay Satiro
2015-04-06
cyassl: Use CYASSL_MAX_ERROR_SZ for error buffer size
Jay Satiro
2015-04-05
cyassl: Remove 'Connecting to' message from cyassl_connect_step2
Jay Satiro
2015-04-03
cyassl: Set minimum protocol version before CTX callback
Jay Satiro
2015-04-02
cyassl: Fix certificate load check
Jay Satiro
2015-04-01
cyassl: Fix library initialization return value
Jay Satiro
2015-03-28
cyassl: CTX callback cosmetic changes and doc fix
Jay Satiro
2015-03-27
cyassl: add SSL context callback support for CyaSSL
Kyle L. Huff
2015-03-27
cyassl: remove undefined reference to CyaSSL_no_filesystem_verify
Kyle L. Huff
2015-03-25
cyassl: default to highest possible TLS version
Jay Satiro
2015-03-25
cyassl: Check for invalid length parameter in Curl_cyassl_random
Jay Satiro
2015-03-25
cyassl: If wolfSSL then identify as such in version string
Jay Satiro
2015-03-24
curl_memory: make curl_memory.h the second-last header file loaded
Dan Fandrich
2015-03-23
cyassl: include version.h to ensure the version macros are defined
Dan Fandrich
2015-03-20
cyassl: use new library version macro when available
Dan Fandrich
2015-03-17
checksrc: use space after comma
Daniel Stenberg
2015-03-03
vtls: use curl_printf.h all over
Daniel Stenberg
[next]