aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_x509_dn.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix X509_DN comparisonJack Lloyd2019-05-081-0/+15
| | | | | | An issue in #1936 indicated that X509_DN operator< was not behaving correctly. Indeed, DNs could compare in such a way that DN1 < DN2 && DN2 < DN1. STL containers do not like this.
* Make the tests VarMap an actual type instead of a hashmap typedef.Jack Lloyd2018-05-291-2/+2
|
* Fix incorrect macro checkJack Lloyd2018-04-091-2/+2
|
* Move X509_DN and AlternativeName from asn1 to x509Jack Lloyd2017-11-141-2/+2
|
* Add final annotations as appropriate in the test codeJack Lloyd2017-09-221-1/+1
|
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-5/+3
|
* Fix X509 DN comparisonsJack Lloyd2017-04-041-0/+56
CVE-2017-2801