diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-05-17 18:33:33 -0700 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-05-17 18:33:33 -0700 |
commit | eb177931f825308f9b4df9c789f76b7ce04751f6 (patch) | |
tree | 70ab7d203fa053b240b4888c2012fb6ceb9d5db6 /docs/x509.rst | |
parent | b0391810fb74bd098592b03ffbb937daeed4561f (diff) | |
download | cryptography-eb177931f825308f9b4df9c789f76b7ce04751f6.tar.gz cryptography-eb177931f825308f9b4df9c789f76b7ce04751f6.tar.bz2 cryptography-eb177931f825308f9b4df9c789f76b7ce04751f6.zip |
IPAddress needs to support networks for nameconstraints
Diffstat (limited to 'docs/x509.rst')
-rw-r--r-- | docs/x509.rst | 5 |
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 |