aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/unit_x509.cpp
Commit message (Expand)AuthorAgeFilesLines
* More clang-tidy fixesJack Lloyd2022-02-101-1/+1
* Fix clang-tidy performance warningsJack Lloyd2022-02-061-5/+5
* Test both issuer and subject DNs for RDN SET testJack Lloyd2021-04-281-1/+3
* Change arg type of Extensions::{add, add_new, replace}Jack Lloyd2021-04-031-6/+6
* Change the return type of Certificate_Extensions::copyJack Lloyd2021-04-031-2/+2
* Fix decoding a DN when the set contains more than one elementJack Lloyd2021-02-201-0/+15
* Decode ASN.1 TeletexStrings strings correctlyJack Lloyd2021-01-131-0/+25
* Don't use shouting case for ASN1_{Type,Class} valuesJack Lloyd2021-01-131-16/+16
* Split ASN1 tags enum class into 2 enum classessledgehammer_9992021-01-111-16/+16
* Convert ASN1_Tag to an enum classJack Lloyd2020-12-201-6/+6
* Convert CRL_Code to enum classJack Lloyd2020-12-151-2/+2
* Avoid using deprecated functions for key loadingJack Lloyd2020-12-141-2/+2
* More calendar cleanupsJack Lloyd2020-11-081-1/+1
* Modify calendar interfaceJack Lloyd2020-11-081-1/+1
* Remove Data_StoreJack Lloyd2020-11-061-2/+0
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-1/+1
* Merge X.509 header filesJack Lloyd2020-10-311-0/+1
* Tag all tests with a categoryJack Lloyd2020-10-281-1/+1
* Fix a couple more build and test failures in certain configurationsJack Lloyd2020-04-071-1/+6
* 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