Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add crl integraiton to tests (#17447)
* Add tests using client certificates Signed-off-by: Alexander Scheel <[email protected]> * Refactor Go TLS client tests Signed-off-by: Alexander Scheel <[email protected]> * Add tests for CRLs Note that Delta CRL support isn't present in nginx or apache, so we lack a server-side test presently. Wget2 does appear to support it however, if we wanted to add a client-side OpenSSL test. Signed-off-by: Alexander Scheel <[email protected]> * Add checks for delta CRL with wget2 This ensures the delta CRL is properly formatted and accepted by OpenSSL. Signed-off-by: Alexander Scheel <[email protected]> * Re-add missing test helpers Signed-off-by: Alexander Scheel <[email protected]> * Rename clientFullChain->clientWireChain Signed-off-by: Alexander Scheel <[email protected]> Signed-off-by: Alexander Scheel <[email protected]>
- Loading branch information