aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-05-17 18:33:33 -0700
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-05-17 18:33:33 -0700
commiteb177931f825308f9b4df9c789f76b7ce04751f6 (patch)
tree70ab7d203fa053b240b4888c2012fb6ceb9d5db6 /docs
parentb0391810fb74bd098592b03ffbb937daeed4561f (diff)
downloadcryptography-eb177931f825308f9b4df9c789f76b7ce04751f6.tar.gz
cryptography-eb177931f825308f9b4df9c789f76b7ce04751f6.tar.bz2
cryptography-eb177931f825308f9b4df9c789f76b7ce04751f6.zip
IPAddress needs to support networks for nameconstraints
Diffstat (limited to 'docs')
-rw-r--r--docs/x509.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/x509.rst b/docs/x509.rst
index ff43be01..850e3df1 100644
--- a/docs/x509.rst
+++ b/docs/x509.rst
@@ -509,8 +509,9 @@ General Name Classes
.. attribute:: value
- :type: :class:`~ipaddress.IPv4Address` or
- :class:`~ipaddress.IPv6Address`.
+ :type: :class:`~ipaddress.IPv4Address`,
+ :class:`~ipaddress.IPv6Address`, :class:`~ipaddress.IPv4Network`,
+ or :class:`~ipaddress.IPv6Network`.
.. class:: RegisteredID