1. b91221d raise ValueErrors when supplying/not supplying tags for GCM by Paul Kehrer · 11 years ago
  2. 5a40896 create AEADEncryptionContext and DecryptionContext by Paul Kehrer · 11 years ago
  3. 0092c20 raise TypeError if you attempt to get the tag attribute on a decrypt by Paul Kehrer · 11 years ago
  4. bc31fb2 rename add_data to authenticate_additional_data for clarity (hopefully) by Paul Kehrer · 11 years ago
  5. a4bfc08 invalidtag exception for gcm by Paul Kehrer · 11 years ago
  6. ce9c611 enforce AEAD add_data before update by Paul Kehrer · 11 years ago
  7. 24316fd _AEADCipherContext refactor by Paul Kehrer · 11 years ago
  8. cc9ec98 rename NotFinalized exception to NotYetFinalized because alex is right by Paul Kehrer · 11 years ago
  9. 22e80cb GCM support by Paul Kehrer · 11 years ago
  10. b7c3845 Fixed this test. It was passing for the wrong reason. by Alex Gaynor · 11 years ago
  11. e60e1d7 Merge pull request #227 from dreid/explicit-backend-in-hazmat by Alex Gaynor · 11 years ago
  12. 6dc73a9 Fix pep8 by David Reid · 11 years ago
  13. 9a1b0c7 Use keyword argument forms everywhere. by David Reid · 11 years ago
  14. 87e113f Fixed branch coverage by Alex Gaynor · 11 years ago
  15. bae899a Change teh exception by Alex Gaynor · 11 years ago
  16. e247d0b Coverage by Alex Gaynor · 11 years ago
  17. 0ab3e44 Raise a correct error when content isn't padded correctly by Alex Gaynor · 11 years ago
  18. cf3ad61 Test that openssl is the default backend. by David Reid · 11 years ago
  19. 077e76e Explicit backend by David Reid · 11 years ago
  20. 62e96cb Merge pull request #268 from reaperhulk/nist-loader-section-fix by David Reid · 11 years ago
  21. 749ac5b simplify nist loader to completely ignore sections by Paul Kehrer · 11 years ago
  22. dcf62db Move interfaces.register to utils.register_interface in preparation for more interface modules. by David Reid · 11 years ago
  23. c985dbb modify nist loader to support multi-line GCM sections by Paul Kehrer · 11 years ago
  24. 0a394df Implement and document an interface for cipher algorithms by David Reid · 11 years ago
  25. 9489c76 Merge pull request #258 from alex/already-finalized by David Reid · 11 years ago
  26. 2cce618 Make HMAC methods raise AlreadyFinalized. by David Reid · 11 years ago
  27. 34511c6 Use AlreadyFinalized for symmetric ciphers by Alex Gaynor · 11 years ago
  28. c2cddd2 Merge pull request #253 from dreid/hash-raise-after-finalize by Alex Gaynor · 11 years ago
  29. 11e8cc7 Import AlreadyFinalized instead of exceptions. by David Reid · 11 years ago
  30. e5aa205 Also remove teh ciphers specific class by Alex Gaynor · 11 years ago
  31. 063a3a2 Remove the hash and hmac specific classes, now that the logic is the Context classes they don't really add value by Alex Gaynor · 11 years ago
  32. 152d6be raise an exception if you try to use a HashContext after finalize is called. by David Reid · 11 years ago
  33. fcd36a9 Merge branch 'master' into hmac-context-from-backend by David Reid · 11 years ago
  34. 906e195 Merge pull request #248 from dreid/hash-context-from-backend by Alex Gaynor · 11 years ago
  35. a43b669 GCM loader support by Paul Kehrer · 11 years ago
  36. 0bcbb41 Get a HashContext from the hmac backend like we do a CipherContext by David Reid · 11 years ago
  37. ee6f8ce Get a HashContext from the backend like we do a CipherContext by David Reid · 11 years ago
  38. 5e981fc Merge pull request #246 from alex/delete-tests by David Reid · 11 years ago
  39. 217e3b5 Fixed using copied hashes by Alex Gaynor · 11 years ago
  40. 41172ab flake8 by Alex Gaynor · 11 years ago
  41. c2f45d5 fixed bytes by Alex Gaynor · 11 years ago
  42. ab53bc5 simplify by Alex Gaynor · 11 years ago
  43. cee8d52 Simplify and make better hte tests for load_from_file by Alex Gaynor · 11 years ago
  44. f7f6a9f Remove separate file loaders and replace with one by Paul Kehrer · 11 years ago
  45. cf5fb33 Removed some tests that are now duplicates by Alex Gaynor · 11 years ago
  46. d3ce703 Ignore the sections of the NIST files by Alex Gaynor · 11 years ago
  47. 521c42d Simplify the code by doing the filtering earlier, rather than later by Alex Gaynor · 11 years ago
  48. 1aefe58 Merge pull request #214 from reaperhulk/arc4-support by David Reid · 11 years ago
  49. 715e85f Fixed two bugs in the PKCS7 padding where unpadding would accept bad inputs. by Alex Gaynor · 11 years ago
  50. a5f04c0 add ARC4 keysize testing by Paul Kehrer · 11 years ago
  51. 4da28c3 ARC4 support by Paul Kehrer · 11 years ago
  52. 21dde56 block cipher rename by Paul Kehrer · 11 years ago
  53. 86f98a0 79 cols by Alex Gaynor · 11 years ago
  54. 85be46d Replace assumption with some fakes by Alex Gaynor · 11 years ago
  55. 4bdb6b5 Merge branch 'master' into more-error-condition by Alex Gaynor · 11 years ago
  56. 79eaa7e Merge pull request #221 from alex/move-ffi-to-class by David Reid · 11 years ago
  57. b2fc8ac Rewrite this test to be good by Alex Gaynor · 11 years ago
  58. 876a5ee Merge pull request #213 from reaperhulk/arc4-vectors by David Reid · 11 years ago
  59. 3e252c6 coverage by Alex Gaynor · 11 years ago
  60. 7e262a6 typo fix by Alex Gaynor · 11 years ago
  61. 0857c3f Replaced an assertion in the OpenSSL backend with a proper exception by Alex Gaynor · 11 years ago
  62. 3949f11 Changed excpetion name based on feedback from dreid by Alex Gaynor · 11 years ago
  63. f1a3fc0 Document and implement the public API for when the backend doesn't support the requested algorithm by Alex Gaynor · 11 years ago
  64. 753ae19 Encode Reasons. by David Reid · 11 years ago
  65. f6d71ba add key 2 tests from rfc 6229 by Paul Kehrer · 11 years ago
  66. 8774477 TypeErrors are pretty cool, there are lot of reasons you get them. by David Reid · 11 years ago
  67. b0897d8 ARC4 vectors from RFC 6229 reformatted for NIST loader by Paul Kehrer · 11 years ago
  68. b864db1 Enforce HMAC taking an instance of HashAlgorithm by David Reid · 11 years ago
  69. e3960f6 Strip down the HMAC interface to be HashContext. by David Reid · 11 years ago
  70. ce46b89 Merge pull request #200 from dreid/primitive-hashes by Alex Gaynor · 11 years ago
  71. c94cdbc Merge pull request #202 from reaperhulk/cast128-cipher by Alex Gaynor · 11 years ago
  72. d09f3e1 add skipif checks for blowfish by Paul Kehrer · 11 years ago
  73. b47f6e1 CAST5 support + ECB vectors by Paul Kehrer · 11 years ago
  74. 0419e5e Merge pull request #201 from reaperhulk/bf-support by Alex Gaynor · 11 years ago
  75. bb0d3f0 Enforce that Hash takes a HashAlgorithm instance. by David Reid · 11 years ago
  76. c3d029f Fix python3 compat for the hash_test. by David Reid · 11 years ago
  77. fba0cd7 Merge branch 'master' into primitive-hashes by David Reid · 11 years ago
  78. 6b7610d add blowfish cipher key_size tests by Paul Kehrer · 11 years ago
  79. b7c46ef blowfish support + test vectors by Paul Kehrer · 11 years ago
  80. ff7ac75 simplify some test class structure by Paul Kehrer · 11 years ago
  81. b735107 rename camellia tests by Paul Kehrer · 11 years ago
  82. 20884bf update tests for new test vector locations by Paul Kehrer · 11 years ago
  83. 234f3ab move AES/3DES vectors into mode dirs and separate SHA vectors by Paul Kehrer · 11 years ago
  84. 71102d8 Fix python3 compatibility and pep8 by David Reid · 11 years ago
  85. 69aeb49 Reduce the surface of the primitive hash interface. Add more interfaces, drop direct hashlib compatibility. by David Reid · 11 years ago
  86. 9b457de move around the tests to organize by cipher by Paul Kehrer · 11 years ago
  87. 2b75867 restructure vectors into ciphers/hashes/hmac by Paul Kehrer · 11 years ago
  88. 5787fb5 raise an error if you unicode by Alex Gaynor · 11 years ago
  89. 60ad3e1 Clean up var naming by Alex Gaynor · 11 years ago
  90. 25f96e5 Optimize + test cases by Alex Gaynor · 11 years ago
  91. 22e2eae Removed helper by Alex Gaynor · 11 years ago
  92. 89546af Merge branch 'master' into pkcs7-padding by Alex Gaynor · 11 years ago
  93. 3944a8c Initial implementation with tests, docs to follow by Alex Gaynor · 11 years ago
  94. a9d9922 Merge pull request #157 from reaperhulk/hmac by David Reid · 11 years ago
  95. 8c07264 NIST AES XTS vectors. by Paul Kehrer · 11 years ago
  96. 30eabdd change type of exception raised, fix docs typo by Paul Kehrer · 11 years ago
  97. 2824ab7 make hmac (mostly) compatible with stdlib hmac by Paul Kehrer · 11 years ago
  98. 1bb8b71 clean up loader and make docs default to hmac sha256 by Paul Kehrer · 11 years ago
  99. 00dd509 address initial review comments by Paul Kehrer · 11 years ago
  100. 6122d12 remove dangling todo by Paul Kehrer · 11 years ago