summaryrefslogtreecommitdiff
path: root/tests/curl_test_data.py
Commit message (Collapse)AuthorAgeFilesLines
* ossfuzz: moving towards the ideal integrationMax Dymond2017-09-011-8/+13
| | | | | | | | | - Start with the basic code from the ossfuzz project. - Rewrite fuzz corpora to be binary files full of Type-Length-Value data, and write a glue layer in the fuzzing function to convert corpora into CURL options. - Have supporting functions to generate corpora from existing tests - Integrate with Makefile.am
* test1451: add SMB support to the testbedMax Dymond2017-07-041-0/+56
Add test 1451 which does some very basic SMB testing using the impacket SMB server. Closes #1630