| Commit message (Expand) | Author | Age | Files | Lines |
* | Refs #1870 - replace six.u with u prefix in tests/hazmat/primitives | Eeshan Garg | 2015-04-29 | 1 | -3/+1 |
* | move hash interfaces | Paul Kehrer | 2015-02-13 | 1 | -2/+2 |
* | Update the license header for every source file, as well as the documentation. | Alex Gaynor | 2014-11-16 | 1 | -12/+3 |
* | When using a test double for backends, always use one which really implements... | Alex Gaynor | 2014-10-28 | 1 | -11/+5 |
* | Added attributes that are part of hte interface to several test fakes | Alex Gaynor | 2014-10-27 | 1 | -0/+2 |
* | Change how we represented that a test requires a backend. | Alex Gaynor | 2014-10-23 | 1 | -9/+9 |
* | Update tests and raise sites | Alex Stapleton | 2014-03-27 | 1 | -3/+6 |
* | Fixed #809 -- switch back to always using UnsupportedAlgorithm | Alex Gaynor | 2014-03-27 | 1 | -5/+3 |
* | Tiny style changes to some imports | Alex Gaynor | 2014-03-16 | 1 | -1/+0 |
* | Style nitpick | Ayrx | 2014-03-16 | 1 | -1/+2 |
* | Added backend check to hash primitives | Ayrx | 2014-03-16 | 1 | -2/+16 |
* | Convert stuff | Alex Gaynor | 2014-03-06 | 1 | -2/+2 |
* | Instantiate our hash objects used for supported checks | Paul Kehrer | 2014-01-04 | 1 | -8/+8 |
* | re-add some removed generators to simplify patch | Paul Kehrer | 2013-12-27 | 1 | -38/+69 |
* | refactor all tests to use mark instead of generator skips | Paul Kehrer | 2013-12-26 | 1 | -55/+40 |
* | add all the markers to the tests | Paul Kehrer | 2013-12-24 | 1 | -0/+9 |
* | Raise UnsupportedAlgorithm when initing Hash() | Alex Stapleton | 2013-12-21 | 1 | -2/+12 |
* | Fix pep8 | David Reid | 2013-11-25 | 1 | -1/+2 |
* | Use keyword argument forms everywhere. | David Reid | 2013-11-25 | 1 | -4/+4 |
* | Explicit backend | David Reid | 2013-11-20 | 1 | -15/+6 |
* | Use AlreadyFinalized for symmetric ciphers | Alex Gaynor | 2013-11-13 | 1 | -0/+3 |
* | Merge pull request #253 from dreid/hash-raise-after-finalize | Alex Gaynor | 2013-11-13 | 1 | -0/+11 |
|\ |
|
| * | Import AlreadyFinalized instead of exceptions. | David Reid | 2013-11-13 | 1 | -3/+3 |
| * | raise an exception if you try to use a HashContext after finalize is called. | David Reid | 2013-11-12 | 1 | -0/+11 |
* | | Remove the hash and hmac specific classes, now that the logic is the Context ... | Alex Gaynor | 2013-11-13 | 1 | -8/+8 |
|/ |
|
* | Get a HashContext from the backend like we do a CipherContext | David Reid | 2013-11-12 | 1 | -3/+3 |
* | Enforce that Hash takes a HashAlgorithm instance. | David Reid | 2013-10-31 | 1 | -17/+18 |
* | Fix python3 compatibility and pep8 | David Reid | 2013-10-30 | 1 | -2/+2 |
* | Reduce the surface of the primitive hash interface. Add more interfaces, dro... | David Reid | 2013-10-30 | 1 | -9/+5 |
* | Move the bindings into the hazmat module | Donald Stufft | 2013-10-28 | 1 | -2/+1 |
* | Move primtives into a hazmat package | Donald Stufft | 2013-10-28 | 1 | -0/+136 |