summaryrefslogtreecommitdiff
path: root/tests/hazmat/primitives/test_block.py
AgeCommit message (Expand)Author
2018-07-17raise ValueError on zero length GCM IV (#4348)Paul Kehrer
2017-05-23Bump the minimum PyPy/cffi version and simplify as a result (#3585)Alex Gaynor
2017-04-29Don't compare cffi version using strings (#3524)Alex Gaynor
2017-02-16add support for update_into on CipherContext (#3190)Paul Kehrer
2016-03-07require mode nonce/iv/tag data to be bytesPaul Kehrer
2016-03-07pass bytes to modes/algorithms like we shouldPaul Kehrer
2016-03-05Un-double the test doublesAlex Gaynor
2015-02-13move cipher and mode interfacesPaul Kehrer
2014-11-16Update the license header for every source file, as well as the documentation.Alex Gaynor
2014-10-27Added attributes that are part of hte interface to several test fakesAlex Gaynor
2014-10-23Change how we represented that a test requires a backend.Alex Gaynor
2014-05-16fix coverage for CFB8Paul Kehrer
2014-03-30Add test skip if interfaces.Mode is not supportedAyrx
2014-03-27Update tests and raise sitesAlex Stapleton
2014-03-27Fixed #809 -- switch back to always using UnsupportedAlgorithmAlex Gaynor
2014-03-19import order fixes for future automated checkingPaul Kehrer
2014-03-06Convert stuffAlex Gaynor
2014-01-01Merge branch 'master' into validate-ivAlex Gaynor
2013-12-26refactor all tests to use mark instead of generator skipsPaul Kehrer
2013-12-24add all the markers to the testsPaul Kehrer
2013-12-22UnsupportedAlgorithm error messages for CiphersAlex Stapleton
2013-12-15Merge branch 'master' into validate-ivAlex Gaynor
2013-12-04raise ValueErrors when supplying/not supplying tags for GCMPaul Kehrer
2013-11-29enforce AEAD add_data before updatePaul Kehrer
2013-11-29GCM supportPaul Kehrer
2013-11-27Merge branch 'master' into validate-ivAlex Gaynor
2013-11-27Fixed this test. It was passing for the wrong reason.Alex Gaynor
2013-11-27Merge branch 'master' into validate-ivAlex Gaynor
2013-11-26Merge pull request #227 from dreid/explicit-backend-in-hazmatAlex Gaynor
2013-11-22Change teh exceptionAlex Gaynor
2013-11-22Raise a correct error when content isn't padded correctlyAlex Gaynor
2013-11-20Explicit backendDavid Reid
2013-11-19fixed typoAlex Gaynor
2013-11-19test for ctrAlex Gaynor
2013-11-19Tests for OFB and CFBAlex Gaynor
2013-11-19Validate the IV/nonce length for a given algorithm.Alex Gaynor
2013-11-18Move interfaces.register to utils.register_interface in preparation for more ...David Reid
2013-11-15Implement and document an interface for cipher algorithmsDavid Reid
2013-11-13Use AlreadyFinalized for symmetric ciphersAlex Gaynor
2013-11-06block cipher renamePaul Kehrer
2013-11-02Changed excpetion name based on feedback from dreidAlex Gaynor
2013-11-02Document and implement the public API for when the backend doesn't support th...Alex Gaynor
2013-10-28Move primtives into a hazmat packageDonald Stufft