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