curl/lib/vtls
Daniel Stenberg 0da1356060
openssl: when creating a new context, there cannot be an old one
Remove the previous handling that would call SSL_CTX_free(), and instead
add an assert that halts a debug build if there ever is a context
already set at this point.

Closes #7585
2021-08-18 14:11:45 +02:00
..
bearssl.c bearssl: support CURLOPT_CAINFO_BLOB 2021-07-28 23:04:53 +02:00
bearssl.h
gskit.c
gskit.h
gtls.c vtls: fix connection reuse checks for issuer cert and case sensitivity 2021-07-20 09:36:06 +02:00
gtls.h
keylog.c
keylog.h
mbedtls.c build: fix compiler warnings 2021-08-14 23:19:24 +02:00
mbedtls.h
mbedtls_threadlock.c misc: update incorrect copyright year ranges 2021-08-16 11:21:47 +02:00
mbedtls_threadlock.h
mesalink.c
mesalink.h
nss.c vtls: fix connection reuse checks for issuer cert and case sensitivity 2021-07-20 09:36:06 +02:00
nssg.h
openssl.c openssl: when creating a new context, there cannot be an old one 2021-08-18 14:11:45 +02:00
openssl.h
rustls.c
rustls.h
schannel.c build: fix compiler warnings 2021-08-14 23:19:24 +02:00
schannel.h
schannel_verify.c vtls: fix typo in schannel_verify.c 2021-08-13 17:39:59 +02:00
sectransp.c sectransp: support CURLINFO_CERTINFO 2021-08-17 08:40:44 +02:00
sectransp.h
vtls.c vtls: fix connection reuse checks for issuer cert and case sensitivity 2021-07-20 09:36:06 +02:00
vtls.h
wolfssl.c
wolfssl.h