curl/lib/vauth
Mert Yazıcıoğlu 6227e2bd07 vauth/oauth2: Fix OAUTHBEARER token generation
OAUTHBEARER tokens were incorrectly generated in a format similar to
XOAUTH2 tokens. These changes make OAUTHBEARER tokens conform to the
RFC7628.

Fixes: #2487
Reported-by: Paolo Mossino

Closes https://github.com/curl/curl/pull/3377
2019-04-02 15:52:12 -04:00
..
cleartext.c Curl_auth_create_plain_message: fix too-large-input-check 2018-10-29 08:05:23 +01:00
cram.c comment: Fix multiple typos in function parameters 2018-10-03 10:27:27 +02:00
digest.c snprintf: renamed and we now only use msnprintf() 2018-11-23 08:26:51 +01:00
digest.h auth: add support for RFC7616 - HTTP Digest access authentication 2017-10-28 16:32:43 +02:00
digest_sspi.c urldata: rename easy_conn to just conn 2019-01-11 15:35:13 +01:00
krb5_gssapi.c comment: Fix multiple typos in function parameters 2018-10-03 10:27:27 +02:00
krb5_sspi.c comment: Fix multiple typos in function parameters 2018-10-03 10:27:27 +02:00
ntlm.c ntlm: fix *_type3_message size check to avoid buffer overflow 2019-02-04 08:22:32 +01:00
ntlm.h vauth/ntlm.h: fix the #ifdef header guard 2018-03-20 15:00:09 +01:00
ntlm_sspi.c ntlm_sspi: add support for channel binding 2019-01-19 13:00:53 +01:00
oauth2.c vauth/oauth2: Fix OAUTHBEARER token generation 2019-04-02 15:52:12 -04:00
spnego_gssapi.c Negotiate: fix for HTTP POST with Negotiate 2019-03-14 09:26:03 +01:00
spnego_sspi.c Negotiate: fix for HTTP POST with Negotiate 2019-03-14 09:26:03 +01:00
vauth.c vauth: Fix typo 2018-04-15 03:25:48 -04:00
vauth.h vauth/oauth2: Fix OAUTHBEARER token generation 2019-04-02 15:52:12 -04:00