curl/lib/vtls
Stefan Eissing 5f9017d4e2
mbedtls: v3.6.0 workarounds
- add special sauce to disable unwanted peer verification by mbedtls
  when negotiating TLS v1.3
- add special sauce for MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET
  return code on *writing* TLS data. We assume the data had not been
  written and EAGAIN.
- return correct Curl error code when peer verification failed.
- disable test_08_05 with 50 HTTP/1.1 connections, as mbedtls reports a
  memory allocation failed during handshake.
- bump CI mbedtls version to 3.6.0

Fixes #13653
Closes #13838
2024-06-04 09:02:37 +02:00
..
bearssl.c lib/v*: tidy up types and casts 2024-06-02 19:27:17 +02:00
bearssl.h
cipher_suite.c sectransp: use common code for cipher suite lookup 2024-05-29 13:08:14 +02:00
cipher_suite.h sectransp: use common code for cipher suite lookup 2024-05-29 13:08:14 +02:00
gtls.c gnutls: support CA caching 2024-06-04 08:17:55 +02:00
gtls.h gnutls: support CA caching 2024-06-04 08:17:55 +02:00
hostcheck.c
hostcheck.h
keylog.c tls: use shared init code for TCP+QUIC 2024-04-09 09:08:05 +02:00
keylog.h
mbedtls_threadlock.c mbedtls: properly cleanup the thread-shared entropy 2024-03-12 03:09:37 -04:00
mbedtls_threadlock.h tidy-up: one comment and EOF newlines 2024-03-12 15:38:44 +00:00
mbedtls.c mbedtls: v3.6.0 workarounds 2024-06-04 09:02:37 +02:00
mbedtls.h
openssl.c lib/v*: tidy up types and casts 2024-06-02 19:27:17 +02:00
openssl.h openssl: stop duplicate ssl key logging for legacy OpenSSL 2024-05-24 15:22:53 -04:00
rustls.c lib/v*: tidy up types and casts 2024-06-02 19:27:17 +02:00
rustls.h
schannel_int.h multi: add multi->proto_hash, a key-value store for protocol data 2024-05-26 00:15:01 +02:00
schannel_verify.c lib/v*: tidy up types and casts 2024-06-02 19:27:17 +02:00
schannel.c lib/v*: tidy up types and casts 2024-06-02 19:27:17 +02:00
schannel.h
sectransp.c lib/v*: tidy up types and casts 2024-06-02 19:27:17 +02:00
sectransp.h
vtls_int.h multi: add multi->proto_hash, a key-value store for protocol data 2024-05-26 00:15:01 +02:00
vtls.c lib/v*: tidy up types and casts 2024-06-02 19:27:17 +02:00
vtls.h lib/v*: tidy up types and casts 2024-06-02 19:27:17 +02:00
wolfssl.c lib/v*: tidy up types and casts 2024-06-02 19:27:17 +02:00
wolfssl.h wolfssl: support CA caching 2024-06-01 23:50:36 +02:00
x509asn1.c lib/v*: tidy up types and casts 2024-06-02 19:27:17 +02:00
x509asn1.h