1. 2824ab7 make hmac (mostly) compatible with stdlib hmac by Paul Kehrer · 11 years ago
  2. 1bb8b71 clean up loader and make docs default to hmac sha256 by Paul Kehrer · 11 years ago
  3. 00dd509 address initial review comments by Paul Kehrer · 11 years ago
  4. 6122d12 remove dangling todo by Paul Kehrer · 11 years ago
  5. 64cadb3 cleanup context after finalizing by Paul Kehrer · 11 years ago
  6. 0317b04 HMAC support by Paul Kehrer · 11 years ago
  7. 0a0d749 Merge pull request #190 from alex/hashes-docs by David Reid · 11 years ago
  8. f1db30e Merge pull request #189 from alex/docs-emphasis by Hynek Schlawack · 11 years ago
  9. 23d01a2 example of how to use hashes by Alex Gaynor · 11 years ago
  10. 66ba601 reorder by Alex Gaynor · 11 years ago
  11. 9d683f7 Merge pull request #188 from dstufft/hazmat by Alex Gaynor · 11 years ago
  12. 0a1550e Hazard -> Hazardous by Donald Stufft · 11 years ago
  13. 69d628d Handle the deeper package directory by Donald Stufft · 11 years ago
  14. e51fb93 Move the danger to the very top of the file by Donald Stufft · 11 years ago
  15. 214d11a Move the module name to it's own variable by Donald Stufft · 11 years ago
  16. d8f0118 Warn about dragons and dinosaurs with laser guns by Donald Stufft · 11 years ago
  17. 9590467 Put recipes first by Donald Stufft · 11 years ago
  18. ce0d781 Move the bindings into the hazmat module by Donald Stufft · 11 years ago
  19. f04317a Move primtives into a hazmat package by Donald Stufft · 11 years ago
  20. 01fbdf7 Merge pull request #181 from reaperhulk/error-handling by Alex Gaynor · 11 years ago
  21. 42e0a81 Merge pull request #186 from alex/reqs by Hynek Schlawack · 11 years ago
  22. cfabf86 Merge pull request #185 from alex/linkcheck by Hynek Schlawack · 11 years ago
  23. d31f849 Update the requirements file for our direct invocations of coverage by Alex Gaynor · 11 years ago
  24. 0a5654f Also linkcheck the docs by Alex Gaynor · 11 years ago
  25. 300f6d3 add some error parsing macros by Paul Kehrer · 11 years ago
  26. 80ff4e5 Merge pull request #179 from reaperhulk/gcm-vectors by Alex Gaynor · 11 years ago
  27. 9f17d49 Merge pull request #178 from dreid/composable-contexts by Alex Gaynor · 11 years ago
  28. acedb32 Rename _OneTimeCipherContext by David Reid · 11 years ago
  29. e3a0269 AES GCM vectors from NIST by Paul Kehrer · 11 years ago
  30. 488c794 Don't forget to provide an interface. by David Reid · 11 years ago
  31. 9188b01 Initial refactoring of backend specific contexts. by David Reid · 11 years ago
  32. 9f611ee Merge pull request #177 from dreid/privatize-cyclical-backend by Donald Stufft · 11 years ago
  33. c0c9c73 Give API collections direct references to the backend. by David Reid · 11 years ago
  34. f9d838c Merge pull request #175 from reaperhulk/evp-cipher-methods by Alex Gaynor · 11 years ago
  35. de50512 simplify enc/dec in the OpenSSL backend by using the EVP_Cipher* methods by Paul Kehrer · 11 years ago
  36. 6deb472 Merge pull request #173 from reaperhulk/split-backend by Alex Gaynor · 11 years ago
  37. 14c3a35 split backend up (refs #170) by Paul Kehrer · 11 years ago
  38. 25c0037 Merge pull request #172 from reaperhulk/api-to-backend-in-one-easy-step by Alex Gaynor · 11 years ago
  39. f4c5976 more backend renames from merged commits by Paul Kehrer · 11 years ago
  40. 360e2d5 Merge branch 'master' into api-to-backend-in-one-easy-step by Paul Kehrer · 11 years ago
  41. 2c4873f we regret the excesses of our previous api culling. restore some apis. by Paul Kehrer · 11 years ago
  42. db37d0e the great api -> backend rename by Paul Kehrer · 11 years ago
  43. 68e5de7 Merge pull request #171 from dreid/use-currentmodule by Alex Gaynor · 11 years ago
  44. e17bd00 Merge pull request #153 from reaperhulk/hash-ctx-copy-api by Alex Gaynor · 11 years ago
  45. 1f3d718 Make use of currentmodule to maybe reduce redundant module definitions and also get source links. by David Reid · 11 years ago
  46. 5b699cc Merge pull request #168 from reaperhulk/evp-add-gcm-requirements by Alex Gaynor · 11 years ago
  47. 45e416a Merge pull request #169 from alex/new-rtd-theme by David Reid · 11 years ago
  48. 7728516 Enable the new read the docs theme, it's pretty. by Alex Gaynor · 11 years ago
  49. 463db68 use is for identical object comparison by Paul Kehrer · 11 years ago
  50. f54dcdb Merge pull request #167 from reaperhulk/hash-doc-fix by Alex Gaynor · 11 years ago
  51. 9ec1fd4 add gcm constants and EVP_CIPHER_CTX_ctrl macro by Paul Kehrer · 11 years ago
  52. 6ce102a Merge pull request #166 from alex/disable-coveralls by David Reid · 11 years ago
  53. 2b9b301 md5 is 128-bit. The person responsible for this mistake has been shot by Paul Kehrer · 11 years ago
  54. 7a2a191 add test to verify api is being copied in hash by Paul Kehrer · 11 years ago
  55. 6ffa54f Merge pull request #165 from dreid/proper-returns by Alex Gaynor · 11 years ago
  56. daac6d0 When copying a hash, pass the api through to the new object by Paul Kehrer · 11 years ago
  57. e21e14a Disabled coveralls by Alex Gaynor · 11 years ago
  58. 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
  59. f225986 Merge pull request #164 from dreid/dangling-rtd-reference by Alex Gaynor · 11 years ago
  60. df1d8d6 Remove a dangling reference to Read The Docs. by David Reid · 11 years ago
  61. f54ffd4 Merge pull request #155 from reaperhulk/hmac-vectors by David Reid · 11 years ago
  62. 69d87e5 Merge pull request #163 from reaperhulk/fix-bug-148 by Alex Gaynor · 11 years ago
  63. 0b2042b fixes #148 + test case by Paul Kehrer · 11 years ago
  64. c59038c add note on hmac truncation vectors by Paul Kehrer · 11 years ago
  65. 9949702 Merge pull request #112 from reaperhulk/block-cipher-decrypt by David Reid · 11 years ago
  66. b2c94fd verify that encryptor/decryptor returns CipherContext compliant interface by Paul Kehrer · 11 years ago
  67. ab73ed9 Merge pull request #108 from alex/triple-des by Donald Stufft · 11 years ago
  68. f6cf956 more docs by Paul Kehrer · 11 years ago
  69. fbcc564 grammar by Alex Gaynor · 11 years ago
  70. 077c50b Merge branch 'master' into triple-des by Alex Gaynor · 11 years ago
  71. f1903e9 fix doc test failure by Paul Kehrer · 11 years ago
  72. 2647636 Merge pull request #162 from alex/document-constructor by Hynek Schlawack · 11 years ago
  73. 2f63b77 exclude abstractmethod decorator from coverage by Paul Kehrer · 11 years ago
  74. d1afe39 fix typo and show result of decryption in docs by Paul Kehrer · 11 years ago
  75. 5399fd0 Create CipherContext interface & document it by Paul Kehrer · 11 years ago
  76. f3b06cd Document this parameter to the constructor by Alex Gaynor · 11 years ago
  77. 7b3c1b9 Merge branch 'master' into triple-des by Alex Gaynor · 11 years ago
  78. e524d73 Merge pull request #147 from reaperhulk/hash-improvements by Alex Gaynor · 11 years ago
  79. f342178 Merge pull request #161 from alex/flake8 by David Reid · 11 years ago
  80. afdddca Enable all the flake8 by Alex Gaynor · 11 years ago
  81. 49b15bf Merge pull request #160 from alex/lint-setup by David Reid · 11 years ago
  82. 1d80538 Also ignore eggs by Alex Gaynor · 11 years ago
  83. 967c03b Better way by Alex Gaynor · 11 years ago
  84. b58865b Lint setup.py by Alex Gaynor · 11 years ago
  85. b59377d remove unneeded import...whoops by Paul Kehrer · 11 years ago
  86. 3e0895c rename variables in encrypt/decrypt example by Paul Kehrer · 11 years ago
  87. fd56c5f remove enum requirement now that we're not using enum by Paul Kehrer · 11 years ago
  88. 9f7ea6e Merge branch 'master' into block-cipher-decrypt by Paul Kehrer · 11 years ago
  89. f988a9e This is a frozenset these days by Alex Gaynor · 11 years ago
  90. 7a3338b Tests for all the keysizes by Alex Gaynor · 11 years ago
  91. a4ce161 Removed the interleaved ones by Alex Gaynor · 11 years ago
  92. 8e251e7 cfb tests by Alex Gaynor · 11 years ago
  93. 1db9319 Fuck by Alex Gaynor · 11 years ago
  94. e218856 py3k by Alex Gaynor · 11 years ago
  95. df146c5 These are also interleaved by Alex Gaynor · 11 years ago
  96. a3106b1 Remove this, it's not really CBC by Alex Gaynor · 11 years ago
  97. 8af0390 fix by Alex Gaynor · 11 years ago
  98. d472862 fixes by Alex Gaynor · 11 years ago
  99. 804e981 KAT tests for 3des ofb by Alex Gaynor · 11 years ago
  100. 58dbc67 No need for another test function by Alex Gaynor · 11 years ago