strongswan/src/libstrongswan/tests
Tobias Brunner e8fae43768 identification: Validate ASN.1 DN in from_data() constructor
The DN is otherwise not parsed until compared/printed.  This avoids
false detections as ASN.1 DN if e.g. an email address starts with "0",
which is 0x30 = ASN.1 sequence tag, and the next character denotes
the exact length of the rest of the string (see the unit tests for an
example).
2020-12-03 08:23:54 +01:00
..
suites identification: Validate ASN.1 DN in from_data() constructor 2020-12-03 08:23:54 +01:00
.gitignore unit-tests: Ignore binaries of renamed test runners 2018-03-02 17:11:27 +01:00
Makefile.am prf-plus: Fail after counter has wrapped around 2019-10-21 13:53:11 +02:00
test_runner.c unit-tests: Print a header for each test function/iteration if verbosity is >= 0 2020-07-20 14:29:28 +02:00
test_runner.h unit-tests: Defining TESTS_RUNNERS allows to only run specific test runners 2016-06-17 18:48:01 +02:00
test_suite.c unit-tests: Add ability to issue a warning message for a test case 2017-11-08 16:48:10 +01:00
test_suite.h unit-tests: Pass test iteration to fixtures 2020-07-20 13:50:11 +02:00
tests.c unit-tests: Forward variable argument list in TEST_SUITE_DEPEND 2015-07-12 13:25:50 +02:00
tests.h prf-plus: Fail after counter has wrapped around 2019-10-21 13:53:11 +02:00