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