summaryrefslogtreecommitdiff
path: root/tests/data/test889
Commit message (Collapse)AuthorAgeFilesLines
* runtests: support dynamicly base64 encoded sections in testsDaniel Stenberg2020-08-041-7/+2
| | | | | | | | | | | | | | | | | | This allows us to make test cases to use base64 at run-time and still use and verify information determined at run-time, such as the IMAP test server's port number in test 842. This change makes 12 tests run again that basically never ran since we moved to dynamic port numbers. ftpserver.pl is adjusted to load test instructions and test number from the preprocessed test file. FILEFORMAT.md now documents the new base64 encoding syntax. Reported-by: Marcel Raad Fixes #5761 Closes #5775
* vauth/oauth2: Fix OAUTHBEARER token generationMert Yazıcıoğlu2019-04-021-2/+2
| | | | | | | | | | | 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
* spelling fixesklemens2017-03-261-1/+1
| | | | Closes #1356
* tests: Corrected copy and pasted comments from commit e643c5c908Steve Holme2015-12-031-1/+2
|
* tests: Disable the OAUTHBEARER tests when using a non-default port numberSteve Holme2015-12-021-0/+4
| | | | | | | | 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
* tests: Added OAUTHBEARER failure response testsSteve Holme2015-11-151-0/+56