build individual x509 stores for each CRL

This commit is contained in:
dandds
2018-08-16 14:09:18 -04:00
committed by luis cielak
parent a72c8498a2
commit e9d6ee8102
7 changed files with 80 additions and 81 deletions

View File

@@ -32,7 +32,7 @@ def catch_all(path):
def _make_authentication_context():
return AuthenticationContext(
crl_validator=app.crl_validator,
crl_cache=app.crl_cache,
auth_status=request.environ.get("HTTP_X_SSL_CLIENT_VERIFY"),
sdn=request.environ.get("HTTP_X_SSL_CLIENT_S_DN"),
cert=request.environ.get("HTTP_X_SSL_CLIENT_CERT")