1. 6adaf27 Merge pull request #198 from reaperhulk/vector-movin by David Reid · 11 years ago
  2. b735107 rename camellia tests by Paul Kehrer · 11 years ago
  3. 20884bf update tests for new test vector locations by Paul Kehrer · 11 years ago
  4. 234f3ab move AES/3DES vectors into mode dirs and separate SHA vectors by Paul Kehrer · 11 years ago
  5. 9b457de move around the tests to organize by cipher by Paul Kehrer · 11 years ago
  6. 2b75867 restructure vectors into ciphers/hashes/hmac by Paul Kehrer · 11 years ago
  7. d5e9c8d Merge pull request #196 from reaperhulk/evp-cipher-set-key-length by Alex Gaynor · 11 years ago
  8. 384c1de set the key length when initializing a cipher context by Paul Kehrer · 11 years ago
  9. 6f6d608 Merge pull request #195 from alex/sphinx-hazmat-plugin by Donald Stufft · 11 years ago
  10. b8be0e9 Fixed pep8 by Alex Gaynor · 11 years ago
  11. 05a190e Document that you should use the hazmat directive by Alex Gaynor · 11 years ago
  12. af82d5e Made a sphinx extension which emits the hazardous materials danger admonition by Alex Gaynor · 11 years ago
  13. acfdd61 Merge pull request #194 from alex/current-module-hmac by David Reid · 11 years ago
  14. e0f7082 Merge pull request #192 from alex/pkcs7-padding by Donald Stufft · 11 years ago
  15. 4658ce1 Use current module in the hmac docs, for consistency by Alex Gaynor · 11 years ago
  16. f108871 Perform this comparison in a constan ttime fashion by Alex Gaynor · 11 years ago
  17. 5787fb5 raise an error if you unicode by Alex Gaynor · 11 years ago
  18. 60ad3e1 Clean up var naming by Alex Gaynor · 11 years ago
  19. 25f96e5 Optimize + test cases by Alex Gaynor · 11 years ago
  20. f0bec9c Remove removed methods from docs by Alex Gaynor · 11 years ago
  21. 22e2eae Removed helper by Alex Gaynor · 11 years ago
  22. 23aeea2 Fix the naming of these classes by Alex Gaynor · 11 years ago
  23. 0708278 typo by Alex Gaynor · 11 years ago
  24. b2d5efd More docs by Alex Gaynor · 11 years ago
  25. db279d0 Added a PaddingContext interface by Alex Gaynor · 11 years ago
  26. c83d447 Reference a comment for this by Alex Gaynor · 11 years ago
  27. 5f3db27 Start of docs by Alex Gaynor · 11 years ago
  28. 89546af Merge branch 'master' into pkcs7-padding by Alex Gaynor · 11 years ago
  29. 3944a8c Initial implementation with tests, docs to follow by Alex Gaynor · 11 years ago
  30. a9d9922 Merge pull request #157 from reaperhulk/hmac by David Reid · 11 years ago
  31. 50a8815 update hmac docs by Paul Kehrer · 11 years ago
  32. ca8ed29 fix indentation error and wrapping in docs by Paul Kehrer · 11 years ago
  33. c402f35 Merge pull request #183 from reaperhulk/xts-vectors by David Reid · 11 years ago
  34. 8c07264 NIST AES XTS vectors. by Paul Kehrer · 11 years ago
  35. bf8962a fix hmac docs to point to new hazmat location by Paul Kehrer · 11 years ago
  36. 30eabdd change type of exception raised, fix docs typo by Paul Kehrer · 11 years ago
  37. 2824ab7 make hmac (mostly) compatible with stdlib hmac by Paul Kehrer · 11 years ago
  38. 1bb8b71 clean up loader and make docs default to hmac sha256 by Paul Kehrer · 11 years ago
  39. 00dd509 address initial review comments by Paul Kehrer · 11 years ago
  40. 6122d12 remove dangling todo by Paul Kehrer · 11 years ago
  41. 64cadb3 cleanup context after finalizing by Paul Kehrer · 11 years ago
  42. 0317b04 HMAC support by Paul Kehrer · 11 years ago
  43. 0a0d749 Merge pull request #190 from alex/hashes-docs by David Reid · 11 years ago
  44. f1db30e Merge pull request #189 from alex/docs-emphasis by Hynek Schlawack · 11 years ago
  45. 23d01a2 example of how to use hashes by Alex Gaynor · 11 years ago
  46. 66ba601 reorder by Alex Gaynor · 11 years ago
  47. 9d683f7 Merge pull request #188 from dstufft/hazmat by Alex Gaynor · 11 years ago
  48. 0a1550e Hazard -> Hazardous by Donald Stufft · 11 years ago
  49. 69d628d Handle the deeper package directory by Donald Stufft · 11 years ago
  50. e51fb93 Move the danger to the very top of the file by Donald Stufft · 11 years ago
  51. 214d11a Move the module name to it's own variable by Donald Stufft · 11 years ago
  52. d8f0118 Warn about dragons and dinosaurs with laser guns by Donald Stufft · 11 years ago
  53. 9590467 Put recipes first by Donald Stufft · 11 years ago
  54. ce0d781 Move the bindings into the hazmat module by Donald Stufft · 11 years ago
  55. f04317a Move primtives into a hazmat package by Donald Stufft · 11 years ago
  56. 01fbdf7 Merge pull request #181 from reaperhulk/error-handling by Alex Gaynor · 11 years ago
  57. 42e0a81 Merge pull request #186 from alex/reqs by Hynek Schlawack · 11 years ago
  58. cfabf86 Merge pull request #185 from alex/linkcheck by Hynek Schlawack · 11 years ago
  59. d31f849 Update the requirements file for our direct invocations of coverage by Alex Gaynor · 11 years ago
  60. 0a5654f Also linkcheck the docs by Alex Gaynor · 11 years ago
  61. 300f6d3 add some error parsing macros by Paul Kehrer · 11 years ago
  62. 80ff4e5 Merge pull request #179 from reaperhulk/gcm-vectors by Alex Gaynor · 11 years ago
  63. 9f17d49 Merge pull request #178 from dreid/composable-contexts by Alex Gaynor · 11 years ago
  64. acedb32 Rename _OneTimeCipherContext by David Reid · 11 years ago
  65. e3a0269 AES GCM vectors from NIST by Paul Kehrer · 11 years ago
  66. 488c794 Don't forget to provide an interface. by David Reid · 11 years ago
  67. 9188b01 Initial refactoring of backend specific contexts. by David Reid · 11 years ago
  68. 9f611ee Merge pull request #177 from dreid/privatize-cyclical-backend by Donald Stufft · 11 years ago
  69. c0c9c73 Give API collections direct references to the backend. by David Reid · 11 years ago
  70. f9d838c Merge pull request #175 from reaperhulk/evp-cipher-methods by Alex Gaynor · 11 years ago
  71. de50512 simplify enc/dec in the OpenSSL backend by using the EVP_Cipher* methods by Paul Kehrer · 11 years ago
  72. 6deb472 Merge pull request #173 from reaperhulk/split-backend by Alex Gaynor · 11 years ago
  73. 14c3a35 split backend up (refs #170) by Paul Kehrer · 11 years ago
  74. 25c0037 Merge pull request #172 from reaperhulk/api-to-backend-in-one-easy-step by Alex Gaynor · 11 years ago
  75. f4c5976 more backend renames from merged commits by Paul Kehrer · 11 years ago
  76. 360e2d5 Merge branch 'master' into api-to-backend-in-one-easy-step by Paul Kehrer · 11 years ago
  77. 2c4873f we regret the excesses of our previous api culling. restore some apis. by Paul Kehrer · 11 years ago
  78. db37d0e the great api -> backend rename by Paul Kehrer · 11 years ago
  79. 68e5de7 Merge pull request #171 from dreid/use-currentmodule by Alex Gaynor · 11 years ago
  80. e17bd00 Merge pull request #153 from reaperhulk/hash-ctx-copy-api by Alex Gaynor · 11 years ago
  81. 1f3d718 Make use of currentmodule to maybe reduce redundant module definitions and also get source links. by David Reid · 11 years ago
  82. 5b699cc Merge pull request #168 from reaperhulk/evp-add-gcm-requirements by Alex Gaynor · 11 years ago
  83. 45e416a Merge pull request #169 from alex/new-rtd-theme by David Reid · 11 years ago
  84. 7728516 Enable the new read the docs theme, it's pretty. by Alex Gaynor · 11 years ago
  85. 463db68 use is for identical object comparison by Paul Kehrer · 11 years ago
  86. f54dcdb Merge pull request #167 from reaperhulk/hash-doc-fix by Alex Gaynor · 11 years ago
  87. 9ec1fd4 add gcm constants and EVP_CIPHER_CTX_ctrl macro by Paul Kehrer · 11 years ago
  88. 6ce102a Merge pull request #166 from alex/disable-coveralls by David Reid · 11 years ago
  89. 2b9b301 md5 is 128-bit. The person responsible for this mistake has been shot by Paul Kehrer · 11 years ago
  90. 7a2a191 add test to verify api is being copied in hash by Paul Kehrer · 11 years ago
  91. 6ffa54f Merge pull request #165 from dreid/proper-returns by Alex Gaynor · 11 years ago
  92. daac6d0 When copying a hash, pass the api through to the new object by Paul Kehrer · 11 years ago
  93. e21e14a Disabled coveralls by Alex Gaynor · 11 years ago
  94. 63ba665 Don't try to fit the type into the :return: declaration instead describe it in the prose where it'll be properly linked. by David Reid · 11 years ago
  95. f225986 Merge pull request #164 from dreid/dangling-rtd-reference by Alex Gaynor · 11 years ago
  96. df1d8d6 Remove a dangling reference to Read The Docs. by David Reid · 11 years ago
  97. f54ffd4 Merge pull request #155 from reaperhulk/hmac-vectors by David Reid · 11 years ago
  98. 69d87e5 Merge pull request #163 from reaperhulk/fix-bug-148 by Alex Gaynor · 11 years ago
  99. 0b2042b fixes #148 + test case by Paul Kehrer · 11 years ago
  100. c59038c add note on hmac truncation vectors by Paul Kehrer · 11 years ago