| 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 | -4/+2 |
* | 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 | -9/+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 | -2/+2 |
* | fix overindent | Paul Kehrer | 2014-10-22 | 1 | -1/+1 |
* | Update tests and raise sites | Alex Stapleton | 2014-03-27 | 1 | -3/+4 |
* | Fixed #809 -- switch back to always using UnsupportedAlgorithm | Alex Gaynor | 2014-03-27 | 1 | -3/+3 |
* | import order fixes for future automated checking | Paul Kehrer | 2014-03-19 | 1 | -1/+1 |
* | Tiny style changes to some imports | Alex Gaynor | 2014-03-16 | 1 | -3/+1 |
* | Fixed style nitpick | Ayrx | 2014-03-16 | 1 | -1/+2 |
* | Added backend check to hmac primitives | Ayrx | 2014-03-16 | 1 | -4/+16 |
* | Convert stuff | Alex Gaynor | 2014-03-06 | 1 | -2/+2 |
* | instantiate hash objects for hmac checks too | Paul Kehrer | 2014-01-04 | 1 | -1/+1 |
* | Merge pull request #353 from reaperhulk/supported-mark | Alex Gaynor | 2013-12-27 | 1 | -3/+8 |
|\ |
|
| * | re-add some removed generators to simplify patch | Paul Kehrer | 2013-12-27 | 1 | -12/+12 |
| * | refactor all tests to use mark instead of generator skips | Paul Kehrer | 2013-12-26 | 1 | -4/+9 |
* | | Merge branch 'master' of https://github.com/pyca/cryptography into verify | Julian Krause | 2013-12-25 | 1 | -3/+16 |
|\| |
|
| * | add all the markers to the tests | Paul Kehrer | 2013-12-24 | 1 | -0/+1 |
| * | add hmac_supported method to backend. | Paul Kehrer | 2013-12-23 | 1 | -1/+1 |
| * | Raise UnsupportedAlgorithm when initing HMACs | Alex Stapleton | 2013-12-21 | 1 | -2/+12 |
* | | Add verify function to hmac and hashes. | Julian Krause | 2013-12-17 | 1 | -1/+24 |
|/ |
|
* | Use keyword argument forms everywhere. | David Reid | 2013-11-25 | 1 | -4/+5 |
* | Explicit backend | David Reid | 2013-11-20 | 1 | -7/+6 |
* | Make HMAC methods raise AlreadyFinalized. | David Reid | 2013-11-13 | 1 | -0/+14 |
* | Remove the hash and hmac specific classes, now that the logic is the Context ... | Alex Gaynor | 2013-11-13 | 1 | -1/+1 |
* | Get a HashContext from the hmac backend like we do a CipherContext | David Reid | 2013-11-12 | 1 | -2/+3 |
* | TypeErrors are pretty cool, there are lot of reasons you get them. | David Reid | 2013-11-01 | 1 | -1/+1 |
* | Enforce HMAC taking an instance of HashAlgorithm | David Reid | 2013-11-01 | 1 | -3/+7 |
* | Strip down the HMAC interface to be HashContext. | David Reid | 2013-11-01 | 1 | -13/+2 |
* | change type of exception raised, fix docs typo | Paul Kehrer | 2013-10-28 | 1 | -1/+1 |
* | make hmac (mostly) compatible with stdlib hmac | Paul Kehrer | 2013-10-28 | 1 | -4/+8 |
* | HMAC support | Paul Kehrer | 2013-10-28 | 1 | -0/+53 |