1. 7e262a6 typo fix by Alex Gaynor · 11 years ago
  2. 0857c3f Replaced an assertion in the OpenSSL backend with a proper exception by Alex Gaynor · 11 years ago
  3. d4e98f8 Merge pull request #215 from alex/unsupported-cipher by David Reid · 11 years ago
  4. 3949f11 Changed excpetion name based on feedback from dreid by Alex Gaynor · 11 years ago
  5. 738ac5a pep8 by Alex Gaynor · 11 years ago
  6. f1a3fc0 Document and implement the public API for when the backend doesn't support the requested algorithm by Alex Gaynor · 11 years ago
  7. 178f6f1 Merge pull request #211 from alex/stream-ciphers by David Reid · 11 years ago
  8. 33675c3 Merge pull request #212 from dreid/primitive-hmac by Alex Gaynor · 11 years ago
  9. 753ae19 Encode Reasons. by David Reid · 11 years ago
  10. 8774477 TypeErrors are pretty cool, there are lot of reasons you get them. by David Reid · 11 years ago
  11. 6753e39 Update documentation by David Reid · 11 years ago
  12. b864db1 Enforce HMAC taking an instance of HashAlgorithm by David Reid · 11 years ago
  13. 9d65b61 Remove unused import. by David Reid · 11 years ago
  14. e3960f6 Strip down the HMAC interface to be HashContext. by David Reid · 11 years ago
  15. bf2de74 better english by Alex Gaynor · 11 years ago
  16. fc09a7c For example by Alex Gaynor · 11 years ago
  17. 51a56c2 Merge pull request #210 from alex/docs-fix by David Reid · 11 years ago
  18. d1f0201 Document how this returns bytes by Alex Gaynor · 11 years ago
  19. 1496845 fixed rendering by Alex Gaynor · 11 years ago
  20. ce46b89 Merge pull request #200 from dreid/primitive-hashes by Alex Gaynor · 11 years ago
  21. 5560298 Improve Hash documentation. by David Reid · 11 years ago
  22. c94cdbc Merge pull request #202 from reaperhulk/cast128-cipher by Alex Gaynor · 11 years ago
  23. e833eac disable support for CAST5 modes excepting ECB by Paul Kehrer · 11 years ago
  24. 3b24318 Merge pull request #207 from dreid/temp-disable-coverage-on-pypy by Alex Gaynor · 11 years ago
  25. 3620b60 Merge pull request #208 from reaperhulk/skip-check-blowfish by David Reid · 11 years ago
  26. d09f3e1 add skipif checks for blowfish by Paul Kehrer · 11 years ago
  27. 6022d45 add CAST5 docs by Paul Kehrer · 11 years ago
  28. b47f6e1 CAST5 support + ECB vectors by Paul Kehrer · 11 years ago
  29. 0419e5e Merge pull request #201 from reaperhulk/bf-support by Alex Gaynor · 11 years ago
  30. 46cb601 Disable coverage on pypy temporarily. by David Reid · 11 years ago
  31. a194329 Inline _copy_ctx by David Reid · 11 years ago
  32. 6183977 Merge pull request #205 from reaperhulk/simplify-tests by Alex Gaynor · 11 years ago
  33. bb0d3f0 Enforce that Hash takes a HashAlgorithm instance. by David Reid · 11 years ago
  34. 3446d81 move blowfish docs to new weak ciphers section, linkify aes by Paul Kehrer · 11 years ago
  35. 0e5fd07 Merge pull request #206 from alex/py3pep8 by David Reid · 11 years ago
  36. c3d029f Fix python3 compat for the hash_test. by David Reid · 11 years ago
  37. 30b1613 Update documentation by David Reid · 11 years ago
  38. fba0cd7 Merge branch 'master' into primitive-hashes by David Reid · 11 years ago
  39. c510e49 Added a tox/travis just for running flake8 under py3k by Alex Gaynor · 11 years ago
  40. 5df0abe add bf docs by Paul Kehrer · 11 years ago
  41. 6b7610d add blowfish cipher key_size tests by Paul Kehrer · 11 years ago
  42. b7c46ef blowfish support + test vectors by Paul Kehrer · 11 years ago
  43. ff7ac75 simplify some test class structure by Paul Kehrer · 11 years ago
  44. 6adaf27 Merge pull request #198 from reaperhulk/vector-movin by David Reid · 11 years ago
  45. b735107 rename camellia tests by Paul Kehrer · 11 years ago
  46. 20884bf update tests for new test vector locations by Paul Kehrer · 11 years ago
  47. 234f3ab move AES/3DES vectors into mode dirs and separate SHA vectors by Paul Kehrer · 11 years ago
  48. 71102d8 Fix python3 compatibility and pep8 by David Reid · 11 years ago
  49. d86fa6c Ignore abstractproperty. by David Reid · 11 years ago
  50. 69aeb49 Reduce the surface of the primitive hash interface. Add more interfaces, drop direct hashlib compatibility. by David Reid · 11 years ago
  51. 9b457de move around the tests to organize by cipher by Paul Kehrer · 11 years ago
  52. 2b75867 restructure vectors into ciphers/hashes/hmac by Paul Kehrer · 11 years ago
  53. d5e9c8d Merge pull request #196 from reaperhulk/evp-cipher-set-key-length by Alex Gaynor · 11 years ago
  54. 384c1de set the key length when initializing a cipher context by Paul Kehrer · 11 years ago
  55. 6f6d608 Merge pull request #195 from alex/sphinx-hazmat-plugin by Donald Stufft · 11 years ago
  56. b8be0e9 Fixed pep8 by Alex Gaynor · 11 years ago
  57. 05a190e Document that you should use the hazmat directive by Alex Gaynor · 11 years ago
  58. af82d5e Made a sphinx extension which emits the hazardous materials danger admonition by Alex Gaynor · 11 years ago
  59. acfdd61 Merge pull request #194 from alex/current-module-hmac by David Reid · 11 years ago
  60. e0f7082 Merge pull request #192 from alex/pkcs7-padding by Donald Stufft · 11 years ago
  61. 4658ce1 Use current module in the hmac docs, for consistency by Alex Gaynor · 11 years ago
  62. f108871 Perform this comparison in a constan ttime fashion by Alex Gaynor · 11 years ago
  63. 5787fb5 raise an error if you unicode by Alex Gaynor · 11 years ago
  64. 60ad3e1 Clean up var naming by Alex Gaynor · 11 years ago
  65. 25f96e5 Optimize + test cases by Alex Gaynor · 11 years ago
  66. f0bec9c Remove removed methods from docs by Alex Gaynor · 11 years ago
  67. 22e2eae Removed helper by Alex Gaynor · 11 years ago
  68. 23aeea2 Fix the naming of these classes by Alex Gaynor · 11 years ago
  69. 0708278 typo by Alex Gaynor · 11 years ago
  70. b2d5efd More docs by Alex Gaynor · 11 years ago
  71. db279d0 Added a PaddingContext interface by Alex Gaynor · 11 years ago
  72. c83d447 Reference a comment for this by Alex Gaynor · 11 years ago
  73. 5f3db27 Start of docs by Alex Gaynor · 11 years ago
  74. 89546af Merge branch 'master' into pkcs7-padding by Alex Gaynor · 11 years ago
  75. 3944a8c Initial implementation with tests, docs to follow by Alex Gaynor · 11 years ago
  76. a9d9922 Merge pull request #157 from reaperhulk/hmac by David Reid · 11 years ago
  77. 50a8815 update hmac docs by Paul Kehrer · 11 years ago
  78. ca8ed29 fix indentation error and wrapping in docs by Paul Kehrer · 11 years ago
  79. c402f35 Merge pull request #183 from reaperhulk/xts-vectors by David Reid · 11 years ago
  80. 8c07264 NIST AES XTS vectors. by Paul Kehrer · 11 years ago
  81. bf8962a fix hmac docs to point to new hazmat location by Paul Kehrer · 11 years ago
  82. 30eabdd change type of exception raised, fix docs typo by Paul Kehrer · 11 years ago
  83. 2824ab7 make hmac (mostly) compatible with stdlib hmac by Paul Kehrer · 11 years ago
  84. 1bb8b71 clean up loader and make docs default to hmac sha256 by Paul Kehrer · 11 years ago
  85. 00dd509 address initial review comments by Paul Kehrer · 11 years ago
  86. 6122d12 remove dangling todo by Paul Kehrer · 11 years ago
  87. 64cadb3 cleanup context after finalizing by Paul Kehrer · 11 years ago
  88. 0317b04 HMAC support by Paul Kehrer · 11 years ago
  89. 0a0d749 Merge pull request #190 from alex/hashes-docs by David Reid · 11 years ago
  90. f1db30e Merge pull request #189 from alex/docs-emphasis by Hynek Schlawack · 11 years ago
  91. 23d01a2 example of how to use hashes by Alex Gaynor · 11 years ago
  92. 66ba601 reorder by Alex Gaynor · 11 years ago
  93. 9d683f7 Merge pull request #188 from dstufft/hazmat by Alex Gaynor · 11 years ago
  94. 0a1550e Hazard -> Hazardous by Donald Stufft · 11 years ago
  95. 69d628d Handle the deeper package directory by Donald Stufft · 11 years ago
  96. e51fb93 Move the danger to the very top of the file by Donald Stufft · 11 years ago
  97. 214d11a Move the module name to it's own variable by Donald Stufft · 11 years ago
  98. d8f0118 Warn about dragons and dinosaurs with laser guns by Donald Stufft · 11 years ago
  99. 9590467 Put recipes first by Donald Stufft · 11 years ago
  100. ce0d781 Move the bindings into the hazmat module by Donald Stufft · 11 years ago