aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/unit_x509.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Call base class assignment operator in X509_CertificateRené Korthaus2016-09-041-2/+2
* Rename find_constraints() and let it throw instead of returning a combinationRené Korthaus2016-08-191-1/+159
* Fix leading zero bytes in DSA, ECDSA, ECGDSA and ECKCDSA signaturesRené Korthaus2016-08-171-7/+4
* Fix allowed_usage() and add tests for key usageRené Korthaus2016-08-171-126/+220
* Fix GH #425 and run x509 tests with different signature algorithmsRené Korthaus2016-08-171-25/+110
* Removes randomization from choice of keys in X509 test.Jack Lloyd2016-02-091-17/+15
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-1/+1
* Update and consolidate the test framework.Jack Lloyd2015-11-111-128/+205
* Build fixJack Lloyd2015-10-141-1/+2
* Move DataSource to utils and rewrite PEM encoding to avoid filtersJack Lloyd2015-10-141-17/+6
* Remove unused pkcs8 includesSimon Warta2015-08-031-1/+2
* Fix time range issue for 32 bit platformsSimon Warta2015-07-161-2/+2
* Construct X509_Time from date integers in test x509Simon Warta2015-07-151-6/+12
* Make Botan compile when only some modules are enabledSimon Warta2015-07-031-14/+15
* Replace \n by std::endl in tests to ensure proper flushingSimon Warta2015-06-191-1/+1
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* All tests now share an RNG. Uses system RNG if availablelloyd2014-12-281-2/+2
* Provide a test reportlloyd2014-12-271-0/+2
* Better TLS checkslloyd2014-04-101-1/+1
* Fix minimized builds. Patch by Markus Wanner sent to botan-devellloyd2014-02-081-1/+1
* Rename test sourceslloyd2014-01-071-0/+255