We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f8f69a commit 22fb1e8Copy full SHA for 22fb1e8
valkey/ocsp.py
@@ -47,7 +47,7 @@ def _verify_response(issuer_cert, ocsp_response):
47
48
49
def _check_certificate(issuer_cert, ocsp_bytes, validate=True):
50
- """A wrapper the return the validity of a known ocsp certificate"""
+ """A wrapper to return the validity of a known ocsp certificate"""
51
52
ocsp_response = ocsp.load_der_ocsp_response(ocsp_bytes)
53
0 commit comments