summaryrefslogtreecommitdiff
path: root/lib/Crypto/Protocol
Commit message (Expand)AuthorAgeFilesLines
* Rename S2V -> _S2V until we come up with a real PRF APIDwayne Litzenberger2013-10-201-2/+2
* More ValueError -> TypeErrorDwayne Litzenberger2013-10-201-1/+1
* Add support for SIV (Synthetic IV) modeLegrandin2013-10-201-2/+88
* Hash: Rename SHA->SHA1 and RIPEMD->RIPEMD160 (1/2)Dwayne Litzenberger2013-02-161-1/+1
* Fixes to make test suite pass for Python 2.1 and Python 3Legrandin2012-05-111-2/+8
* Fix documentation for PKCS#1 modules.Legrandin2012-04-191-2/+5
* Fixed short digest exception message in PBKDF1.Legrandin2012-01-171-1/+1
* Merged from upstream (py3k support) and modified so that all unit tests pass.Legrandin2011-10-183-19/+24
|\
| * Fix AllOrNothing and random.sample()Thorsten Behrens2011-01-061-4/+4
| * Add unit test for AllOrNothingThorsten Behrens2011-01-031-10/+9
| * Changes to allow pycrpyto to work on Python 3.x as well as 2.1 through 2.7Thorsten Behrens2010-12-282-5/+8
* | Add new module Crypto.Protocol.KDF with two PKCS#5 key derivation algorithms.Legrandin2011-09-222-7/+129
|/
* AllOrNothing.py: Add a legal noticeDwayne C. Litzenberger2009-08-031-0/+25
* Chaffing.py, test_chaffing.py: Add/Replace legal noticesDwayne C. Litzenberger2009-08-031-0/+25
* Chaffing: Don't use RandomPool in Crypto/Protocol/Chaffing.pyDwayne C. Litzenberger2009-03-111-12/+2
* Legal: Add PD dedication to __init__.py files and hash stubsDwayne C. Litzenberger2009-03-011-0/+19
* AllOrNothing.py: Don't use (deprecated) RandomPool codeDwayne C. Litzenberger2009-02-281-11/+3
* cleanup: Move modules to "lib/Crypto" subdirectory.Dwayne C. Litzenberger2009-02-283-0/+541