aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/unit_x509.cpp
Commit message (Expand)AuthorAgeFilesLines
* Deprecate DER_Encoder::get_contents_unlockedJack Lloyd2019-10-281-1/+3
* check for Key_Usage::ENCRYPTION for existing testsRené Meusel2019-09-231-0/+6
* add X.509 Usage_Type::ENCRYPTIONRené Meusel2019-09-181-0/+22
* Add testsJack Lloyd2019-09-121-4/+48
* Reduce usage of oids.h with the addition of some helpers on OIDJack Lloyd2019-08-041-2/+2
* Avoid using deprecated public fields of AlgorithmIdentifierJack Lloyd2019-08-041-8/+8
* Deprecate and replace OIDS::lookupJack Lloyd2019-08-041-12/+10
* Fix test when GOST or Streebog is disabledJack Lloyd2019-08-011-0/+2
* Updates for GOST 2012 supportJack Lloyd2019-08-011-0/+26
* Fix decoding of RSA-OAEP certsJack Lloyd2019-05-091-0/+18
* functionality to support multiple OUs, missing unit tests on more_dnsndotb2019-05-071-2/+40
* 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