Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make wikipedia link https | Benjamin Peterson | 2015-09-27 | 1 | -1/+1 |
| | |||||
* | shorten and fix casing of title | Benjamin Peterson | 2015-09-27 | 1 | -2/+2 |
| | |||||
* | PEP 466: backport hashlib algorithm constants (closes #21307) | Benjamin Peterson | 2014-08-28 | 1 | -0/+18 |
| | |||||
* | backport hashlib.pbkdf2_hmac per PEP 466 (closes #21304) | Benjamin Peterson | 2014-05-31 | 1 | -0/+40 |
| | | | | Backport by Alex Gaynor. | ||||
* | Fix markup error. | Georg Brandl | 2014-01-21 | 1 | -1/+0 |
| | |||||
* | The "FAQ" link at the end was changed to a Wikipedia link; reflect that. | Georg Brandl | 2013-10-06 | 1 | -2/+4 |
| | |||||
* | Backport source links from 3.x. | Éric Araujo | 2011-08-19 | 1 | -1/+4 |
| | | | | | Existing links have been updated to use the new reST role. In some files, I have also made cosmetic changes to the header. | ||||
* | #8783: replace link to now dead hash collision FAQ. | Georg Brandl | 2010-05-21 | 1 | -2/+2 |
| | |||||
* | Adds the hashlib.algorithms attribute. See issue7418. | Gregory P. Smith | 2010-03-01 | 1 | -0/+9 |
| | |||||
* | #6908: fix association of hashlib hash attributes. | Georg Brandl | 2009-09-14 | 1 | -2/+2 |
| | |||||
* | Issue #4751: For hashlib algorithms provided by OpenSSL, the Python | Gregory P. Smith | 2009-05-04 | 1 | -0/+6 |
| | | | | GIL is now released during computation on data lengths >= 2048 bytes. | ||||
* | correct email address | Gregory P. Smith | 2009-01-11 | 1 | -2/+2 |
| | |||||
* | Enable doctest running for several other documents. | Georg Brandl | 2008-03-22 | 1 | -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. Smith | 2008-03-19 | 1 | -0/+4 |
| | | | | Some people look for them in hashlib. | ||||
* | Fixes Issue 1385: The hmac module now computes the correct hmac when using | Gregory P. Smith | 2007-11-06 | 1 | -1/+9 |
| | | | | hashes with a block size other than 64 bytes (such as sha384 and sha512). | ||||
* | More work on SSL support. | Bill Janssen | 2007-09-10 | 1 | -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 Brandl | 2007-08-15 | 1 | -0/+121 |