curl/lib/vtls
Daniel Stenberg 6f9fb7ec2d
misc: ISSPACE() => ISBLANK()
Instances of ISSPACE() use that should rather use ISBLANK(). I think
somewhat carelessly used because it sounds as if it checks for space or
whitespace, but also includes %0a to %0d.

For parsing purposes, we should only accept what we must and not be
overly liberal. It leads to surprises and surprises lead to bad things.

Closes #9432
2022-09-06 08:34:30 +02:00
..
bearssl.c NPN: remove support for and use of 2022-09-05 07:39:02 +02:00
bearssl.h
gskit.c
gskit.h
gtls.c NPN: remove support for and use of 2022-09-05 07:39:02 +02:00
gtls.h
hostcheck.c
hostcheck.h
keylog.c
keylog.h
mbedtls_threadlock.c
mbedtls_threadlock.h
mbedtls.c NPN: remove support for and use of 2022-09-05 07:39:02 +02:00
mbedtls.h
nss.c misc: ISSPACE() => ISBLANK() 2022-09-06 08:34:30 +02:00
nssg.h
openssl.c misc: ISSPACE() => ISBLANK() 2022-09-06 08:34:30 +02:00
openssl.h
rustls.c NPN: remove support for and use of 2022-09-05 07:39:02 +02:00
rustls.h
schannel_verify.c
schannel.c NPN: remove support for and use of 2022-09-05 07:39:02 +02:00
schannel.h
sectransp.c NPN: remove support for and use of 2022-09-05 07:39:02 +02:00
sectransp.h
vtls.c
vtls.h
wolfssl.c NPN: remove support for and use of 2022-09-05 07:39:02 +02:00
wolfssl.h
x509asn1.c ctype: remove all use of <ctype.h>, use our own versions 2022-09-06 08:32:36 +02:00
x509asn1.h