Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-02 | vauth/oauth2: Fix OAUTHBEARER token generation | Mert Yazıcıoğlu | |
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 | |||
2017-03-26 | spelling fixes | klemens | |
Closes #1356 | |||
2015-12-03 | tests: Corrected copy and pasted comments from commit e643c5c908 | Steve Holme | |
2015-12-02 | tests: Disable the OAUTHBEARER tests when using a non-default port number | Steve Holme | |
Tests 842, 843, 844, 845, 887, 888, 889, 890, 946, 947, 948 and 949 fail if a custom port number is specified via the -b option of runtests.pl. Suggested by: Kamil Dudka Bug: http://curl.haxx.se/mail/lib-2015-12/0003.html | |||
2015-11-15 | tests: Added OAUTHBEARER failure response tests | Steve Holme | |