aboutsummaryrefslogtreecommitdiff
path: root/src/tests/x509_test.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-05[build] Fix the REQUIRE_SYMBOL mechanismMichael Brown1-0/+1
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2014-07-11[crypto] Add support for iPAddress subject alternative namesMichael Brown1-40/+49
2014-03-31[crypto] Add support for subjectAltName and wildcard certificatesMichael Brown1-0/+9
2014-03-31[test] Add subject alternative names to X.509 server test certificateMichael Brown1-69/+75
2014-03-31[test] Add tests for x509_check_name()Michael Brown1-0/+38
2014-03-31[test] Rewrite X.509 tests using okx()Michael Brown1-61/+145
2014-03-28[crypto] Generalise X.509 cache to a full certificate storeMichael Brown1-20/+38
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2012-05-04[crypto] Allow certificate chains to be long-lived data structuresMichael Brown1-109/+134
2012-03-22[crypto] Add previous certificate in chain as a parameter to parse_next()Michael Brown1-1/+5
2012-03-22[test] Add X.509 self-testsMichael Brown1-0/+918