aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_ocsp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix the OCSP online testJack Lloyd2021-03-241-7/+6
* Remove outer shared_ptr from Certificate in certstore interfaceJack Lloyd2020-11-231-33/+32
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-1/+1
* Merge X.509 header filesJack Lloyd2020-10-311-1/+0
* Tag all tests with a categoryJack Lloyd2020-10-281-1/+1
* Fix OCSP online testJack Lloyd2020-04-241-1/+3
* Fix MSVC "optimization" warning about bool conversionsJack Lloyd2019-12-061-6/+6
* add status code to OCSP responsesPatrick Schmidt2019-09-241-0/+4
* Fix test - OCSP responder seems unhappy about our old ee certJack Lloyd2019-08-101-4/+3
* Fix "OSCP" typo in OCSP code.Jack Lloyd2019-07-231-2/+2
* test all combinations of next_update and max_age similarlyPatrick Schmidt2019-05-281-16/+101
* OCSP timeout test uses response w/o 'next_update'René Meusel2019-05-281-14/+24
* add optional max_age for ocsp checksPatrick Schmidt2019-05-271-0/+32
* Remove trailing whitespaceJack Lloyd2019-01-131-3/+3
* Fix the botan-test --verbose flag, which did nothingJack Lloyd2018-04-111-1/+1
* OCSP softfail revocation checkMathieu Souchaud2018-03-011-0/+33
* Reorganize code to avoid cli/test build failures if filesystem disabledJack Lloyd2018-01-191-1/+1
* Move utils for reading test data files up to Test:: from OCSPJack Lloyd2017-12-291-32/+4
* Avoid test failures when PKCSv1.5 signatures are disabled in buildJack Lloyd2017-12-201-1/+1
* Avoid OCSPing on the Let's Encrypt CA certJack Lloyd2017-11-191-6/+2
* Move all the various X509 test data files under src/tests/data/x509Jack Lloyd2017-11-161-14/+14
* Further header cleanupsJack Lloyd2017-09-281-0/+1
* Further build/test fixes for restricted configurationsJack Lloyd2017-09-241-1/+1
* Add final annotations as appropriate in the test codeJack Lloyd2017-09-221-1/+1
* add OCSP::Response::certificates() + unit testRené Meusel2017-07-211-0/+31
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-20/+20
* Allow OCSP requests without the full subject certificateNuno Goncalves2017-03-041-2/+8
* The certificate being tested by the OCSP online test has expired.Jack Lloyd2017-02-261-1/+2
* Add macro signalling support for online revocation checks.Jack Lloyd2016-11-231-0/+4
* Windows fixJack Lloyd2016-11-231-1/+1
* Better OCSP tests including online testsJack Lloyd2016-11-231-5/+91
* Add some simple OCSP testsJack Lloyd2016-11-231-0/+115