aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-02-16 18:05:20 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-02-16 18:05:20 -0600
commite19201e6250cf0f60bbf2362938294ab7c533d3b (patch)
tree8c80648868833f4f6821b7410b8c1f8b0676ce11
parente612ec74f68f344ee4bde5d6e377ffc03cdb1ec6 (diff)
downloadcryptography-e19201e6250cf0f60bbf2362938294ab7c533d3b.tar.gz
cryptography-e19201e6250cf0f60bbf2362938294ab7c533d3b.tar.bz2
cryptography-e19201e6250cf0f60bbf2362938294ab7c533d3b.zip
attempt to clarify signature hash algorithm a bit more
-rw-r--r--docs/x509.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/x509.rst b/docs/x509.rst
index e16e79e9..262ba301 100644
--- a/docs/x509.rst
+++ b/docs/x509.rst
@@ -188,7 +188,11 @@ X.509 Certificate Object
Returns the
:class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm` used in
- the signature.
+ the certificate's signature.
+
+ .. note::
+ Items signed by the parsed certificate do not have to use the same
+ hash algorithm.
.. doctest::