curl/lib/vtls
Daniel Stenberg becfe2ec78
urldata: cease storing TLS auth type
The only TLS auth type libcurl ever supported is SRP and that is the
default type. Since nobody ever sets any other type, there is no point
in wasting space to store the set type and code to check the type.

If TLS auth is used, SRP is now implied.

Closes #10181
2022-12-31 16:56:21 +01:00
..
bearssl.c vtls: use ALPN HTTP/1.0 when HTTP/1.0 is used 2022-12-31 16:53:21 +01:00
bearssl.h
gskit.c
gskit.h
gtls.c urldata: cease storing TLS auth type 2022-12-31 16:56:21 +01:00
gtls.h gnutls: use common gnutls init and verify code for ngtcp2 2022-12-01 10:57:36 +01:00
hostcheck.c
hostcheck.h
keylog.c
keylog.h
mbedtls_threadlock.c
mbedtls_threadlock.h
mbedtls.c vtls: use ALPN HTTP/1.0 when HTTP/1.0 is used 2022-12-31 16:53:21 +01:00
mbedtls.h
nss.c vtls: use ALPN HTTP/1.0 when HTTP/1.0 is used 2022-12-31 16:53:21 +01:00
nssg.h
openssl.c urldata: cease storing TLS auth type 2022-12-31 16:56:21 +01:00
openssl.h
rustls.c vtls: use ALPN HTTP/1.0 when HTTP/1.0 is used 2022-12-31 16:53:21 +01:00
rustls.h
schannel_verify.c
schannel.c vtls: use ALPN HTTP/1.0 when HTTP/1.0 is used 2022-12-31 16:53:21 +01:00
schannel.h
sectransp.c vtls: use ALPN HTTP/1.0 when HTTP/1.0 is used 2022-12-31 16:53:21 +01:00
sectransp.h
vtls_int.h vtls: fix typo in vtls_int.h 2022-11-28 19:51:22 +01:00
vtls.c urldata: cease storing TLS auth type 2022-12-31 16:56:21 +01:00
vtls.h vtls: use ALPN HTTP/1.0 when HTTP/1.0 is used 2022-12-31 16:53:21 +01:00
wolfssl.c vtls: use ALPN HTTP/1.0 when HTTP/1.0 is used 2022-12-31 16:53:21 +01:00
wolfssl.h
x509asn1.c lib: use size_t or int etc instead of longs 2022-12-14 12:31:01 +01:00
x509asn1.h