diff options
author | Joshua Tauberer <jt@occams.info> | 2015-07-06 22:37:53 +0000 |
---|---|---|
committer | Joshua Tauberer <jt@occams.info> | 2015-07-06 23:01:22 +0000 |
commit | d2afad325e2e9c52765b4a696d6f6b646c4e855b (patch) | |
tree | 9b8310e2668800dbb20bcb191b8a830d0a0e2f3b /docs | |
parent | 18b6fc84fcb671412aaaf453f623a44a30a1a2a3 (diff) | |
download | cryptography-d2afad325e2e9c52765b4a696d6f6b646c4e855b.tar.gz cryptography-d2afad325e2e9c52765b4a696d6f6b646c4e855b.tar.bz2 cryptography-d2afad325e2e9c52765b4a696d6f6b646c4e855b.zip |
special-case GeneralNames.get_values_for_type to return OtherName instances directly rather than their value properties; tests updated
Diffstat (limited to 'docs')
-rw-r--r-- | docs/x509.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/x509.rst b/docs/x509.rst index 7ee4516d..2dac33bc 100644 --- a/docs/x509.rst +++ b/docs/x509.rst @@ -981,6 +981,7 @@ X.509 Extensions :ref:`general name classes <general_name_classes>`. :returns: A list of values extracted from the matched general names. + The type of the returned values depends on the :class:`GeneralName`. .. doctest:: |