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