1. 940f25a Extra yes and check for expected openssl version. by David Reid · 11 years ago
  2. 8e5d797 First crack at building w/ openssl 0.9.8 on travis. by David Reid · 11 years ago
  3. 4a84def Merge pull request #216 from alex/more-error-condition by David Reid · 11 years ago
  4. 86f98a0 79 cols by Alex Gaynor · 11 years ago
  5. 85be46d Replace assumption with some fakes by Alex Gaynor · 11 years ago
  6. 4bdb6b5 Merge branch 'master' into more-error-condition by Alex Gaynor · 11 years ago
  7. 79eaa7e Merge pull request #221 from alex/move-ffi-to-class by David Reid · 11 years ago
  8. b2fc8ac Rewrite this test to be good by Alex Gaynor · 11 years ago
  9. 876a5ee Merge pull request #213 from reaperhulk/arc4-vectors by David Reid · 11 years ago
  10. 7020917 Merge pull request #220 from alex/docs-default by David Reid · 11 years ago
  11. 3e252c6 coverage by Alex Gaynor · 11 years ago
  12. 61570d0 pep8 fix by Alex Gaynor · 11 years ago
  13. b477cf2 Moved the cffi attributes on the OpenSSL backend to be class attributes, so they're shared between all isntances by Alex Gaynor · 11 years ago
  14. f986fe0 This is now the default theme on RTD by Alex Gaynor · 11 years ago
  15. d3e4bc2 Merge pull request #219 from alex/hmac-rfc by Hynek Schlawack · 11 years ago
  16. 6a1dfe6 Merge pull request #217 from alex/glossary by Hynek Schlawack · 11 years ago
  17. 58ecc8d Refer to the RFC in the HMAC docs by Alex Gaynor · 11 years ago
  18. 7e262a6 typo fix by Alex Gaynor · 11 years ago
  19. 7c104fd Merge pull request #218 from alex/coc by Donald Stufft · 11 years ago
  20. 5151d8d Document the way we strive to interact with otehrs by Alex Gaynor · 11 years ago
  21. a0516bf Get real scary by Alex Gaynor · 11 years ago
  22. 8c9dcb3 Began writing a glossary by Alex Gaynor · 11 years ago
  23. 0857c3f Replaced an assertion in the OpenSSL backend with a proper exception by Alex Gaynor · 11 years ago
  24. d4e98f8 Merge pull request #215 from alex/unsupported-cipher by David Reid · 11 years ago
  25. 3949f11 Changed excpetion name based on feedback from dreid by Alex Gaynor · 11 years ago
  26. 738ac5a pep8 by Alex Gaynor · 11 years ago
  27. f1a3fc0 Document and implement the public API for when the backend doesn't support the requested algorithm by Alex Gaynor · 11 years ago
  28. 178f6f1 Merge pull request #211 from alex/stream-ciphers by David Reid · 11 years ago
  29. 33675c3 Merge pull request #212 from dreid/primitive-hmac by Alex Gaynor · 11 years ago
  30. 753ae19 Encode Reasons. by David Reid · 11 years ago
  31. f6d71ba add key 2 tests from rfc 6229 by Paul Kehrer · 11 years ago
  32. 8774477 TypeErrors are pretty cool, there are lot of reasons you get them. by David Reid · 11 years ago
  33. b0897d8 ARC4 vectors from RFC 6229 reformatted for NIST loader by Paul Kehrer · 11 years ago
  34. 6753e39 Update documentation by David Reid · 11 years ago
  35. b864db1 Enforce HMAC taking an instance of HashAlgorithm by David Reid · 11 years ago
  36. 9d65b61 Remove unused import. by David Reid · 11 years ago
  37. e3960f6 Strip down the HMAC interface to be HashContext. by David Reid · 11 years ago
  38. bf2de74 better english by Alex Gaynor · 11 years ago
  39. fc09a7c For example by Alex Gaynor · 11 years ago
  40. 51a56c2 Merge pull request #210 from alex/docs-fix by David Reid · 11 years ago
  41. d1f0201 Document how this returns bytes by Alex Gaynor · 11 years ago
  42. 1496845 fixed rendering by Alex Gaynor · 11 years ago
  43. ce46b89 Merge pull request #200 from dreid/primitive-hashes by Alex Gaynor · 11 years ago
  44. 5560298 Improve Hash documentation. by David Reid · 11 years ago
  45. c94cdbc Merge pull request #202 from reaperhulk/cast128-cipher by Alex Gaynor · 11 years ago
  46. e833eac disable support for CAST5 modes excepting ECB by Paul Kehrer · 11 years ago
  47. 3b24318 Merge pull request #207 from dreid/temp-disable-coverage-on-pypy by Alex Gaynor · 11 years ago
  48. 3620b60 Merge pull request #208 from reaperhulk/skip-check-blowfish by David Reid · 11 years ago
  49. d09f3e1 add skipif checks for blowfish by Paul Kehrer · 11 years ago
  50. 6022d45 add CAST5 docs by Paul Kehrer · 11 years ago
  51. b47f6e1 CAST5 support + ECB vectors by Paul Kehrer · 11 years ago
  52. 0419e5e Merge pull request #201 from reaperhulk/bf-support by Alex Gaynor · 11 years ago
  53. 46cb601 Disable coverage on pypy temporarily. by David Reid · 11 years ago
  54. a194329 Inline _copy_ctx by David Reid · 11 years ago
  55. 6183977 Merge pull request #205 from reaperhulk/simplify-tests by Alex Gaynor · 11 years ago
  56. bb0d3f0 Enforce that Hash takes a HashAlgorithm instance. by David Reid · 11 years ago
  57. 3446d81 move blowfish docs to new weak ciphers section, linkify aes by Paul Kehrer · 11 years ago
  58. 0e5fd07 Merge pull request #206 from alex/py3pep8 by David Reid · 11 years ago
  59. c3d029f Fix python3 compat for the hash_test. by David Reid · 11 years ago
  60. 30b1613 Update documentation by David Reid · 11 years ago
  61. fba0cd7 Merge branch 'master' into primitive-hashes by David Reid · 11 years ago
  62. c510e49 Added a tox/travis just for running flake8 under py3k by Alex Gaynor · 11 years ago
  63. 5df0abe add bf docs by Paul Kehrer · 11 years ago
  64. 6b7610d add blowfish cipher key_size tests by Paul Kehrer · 11 years ago
  65. b7c46ef blowfish support + test vectors by Paul Kehrer · 11 years ago
  66. ff7ac75 simplify some test class structure by Paul Kehrer · 11 years ago
  67. 6adaf27 Merge pull request #198 from reaperhulk/vector-movin by David Reid · 11 years ago
  68. b735107 rename camellia tests by Paul Kehrer · 11 years ago
  69. 20884bf update tests for new test vector locations by Paul Kehrer · 11 years ago
  70. 234f3ab move AES/3DES vectors into mode dirs and separate SHA vectors by Paul Kehrer · 11 years ago
  71. 71102d8 Fix python3 compatibility and pep8 by David Reid · 11 years ago
  72. d86fa6c Ignore abstractproperty. by David Reid · 11 years ago
  73. 69aeb49 Reduce the surface of the primitive hash interface. Add more interfaces, drop direct hashlib compatibility. by David Reid · 11 years ago
  74. 9b457de move around the tests to organize by cipher by Paul Kehrer · 11 years ago
  75. 2b75867 restructure vectors into ciphers/hashes/hmac by Paul Kehrer · 11 years ago
  76. d5e9c8d Merge pull request #196 from reaperhulk/evp-cipher-set-key-length by Alex Gaynor · 11 years ago
  77. 384c1de set the key length when initializing a cipher context by Paul Kehrer · 11 years ago
  78. 6f6d608 Merge pull request #195 from alex/sphinx-hazmat-plugin by Donald Stufft · 11 years ago
  79. b8be0e9 Fixed pep8 by Alex Gaynor · 11 years ago
  80. 05a190e Document that you should use the hazmat directive by Alex Gaynor · 11 years ago
  81. af82d5e Made a sphinx extension which emits the hazardous materials danger admonition by Alex Gaynor · 11 years ago
  82. acfdd61 Merge pull request #194 from alex/current-module-hmac by David Reid · 11 years ago
  83. e0f7082 Merge pull request #192 from alex/pkcs7-padding by Donald Stufft · 11 years ago
  84. 4658ce1 Use current module in the hmac docs, for consistency by Alex Gaynor · 11 years ago
  85. f108871 Perform this comparison in a constan ttime fashion by Alex Gaynor · 11 years ago
  86. 5787fb5 raise an error if you unicode by Alex Gaynor · 11 years ago
  87. 60ad3e1 Clean up var naming by Alex Gaynor · 11 years ago
  88. 25f96e5 Optimize + test cases by Alex Gaynor · 11 years ago
  89. f0bec9c Remove removed methods from docs by Alex Gaynor · 11 years ago
  90. 22e2eae Removed helper by Alex Gaynor · 11 years ago
  91. 23aeea2 Fix the naming of these classes by Alex Gaynor · 11 years ago
  92. 0708278 typo by Alex Gaynor · 11 years ago
  93. b2d5efd More docs by Alex Gaynor · 11 years ago
  94. db279d0 Added a PaddingContext interface by Alex Gaynor · 11 years ago
  95. c83d447 Reference a comment for this by Alex Gaynor · 11 years ago
  96. 5f3db27 Start of docs by Alex Gaynor · 11 years ago
  97. 89546af Merge branch 'master' into pkcs7-padding by Alex Gaynor · 11 years ago
  98. 3944a8c Initial implementation with tests, docs to follow by Alex Gaynor · 11 years ago
  99. a9d9922 Merge pull request #157 from reaperhulk/hmac by David Reid · 11 years ago
  100. 50a8815 update hmac docs by Paul Kehrer · 11 years ago