1. 484713f Merge branch 'master' into fernet by Alex Gaynor · 11 years ago
  2. 0e5fd07 Merge pull request #206 from alex/py3pep8 by David Reid · 11 years ago
  3. 38f3455 Started working on the invalid cases by Alex Gaynor · 11 years ago
  4. fb8adfc Use raw vector files by Alex Gaynor · 11 years ago
  5. c510e49 Added a tox/travis just for running flake8 under py3k by Alex Gaynor · 11 years ago
  6. 139cf46 py3k fix by Alex Gaynor · 11 years ago
  7. 5ac6524 fix by Alex Gaynor · 11 years ago
  8. 5c5342e fix for py3k by Alex Gaynor · 11 years ago
  9. 8eac305 Merge branch 'master' into fernet by Alex Gaynor · 11 years ago
  10. 413bd8b py3k syntax fix by Alex Gaynor · 11 years ago
  11. 6adaf27 Merge pull request #198 from reaperhulk/vector-movin by David Reid · 11 years ago
  12. b735107 rename camellia tests by Paul Kehrer · 11 years ago
  13. 36e2df0 Fixed keylength in example by Alex Gaynor · 11 years ago
  14. 13e0d54 Be explicit by Alex Gaynor · 11 years ago
  15. de475eb Improve the docs by Alex Gaynor · 11 years ago
  16. 333fb10 Docs by Alex Gaynor · 11 years ago
  17. de36e90 Address pep8 concerns by Alex Gaynor · 11 years ago
  18. 20884bf update tests for new test vector locations by Paul Kehrer · 11 years ago
  19. 234f3ab move AES/3DES vectors into mode dirs and separate SHA vectors by Paul Kehrer · 11 years ago
  20. 05b94a6 Unused by Alex Gaynor · 11 years ago
  21. cd47c4a Extra assert by Alex Gaynor · 11 years ago
  22. 5e87dfd Fixed test and implementation by Alex Gaynor · 11 years ago
  23. 2b21b12 Added test cases, fixed a bug by Alex Gaynor · 11 years ago
  24. f593848 Slightly cleaner by Alex Gaynor · 11 years ago
  25. bbeba71 Implemented decryption by Alex Gaynor · 11 years ago
  26. 02fad00 Started implementating encryption for fernet by Alex Gaynor · 11 years ago
  27. 9b457de move around the tests to organize by cipher by Paul Kehrer · 11 years ago
  28. 2b75867 restructure vectors into ciphers/hashes/hmac by Paul Kehrer · 11 years ago
  29. d5e9c8d Merge pull request #196 from reaperhulk/evp-cipher-set-key-length by Alex Gaynor · 11 years ago
  30. 384c1de set the key length when initializing a cipher context by Paul Kehrer · 11 years ago
  31. 6f6d608 Merge pull request #195 from alex/sphinx-hazmat-plugin by Donald Stufft · 11 years ago
  32. b8be0e9 Fixed pep8 by Alex Gaynor · 11 years ago
  33. 05a190e Document that you should use the hazmat directive by Alex Gaynor · 11 years ago
  34. af82d5e Made a sphinx extension which emits the hazardous materials danger admonition by Alex Gaynor · 11 years ago
  35. acfdd61 Merge pull request #194 from alex/current-module-hmac by David Reid · 11 years ago
  36. e0f7082 Merge pull request #192 from alex/pkcs7-padding by Donald Stufft · 11 years ago
  37. 4658ce1 Use current module in the hmac docs, for consistency by Alex Gaynor · 11 years ago
  38. f108871 Perform this comparison in a constan ttime fashion by Alex Gaynor · 11 years ago
  39. 5787fb5 raise an error if you unicode by Alex Gaynor · 11 years ago
  40. 60ad3e1 Clean up var naming by Alex Gaynor · 11 years ago
  41. 25f96e5 Optimize + test cases by Alex Gaynor · 11 years ago
  42. f0bec9c Remove removed methods from docs by Alex Gaynor · 11 years ago
  43. 22e2eae Removed helper by Alex Gaynor · 11 years ago
  44. 23aeea2 Fix the naming of these classes by Alex Gaynor · 11 years ago
  45. 0708278 typo by Alex Gaynor · 11 years ago
  46. b2d5efd More docs by Alex Gaynor · 11 years ago
  47. db279d0 Added a PaddingContext interface by Alex Gaynor · 11 years ago
  48. c83d447 Reference a comment for this by Alex Gaynor · 11 years ago
  49. 5f3db27 Start of docs by Alex Gaynor · 11 years ago
  50. 89546af Merge branch 'master' into pkcs7-padding by Alex Gaynor · 11 years ago
  51. 3944a8c Initial implementation with tests, docs to follow by Alex Gaynor · 11 years ago
  52. a9d9922 Merge pull request #157 from reaperhulk/hmac by David Reid · 11 years ago
  53. 50a8815 update hmac docs by Paul Kehrer · 11 years ago
  54. ca8ed29 fix indentation error and wrapping in docs by Paul Kehrer · 11 years ago
  55. c402f35 Merge pull request #183 from reaperhulk/xts-vectors by David Reid · 11 years ago
  56. 8c07264 NIST AES XTS vectors. by Paul Kehrer · 11 years ago
  57. bf8962a fix hmac docs to point to new hazmat location by Paul Kehrer · 11 years ago
  58. 30eabdd change type of exception raised, fix docs typo by Paul Kehrer · 11 years ago
  59. 2824ab7 make hmac (mostly) compatible with stdlib hmac by Paul Kehrer · 11 years ago
  60. 1bb8b71 clean up loader and make docs default to hmac sha256 by Paul Kehrer · 11 years ago
  61. 00dd509 address initial review comments by Paul Kehrer · 11 years ago
  62. 6122d12 remove dangling todo by Paul Kehrer · 11 years ago
  63. 64cadb3 cleanup context after finalizing by Paul Kehrer · 11 years ago
  64. 0317b04 HMAC support by Paul Kehrer · 11 years ago
  65. 0a0d749 Merge pull request #190 from alex/hashes-docs by David Reid · 11 years ago
  66. f1db30e Merge pull request #189 from alex/docs-emphasis by Hynek Schlawack · 11 years ago
  67. 23d01a2 example of how to use hashes by Alex Gaynor · 11 years ago
  68. 66ba601 reorder by Alex Gaynor · 11 years ago
  69. 9d683f7 Merge pull request #188 from dstufft/hazmat by Alex Gaynor · 11 years ago
  70. 0a1550e Hazard -> Hazardous by Donald Stufft · 11 years ago
  71. 69d628d Handle the deeper package directory by Donald Stufft · 11 years ago
  72. e51fb93 Move the danger to the very top of the file by Donald Stufft · 11 years ago
  73. 214d11a Move the module name to it's own variable by Donald Stufft · 11 years ago
  74. d8f0118 Warn about dragons and dinosaurs with laser guns by Donald Stufft · 11 years ago
  75. 9590467 Put recipes first by Donald Stufft · 11 years ago
  76. ce0d781 Move the bindings into the hazmat module by Donald Stufft · 11 years ago
  77. f04317a Move primtives into a hazmat package by Donald Stufft · 11 years ago
  78. 01fbdf7 Merge pull request #181 from reaperhulk/error-handling by Alex Gaynor · 11 years ago
  79. 42e0a81 Merge pull request #186 from alex/reqs by Hynek Schlawack · 11 years ago
  80. cfabf86 Merge pull request #185 from alex/linkcheck by Hynek Schlawack · 11 years ago
  81. d31f849 Update the requirements file for our direct invocations of coverage by Alex Gaynor · 11 years ago
  82. 0a5654f Also linkcheck the docs by Alex Gaynor · 11 years ago
  83. 300f6d3 add some error parsing macros by Paul Kehrer · 11 years ago
  84. 80ff4e5 Merge pull request #179 from reaperhulk/gcm-vectors by Alex Gaynor · 11 years ago
  85. 9f17d49 Merge pull request #178 from dreid/composable-contexts by Alex Gaynor · 11 years ago
  86. acedb32 Rename _OneTimeCipherContext by David Reid · 11 years ago
  87. e3a0269 AES GCM vectors from NIST by Paul Kehrer · 11 years ago
  88. 488c794 Don't forget to provide an interface. by David Reid · 11 years ago
  89. 9188b01 Initial refactoring of backend specific contexts. by David Reid · 11 years ago
  90. 9f611ee Merge pull request #177 from dreid/privatize-cyclical-backend by Donald Stufft · 11 years ago
  91. c0c9c73 Give API collections direct references to the backend. by David Reid · 11 years ago
  92. f9d838c Merge pull request #175 from reaperhulk/evp-cipher-methods by Alex Gaynor · 11 years ago
  93. de50512 simplify enc/dec in the OpenSSL backend by using the EVP_Cipher* methods by Paul Kehrer · 11 years ago
  94. 6deb472 Merge pull request #173 from reaperhulk/split-backend by Alex Gaynor · 11 years ago
  95. 14c3a35 split backend up (refs #170) by Paul Kehrer · 11 years ago
  96. 25c0037 Merge pull request #172 from reaperhulk/api-to-backend-in-one-easy-step by Alex Gaynor · 11 years ago
  97. f4c5976 more backend renames from merged commits by Paul Kehrer · 11 years ago
  98. 360e2d5 Merge branch 'master' into api-to-backend-in-one-easy-step by Paul Kehrer · 11 years ago
  99. 2c4873f we regret the excesses of our previous api culling. restore some apis. by Paul Kehrer · 11 years ago
  100. db37d0e the great api -> backend rename by Paul Kehrer · 11 years ago