1. f03334e backend support check now lists which backend caused the skip by Paul Kehrer · 11 years ago
  2. 69edb3b Merge branch 'master' into privatize-me-captain by Alex Gaynor · 11 years ago
  3. fa3d5aa Merge pull request #386 from alex/move-gcm-tag-validation by Paul Kehrer · 11 years ago
  4. 604afb5 Make lib and ffi be private on backend by Alex Gaynor · 11 years ago
  5. c368ac2 Split OpenSSL binding by Alex Stapleton · 11 years ago
  6. 516b1ad Fixed test for earlier exceptino by Alex Gaynor · 11 years ago
  7. 7ede6a4 Merge pull request #353 from reaperhulk/supported-mark by Alex Gaynor · 11 years ago
  8. b078d8e re-add some removed generators to simplify patch by Paul Kehrer · 11 years ago
  9. ec49550 change typeerror to valueerror by Paul Kehrer · 11 years ago
  10. b808f8c Remove verify from Hash. by Julian Krause · 11 years ago
  11. 783479c refactor all tests to use mark instead of generator skips by Paul Kehrer · 11 years ago
  12. 60fc8da rename the method to be less horribly named by Paul Kehrer · 11 years ago
  13. 5a8fdf8 add mark that allows us to do skip tests on backends via decorators by Paul Kehrer · 11 years ago
  14. e62760a Merge branch 'master' of https://github.com/pyca/cryptography into verify by Julian Krause · 11 years ago
  15. 0865a8b Merge pull request #347 from alex/better-error-emssage by Paul Kehrer · 11 years ago
  16. 2b3f942 Move stuff around and coverage by Alex Gaynor · 11 years ago
  17. 8d85b05 correct import style by Paul Kehrer · 11 years ago
  18. 6198da1 Update test by Alex Gaynor · 11 years ago
  19. 5a09c6e Include teh name of the backend in the error message by Alex Gaynor · 11 years ago
  20. 4f2b103 add all the markers to the tests by Paul Kehrer · 11 years ago
  21. 0cbcfa6 whoops, python 2.6 compatible format string by Paul Kehrer · 11 years ago
  22. 7e4bc6d add test marks for various backend functionality by Paul Kehrer · 11 years ago
  23. 2a36dd1 Cover a missed branch by Alex Gaynor · 11 years ago
  24. c80c68d add more skip check lambdas by Paul Kehrer · 11 years ago
  25. 90ae866 add hmac_supported method to backend. by Paul Kehrer · 11 years ago
  26. d5c351e Merge pull request #325 from public/unsupported-cipher-messages by Alex Gaynor · 11 years ago
  27. 35cb365 UnsupportedAlgorithm error messages for Ciphers by Alex Stapleton · 11 years ago
  28. 8eda240 Merge pull request #327 from reaperhulk/gcm-lower-limit-tag by Alex Gaynor · 11 years ago
  29. f7b4ede restrict gcm tags to a minimum of 4 bytes in length by Paul Kehrer · 11 years ago
  30. 9b7624e Merge pull request #326 from public/unsupported-hmac-hash by Alex Gaynor · 11 years ago
  31. 447d64f Raise UnsupportedAlgorithm when initing HMACs by Alex Stapleton · 11 years ago
  32. 4447e5a Merge pull request #324 from public/unsupported-hash by Alex Gaynor · 11 years ago
  33. 1b1327c Raise UnsupportedAlgorithm when initing Hash() by Alex Stapleton · 11 years ago
  34. 687d0f8 use both kwargs and named args in lambdas for clarity by Paul Kehrer · 11 years ago
  35. a620b7d don't modify params on parametrized tests by Paul Kehrer · 11 years ago
  36. 2288e30 Add verify function to hmac and hashes. by Julian Krause · 11 years ago
  37. 875b36b Merge branch 'master' into no-more-generator by Alex Gaynor · 11 years ago
  38. ffb7726 Merge pull request #308 from alex/rename-bindings by Donald Stufft · 11 years ago
  39. ca4a22b Merge pull request #283 from juliankrause/constant_time by Paul Kehrer · 11 years ago
  40. 41e5ab6 Also rename teh tests by Alex Gaynor · 11 years ago
  41. f8796b1 Renamed bindings to backends by Alex Gaynor · 11 years ago
  42. 4eec0bb pep8 by Alex Gaynor · 11 years ago
  43. 21919e2 Make this less invasive by Alex Gaynor · 11 years ago
  44. e5c5eec Clean up test generation to not use generators anymore and use parametrization by Alex Gaynor · 11 years ago
  45. b91221d raise ValueErrors when supplying/not supplying tags for GCM by Paul Kehrer · 11 years ago
  46. 9c3088f Beginnings of a constant_time module. by Julian Krause · 11 years ago
  47. 5a40896 create AEADEncryptionContext and DecryptionContext by Paul Kehrer · 11 years ago
  48. 0092c20 raise TypeError if you attempt to get the tag attribute on a decrypt by Paul Kehrer · 11 years ago
  49. bc31fb2 rename add_data to authenticate_additional_data for clarity (hopefully) by Paul Kehrer · 11 years ago
  50. a4bfc08 invalidtag exception for gcm by Paul Kehrer · 11 years ago
  51. ce9c611 enforce AEAD add_data before update by Paul Kehrer · 11 years ago
  52. 24316fd _AEADCipherContext refactor by Paul Kehrer · 11 years ago
  53. cc9ec98 rename NotFinalized exception to NotYetFinalized because alex is right by Paul Kehrer · 11 years ago
  54. 22e80cb GCM support by Paul Kehrer · 11 years ago
  55. b7c3845 Fixed this test. It was passing for the wrong reason. by Alex Gaynor · 11 years ago
  56. e60e1d7 Merge pull request #227 from dreid/explicit-backend-in-hazmat by Alex Gaynor · 11 years ago
  57. 6dc73a9 Fix pep8 by David Reid · 11 years ago
  58. 9a1b0c7 Use keyword argument forms everywhere. by David Reid · 11 years ago
  59. 87e113f Fixed branch coverage by Alex Gaynor · 11 years ago
  60. bae899a Change teh exception by Alex Gaynor · 11 years ago
  61. e247d0b Coverage by Alex Gaynor · 11 years ago
  62. 0ab3e44 Raise a correct error when content isn't padded correctly by Alex Gaynor · 11 years ago
  63. cf3ad61 Test that openssl is the default backend. by David Reid · 11 years ago
  64. 077e76e Explicit backend by David Reid · 11 years ago
  65. 62e96cb Merge pull request #268 from reaperhulk/nist-loader-section-fix by David Reid · 11 years ago
  66. 749ac5b simplify nist loader to completely ignore sections by Paul Kehrer · 11 years ago
  67. dcf62db Move interfaces.register to utils.register_interface in preparation for more interface modules. by David Reid · 11 years ago
  68. c985dbb modify nist loader to support multi-line GCM sections by Paul Kehrer · 11 years ago
  69. 0a394df Implement and document an interface for cipher algorithms by David Reid · 11 years ago
  70. 9489c76 Merge pull request #258 from alex/already-finalized by David Reid · 11 years ago
  71. 2cce618 Make HMAC methods raise AlreadyFinalized. by David Reid · 11 years ago
  72. 34511c6 Use AlreadyFinalized for symmetric ciphers by Alex Gaynor · 11 years ago
  73. c2cddd2 Merge pull request #253 from dreid/hash-raise-after-finalize by Alex Gaynor · 11 years ago
  74. 11e8cc7 Import AlreadyFinalized instead of exceptions. by David Reid · 11 years ago
  75. e5aa205 Also remove teh ciphers specific class by Alex Gaynor · 11 years ago
  76. 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
  77. 152d6be raise an exception if you try to use a HashContext after finalize is called. by David Reid · 11 years ago
  78. fcd36a9 Merge branch 'master' into hmac-context-from-backend by David Reid · 11 years ago
  79. 906e195 Merge pull request #248 from dreid/hash-context-from-backend by Alex Gaynor · 11 years ago
  80. a43b669 GCM loader support by Paul Kehrer · 11 years ago
  81. 0bcbb41 Get a HashContext from the hmac backend like we do a CipherContext by David Reid · 11 years ago
  82. ee6f8ce Get a HashContext from the backend like we do a CipherContext by David Reid · 11 years ago
  83. 5e981fc Merge pull request #246 from alex/delete-tests by David Reid · 11 years ago
  84. 217e3b5 Fixed using copied hashes by Alex Gaynor · 11 years ago
  85. 41172ab flake8 by Alex Gaynor · 11 years ago
  86. c2f45d5 fixed bytes by Alex Gaynor · 11 years ago
  87. ab53bc5 simplify by Alex Gaynor · 11 years ago
  88. cee8d52 Simplify and make better hte tests for load_from_file by Alex Gaynor · 11 years ago
  89. f7f6a9f Remove separate file loaders and replace with one by Paul Kehrer · 11 years ago
  90. cf5fb33 Removed some tests that are now duplicates by Alex Gaynor · 11 years ago
  91. d3ce703 Ignore the sections of the NIST files by Alex Gaynor · 11 years ago
  92. 521c42d Simplify the code by doing the filtering earlier, rather than later by Alex Gaynor · 11 years ago
  93. 1aefe58 Merge pull request #214 from reaperhulk/arc4-support by David Reid · 11 years ago
  94. 715e85f Fixed two bugs in the PKCS7 padding where unpadding would accept bad inputs. by Alex Gaynor · 11 years ago
  95. a5f04c0 add ARC4 keysize testing by Paul Kehrer · 11 years ago
  96. 4da28c3 ARC4 support by Paul Kehrer · 11 years ago
  97. 21dde56 block cipher rename by Paul Kehrer · 11 years ago
  98. 86f98a0 79 cols by Alex Gaynor · 11 years ago
  99. 85be46d Replace assumption with some fakes by Alex Gaynor · 11 years ago
  100. 4bdb6b5 Merge branch 'master' into more-error-condition by Alex Gaynor · 11 years ago