1. 5787fb5 raise an error if you unicode by Alex Gaynor · 11 years ago
  2. 60ad3e1 Clean up var naming by Alex Gaynor · 11 years ago
  3. 25f96e5 Optimize + test cases by Alex Gaynor · 11 years ago
  4. 22e2eae Removed helper by Alex Gaynor · 11 years ago
  5. 89546af Merge branch 'master' into pkcs7-padding by Alex Gaynor · 11 years ago
  6. 3944a8c Initial implementation with tests, docs to follow by Alex Gaynor · 11 years ago
  7. a9d9922 Merge pull request #157 from reaperhulk/hmac by David Reid · 11 years ago
  8. 8c07264 NIST AES XTS vectors. by Paul Kehrer · 11 years ago
  9. 30eabdd change type of exception raised, fix docs typo by Paul Kehrer · 11 years ago
  10. 2824ab7 make hmac (mostly) compatible with stdlib hmac by Paul Kehrer · 11 years ago
  11. 1bb8b71 clean up loader and make docs default to hmac sha256 by Paul Kehrer · 11 years ago
  12. 00dd509 address initial review comments by Paul Kehrer · 11 years ago
  13. 6122d12 remove dangling todo by Paul Kehrer · 11 years ago
  14. 0317b04 HMAC support by Paul Kehrer · 11 years ago
  15. 69d628d Handle the deeper package directory by Donald Stufft · 11 years ago
  16. ce0d781 Move the bindings into the hazmat module by Donald Stufft · 11 years ago
  17. f04317a Move primtives into a hazmat package by Donald Stufft · 11 years ago
  18. e3a0269 AES GCM vectors from NIST by Paul Kehrer · 11 years ago
  19. 14c3a35 split backend up (refs #170) by Paul Kehrer · 11 years ago
  20. f4c5976 more backend renames from merged commits by Paul Kehrer · 11 years ago
  21. 360e2d5 Merge branch 'master' into api-to-backend-in-one-easy-step by Paul Kehrer · 11 years ago
  22. db37d0e the great api -> backend rename by Paul Kehrer · 11 years ago
  23. 463db68 use is for identical object comparison by Paul Kehrer · 11 years ago
  24. 7a2a191 add test to verify api is being copied in hash by Paul Kehrer · 11 years ago
  25. daac6d0 When copying a hash, pass the api through to the new object by Paul Kehrer · 11 years ago
  26. f54ffd4 Merge pull request #155 from reaperhulk/hmac-vectors by David Reid · 11 years ago
  27. 0b2042b fixes #148 + test case by Paul Kehrer · 11 years ago
  28. c59038c add note on hmac truncation vectors by Paul Kehrer · 11 years ago
  29. 9949702 Merge pull request #112 from reaperhulk/block-cipher-decrypt by David Reid · 11 years ago
  30. b2c94fd verify that encryptor/decryptor returns CipherContext compliant interface by Paul Kehrer · 11 years ago
  31. 7b3c1b9 Merge branch 'master' into triple-des by Alex Gaynor · 11 years ago
  32. e524d73 Merge pull request #147 from reaperhulk/hash-improvements by Alex Gaynor · 11 years ago
  33. afdddca Enable all the flake8 by Alex Gaynor · 11 years ago
  34. 9f7ea6e Merge branch 'master' into block-cipher-decrypt by Paul Kehrer · 11 years ago
  35. 7a3338b Tests for all the keysizes by Alex Gaynor · 11 years ago
  36. a4ce161 Removed the interleaved ones by Alex Gaynor · 11 years ago
  37. 8e251e7 cfb tests by Alex Gaynor · 11 years ago
  38. 1db9319 Fuck by Alex Gaynor · 11 years ago
  39. e218856 py3k by Alex Gaynor · 11 years ago
  40. df146c5 These are also interleaved by Alex Gaynor · 11 years ago
  41. a3106b1 Remove this, it's not really CBC by Alex Gaynor · 11 years ago
  42. 8af0390 fix by Alex Gaynor · 11 years ago
  43. d472862 fixes by Alex Gaynor · 11 years ago
  44. 804e981 KAT tests for 3des ofb by Alex Gaynor · 11 years ago
  45. 58dbc67 No need for another test function by Alex Gaynor · 11 years ago
  46. dc42400 TripleDES OFB MMT tests by Alex Gaynor · 11 years ago
  47. 19642a1 pep8ification, stub classes for OFB and CFB by Alex Gaynor · 11 years ago
  48. 5e04ba6 Initial working state by Alex Gaynor · 11 years ago
  49. 653463f address review comments by Paul Kehrer · 11 years ago
  50. 9f79164 Merge branch 'master' into triple-des by Alex Gaynor · 11 years ago
  51. 6f874ff Merge branch 'master' into refactor-cipher-names by Alex Gaynor · 11 years ago
  52. 620c2ae block cipher decryption support by Paul Kehrer · 11 years ago
  53. 49360dd HMAC test vectors from RFC 2202, 2286, and 4231 by Paul Kehrer · 11 years ago
  54. d4cb34d Allow data to be passed in the constructor & reject unicode ala hashlib by Paul Kehrer · 11 years ago
  55. 36e7d0d MD5 support + documentation for all hashes by Paul Kehrer · 11 years ago
  56. 1caf8ab Merge pull request #128 from reaperhulk/hash-saga-whirlpool by Donald Stufft · 11 years ago
  57. 2acd77a Only execute only_if if we need to by Donald Stufft · 11 years ago
  58. 3359d7e Test what happens when an invalid line is in the cryptrec vectors by Donald Stufft · 11 years ago
  59. c3a2b42 Unaligned block encryption test by Paul Kehrer · 11 years ago
  60. 79ff8bf Whirlpool support by Paul Kehrer · 11 years ago
  61. c179407 ripemd160 support + long string hash test by Paul Kehrer · 11 years ago
  62. 7e5697c SHA-2 family support by Paul Kehrer · 11 years ago
  63. ba3b471 change api.supports_hash to take a hash class rather than a str by Paul Kehrer · 11 years ago
  64. bb069c2 remove unneeded lambdas from tests by Paul Kehrer · 11 years ago
  65. bde6fb5 Hash Saga Part 3 - API changes + SHA1 support + tests by Paul Kehrer · 11 years ago
  66. 87cd0db update loader and test to handle lines with brackets by Paul Kehrer · 11 years ago
  67. 79c16e9 alphabetical import order and quote consistency... by Paul Kehrer · 11 years ago
  68. 69e0652 hash vector loader and tests by Paul Kehrer · 11 years ago
  69. 487b71a Merge pull request #80 from reaperhulk/evp-md by David Reid · 11 years ago
  70. ad4f267 remove raw whirlpool vectors (formatted vectors already committed) by Paul Kehrer · 11 years ago
  71. 3bdc6b6 Removed name fro BlockCipher -- it's arbitrarily based on the format openssl uses for *some* ciphers by Alex Gaynor · 11 years ago
  72. d664481 fix by Alex Gaynor · 11 years ago
  73. 8ffb64c Merge branch 'master' into refactor-cipher-names by Alex Gaynor · 11 years ago
  74. d0ec60e AES Counter support by Paul Kehrer · 11 years ago
  75. a4da1d2 Up our coverage by Alex Gaynor · 11 years ago
  76. b400804 pep8 and py3k fixes by Alex Gaynor · 11 years ago
  77. 8ee1027 Refactor how cipher names are computed by Alex Gaynor · 11 years ago
  78. ef2f91e Get the tests running by Alex Gaynor · 11 years ago
  79. 6abac46 Port this test except it doesn't work because of plaintext and ciphertext naming, need to make that flexible by Alex Gaynor · 11 years ago
  80. e761f8b Merge branch 'master' into triple-des by Alex Gaynor · 11 years ago
  81. 745c95c flake8 fixes by Alex Gaynor · 11 years ago
  82. 0d381b7 Unit test the test harness by Alex Gaynor · 11 years ago
  83. f55da9d Yolo by Alex Gaynor · 11 years ago
  84. fb39b3f Rewrite to avoid capitalization issues by Alex Gaynor · 11 years ago
  85. 512dd69 Move around the skip logic by Alex Gaynor · 11 years ago
  86. a20631d Consolidate this list by Alex Gaynor · 11 years ago
  87. 016eed1 Ported openssl vector tests by Alex Gaynor · 11 years ago
  88. bd458ae Missed file by Alex Gaynor · 11 years ago
  89. 1fe70b1 Start of the great refactoring by Alex Gaynor · 11 years ago
  90. f542778 use the pragmas consistently. by Paul Kehrer · 11 years ago
  91. 20034b1 add pragma: no cover to handle coverage in the tests for the moment by Paul Kehrer · 11 years ago
  92. 84bb1bb remove openssl api dependency in test_openssl_vectors by Paul Kehrer · 11 years ago
  93. f2ce1ae rebase and modify to support some changed behaviors by Paul Kehrer · 11 years ago
  94. dff22d4 Camellia block cipher support by Paul Kehrer · 11 years ago
  95. 81a5287 Use a None default so composition is easier by Alex Gaynor · 11 years ago
  96. 814efab Explicitly pass around the API, and run all tests under all available APIs by Alex Gaynor · 11 years ago
  97. 7256811 Added MD5 test vectors from RFC 1321 (http://www.ietf.org/rfc/rfc1321.txt) by Paul Kehrer · 11 years ago
  98. 68ced28 add ISO/IEC 10118-3 test vectors for RIPEMD160 and Whirlpool. by Paul Kehrer · 11 years ago
  99. b2dc477 SHA test vectors (byte oriented) from NIST by Paul Kehrer · 11 years ago
  100. e580598 simplify cryptrec loader, improve comments by Paul Kehrer · 11 years ago