aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_block.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into validate-ivAlex Gaynor2014-01-011-15/+20
|\
| * refactor all tests to use mark instead of generator skipsPaul Kehrer2013-12-261-8/+6
| * add all the markers to the testsPaul Kehrer2013-12-241-0/+3
| * UnsupportedAlgorithm error messages for CiphersAlex Stapleton2013-12-221-3/+9
* | Merge branch 'master' into validate-ivAlex Gaynor2013-12-151-1/+26
|\|
| * raise ValueErrors when supplying/not supplying tags for GCMPaul Kehrer2013-12-041-1/+11
| * enforce AEAD add_data before updatePaul Kehrer2013-11-291-2/+2
| * GCM supportPaul Kehrer2013-11-291-1/+16
* | Merge branch 'master' into validate-ivAlex Gaynor2013-11-271-2/+2
|\|
| * Fixed this test. It was passing for the wrong reason.Alex Gaynor2013-11-271-2/+2
* | Merge branch 'master' into validate-ivAlex Gaynor2013-11-271-10/+22
|\|
| * Merge pull request #227 from dreid/explicit-backend-in-hazmatAlex Gaynor2013-11-261-10/+6
| |\
| | * Explicit backendDavid Reid2013-11-201-10/+6
| * | Change teh exceptionAlex Gaynor2013-11-221-5/+3
| * | Raise a correct error when content isn't padded correctlyAlex Gaynor2013-11-221-1/+19
| |/
* | fixed typoAlex Gaynor2013-11-191-1/+1
* | test for ctrAlex Gaynor2013-11-191-0/+8
* | Tests for OFB and CFBAlex Gaynor2013-11-191-0/+16
* | Validate the IV/nonce length for a given algorithm.Alex Gaynor2013-11-191-1/+16
|/
* Move interfaces.register to utils.register_interface in preparation for more ...David Reid2013-11-181-1/+2
* Implement and document an interface for cipher algorithmsDavid Reid2013-11-151-1/+11
* Use AlreadyFinalized for symmetric ciphersAlex Gaynor2013-11-131-5/+5
* block cipher renamePaul Kehrer2013-11-061-15/+17
* Changed excpetion name based on feedback from dreidAlex Gaynor2013-11-021-3/+3
* Document and implement the public API for when the backend doesn't support th...Alex Gaynor2013-11-021-0/+11
* Move primtives into a hazmat packageDonald Stufft2013-10-281-0/+86