Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add status code to OCSP responses | Patrick Schmidt | 2019-09-24 | 1 | -0/+4 |
| | |||||
* | Fix test - OCSP responder seems unhappy about our old ee cert | Jack Lloyd | 2019-08-10 | 1 | -4/+3 |
| | |||||
* | Fix "OSCP" typo in OCSP code. | Jack Lloyd | 2019-07-23 | 1 | -2/+2 |
| | | | | GH #2048 | ||||
* | test all combinations of next_update and max_age similarly | Patrick Schmidt | 2019-05-28 | 1 | -16/+101 |
| | |||||
* | OCSP timeout test uses response w/o 'next_update' | René Meusel | 2019-05-28 | 1 | -14/+24 |
| | |||||
* | add optional max_age for ocsp checks | Patrick Schmidt | 2019-05-27 | 1 | -0/+32 |
| | |||||
* | Remove trailing whitespace | Jack Lloyd | 2019-01-13 | 1 | -3/+3 |
| | |||||
* | Fix the botan-test --verbose flag, which did nothing | Jack Lloyd | 2018-04-11 | 1 | -1/+1 |
| | | | | It used to do something, then I broke it. | ||||
* | OCSP softfail revocation check | Mathieu Souchaud | 2018-03-01 | 1 | -0/+33 |
| | |||||
* | Reorganize code to avoid cli/test build failures if filesystem disabled | Jack Lloyd | 2018-01-19 | 1 | -1/+1 |
| | | | | Fixes #1422 | ||||
* | Move utils for reading test data files up to Test:: from OCSP | Jack Lloyd | 2017-12-29 | 1 | -32/+4 |
| | |||||
* | Avoid test failures when PKCSv1.5 signatures are disabled in build | Jack Lloyd | 2017-12-20 | 1 | -1/+1 |
| | |||||
* | Avoid OCSPing on the Let's Encrypt CA cert | Jack Lloyd | 2017-11-19 | 1 | -6/+2 |
| | | | | | | Their issuing CA seems to have some performance problems with OCSP (https://github.com/letsencrypt/boulder/issues/1929) and it's currently causing timeouts in the tests. | ||||
* | Move all the various X509 test data files under src/tests/data/x509 | Jack Lloyd | 2017-11-16 | 1 | -14/+14 |
| | |||||
* | Further header cleanups | Jack Lloyd | 2017-09-28 | 1 | -0/+1 |
| | |||||
* | Further build/test fixes for restricted configurations | Jack Lloyd | 2017-09-24 | 1 | -1/+1 |
| | |||||
* | Add final annotations as appropriate in the test code | Jack Lloyd | 2017-09-22 | 1 | -1/+1 |
| | |||||
* | add OCSP::Response::certificates() + unit test | René Meusel | 2017-07-21 | 1 | -0/+31 |
| | |||||
* | Reformat code with astyle + fix code style | Tomasz Frydrych | 2017-05-01 | 1 | -20/+20 |
| | |||||
* | Allow OCSP requests without the full subject certificate | Nuno Goncalves | 2017-03-04 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | | A OCSP request doesn't need the full subject certificate. This extends the API to require instead of the subject certificate: * OCSP::Request: subject serial. * OCSP::online_check: subject serial AND ocsp responder url. API breaking change: * removal of OCSP::Request::subject() as OCSP::Request doesn't need to hold the certificate, but only the serial. Signed-off-by: Nuno Goncalves <[email protected]> | ||||
* | The certificate being tested by the OCSP online test has expired. | Jack Lloyd | 2017-02-26 | 1 | -1/+2 |
| | | | | | | | | | | This caused a test failure if run with --run-online-tests. This is not the default but it caused the coverage build to fail. Fix the test to reflect expired status. The whole thing does not seem wholly satsifactory since we are still relying the behavior on an external party, perhaps a mock OCSP responder should be created for the tests. | ||||
* | Add macro signalling support for online revocation checks. | Jack Lloyd | 2016-11-23 | 1 | -0/+4 |
| | |||||
* | Windows fix | Jack Lloyd | 2016-11-23 | 1 | -1/+1 |
| | |||||
* | Better OCSP tests including online tests | Jack Lloyd | 2016-11-23 | 1 | -5/+91 |
| | | | | Tests touching network are gated by --run-online-tests flag. | ||||
* | Add some simple OCSP tests | Jack Lloyd | 2016-11-23 | 1 | -0/+115 |
Nothing much but better than nothing. Also add a useful arg check to OCSP::Request constructor. |