aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-06-13 07:31:03 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-06-13 07:31:03 -0400
commit926f8ac4927bdc9977f2d960c7def3f2927d1198 (patch)
tree860e57b4a7e2652ce2a34ea49c74f20d9764183c /docs
parent9692dbc36d3c7eb4c40b6a50f17067e16a892f4d (diff)
parent99125c9addfa68b21f736781390f56195ad2c2ac (diff)
downloadcryptography-926f8ac4927bdc9977f2d960c7def3f2927d1198.tar.gz
cryptography-926f8ac4927bdc9977f2d960c7def3f2927d1198.tar.bz2
cryptography-926f8ac4927bdc9977f2d960c7def3f2927d1198.zip
Merge pull request #2017 from reaperhulk/issuer-alternative-name
issuer alternative name support
Diffstat (limited to 'docs')
-rw-r--r--docs/x509.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/x509.rst b/docs/x509.rst
index bdcd60b1..ed7b8716 100644
--- a/docs/x509.rst
+++ b/docs/x509.rst
@@ -885,6 +885,23 @@ X.509 Extensions
[u'www.cryptography.io', u'cryptography.io']
+.. class:: IssuerAlternativeName
+
+ .. versionadded:: 1.0
+
+ Issuer alternative name is an X.509 extension that provides a list of
+ :ref:`general name <general_name_classes>` instances that provide a set
+ of identities for the certificate issuer. The object is iterable to
+ get every element.
+
+ .. method:: get_values_for_type(type)
+
+ :param type: A :class:`GeneralName` provider. This is one of the
+ :ref:`general name classes <general_name_classes>`.
+
+ :returns: A list of values extracted from the matched general names.
+
+
.. class:: AuthorityInformationAccess
.. versionadded:: 0.9
@@ -1342,6 +1359,11 @@ Extension OIDs
Corresponds to the dotted string ``"2.5.29.17"``. The identifier for the
:class:`SubjectAlternativeName` extension type.
+.. data:: OID_ISSUER_ALTERNATIVE_NAME
+
+ Corresponds to the dotted string ``"2.5.29.18"``. The identifier for the
+ :class:`IssuerAlternativeName` extension type.
+
.. data:: OID_SUBJECT_KEY_IDENTIFIER
Corresponds to the dotted string ``"2.5.29.14"``. The identifier for the