From ffa2a1557b4c5d79a68691eff77bc334817dd48c Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Tue, 31 Mar 2015 08:18:25 -0500 Subject: add extendedkeyusage extension --- docs/x509.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs/x509.rst') diff --git a/docs/x509.rst b/docs/x509.rst index d8fce976..af249449 100644 --- a/docs/x509.rst +++ b/docs/x509.rst @@ -475,6 +475,15 @@ X.509 Extensions subordinate CA, but the subordinate CA is not allowed to create subordinates with ``ca`` set to true. +.. class:: ExtendedKeyUsage + + .. versionadded:: 0.9 + + This extension indicates one or more purposes for which the certified + public key may be used, in addition to or in place of the basic + purposes indicated in the key usage extension. The object is + iterable to obtain the list of :ref:`extended key usage OIDs `. + Object Identifiers ~~~~~~~~~~~~~~~~~~ @@ -633,6 +642,8 @@ Signature Algorithm OIDs Corresponds to the dotted string ``"2.16.840.1.101.3.4.3.2"``. This is a SHA256 digest signed by a DSA key. +.. _eku_oids: + Extended Key Usage OIDs ~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3