aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/x509/x509_obj.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-tidy readability-container-size-empty warningsJack Lloyd2022-02-061-1/+1
* Fix clang-tidy performance warningsJack Lloyd2022-02-061-1/+1
* More raw pointer removalJack Lloyd2021-04-051-6/+4
* Don't use shouting case for ASN1_{Type,Class} valuesJack Lloyd2021-01-131-7/+7
* Split ASN1 tags enum class into 2 enum classessledgehammer_9992021-01-111-7/+7
* Convert ASN1_Tag to an enum classJack Lloyd2020-12-201-13/+13
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-2/+2
* Check that X.509 SignatureAlgorithm parameters are as expectedJack Lloyd2020-06-091-2/+37
* Add support for XMSS X.509 certificatesRené Korthaus2019-10-211-1/+11
* Reduce usage of oids.h with the addition of some helpers on OIDJack Lloyd2019-08-041-7/+7
* Avoid using deprecated public fields of AlgorithmIdentifierJack Lloyd2019-08-041-6/+5
* Deprecate and replace OIDS::lookupJack Lloyd2019-08-041-6/+6
* Update GOST to use 2012 OIDs/paramsJack Lloyd2019-08-031-1/+3
* Updates for GOST 2012 supportJack Lloyd2019-08-011-3/+2
* s/as_string/to_string/Jack Lloyd2019-03-011-1/+1
* Make exceptions easier to translate to error codesJack Lloyd2018-11-231-1/+1
* Simplify exception messagesJack Lloyd2018-08-221-1/+1
* DER improvementsJack Lloyd2018-05-221-18/+10
* Support Ed25519 certificate formatJack Lloyd2018-03-201-37/+70
* Allow applications to easily override extensions in cert requestsJack Lloyd2018-01-231-0/+67
* Merge GH #1364 Expose a function returning status when verifying X509 objectsJack Lloyd2017-12-191-48/+62
|\
| * Expose a function returning a status code for verifing X509 objectsJack Lloyd2017-12-191-48/+62
* | Add accessors to ASN1_Attribute and AlgorithmIdentifierJack Lloyd2017-12-191-9/+9
|/
* Need binary IO for WindowsJack Lloyd2017-12-041-11/+1
* Support uninitialized certificate objectsJack Lloyd2017-12-041-61/+34
* Use new Decoding_Error constructorJack Lloyd2017-11-141-4/+2
* review changesDaniel Neus2017-10-211-2/+1
* X.509 RSA-PSS verificationDaniel Neus2017-10-201-6/+88
* Remove protected data members from X509_ObjectJack Lloyd2017-10-021-22/+6
* More include header cleanupsJack Lloyd2017-09-211-1/+0
* Remove verify_end() chained immediatly before end_cons() (close #890)Nuno Goncalves2017-02-251-1/+0
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-6/+6
* Move cert/x509 to top level and pem and pbes2 to pubkey.Jack Lloyd2016-11-031-0/+249