summaryrefslogtreecommitdiff
path: root/tests/data/test311
Commit message (Collapse)AuthorAgeFilesLines
* Added PEM certificate keywordDan Fandrich2010-01-181-0/+1
|
* Pull the certificate files from the source directory. Ensure that theDan Fandrich2009-08-181-1/+5
| | | | | certificate tests only run on a localhost-hosted test server since the host name is explicitly checked.
* - Peter Sylvester made the HTTPS test server use specific certificates forDaniel Stenberg2009-08-111-0/+38
each test, so that the test suite can now be used to actually test the verification of cert names etc. This made an error show up in the OpenSSL- specific code where it would attempt to match the CN field even if a subjectAltName exists that doesn't match. This is now fixed and verified in test 311.