curl/lib/vtls
Stefan Eissing 1c4813c769
mbedtls: send close-notify on close
- send the TLS close notify message when cloding down
  the mbedtls connection filter
- this is a "least" effort version and, as other TLS filters,
  is lacking a graceful send/receive/timeout for a really
  clean shutdown.

Closes #13745
2024-05-22 23:07:22 +02:00
..
bearssl.c bearssl: use common code for cipher suite lookup 2024-05-02 13:17:02 +02:00
bearssl.h
cipher_suite.c bearssl: use common code for cipher suite lookup 2024-05-02 13:17:02 +02:00
cipher_suite.h bearssl: use common code for cipher suite lookup 2024-05-02 13:17:02 +02:00
gtls.c vtls: TLS session storage overhaul 2024-04-26 13:58:36 +02:00
gtls.h
hostcheck.c
hostcheck.h
keylog.c
keylog.h
mbedtls_threadlock.c
mbedtls_threadlock.h
mbedtls.c mbedtls: send close-notify on close 2024-05-22 23:07:22 +02:00
mbedtls.h
openssl.c openssl: revert keylog_callback support for LibreSSL 2024-05-20 03:55:40 -04:00
openssl.h vtls: TLS session storage overhaul 2024-04-26 13:58:36 +02:00
rustls.c rustls: fix handshake done handling 2024-05-17 16:51:45 +02:00
rustls.h
schannel_int.h
schannel_verify.c
schannel.c vtls: TLS session storage overhaul 2024-04-26 13:58:36 +02:00
schannel.h
sectransp.c vtls: TLS session storage overhaul 2024-04-26 13:58:36 +02:00
sectransp.h
vtls_int.h vtls: TLS session storage overhaul 2024-04-26 13:58:36 +02:00
vtls.c vtls: remove duplicate assign 2024-05-14 07:58:59 +02:00
vtls.h
wolfssl.c vtls: TLS session storage overhaul 2024-04-26 13:58:36 +02:00
wolfssl.h
x509asn1.c x509asn1: return error on missing OID 2024-05-17 14:54:41 +02:00
x509asn1.h