aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/x509/x509path.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid creating a map from a DN when not requiredJack Lloyd2018-03-211-1/+2
* Merge GH #1470 Use soft fail for OCSPJack Lloyd2018-03-041-20/+30
|\
| * OCSP softfail revocation checkMathieu Souchaud2018-03-011-20/+30
* | Fix check_crl_online segfaults, need tests.Mathieu Souchaud2018-03-021-11/+10
* | Fix crash bug in check_crl_onlineJack Lloyd2018-03-011-1/+1
|/
* Add Path_Validation_Result::warnings_string() methodMathieu Souchaud2018-02-281-0/+14
* Fix Path_Validation_Result::no_warningsMathieu Souchaud2018-02-281-1/+4
* Move DN upper bound function to X509_DN static functionJack Lloyd2017-12-231-2/+2
* Fix some shadow and unused parameter warningsJack Lloyd2017-12-201-2/+2
* Fix various x509 path validation bugs + path building with ambiguous DNsFabian Weissberg2017-12-201-40/+318
* Expose a function returning a status code for verifing X509 objectsJack Lloyd2017-12-191-4/+4
* Use HTTP level timeouts instead of polling on the std::futureJack Lloyd2017-12-171-23/+6
* Check for keyCertSign on non-CA certificates during validationJack Lloyd2017-11-141-0/+14
* Use new APIs in path validation and name constraint handlingJack Lloyd2017-11-141-2/+5
* Address various GCC warningsJack Lloyd2017-10-061-2/+2
* Further header cleanupsJack Lloyd2017-09-281-0/+1
* More include header cleanupsJack Lloyd2017-09-211-3/+0
* Fix various MSVC warningsJack Lloyd2017-08-311-2/+2
* fix pathLenConstraint validationDaniel Neus2017-05-191-4/+33
* Content:Tomasz Frydrych2017-04-031-2/+0
* Allow OCSP requests without the full subject certificateNuno Goncalves2017-03-041-1/+1
* Fix various SunCC and Solaris warnings and build problems.Jack Lloyd2017-01-241-4/+4
* Remove unnecessary BOTAN_DLL annotationsJack Lloyd2016-12-271-1/+1
* Add CertificatePathStatusCodes typedefJack Lloyd2016-12-181-18/+18
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-1/+1
* Add OCSP stapling support to TLS clientJack Lloyd2016-11-261-8/+17
* Fix TLS tests wrt validation changesJack Lloyd2016-11-251-2/+2
* Address review comments from @cordneyJack Lloyd2016-11-251-34/+57
* 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-231-2/+2
* Better OCSP tests including online testsJack Lloyd2016-11-231-0/+6
* Refactor X.509 path validationJack Lloyd2016-11-231-224/+472
* Move cert/x509 to top level and pem and pbes2 to pubkey.Jack Lloyd2016-11-031-0/+454