curl/lib/vtls
Valentin Richter 75b832c8a0
mbedtls: fix private member designations for v3.1.0
"As a last resort, you can access the field foo of a structure bar by
writing bar.MBEDTLS_PRIVATE(foo). Note that you do so at your own risk,
since such code is likely to break in a future minor version of Mbed
TLS." -
f2d1199edc/docs/3.0-migration-guide.md

That future minor version is v3.1.0. I set the >= to == for the version
checks because v3.1.0 is a release, and I am not sure when the private
designation was reverted after v3.0.0.

Closes #8214
2022-01-03 08:56:31 +01:00
..
bearssl.c vtls: Fix a memory leak if an SSL session cannot be added to the cache 2021-09-24 13:23:42 +02:00
bearssl.h copyright: fix year ranges 2020-11-05 08:22:10 +01:00
gskit.c lib: don't use strerror() 2021-09-09 07:53:42 +02:00
gskit.h copyright: fix year ranges 2020-11-05 08:22:10 +01:00
gtls.c ngtcp2: verify the server certificate for the gnutls case 2021-12-28 23:34:30 +01:00
gtls.h gtls: add gnutls include for the session type 2021-12-29 23:46:13 +01:00
keylog.c curl.se: new home 2020-11-04 23:59:47 +01:00
keylog.h curl.se: new home 2020-11-04 23:59:47 +01:00
mbedtls_threadlock.c misc: update incorrect copyright year ranges 2021-08-16 11:21:47 +02:00
mbedtls_threadlock.h curl.se: new home 2020-11-04 23:59:47 +01:00
mbedtls.c mbedtls: fix private member designations for v3.1.0 2022-01-03 08:56:31 +01:00
mbedtls.h copyright: fix year ranges 2020-11-05 08:22:10 +01:00
mesalink.c mesalink: remove the BACKEND define kludge 2021-12-26 18:33:07 +01:00
mesalink.h copyright: fix year ranges 2020-11-05 08:22:10 +01:00
nss.c checksrc: detect more kinds of NULL comparisons we avoid 2021-12-27 23:39:26 +01:00
nssg.h copyright: fix year ranges 2020-11-05 08:22:10 +01:00
openssl.c http_proxy: don't close the socket (too early) 2021-12-29 23:20:03 +01:00
openssl.h ngtcp2: verify the server cert on connect (quictls) 2021-12-28 23:34:23 +01:00
rustls.c checksrc: detect more kinds of NULL comparisons we avoid 2021-12-27 23:39:26 +01:00
rustls.h copyright: update copyright year ranges to 2021 2021-03-27 23:00:14 +01:00
schannel_verify.c version_win32: Check build number and platform id 2021-12-02 03:39:14 -05:00
schannel.c checksrc: detect more kinds of NULL comparisons we avoid 2021-12-27 23:39:26 +01:00
schannel.h schannel: don't use static to store selected ciphers 2021-05-24 07:56:05 +02:00
sectransp.c checksrc: detect more kinds of NULL comparisons we avoid 2021-12-27 23:39:26 +01:00
sectransp.h copyright: fix year ranges 2020-11-05 08:22:10 +01:00
vtls.c vtls: Fix a memory leak if an SSL session cannot be added to the cache 2021-09-24 13:23:42 +02:00
vtls.h vtls: Fix a memory leak if an SSL session cannot be added to the cache 2021-09-24 13:23:42 +02:00
wolfssl.c tls: remove newline from three infof() calls 2021-10-19 23:03:57 +02:00
wolfssl.h copyright: fix year ranges 2020-11-05 08:22:10 +01:00