aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/x509/x509cert.cpp
Commit message (Expand)AuthorAgeFilesLines
* Simplify exception messagesJack Lloyd2018-08-221-1/+1
* Use BER_Decoder::get_next to cleanup X.509 cert decoding codeJack Lloyd2018-05-211-14/+13
* Bypass self-signed check in X509_Certificate if AKID and SKID are setJack Lloyd2018-03-241-12/+17
* Handle cert.subject_info("Email")Jack Lloyd2018-03-061-0/+3
* Add X509_Certificate::subject_public_key_infoJack Lloyd2018-03-051-3/+10
* Prepare for making BER_Object members privateJack Lloyd2018-01-181-11/+13
* 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/+16
* Reorder fields of X509_Certificate_Data to reduce sizeJack Lloyd2017-12-301-8/+8
* Change X509_Certificate to cache cert policies and name constraintsJack Lloyd2017-12-301-18/+18
* Change X509_Certificate::subject_public_key_bitstring_sha1 to return const refJack Lloyd2017-12-271-1/+1
* Fix various x509 path validation bugs + path building with ambiguous DNsFabian Weissberg2017-12-201-0/+9
* Merge GH #1364 Expose a function returning status when verifying X509 objectsJack Lloyd2017-12-191-2/+11
|\
| * Expose a function returning a status code for verifing X509 objectsJack Lloyd2017-12-191-2/+11
* | Add accessors to ASN1_Attribute and AlgorithmIdentifierJack Lloyd2017-12-191-4/+4
|/
* Add ability to fingerprint public keysJack Lloyd2017-12-141-16/+1
* Need binary IO for WindowsJack Lloyd2017-12-041-1/+1
* Support uninitialized certificate objectsJack Lloyd2017-12-041-19/+19
* Allow parsing and printing certificates with unknown public key algosJack Lloyd2017-11-181-6/+26
* Fix encoding of subject key identifierJack Lloyd2017-11-161-0/+1
* Remove debug abort [ci skip]Jack Lloyd2017-11-141-1/+0
* Store all data of an X509 certificate in a shared_ptr data struct.Jack Lloyd2017-11-141-306/+379
* review changesDaniel Neus2017-10-211-6/+6
* X.509 RSA-PSS verificationDaniel Neus2017-10-201-0/+47
* Remove protected data members from X509_ObjectJack Lloyd2017-10-021-12/+8
* Further header cleanupsJack Lloyd2017-09-281-1/+2
* More include header cleanupsJack Lloyd2017-09-211-1/+0
* Header file cleanupsJack Lloyd2017-09-211-3/+0
* fix pathLenConstraint validationDaniel Neus2017-05-191-1/+1
* Add X509 issuer and subject DN hash methodsNuno Goncalves2017-04-031-0/+14
* 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-21/+21
* Add X509_Certificate helper functions for OCSPJack Lloyd2016-11-231-4/+30
* Move cert/x509 to top level and pem and pbes2 to pubkey.Jack Lloyd2016-11-031-0/+672