aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/unit_x509.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix some MSVC warningsJack Lloyd2018-12-101-1/+1
* Simplify exception messagesJack Lloyd2018-08-221-2/+2
* Fix some tests that would fail after 2033Jack Lloyd2018-04-011-22/+24
* Fix test when EMSA1 not compiled in [ci skip]Jack Lloyd2018-03-291-0/+4
* Support Ed25519 certificate formatJack Lloyd2018-03-201-1/+1
* Merge GH #1492 Support custom DN entriesJack Lloyd2018-03-141-4/+82
|\
| * Support custom DN entriesJack Lloyd2018-03-141-4/+82
* | Allow the caller to specify the serial number of a generated certJack Lloyd2018-03-141-1/+6
|/
* Create a persistent registry for ECC group dataJack Lloyd2018-02-041-2/+1
* Fix crash in x509_unit if any of DH, ECDH, or ElGamal were disabledJack Lloyd2018-02-011-4/+12
* Remove iostream includes [ci skip]Jack Lloyd2018-01-241-1/+0
* Allow applications to easily override extensions in cert requestsJack Lloyd2018-01-231-160/+159
* Reorganize code to avoid cli/test build failures if filesystem disabledJack Lloyd2018-01-191-115/+124
* add test case for X509_Certificate::ca_issuers()René Meusel2018-01-031-0/+39
* Fix hardcoded dateJack Lloyd2018-01-011-4/+3
* Enable signing X509 structures with rsa-pssFabian Weissberg2017-12-221-37/+154
* Avoid test failures when PKCSv1.5 signatures are disabled in buildJack Lloyd2017-12-201-2/+14
* Fix various x509 path validation bugs + path building with ambiguous DNsFabian Weissberg2017-12-201-0/+9
* Need binary IO for WindowsJack Lloyd2017-12-041-1/+1
* Support uninitialized certificate objectsJack Lloyd2017-12-041-0/+37
* Move all the various X509 test data files under src/tests/data/x509Jack Lloyd2017-11-161-4/+4
* Fix PKCS10 subject alt name usageJack Lloyd2017-11-141-0/+5
* Add a test for GH #1252Jack Lloyd2017-11-141-0/+26
* Small cleanups in X509 testsJack Lloyd2017-11-141-22/+41
* rename cert containing UTF8String consistentlyRené Meusel2017-11-101-1/+1
* TEST: read (self signed) cert containing BMPString fieldsRené Meusel2017-11-101-0/+30
* add test reading UTF-8 X509 certRene Meusel2017-11-091-0/+35
* Further build/test fixes for restricted configurationsJack Lloyd2017-09-241-0/+6
* Add final annotations as appropriate in the test codeJack Lloyd2017-09-221-2/+2
* More include header cleanupsJack Lloyd2017-09-211-2/+0
* Change http://botan.randombit.net to https URIsJack Lloyd2017-09-011-3/+3
* Test encoding of challenge password in PKCS10 requestsJack Lloyd2017-08-031-0/+5
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-246/+334
* Merge GH #900 Add ability to search by X509 DN hashJack Lloyd2017-04-041-45/+102
|\
| * Add unit tests for X509 hash methods:Nuno Goncalves2017-04-031-0/+56
| * Refactor and modernize files to be editedNuno Goncalves2017-04-031-45/+46
* | Content:Tomasz Frydrych2017-04-031-1/+1
|/
* Fix: UTCTime interpreted as GeneralizedTimeDaniel Neus2017-03-131-22/+95
* Add a test for trusted_hashes on path validation resultJack Lloyd2017-01-221-0/+9
* Use Botan::X509_CA constructor that takes rng in testsSimon Warta2017-01-031-1/+1
* Increase Path_Validation_Restrictions default min strength to 110Jack Lloyd2016-12-271-2/+2
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-2/+2
* Rename some methods, add more tests and docsRené Korthaus2016-12-041-20/+30
* Allow custom extensions in X509_Cert_OptionsRené Korthaus2016-12-021-0/+123
* Add a test for to_string(Certificate_Status_Code)Jack Lloyd2016-11-251-0/+64
* Add key_constraints_to_string, GOST-34.10 cert handlingJack Lloyd2016-11-181-69/+58
* Reunify registered test names [ci skip]René Korthaus2016-10-231-1/+1
* Make pk_ops.h internalJack Lloyd2016-10-081-1/+1
* Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-071-2/+2
* Fix validation of self-issued certificates in chainsRené Korthaus2016-09-231-0/+63