aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/data/x509
Commit message (Collapse)AuthorAgeFilesLines
* Improve error reporting on unexpected EOF when decoding ASNJack Lloyd2018-06-081-1/+1
|
* Improve error message on BER decoding errorJack Lloyd2018-05-241-2/+2
|
* Support decoding of ECC groups with seed parameterJack Lloyd2018-03-041-0/+10
| | | | Closes GH #874
* Move bundledcertdir to x509/miscJack Lloyd2018-02-021-0/+0
|
* Load every certificates of files found - add test.Mathieu Souchaud2018-02-021-0/+37
|
* Prepare for making BER_Object members privateJack Lloyd2018-01-181-2/+2
| | | | | Now there are usable accessors that allow the library to avoid using BER_Object members directly.
* add test case for X509_Certificate::ca_issuers()René Meusel2018-01-032-0/+77
|
* Enable signing X509 structures with rsa-pssFabian Weissberg2017-12-221-0/+40
|
* Fix various x509 path validation bugs + path building with ambiguous DNsFabian Weissberg2017-12-20421-159/+8674
| | | | Signed-off-by: Fabian Weissberg <[email protected]>
* Correct expected PSS errorJack Lloyd2017-12-191-2/+2
|
* Support uninitialized certificate objectsJack Lloyd2017-12-041-0/+0
| | | | | | | Issued raised by @securitykernel on Slack, there was no non-hacky way to decode a list of certificate objects because creating an uninitialized one wasn't allowed. However after #884 that got much closer to being viable, this is the last pieces.
* Move all the various X509 test data files under src/tests/data/x509Jack Lloyd2017-11-16652-0/+10360