Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ sf.net patch # 1121611 ] | Gregory P. Smith | 2005-08-21 | 1 | -0/+2 |
| | | | | | | | | | A new hashlib module to replace the md5 and sha modules. It adds support for additional secure hashes such as SHA-256 and SHA-512. The hashlib module uses OpenSSL for fast platform optimized implementations of algorithms when available. The old md5 and sha modules still exist as wrappers around hashlib to preserve backwards compatibility. | ||||
* | [Bug #978556] Update SHA spec URL; bugfix candidate | Andrew M. Kuchling | 2004-06-29 | 1 | -7/+5 |
| | |||||
* | SF bug #804113: Crypto terminology for crypto hash function | Raymond Hettinger | 2003-09-15 | 1 | -3/+4 |
| | | | | | Noted that the SHA algorithm is really SHA-1. (Contributed by Ronald Rivest.) | ||||
* | [Patch #476612] Change docs to describe PEP247 interface | Andrew M. Kuchling | 2001-11-02 | 1 | -1/+1 |
| | |||||
* | Added an additional link to NIST information on secure hashing. | Fred Drake | 2001-09-06 | 1 | -0/+4 |
| | | | | This closes SF bug #458785. | ||||
* | Update the links to the FIPS document that defines the Secure Hash | Fred Drake | 2001-08-30 | 1 | -8/+9 |
| | | | | Algorithm. This closes SF bug #454917. | ||||
* | Fix up a few style nits -- avoid "e.g." and "i.e." -- these make | Fred Drake | 2001-07-06 | 1 | -1/+1 |
| | | | | | translation more difficult, as well as reading the English more difficult for non-native speakers. | ||||
* | Repaired some glitches in the MD5 and SHA docs; copied the descriptions of | Tim Peters | 2000-09-18 | 1 | -7/+26 |
| | | | | | | the MD5 methods into the SHA docs (substituting "sha" for "md5", of course, and changing the stuff that depended on digest size accordingly). Fred, don't trust me! | ||||
* | Update link to the FIPS PUB 180-1 (PDF is available, but not PostScript). | Fred Drake | 2000-09-16 | 1 | -2/+2 |
| | |||||
* | Convert "See also" section to use \seetitle. | Fred Drake | 2000-09-14 | 1 | -6/+8 |
| | |||||
* | Rob W. W. Hooft's spelling fixes for the Library Reference. I hope | Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
| | | | | | | | | | SourceForge doesn't choke on this batch :-) I'm not entirely sure this is 100% correct. The patch changes an \index{persistency} to \index{presistence}, and I don't know what \index{} does. But it seems to do so persi--er, consistently, so I hope it isn't a problem. | ||||
* | Use \citetitle in one place. | Fred Drake | 1999-11-09 | 1 | -1/+1 |
| | |||||
* | Add section for the sha module. | Fred Drake | 1999-04-23 | 1 | -0/+56 |