1. b078d8e re-add some removed generators to simplify patch by Paul Kehrer · 12 years ago
  2. 783479c refactor all tests to use mark instead of generator skips by Paul Kehrer · 12 years ago
  3. 2a36dd1 Cover a missed branch by Alex Gaynor · 12 years ago
  4. f7b4ede restrict gcm tags to a minimum of 4 bytes in length by Paul Kehrer · 12 years ago
  5. a620b7d don't modify params on parametrized tests by Paul Kehrer · 12 years ago
  6. 4eec0bb pep8 by Alex Gaynor · 12 years ago
  7. 21919e2 Make this less invasive by Alex Gaynor · 12 years ago
  8. e5c5eec Clean up test generation to not use generators anymore and use parametrization by Alex Gaynor · 12 years ago
  9. b91221d raise ValueErrors when supplying/not supplying tags for GCM by Paul Kehrer · 12 years ago
  10. 5a40896 create AEADEncryptionContext and DecryptionContext by Paul Kehrer · 12 years ago
  11. 0092c20 raise TypeError if you attempt to get the tag attribute on a decrypt by Paul Kehrer · 12 years ago
  12. bc31fb2 rename add_data to authenticate_additional_data for clarity (hopefully) by Paul Kehrer · 12 years ago
  13. a4bfc08 invalidtag exception for gcm by Paul Kehrer · 12 years ago
  14. ce9c611 enforce AEAD add_data before update by Paul Kehrer · 12 years ago
  15. 24316fd _AEADCipherContext refactor by Paul Kehrer · 12 years ago
  16. cc9ec98 rename NotFinalized exception to NotYetFinalized because alex is right by Paul Kehrer · 12 years ago
  17. 22e80cb GCM support by Paul Kehrer · 12 years ago
  18. 9a1b0c7 Use keyword argument forms everywhere. by David Reid · 12 years ago
  19. 077e76e Explicit backend by David Reid · 12 years ago
  20. 217e3b5 Fixed using copied hashes by Alex Gaynor · 12 years ago
  21. f7f6a9f Remove separate file loaders and replace with one by Paul Kehrer · 12 years ago
  22. 4da28c3 ARC4 support by Paul Kehrer · 12 years ago
  23. 21dde56 block cipher rename by Paul Kehrer · 12 years ago
  24. 753ae19 Encode Reasons. by David Reid · 12 years ago
  25. e3960f6 Strip down the HMAC interface to be HashContext. by David Reid · 12 years ago
  26. bb0d3f0 Enforce that Hash takes a HashAlgorithm instance. by David Reid · 12 years ago
  27. c3d029f Fix python3 compat for the hash_test. by David Reid · 12 years ago
  28. 71102d8 Fix python3 compatibility and pep8 by David Reid · 12 years ago
  29. 69aeb49 Reduce the surface of the primitive hash interface. Add more interfaces, drop direct hashlib compatibility. by David Reid · 12 years ago
  30. 2824ab7 make hmac (mostly) compatible with stdlib hmac by Paul Kehrer · 12 years ago
  31. 0317b04 HMAC support by Paul Kehrer · 12 years ago
  32. ce0d781 Move the bindings into the hazmat module by Donald Stufft · 12 years ago
  33. f04317a Move primtives into a hazmat package by Donald Stufft · 12 years ago[Renamed (98%) from tests/primitives/utils.py]
  34. 01fbdf7 Merge pull request #181 from reaperhulk/error-handling by Alex Gaynor · 12 years ago