summaryrefslogtreecommitdiffstats
path: root/Doc/library/hashlib.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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