aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/x509/x509cert.h
Commit message (Expand)AuthorAgeFilesLines
* Add X509_Certificate::subject_public_key_infoJack Lloyd2018-03-051-0/+6
* Improve X.509 documentationJack Lloyd2018-01-291-1/+9
* Prepare for making BER_Object members privateJack Lloyd2018-01-181-0/+7
* add the detection for the ca issuers field(1.3.6.1.5.5.7.48.2) in x509 certif...Patrik Fiedler2018-01-031-0/+5
* Change X509_Certificate to cache cert policies and name constraintsJack Lloyd2017-12-301-2/+2
* Deprecate X509_Certificate::policiesJack Lloyd2017-12-301-1/+1
* Change X509_Certificate::subject_public_key_bitstring_sha1 to return const refJack Lloyd2017-12-271-1/+2
* Fix various x509 path validation bugs + path building with ambiguous DNsFabian Weissberg2017-12-201-0/+6
* Support uninitialized certificate objectsJack Lloyd2017-12-041-3/+10
* Allow parsing and printing certificates with unknown public key algosJack Lloyd2017-11-181-0/+5
* Store all data of an X509 certificate in a shared_ptr data struct.Jack Lloyd2017-11-141-56/+121
* More include header cleanupsJack Lloyd2017-09-211-1/+0
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-4/+4
* Update Doxygen for X509_Certificate::subject_infoDaniel Neus2017-06-231-2/+4
* Merge GH #900 Add ability to search by X509 DN hashJack Lloyd2017-04-041-2/+12
|\
| * Add X509 issuer and subject DN hash methodsNuno Goncalves2017-04-031-0/+10
| * Fix commentsNuno Goncalves2017-04-031-2/+2
* | Content:Tomasz Frydrych2017-04-031-4/+4
|/
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-11/+11
* Add X509_Certificate helper functions for OCSPJack Lloyd2016-11-231-0/+13
* Move cert/x509 to top level and pem and pbes2 to pubkey.Jack Lloyd2016-11-031-0/+330