aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-05-11 00:25:36 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-05-11 00:25:36 -0500
commit3f8ddeb3fa8d66710dfbcef54061f5ce9c10c2f4 (patch)
treecf6ce20954dff91057c15d63efebacadbd5639ac /docs/x509.rst
parentba35b3ba85c374dfd0659992cae01255c530679d (diff)
downloadcryptography-3f8ddeb3fa8d66710dfbcef54061f5ce9c10c2f4.tar.gz
cryptography-3f8ddeb3fa8d66710dfbcef54061f5ce9c10c2f4.tar.bz2
cryptography-3f8ddeb3fa8d66710dfbcef54061f5ce9c10c2f4.zip
update docs
Diffstat (limited to 'docs/x509.rst')
-rw-r--r--docs/x509.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/x509.rst b/docs/x509.rst
index 48cb0730..d2313292 100644
--- a/docs/x509.rst
+++ b/docs/x509.rst
@@ -919,6 +919,10 @@ These classes may be present within a :class:`CertificatePolicies` instance.
:type: list
A list consisting of :term:`text` and/or :class:`UserNotice` objects.
+ If the value is text it is a pointer to the practice statement
+ published by the certificate authority. If it is a user notice it is
+ meant for display to the relying party when the certificate is
+ used.
.. class:: UserNotice
@@ -957,7 +961,7 @@ These classes may be present within a :class:`CertificatePolicies` instance.
:type: :term:`text` or None
- .. attribute :: notice_numbers
+ .. attribute:: notice_numbers
:type: list or None