aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/x509
Commit message (Expand)AuthorAgeFilesLines
* Add OCSP stapling support to TLS clientJack Lloyd2016-11-264-17/+51
* Fix TLS tests wrt validation changesJack Lloyd2016-11-251-2/+2
* Add a test for to_string(Certificate_Status_Code)Jack Lloyd2016-11-251-5/+5
* Address review comments from @cordneyJack Lloyd2016-11-255-114/+249
* Fix popping empty container if no revocation data availableJack Lloyd2016-11-231-2/+2
* Add macro signalling support for online revocation checks.Jack Lloyd2016-11-232-3/+7
* Better OCSP tests including online testsJack Lloyd2016-11-232-2/+10
* Add some simple OCSP testsJack Lloyd2016-11-231-0/+2
* Consult the response for matching certs also, fixes Symantec OCSPJack Lloyd2016-11-231-2/+20
* Refactor X.509 path validationJack Lloyd2016-11-237-356/+744
* Add find_cert_by_pubkey_sha1 to Certificate_Store_In_MemoryJack Lloyd2016-11-234-55/+64
* Add X509_Certificate helper functions for OCSPJack Lloyd2016-11-232-4/+43
* Explicitly number all Certificate_Status_Code enum valuesJack Lloyd2016-11-232-25/+146
* Add key_constraints_to_string, GOST-34.10 cert handlingJack Lloyd2016-11-183-5/+64
* Pubkey cleanupsJack Lloyd2016-11-123-4/+3
* Simplify some code by using T::create_or_throwJack Lloyd2016-11-031-3/+1
* Remove ability to add OIDS at runtime. Remove global OID lock.Jack Lloyd2016-11-031-2/+1
* Move cert/x509 to top level and pem and pbes2 to pubkey.Jack Lloyd2016-11-0337-0/+7052