diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2020-07-18 17:35:25 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-18 18:35:25 -0400 |
| commit | b8146690ecade63f9e6f3926891fcfdf77ede369 (patch) | |
| tree | 002676b1951c990f11e7931cc61f694941c25d9b /docs | |
| parent | 40e42fa65fade9d701dd2d3cf908e67c1e0aa916 (diff) | |
| download | cryptography-b8146690ecade63f9e6f3926891fcfdf77ede369.tar.gz | |
support unstructured name x509 attributes (#5313)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/x509/reference.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst index a94b1cd78..625c3f3af 100644 --- a/docs/x509/reference.rst +++ b/docs/x509/reference.rst @@ -2874,6 +2874,12 @@ instances. The following common OIDs are available as constants. Corresponds to the dotted string ``"2.5.4.17"``. + .. attribute:: UNSTRUCTURED_NAME + + .. versionadded:: 3.0 + + Corresponds to the dotted string ``"1.2.840.113549.1.9.2"``. + .. class:: SignatureAlgorithmOID @@ -3235,6 +3241,10 @@ instances. The following common OIDs are available as constants. Corresponds to the dotted string ``"1.2.840.113549.1.9.7"``. + .. attribute:: UNSTRUCTURED_NAME + + Corresponds to the dotted string ``"1.2.840.113549.1.9.2"``. + Helper Functions ~~~~~~~~~~~~~~~~ .. currentmodule:: cryptography.x509 |
