summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-09-11 12:14:55 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2016-09-11 11:14:55 -0500
commit643aab8ec876854e936971aac4e373cd5c377f24 (patch)
tree154eb35a142bccd613fc6f910da937c12c4de7b8 /doc
parente7f5198ef7bcf4dc920ed85502f1c8ca0f7f9906 (diff)
downloadpyopenssl-643aab8ec876854e936971aac4e373cd5c377f24.tar.gz
Use our docs to point people towards modern hashes (#537)
Diffstat (limited to 'doc')
-rw-r--r--doc/api/crypto.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/crypto.rst b/doc/api/crypto.rst
index c6501b4..6276bc2 100644
--- a/doc/api/crypto.rst
+++ b/doc/api/crypto.rst
@@ -315,7 +315,7 @@ Digest names
Several of the functions and methods in this module take a digest name.
These must be strings describing a digest algorithm supported by OpenSSL (by ``EVP_get_digestbyname``, specifically).
-For example, :const:`b"md5"` or :const:`b"sha1"`.
+For example, :const:`b"sha256"` or :const:`b"sha384"`.
More information and a list of these digest names can be found in the ``EVP_DigestInit(3)`` man page of your OpenSSL installation.
This page can be found online for the latest version of OpenSSL: