1. efc6838 Updated vectors to include secret. by Ayrx · 12 years ago
  2. eb795d2 Renamed vectors/otp to vectors/oath by Ayrx · 12 years ago
  3. 4300f6c Added test vectors for HOTP and TOTP algorithms. by Ayrx · 12 years ago
  4. e4f7874 pytest marks for RSA by Paul Kehrer · 12 years ago
  5. 41ace0a Merge pull request #559 from public/rsa-keys by Paul Kehrer · 12 years ago
  6. bc29f5b Make tests more explicit. by Alex Stapleton · 12 years ago
  7. a3b8550 Check that public_exponent is odd by Alex Stapleton · 12 years ago
  8. e237637 Use os.path.join to make paths by Alex Stapleton · 12 years ago
  9. 4eaab17 More sanity checks by Alex Stapleton · 12 years ago
  10. d258222 remove deactivate and replace with activate_builtin_random by Paul Kehrer · 12 years ago
  11. c91f239 Merge branch 'master' into urandom-engine by Paul Kehrer · 12 years ago
  12. 7d69d3a Test alias properties by Alex Stapleton · 12 years ago
  13. 3829bc2 Check p*q=n in the tests by Alex Stapleton · 12 years ago
  14. 5d17ab3 Sanity check keys. by Alex Stapleton · 12 years ago
  15. 52026b8 RSA keys by Alex Stapleton · 12 years ago
  16. 58f27ac PKCS #1 RSA test vector loader by Alex Stapleton · 12 years ago
  17. 09d08ae Made OpenSSL's derive_pbkdf2_hmac raise the right exception by Alex Gaynor · 12 years ago
  18. 1389acb assert the right thing by Paul Kehrer · 12 years ago
  19. e4acd5d Merge branch 'master' into urandom-engine by Paul Kehrer · 12 years ago
  20. 53f6dbc Merge branch 'master' into prioritized-multi-backend by Alex Gaynor · 12 years ago
  21. 450bb4c Rename and document by Alex Gaynor · 12 years ago
  22. 15ac790 Properly mark all test cases as dependant on HMAC. by David Reid · 12 years ago
  23. d69e950 Don't forget InvalidKey. by David Reid · 12 years ago
  24. 6385561 Import exception classes instead of the exceptions module. by David Reid · 12 years ago
  25. 15fd643 Don't expose extract and expand on this class yet because we don't know how best to expose verify functionality, continue testing the stages using the private methods. by David Reid · 12 years ago
  26. f3f8df3 Complete test coverage by David Reid · 12 years ago
  27. e03a289 Use six.u for great good. by David Reid · 12 years ago
  28. 98c182f Consistently use double quotes. by David Reid · 12 years ago
  29. ec4155a Aggressively type-check for text. by David Reid · 12 years ago
  30. fec6d14 bytes all the things. by David Reid · 12 years ago
  31. bddcb34 Remove more leftovers from rebase. by David Reid · 12 years ago
  32. c4e7563 Add test cases for length checking and already finalized. by David Reid · 12 years ago
  33. 3ddf989 Remove load_hkdf_vectors which snuck in with a rebase. by David Reid · 12 years ago
  34. 0d492db Closer to proposed interface in #513. by David Reid · 12 years ago
  35. 1436730 Use the nist vector loader. by David Reid · 12 years ago
  36. 9b24cb8 Fix case. by David Reid · 12 years ago
  37. 41f12d7 Fix pep8. by David Reid · 12 years ago
  38. 5443e9d Break up hkdf_derive into hkdf_extract and hkdf_expand. by David Reid · 12 years ago
  39. a187836 This got split into SHA1 and SHA256 by David Reid · 12 years ago
  40. 66c9cd9 Refactor HKDF support and provide vectors for tests. by David Reid · 12 years ago
  41. e035ba9 add catastrophic failure check to tests by Paul Kehrer · 12 years ago
  42. 30ff19b More detailed error message for InternalError by Alex Stapleton · 12 years ago
  43. 7581866 Handle multiple errors on the stack by Alex Stapleton · 12 years ago
  44. 719c897 Merge pull request #537 from public/pkcs1-vectors by David Reid · 12 years ago
  45. d52b89b change register/unregister to activate/deactivate by Paul Kehrer · 12 years ago
  46. a45a770 pep8 fixes by Alex Gaynor · 12 years ago
  47. 62dd58f PKCS#1 vectors by Alex Stapleton · 12 years ago
  48. ebc5161 Fix by Alex Gaynor · 12 years ago
  49. 0929f8f More direct tests by Alex Gaynor · 12 years ago
  50. 723bb96 Not true anymore by Alex Gaynor · 12 years ago
  51. 87899d4 Direct tests for the hash support by Alex Gaynor · 12 years ago
  52. 6ced2f6 Direct tests for the cipher support by Alex Gaynor · 12 years ago
  53. 19e19ae Replace re-running all tests with some unit tests by Alex Gaynor · 12 years ago
  54. fcaf976 Initial work on a prioritized multibackend for which implements CipherBackend by Alex Gaynor · 12 years ago
  55. a85baf1 add windows support to random engine tests by Paul Kehrer · 12 years ago
  56. 5ff3167 Merge branch 'master' into urandom-engine by Paul Kehrer · 12 years ago
  57. 6fb1a5a add test for null char replacement by Paul Kehrer · 12 years ago
  58. 2e8617b rename test files by Paul Kehrer · 12 years ago
  59. 5c8ea70 add some unicode checks for salt on init and key_material on derive by Paul Kehrer · 12 years ago
  60. 1277bc7 okay this time really finish the rename. Up example iterations to 100k by Paul Kehrer · 12 years ago
  61. 695313f remove length check (which cffi handles) by Paul Kehrer · 12 years ago
  62. 6f2a04b test coverage, other changes by Paul Kehrer · 12 years ago
  63. 1050ddf PBKDF2 support for OpenSSL backend by Paul Kehrer · 12 years ago
  64. 44fd074 add PBKDF2 SHA1 vectors from RFC 6070 by Paul Kehrer · 12 years ago
  65. 8412e74 Convert the HKDF vectors to the NIST format. by David Reid · 12 years ago
  66. 36e651c Represent the hash vectors more cleanly by Alex Gaynor · 12 years ago
  67. f2e34be Merge pull request #492 from public/py-thread-safe by Alex Gaynor · 12 years ago
  68. 29446cd Remove the contenious test of contention by Alex Stapleton · 12 years ago
  69. 0d62fb0 Switch to using our own InternalError, instead of SystemError by Alex Gaynor · 12 years ago
  70. 7ce51f2 Split a test in half by Alex Stapleton · 12 years ago
  71. 06649cf Also test the locking cb directly by Alex Stapleton · 12 years ago
  72. 17ed58d Python implementation of OpenSSL locking callback by Alex Stapleton · 12 years ago
  73. ec73839 SHA256 vectors. by David Reid · 12 years ago
  74. 580e883 Add HKDF vectors from RFC5869. by David Reid · 12 years ago
  75. 9eca43c GCM support for CommonCrypto backend by Paul Kehrer · 12 years ago
  76. 81a68fc Merge branch 'master' into urandom-engine by Paul Kehrer · 12 years ago
  77. 1de55b7 Merge branch 'master' into commoncrypto-cipher-backend by Paul Kehrer · 12 years ago
  78. 5ab6a20 make register_cipher_adapter private and fix cryptorref release by Paul Kehrer · 12 years ago
  79. 263a335 change cipher registry to store enums by Paul Kehrer · 12 years ago
  80. a33a5e3 add error handler by Paul Kehrer · 12 years ago
  81. 966821a add cipher support to the commoncrypto backend by Paul Kehrer · 12 years ago
  82. aed9e17 revert fixture decorator for now, switch to append. no more globals by Paul Kehrer · 12 years ago
  83. c421e63 modify backend selection to allow multiple backends via comma delimiter by Paul Kehrer · 12 years ago
  84. 681e7a5 better name for the variable by Paul Kehrer · 12 years ago
  85. 098579e don't mutate _ALL_BACKENDS by Paul Kehrer · 12 years ago
  86. 34c075e support --backend as a pytest flag to limit to one backend for testing by Paul Kehrer · 12 years ago
  87. 7416966 Merge branch 'master' into urandom-engine by Paul Kehrer · 12 years ago
  88. fa47000 Merge pull request #459 from public/use-pytest-fixture by Alex Gaynor · 12 years ago
  89. 0d58373 Use pytest.fixture for backends by Alex Stapleton · 12 years ago
  90. 985d99d bytes byte back by Paul Kehrer · 12 years ago
  91. ab2cfc7 add check to confirm we've loaded error strings by Paul Kehrer · 12 years ago
  92. 44957cd oops, bytes plz by Paul Kehrer · 12 years ago
  93. 8212882 don't leak a context in the test by Paul Kehrer · 12 years ago
  94. cf77d3a add tests to the openssl backend to verify that we've registered by Paul Kehrer · 12 years ago
  95. 0abdf87 add test marks to fernet so backends without cipher (or AES/CBC) will skip by Paul Kehrer · 12 years ago
  96. 5e612d0 add is_available() to CommonCrypto binding, use it for skipif by Paul Kehrer · 12 years ago
  97. 5001c3f cover a missing branch in the commoncrypto bindings by Paul Kehrer · 12 years ago
  98. cc4a42d Add initial CommonCrypto bindings (no backend yet) by Paul Kehrer · 12 years ago
  99. e9b2fdd Merge pull request #415 from reaperhulk/remove-cast5-ecb-for-now by Alex Gaynor · 12 years ago
  100. 0f72bda remove CAST5 for first release by Paul Kehrer · 12 years ago