diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-05-02 22:31:47 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-05-02 22:31:47 -0500 |
commit | f506bca3d2bb449c3889cbbaba11749304e81563 (patch) | |
tree | f3b9206790a07fe1ec7d0ef5eca6dc6fd7f529e6 /docs | |
parent | 3e6d558d1b845cf2df31efec08235b15998174d4 (diff) | |
download | cryptography-f506bca3d2bb449c3889cbbaba11749304e81563.tar.gz cryptography-f506bca3d2bb449c3889cbbaba11749304e81563.tar.bz2 cryptography-f506bca3d2bb449c3889cbbaba11749304e81563.zip |
updates based on review feedback
Diffstat (limited to 'docs')
-rw-r--r-- | docs/x509.rst | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/x509.rst b/docs/x509.rst index f66178ab..42468626 100644 --- a/docs/x509.rst +++ b/docs/x509.rst @@ -736,12 +736,19 @@ X.509 Extensions :type: :class:`ObjectIdentifier` - Either :data:`OID_OCSP` or :data:`OID_CA_ISSUERS` + The access method defines what the ``access_location`` means. It must + be either :data:`OID_OCSP` or :data:`OID_CA_ISSUERS`. If it is + :data:`OID_OCSP` the access location will be where to obtain OCSP + information for the certificate. If it is :data:`OID_CA_ISSUERS` the + access location will provide additional information about the issuing + certificate. .. attribute:: access_location :type: :class:`GeneralName` + Where to access the information defined by the access method. + Object Identifiers ~~~~~~~~~~~~~~~~~~ |