curl/lib/vauth
Patrick Monnerat 19ea52da4d
vauth: factor base64 conversions out of authentication procedures
Input challenges and returned messages are now in binary.
Conversions from/to base64 are performed by callers (currently curl_sasl.c
and http_ntlm.c).

Closes #6654
2021-04-22 09:06:07 +02:00
..
cleartext.c vauth: factor base64 conversions out of authentication procedures 2021-04-22 09:06:07 +02:00
cram.c vauth: factor base64 conversions out of authentication procedures 2021-04-22 09:06:07 +02:00
digest_sspi.c vauth: factor base64 conversions out of authentication procedures 2021-04-22 09:06:07 +02:00
digest.c vauth: factor base64 conversions out of authentication procedures 2021-04-22 09:06:07 +02:00
digest.h
gsasl.c vauth: factor base64 conversions out of authentication procedures 2021-04-22 09:06:07 +02:00
krb5_gssapi.c vauth: factor base64 conversions out of authentication procedures 2021-04-22 09:06:07 +02:00
krb5_sspi.c vauth: factor base64 conversions out of authentication procedures 2021-04-22 09:06:07 +02:00
ntlm_sspi.c vauth: factor base64 conversions out of authentication procedures 2021-04-22 09:06:07 +02:00
ntlm.c vauth: factor base64 conversions out of authentication procedures 2021-04-22 09:06:07 +02:00
ntlm.h
oauth2.c vauth: factor base64 conversions out of authentication procedures 2021-04-22 09:06:07 +02:00
spnego_gssapi.c
spnego_sspi.c
vauth.c
vauth.h vauth: factor base64 conversions out of authentication procedures 2021-04-22 09:06:07 +02:00