aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/x509.rst')
-rw-r--r--docs/x509.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/x509.rst b/docs/x509.rst
index 3cf4f905..f9992e20 100644
--- a/docs/x509.rst
+++ b/docs/x509.rst
@@ -816,15 +816,16 @@ X.509 Extensions
:type: list of :class:`GeneralName` instances or None
- This field describes methods to retrieve the CRL. If this is not None
- then ``relative_name`` must be None.
+ This field describes methods to retrieve the CRL. At most one of
+ ``full_name`` or ``relative_name`` will be non-None.
.. attribute:: relative_name
:type: :class:`Name` or None
This field describes methods to retrieve the CRL relative to the CRL
- issuer. If this is not None then ``full_name`` must be None.
+ issuer. At most one of ``full_name`` or ``relative_name`` will be
+ non-None.
.. attribute:: crl_issuer