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
gskit.c lib: don't use strerror() 2021-09-09 07:53:42 +02:00
gskit.h
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
keylog.h
mbedtls_threadlock.c misc: update incorrect copyright year ranges 2021-08-16 11:21:47 +02:00
mbedtls_threadlock.h
mbedtls.c mbedtls: fix private member designations for v3.1.0 2022-01-03 08:56:31 +01:00
mbedtls.h
mesalink.c mesalink: remove the BACKEND define kludge 2021-12-26 18:33:07 +01:00
mesalink.h
nss.c checksrc: detect more kinds of NULL comparisons we avoid 2021-12-27 23:39:26 +01:00
nssg.h
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
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
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