aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/cert/x509/x509path.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move cert/x509 to top level and pem and pbes2 to pubkey.Jack Lloyd2016-11-031-454/+0
* Allow setting the validation time during PKIX path validationJack Lloyd2016-10-211-14/+20
* Maintainer mode fixesJack Lloyd2016-10-171-3/+5
* Abstract out mutex type. Make threads optional.Jack Lloyd2016-10-121-0/+1
* Certificate store using SQLiteKai Michaelis2016-10-021-36/+40
* Fix validation of self-issued certificates in chainsRené Korthaus2016-09-231-1/+2
* Move name constraints validation code to extension classRené Korthaus2016-04-171-64/+4
* Add Unknown_Critical_Extension typeRené Korthaus2016-04-101-5/+0
* Generate error on unknown critical extension during path validationRené Korthaus2016-04-061-0/+17
* Changes from GH #454 reviewJack Lloyd2016-03-161-1/+1
* X.509 Name ConstraintsKai Michaelis2016-03-101-2/+58
* String comparision fixesDaniel Neus2016-01-041-1/+1
* some trivial compiler/PVS-Studio warning fixesDaniel Neus2015-12-221-1/+1
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-3/+3
* Add check for path validation result in Credentials_Manager. GH #324Jack Lloyd2015-11-041-0/+2
* Fix cert validation bugs found by x509test.Jack Lloyd2015-10-231-11/+45
* Sometimes we don't know the input format. But it is one of twoSimon Warta2015-08-111-2/+2
* Remove string constructor of X509_Time()Simon Warta2015-08-111-2/+2
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-3/+10
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* If no certificate stores at all are available skip OCSP checkslloyd2015-01-041-5/+7
* Fix various warnings from VC++ 2014 and add missing includelloyd2014-10-311-4/+4
* Better TLS checkslloyd2014-04-101-1/+2
* X.509 path validation now performs all possible tests and returns alloyd2014-04-051-97/+113
* Don't assume the leading cert chain is presented in-orderlloyd2014-02-161-5/+17
* Fix a bug introduced in 1.11.6 where we tried to check CRL signatureslloyd2014-02-081-9/+8
* Guess I won't be needing theselloyd2014-01-181-1/+0
* Move lib into srclloyd2014-01-101-0/+360