summaryrefslogtreecommitdiff
path: root/lib/vtls
Commit message (Expand)AuthorAgeFilesLines
* schannel: Don't treat encrypted partial record as pending dataJay Satiro2017-04-221-2/+10
* gnutls: removed some code when --disable-verbose is configuredDan Fandrich2017-04-221-4/+8
* openssl: fix memory leak in servercertDaniel Stenberg2017-04-201-0/+1
* nss: fix MinGW compiler warningsMarcel Raad2017-04-181-5/+5
* TLS: Fix switching off SSL session id when client cert is usedJay Satiro2017-04-1810-19/+22
* openssl: don't try to print nonexistant peer private keysDavid Benjamin2017-04-171-29/+3
* openssl: fix thread-safety bugs in error-handlingDavid Benjamin2017-04-171-25/+27
* openssl: make SSL_ERROR_to_str more future-proofDavid Benjamin2017-04-171-16/+34
* mbedtls: fix memory leak in error pathLarry Stefani2017-04-151-0/+1
* polarssl: unbreak build with versions < 1.3.8Marcel Raad2017-04-111-1/+1
* openssl: fix this statement may fall through [-Wimplicit-fallthrough=]Alexis La Goutte2017-04-101-0/+2
* nss: load CA certificates even with --insecureKamil Dudka2017-04-101-2/+5
* vtls: fix unreferenced variable warningsMarcel Raad2017-04-082-2/+4
* schannel: fix compiler warningsMarcel Raad2017-04-071-3/+3
* gtls: fix compiler warningMarcel Raad2017-04-061-2/+2
* nss: fix build after e60fe20fdf94e829ba5fce33f7a9d6c281149f7dMarcel Raad2017-04-061-15/+8
* schannel: fix unused variable warningMarcel Raad2017-03-301-0/+2
* openssl: exclude DSA code when OPENSSL_NO_DSA is definedJay Satiro2017-03-281-0/+4
* schannel: fix variable shadowing warningMarcel Raad2017-03-281-1/+1
* spelling fixesklemens2017-03-262-3/+3
* openssl: fix comparison between signed and unsigned integer expressionsDaniel Stenberg2017-03-231-1/+1
* openssl: made the error table static constDan Fandrich2017-03-231-1/+1
* openssl: fall back on SSL_ERROR_* string when no error detailJay Satiro2017-03-231-8/+33
* mbedtls: add support for CURLOPT_SSL_CTX_FUNCTIONAles Mlakar2017-03-212-0/+13
* darwinssl: fix typo in variable namePalo Markovic2017-03-181-1/+1
* Improve code readbilitySylvestre Ledru2017-03-132-23/+17
* mbedtls: fix typo in variable nameThomas Glanzmann2017-03-111-1/+1
* openssl: add two /* FALLTHROUGH */ to satisfy coverityDaniel Stenberg2017-03-101-0/+2
* polarssl: fixed compile errors introduced in 6448f98cDan Fandrich2017-03-091-2/+2
* openssl: unbreak the build after 6448f98c1857deDaniel Stenberg2017-03-081-2/+12
* vtls: add options to specify range of enabled TLS versionsJozef Kralik2017-03-0811-196/+610
* build: fix gcc7 implicit fallthrough warningsAlexis La Goutte2017-03-031-0/+1
* darwinssl: Warn that disabling host verify also disables SNIJDepooter2017-03-021-0/+3
* cyassl: get library version string at runtimeJay Satiro2017-02-261-1/+3
* cyassl: fix typoJay Satiro2017-02-211-1/+1
* axtls: adapt to API changesDaniel Stenberg2017-02-151-5/+5
* nss: make FTPS work with --proxytunnelKamil Dudka2017-02-091-12/+11
* polarssl, mbedtls: Fix detection of pending dataMichael Kaufmann2017-02-082-6/+2
* darwinssl: Avoid parsing certificates when not in verbose modeDaniel Gustafsson2017-02-071-6/+27
* schannel: Remove incorrect SNI disabled messageJDepooter2017-02-071-1/+9
* openssl: Don't use certificate after transferring ownershipAdam Langley2017-01-311-10/+8
* mbedtls: implement CTR-DRBG and HAVEGE random generatorsAntoine Aubert2017-01-292-6/+54
* mbedtls: disable TLS session ticketsMichael Kaufmann2017-01-281-0/+5
* gnutls: disable TLS session ticketsMichael Kaufmann2017-01-281-1/+9
* polarssl: fix hangsMichael Kaufmann2017-01-282-1/+10
* vtls: source indentation fixDaniel Stenberg2017-01-221-8/+8
* vtls: fix PolarSSL non-blocking handlingDaniel Stenberg2017-01-201-3/+2
* vtls: fix mbedtls multi non blocking handshake.Antoine Aubert2017-01-201-2/+3
* openssl: Fix random generationJay Satiro2017-01-171-1/+1
* nss: use the correct lock in nss_find_slot_by_name()Kamil Dudka2017-01-151-2/+2