aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_hashes.py
Commit message (Expand)AuthorAgeFilesLines
* Update tests and raise sitesAlex Stapleton2014-03-271-3/+6
* Fixed #809 -- switch back to always using UnsupportedAlgorithmAlex Gaynor2014-03-271-5/+3
* Tiny style changes to some importsAlex Gaynor2014-03-161-1/+0
* Style nitpickAyrx2014-03-161-1/+2
* Added backend check to hash primitivesAyrx2014-03-161-2/+16
* Convert stuffAlex Gaynor2014-03-061-2/+2
* Instantiate our hash objects used for supported checksPaul Kehrer2014-01-041-8/+8
* re-add some removed generators to simplify patchPaul Kehrer2013-12-271-38/+69
* refactor all tests to use mark instead of generator skipsPaul Kehrer2013-12-261-55/+40
* add all the markers to the testsPaul Kehrer2013-12-241-0/+9
* Raise UnsupportedAlgorithm when initing Hash()Alex Stapleton2013-12-211-2/+12
* Fix pep8David Reid2013-11-251-1/+2
* Use keyword argument forms everywhere.David Reid2013-11-251-4/+4
* Explicit backendDavid Reid2013-11-201-15/+6
* Use AlreadyFinalized for symmetric ciphersAlex Gaynor2013-11-131-0/+3
* Merge pull request #253 from dreid/hash-raise-after-finalizeAlex Gaynor2013-11-131-0/+11
|\
| * Import AlreadyFinalized instead of exceptions.David Reid2013-11-131-3/+3
| * raise an exception if you try to use a HashContext after finalize is called.David Reid2013-11-121-0/+11
* | Remove the hash and hmac specific classes, now that the logic is the Context ...Alex Gaynor2013-11-131-8/+8
|/
* Get a HashContext from the backend like we do a CipherContextDavid Reid2013-11-121-3/+3
* Enforce that Hash takes a HashAlgorithm instance.David Reid2013-10-311-17/+18
* Fix python3 compatibility and pep8David Reid2013-10-301-2/+2
* Reduce the surface of the primitive hash interface. Add more interfaces, dro...David Reid2013-10-301-9/+5
* Move the bindings into the hazmat moduleDonald Stufft2013-10-281-2/+1
* Move primtives into a hazmat packageDonald Stufft2013-10-281-0/+136