1. 98afd76 Use iteritems from the six module for Python 3 compatibility by Mohammed Attia · 11 years ago
  2. 613f8bc Decrease loader test size by Mohammed Attia · 11 years ago
  3. 987cc70 Add loader and loader test for FIPS DSA KeyPair vectors by Mohammed Attia · 11 years ago
  4. 2f2a206 add FIPS RSA test loader + tests by Paul Kehrer · 11 years ago
  5. c37feed Added future imports and licenses that are missing by Alex Gaynor · 11 years ago
  6. 2681180 these examples should be bytes to be consistent with other loaders by Paul Kehrer · 11 years ago
  7. 7d9c306 rename msg -> message in pkcs1 loader by Paul Kehrer · 11 years ago
  8. efca280 expand pkcs1 loader to load PKCS1 v1.5 and PSS signature examples by Paul Kehrer · 11 years ago
  9. d5c9f5a remove openssl vector loader that is no longer in use by Paul Kehrer · 11 years ago
  10. 09328bb add crt coefficients to RSAPrivateKey constructor and update tests by Paul Kehrer · 11 years ago
  11. efc6838 Updated vectors to include secret. by Ayrx · 11 years ago
  12. 4300f6c Added test vectors for HOTP and TOTP algorithms. by Ayrx · 11 years ago
  13. 58f27ac PKCS #1 RSA test vector loader by Alex Stapleton · 12 years ago
  14. 6fb1a5a add test for null char replacement by Paul Kehrer · 12 years ago
  15. aed9e17 revert fixture decorator for now, switch to append. no more globals by Paul Kehrer · 12 years ago
  16. c421e63 modify backend selection to allow multiple backends via comma delimiter by Paul Kehrer · 12 years ago
  17. 34c075e support --backend as a pytest flag to limit to one backend for testing by Paul Kehrer · 12 years ago
  18. f03334e backend support check now lists which backend caused the skip by Paul Kehrer · 12 years ago
  19. ec49550 change typeerror to valueerror by Paul Kehrer · 12 years ago
  20. 60fc8da rename the method to be less horribly named by Paul Kehrer · 12 years ago
  21. 5a8fdf8 add mark that allows us to do skip tests on backends via decorators by Paul Kehrer · 12 years ago
  22. 2b3f942 Move stuff around and coverage by Alex Gaynor · 12 years ago
  23. 749ac5b simplify nist loader to completely ignore sections by Paul Kehrer · 12 years ago
  24. c985dbb modify nist loader to support multi-line GCM sections by Paul Kehrer · 12 years ago
  25. a43b669 GCM loader support by Paul Kehrer · 12 years ago
  26. 41172ab flake8 by Alex Gaynor · 12 years ago
  27. c2f45d5 fixed bytes by Alex Gaynor · 12 years ago
  28. ab53bc5 simplify by Alex Gaynor · 12 years ago
  29. cee8d52 Simplify and make better hte tests for load_from_file by Alex Gaynor · 12 years ago
  30. f7f6a9f Remove separate file loaders and replace with one by Paul Kehrer · 12 years ago
  31. cf5fb33 Removed some tests that are now duplicates by Alex Gaynor · 12 years ago
  32. d3ce703 Ignore the sections of the NIST files by Alex Gaynor · 12 years ago
  33. 20884bf update tests for new test vector locations by Paul Kehrer · 12 years ago
  34. 2b75867 restructure vectors into ciphers/hashes/hmac by Paul Kehrer · 12 years ago
  35. 0317b04 HMAC support by Paul Kehrer · 12 years ago
  36. afdddca Enable all the flake8 by Alex Gaynor · 12 years ago
  37. 3359d7e Test what happens when an invalid line is in the cryptrec vectors by Donald Stufft · 12 years ago
  38. 87cd0db update loader and test to handle lines with brackets by Paul Kehrer · 12 years ago
  39. 79c16e9 alphabetical import order and quote consistency... by Paul Kehrer · 12 years ago
  40. 69e0652 hash vector loader and tests by Paul Kehrer · 12 years ago
  41. 745c95c flake8 fixes by Alex Gaynor · 12 years ago
  42. 016eed1 Ported openssl vector tests by Alex Gaynor · 12 years ago
  43. 1fe70b1 Start of the great refactoring by Alex Gaynor · 12 years ago
  44. 6b99a1b remove distinction between encrypt/decrypt in the openssl loader by Paul Kehrer · 12 years ago
  45. 05d7214 crazy pep8 contortions by Paul Kehrer · 12 years ago
  46. 1951bf6 add cryptrec and openssl test vector loaders + tests by Paul Kehrer · 12 years ago
  47. f312a5c Made the load NIST vectors test utility use bytes correctly by Alex Gaynor · 12 years ago
  48. 9e1a48b Add a test utility functions to read & process NIST vector files by Donald Stufft · 12 years ago