summaryrefslogtreecommitdiff
path: root/lib/vtls/polarssl.c
Commit message (Expand)AuthorAgeFilesLines
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* http: add libcurl option to allow HTTP/2 for HTTPS onlyDaniel Stenberg2015-12-131-2/+2
* polarssl/mbedtls: fix name space pollutionDaniel Stenberg2015-10-231-9/+9
* polarssl: called mbedTLS in 1.3.10 and laterDaniel Stenberg2015-03-251-2/+6
* polarssl: remove dead codeDaniel Stenberg2015-03-251-19/+16
* polarssl: remove superfluous for(;;) loopDaniel Stenberg2015-03-251-21/+18
* checksrc: detect and remove space before trailing semicolonsDaniel Stenberg2015-03-171-1/+1
* http2: use CURL_HTTP_VERSION_* symbols instead of NPN_*Daniel Stenberg2015-03-071-2/+2
* polarssl: make it possible to enable ALPN/NPN without HTTP2Alessandro Ghedini2015-03-071-22/+24
* vtls: use curl_printf.h all overDaniel Stenberg2015-03-031-3/+1
* polarssl: fix ALPN protocol negotiationAlessandro Ghedini2015-02-191-2/+2
* polarssl: Fix exclusive SSL protocol version optionsJay Satiro2015-02-091-0/+9
* vtls: Removed unimplemented overrides of curlssl_close_all()Steve Holme2015-01-171-6/+1
* polarssl: Use 'CURLcode result' for curl result codesSteve Holme2014-12-271-32/+30
* vtls: Use bool for Curl_ssl_getsessionid() return typeSteve Holme2014-12-251-1/+2
* http2: avoid logging neg "failure" if h2 was not requestedDaniel Stenberg2014-12-091-1/+2
* SSL: PolarSSL default min SSL version TLS 1.0Jay Satiro2014-11-041-0/+5
* polarassl: avoid memset() when clearing the first byte is enoughDaniel Stenberg2014-09-081-2/+2
* polarssl: support CURLOPT_CAPATH / --capathCatalin Patulea2014-09-081-0/+16
* polarssl: implement CURLOPT_SSLVERSIONAndre Heinecke2014-09-011-0/+23
* polarssl: add ALPN supportFabian Frank2014-05-251-2/+46
* polarssl: avoid extra newlines in debug messagesGisle Vanem2014-03-221-2/+3
* polarssl: break compatibility with version older than 1.3.Gaël PORTAY2014-03-181-28/+0
* polarssl: drop use of 1.2 compatibility header.Gaël PORTAY2014-03-181-27/+22
* polarssl: added missing end-of-comment from previous commitDaniel Stenberg2014-03-181-1/+1
* polarssl: now require 1.3.0+Daniel Stenberg2014-03-171-21/+9
* polarssl: fix compilationhasufell2014-03-171-2/+3
* vtls: Updated comments referencing sslgen.c and ssluse.cSteve Holme2013-12-261-1/+1
* vtls: Fixed up include of vtls.hSteve Holme2013-12-261-1/+1
* vtls: moved all TLS/SSL source and header files into subdirDaniel Stenberg2013-12-201-0/+706