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
/
polarssl.c
Age
Commit message (
Expand
)
Author
2017-04-18
TLS: Fix switching off SSL session id when client cert is used
Jay Satiro
2017-04-11
polarssl: unbreak build with versions < 1.3.8
Marcel Raad
2017-03-09
polarssl: fixed compile errors introduced in 6448f98c
Dan Fandrich
2017-03-08
vtls: add options to specify range of enabled TLS versions
Jozef Kralik
2017-02-08
polarssl, mbedtls: Fix detection of pending data
Michael Kaufmann
2017-01-28
polarssl: fix hangs
Michael Kaufmann
2016-11-25
HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEY
Thomas Glanzmann
2016-11-24
checksrc: code style: use 'char *name' style
Daniel Stenberg
2016-11-24
proxy: Support HTTPS proxy and SOCKS+HTTP(s)
Alex Rousskov
2016-11-09
vtls: Fail on unrecognized param for CURLOPT_SSLVERSION
Jay Satiro
2016-11-07
vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3
Kamil Dudka
2016-10-31
strcasecompare: replaced remaining rawstr.h with strcase.h
Dan Fandrich
2016-10-18
polarssl: indented code, removed unused variables
Daniel Stenberg
2016-10-18
polarssl: reduce #ifdef madness with a macro
Daniel Stenberg
2016-10-18
polarssl: fix unaligned SSL session-id lock
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-17
mbedtls/polarssl: set "hostname" unconditionally
Daniel Stenberg
2016-05-09
TLS: move the ALPN/NPN enable bits to the connection
Daniel Stenberg
2016-04-28
mbedtls: Fix session resume
Jay Satiro
2016-04-24
PolarSSL: Implement public key pinning
moparisthebest
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-12-13
http: add libcurl option to allow HTTP/2 for HTTPS only
Daniel Stenberg
2015-10-23
polarssl/mbedtls: fix name space pollution
Daniel Stenberg
2015-03-25
polarssl: called mbedTLS in 1.3.10 and later
Daniel Stenberg
2015-03-25
polarssl: remove dead code
Daniel Stenberg
2015-03-25
polarssl: remove superfluous for(;;) loop
Daniel Stenberg
2015-03-17
checksrc: detect and remove space before trailing semicolons
Daniel Stenberg
2015-03-07
http2: use CURL_HTTP_VERSION_* symbols instead of NPN_*
Daniel Stenberg
2015-03-07
polarssl: make it possible to enable ALPN/NPN without HTTP2
Alessandro Ghedini
2015-03-03
vtls: use curl_printf.h all over
Daniel Stenberg
2015-02-19
polarssl: fix ALPN protocol negotiation
Alessandro Ghedini
2015-02-09
polarssl: Fix exclusive SSL protocol version options
Jay Satiro
2015-01-17
vtls: Removed unimplemented overrides of curlssl_close_all()
Steve Holme
2014-12-27
polarssl: Use 'CURLcode result' for curl result codes
Steve Holme
2014-12-25
vtls: Use bool for Curl_ssl_getsessionid() return type
Steve Holme
2014-12-09
http2: avoid logging neg "failure" if h2 was not requested
Daniel Stenberg
2014-11-04
SSL: PolarSSL default min SSL version TLS 1.0
Jay Satiro
2014-09-08
polarassl: avoid memset() when clearing the first byte is enough
Daniel Stenberg
2014-09-08
polarssl: support CURLOPT_CAPATH / --capath
Catalin Patulea
2014-09-01
polarssl: implement CURLOPT_SSLVERSION
Andre Heinecke
2014-05-25
polarssl: add ALPN support
Fabian Frank
2014-03-22
polarssl: avoid extra newlines in debug messages
Gisle Vanem
2014-03-18
polarssl: break compatibility with version older than 1.3.
Gaël PORTAY
2014-03-18
polarssl: drop use of 1.2 compatibility header.
Gaël PORTAY
2014-03-18
polarssl: added missing end-of-comment from previous commit
Daniel Stenberg
2014-03-17
polarssl: now require 1.3.0+
Daniel Stenberg
2014-03-17
polarssl: fix compilation
hasufell
[next]