aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_x509_path.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make exceptions easier to translate to error codesJack Lloyd2018-11-231-12/+10
* Remove support for Visual C++ 2013Jack Lloyd2018-10-011-2/+2
* Fix x509_path_x509test failing when http_util module was not enabledJose Pereira2018-09-251-1/+1
* Apple Clang requires min/max be constexprJack Lloyd2018-05-131-10/+10
* Fixes for compilation in C++17 mode by MSVCJack Lloyd2018-05-131-7/+12
* Fix some tests that would fail after 2033Jack Lloyd2018-04-011-1/+6
* Fix validation tests - test certs had expiredJack Lloyd2018-04-011-1/+6
* Skip OCSP softfail check here since OCSP doesn't work without threadsJack Lloyd2018-03-311-0/+2
* OCSP softfail revocation checkMathieu Souchaud2018-03-011-1/+36
* Add Path_Validation_Result::warnings_string() methodMathieu Souchaud2018-02-281-0/+2
* Add function to query if filesystem support is enabled.Jack Lloyd2018-01-301-68/+40
* Fix test error when MD5 is disabledJack Lloyd2018-01-181-1/+6
* Avoid (implicitly) using std::rand with std::random_shuffleJack Lloyd2017-12-231-1/+8
* Avoid test failures when PKCSv1.5 signatures are disabled in buildJack Lloyd2017-12-201-6/+1
* Fix some shadow and unused parameter warningsJack Lloyd2017-12-201-1/+1
* Fix various x509 path validation bugs + path building with ambiguous DNsFabian Weissberg2017-12-201-2/+176
* Move all the various X509 test data files under src/tests/data/x509Jack Lloyd2017-11-161-10/+10
* Catch exceptions in NIST validation testsJack Lloyd2017-11-141-33/+41
* X.509 RSA-PSS verificationDaniel Neus2017-10-201-0/+126
* Further build/test fixes for restricted configurationsJack Lloyd2017-09-241-1/+1
* Add final annotations as appropriate in the test codeJack Lloyd2017-09-221-3/+3
* More include header cleanupsJack Lloyd2017-09-211-3/+1
* Header file cleanupsJack Lloyd2017-09-211-0/+1
* fix pathLenConstraint validationDaniel Neus2017-05-191-0/+78
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-11/+24
* Increase Path_Validation_Restrictions default min strength to 110Jack Lloyd2016-12-271-3/+5
* Add test option --run-long-testsJack Lloyd2016-12-241-0/+4
* Remove duplicate test dataJack Lloyd2016-12-191-0/+6
* Add useful debugging output to path validation testJack Lloyd2016-11-231-1/+1
* Allow setting the validation time during PKIX path validationJack Lloyd2016-10-211-1/+5
* Add IncludeOS target. Make filesystem support optional.Jack Lloyd2016-10-101-1/+1
* V816 It is more efficient to catch exception by reference rather than by valu...Daniel Neus2016-02-081-1/+1
* Remove debug printfJack Lloyd2015-12-311-1/+0
* Update NIST X509 tests to handle --data-dir and read expected results from a ...Jack Lloyd2015-12-231-223/+72
* Use --data-dir in test X509test_PathSimon Warta2015-12-221-6/+5
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-3/+3
* Update and consolidate the test framework.Jack Lloyd2015-11-111-0/+371