There was an error while loading. Please reload this page.
1 parent 592f70b commit 58b0e6dCopy full SHA for 58b0e6d
1 file changed
README.rst
@@ -123,6 +123,7 @@ When verifying x.509 certificates, the default verification policy provided by C
123
a custom policy to require the digital signature key extension to be set in the certificate, use:
124
125
.. code-block:: python
126
+
127
def require_digital_signature_key_usage(_, _, key_usage):
128
assert key_usage.digital_signature
129
0 commit comments