summaryrefslogtreecommitdiffstats
path: root/Doc/library/hashlib.rst
Commit message (Collapse)AuthorAgeFilesLines
* Issue #4751: For hashlib algorithms provided by OpenSSL, the PythonGregory P. Smith2009-05-041-0/+6
| | | | GIL is now released during computation on data lengths >= 2048 bytes.
* correct email addressGregory P. Smith2009-01-111-2/+2
|
* Enable doctest running for several other documents.Georg Brandl2008-03-221-3/+3
| | | | We have now over 640 doctests that are run with "make doctest".
* Mention that crc32 and adler32 are available in a different module (zlib).Gregory P. Smith2008-03-191-0/+4
| | | | Some people look for them in hashlib.
* Fixes Issue 1385: The hmac module now computes the correct hmac when usingGregory P. Smith2007-11-061-1/+9
| | | | hashes with a block size other than 64 bytes (such as sha384 and sha512).
* More work on SSL support.Bill Janssen2007-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Much expanded test suite: All protocols tested against all other protocols. All protocols tested with all certificate options. Tests for bad key and bad cert. Test of STARTTLS functionality. Test of RAND_* functions. * Fixes for threading/malloc bug. * Issue 1065 fixed: sslsocket class renamed to SSLSocket. sslerror class renamed to SSLError. Function "wrap_socket" now used to wrap an existing socket. * Issue 1583946 finally fixed: Support for subjectAltName added. Subject name now returned as proper DN list of RDNs. * SSLError exported from socket as "sslerror". * RAND_* functions properly exported from ssl.py. * Documentation improved: Example of how to create a self-signed certificate. Better indexing.
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+121