summaryrefslogtreecommitdiff
path: root/lib/Crypto/SelfTest/Cipher/common.py
Commit message (Expand)AuthorAgeFilesLines
* Throw exception when IV is used with ECB or CTRLegrandin2014-02-211-8/+23
* Add encrypt_and_digest() and decrypt_and_verify()Legrandin2013-10-201-23/+46
* Add support for GCM mode (AES only).Legrandin2013-10-201-2/+2
* Add support for SIV (Synthetic IV) modeLegrandin2013-10-201-22/+52
* Add EAX authenticated encryption modeLegrandin2013-10-201-6/+12
* Add support for CCM mode (AES only).Legrandin2013-10-201-15/+325
* Fixed MODE_OFB requiring paddingdev-jjc2013-07-141-1/+1
* Counter: Deprecate disable_shortcut; Remove __PCT_CTR_SHORTCUT__ entirelyDwayne Litzenberger2013-07-141-8/+35
* Initial AES-NI supportSebastian Ramacher2013-04-211-1/+2
* Fix block ciphers allowing empty string as IVDwayne C. Litzenberger2012-05-241-1/+26
* Added OPENPGP mode to RoundTripTestsLegrandin2012-05-171-2/+8
* Added OpenPGP modeLegrandin2012-05-171-4/+23
* Removed PGP mode from block ciphersLegrandin2012-05-141-1/+15
* Don't abuse __builtins__Dwayne C. Litzenberger2011-10-101-1/+1
* Py3k compatibility: testsDwayne C. Litzenberger2011-10-101-2/+3
* Unwraping byte conversion on test vectors.Anders Sundman2011-04-241-8/+8
* Changes to allow pycrpyto to work on Python 3.x as well as 2.1 through 2.7Thorsten Behrens2010-12-281-4/+5
* Add roundtripping test (it passes)Dwayne C. Litzenberger2010-12-101-0/+23
* SelfTest: Clarify descriptions & ordering of Cipher testsDwayne C. Litzenberger2009-10-121-4/+28
* SelfTest: Add regression test for MODE_CTR ciphers not raising OverflowError ...Dwayne C. Litzenberger2009-10-121-0/+20
* SelfTest: When testing CTR mode ciphers, test both with the shortcut and with...Dwayne C. Litzenberger2009-10-121-0/+10
* SelfTest: Test stream cipher (and MODE_CTR) API behaviourDwayne C. Litzenberger2009-10-121-0/+27
* SelfTest: Add AES-CTR testsDwayne C. Litzenberger2009-10-121-3/+16
* SelfTest: when using CFB mode, make sure block ciphers enforce that segment_s...Dwayne C. Litzenberger2009-10-101-4/+20
* SelfTest: Add test for segfault when using MODE_CTR without specifying 'count...Dwayne C. Litzenberger2009-08-021-0/+15
* Legal: Dedicate my files to the public domain.Dwayne C. Litzenberger2009-03-011-21/+17
* cleanup: Move modules to "lib/Crypto" subdirectory.Dwayne C. Litzenberger2009-02-281-0/+189