Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | runtests: support dynamicly base64 encoded sections in tests | Daniel Stenberg | 2020-08-04 | 1 | -6/+1 |
| | | | | | | | | | | | | | | | | | | 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 generation | Mert Yazıcıoğlu | 2019-04-02 | 1 | -1/+1 |
| | | | | | | | | | | | 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 fixes | klemens | 2017-03-26 | 1 | -1/+1 |
| | | | | Closes #1356 | ||||
* | tests: Corrected copy and pasted comments from commit e643c5c908 | Steve Holme | 2015-12-03 | 1 | -1/+2 |
| | |||||
* | tests: Disable the OAUTHBEARER tests when using a non-default port number | Steve Holme | 2015-12-02 | 1 | -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 OAuth 2.0 (OAUTHBEARER) tests | Steve Holme | 2015-11-14 | 1 | -0/+57 |