aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/tests/suites/test_identification.c
Commit message (Collapse)AuthorAgeFilesLines
* unit-tests: Add a test to verify that there is no partial matching of RDNsTobias Brunner2015-09-091-0/+1
|
* identification: Add hash() methodTobias Brunner2015-08-061-1/+90
| | | | | | | Compared to hashing the encoding we can ignore string types of RDNs when hashing DNs, making hash() compatible to equals() that does the same. Fixes #991.
* identification: Support custom types in string constructor prefixesMartin Willi2014-10-301-0/+6
|
* identification: Support prefixes in string constructors for an explicit typeMartin Willi2014-10-301-0/+4
|
* unit-tests: Re-align identification_create_from_string() unit test table dataMartin Willi2014-10-301-52/+52
|
* identification: Only use either , or / to separate RDNsTobias Brunner2014-06-181-4/+4
| | | | | If a DN starts with a slash (or whitespace and a slash) slashes will be used, otherwise commas.
* unit-tests: Fix a compiler warning in identification testsMartin Willi2013-11-061-1/+1
|
* unit-tests: Move test suites to its own subfolderMartin Willi2013-11-061-0/+857