1. be8ce55 negative test by Paul Kehrer · 11 years ago
  2. 14951f4 rename dss_sig_value -> der_encode_dsa_signature by Paul Kehrer · 11 years ago
  3. d3e3df9 use pyasn1 for creating the dss-sig-value structure by Paul Kehrer · 11 years ago
  4. 3fc686e dss_sig_value: Pure python conversion of (r, s) to byte stream by Paul Kehrer · 11 years ago
  5. 462bd60 Fix some typos. by Alex Gaynor · 11 years ago
  6. 7ef2f8f fix a coverage miss in the dsa sig vector loader by Paul Kehrer · 11 years ago
  7. 3c9e158 Modify DSA SigVer loader to be able to load SigGen vectors by Mohammed Attia · 11 years ago
  8. 0fb5d85 Add DSA SigVer vectors loader by Mohammed Attia · 11 years ago
  9. 6f72949 SigVer.rsp loading by Alex Stapleton · 11 years ago
  10. 24a2f07 Missed an unhexlify by Alex Stapleton · 11 years ago
  11. fb812d6 Use binascii.hexlify instead of just hexlify by Alex Stapleton · 11 years ago
  12. c387cf7 ECDSA SigGen.{txt,rsp} vector loader by Alex Stapleton · 11 years ago
  13. cf04860 ECDSA vector loader by Alex Stapleton · 11 years ago
  14. 3fe9150 expand pkcs1 loader to support OAEP as well by Paul Kehrer · 11 years ago
  15. 85a791f Pain the bikeshed a different colour by Alex Stapleton · 11 years ago
  16. 5e4c8c3 Fixes to @alex's comments by Alex Stapleton · 11 years ago
  17. d80195e Update tests by Alex Stapleton · 11 years ago
  18. 112963e Address most of my own comments by Alex Stapleton · 11 years ago
  19. a39a319 Move cryptography.vectors to cryptography_vectors by Alex Stapleton · 11 years ago
  20. afc1ccd import order fixes for future automated checking by Paul Kehrer · 11 years ago
  21. ae37176 remove a comma that was pointlessly added by Paul Kehrer · 11 years ago
  22. 61666eb add headers to each test so the file source can be determined by Paul Kehrer · 11 years ago
  23. afc2518 another file permutation for rsa nist tested. by Paul Kehrer · 11 years ago
  24. 62707f1 expand RSA NIST vector loader to support verification vectors as well by Paul Kehrer · 11 years ago
  25. dde5933 change rsa nist loader to use strings for algorithm name by Paul Kehrer · 11 years ago
  26. 2da0013 Add the vectors for different (L,N) pairs again for the loader test by Mohammed Attia · 11 years ago
  27. 49b9259 Change flag to a bool by Mohammed Attia · 11 years ago
  28. 22ccb87 Remove some of the vectors in the loader test by Mohammed Attia · 11 years ago
  29. 98afd76 Use iteritems from the six module for Python 3 compatibility by Mohammed Attia · 11 years ago
  30. 613f8bc Decrease loader test size by Mohammed Attia · 11 years ago
  31. 987cc70 Add loader and loader test for FIPS DSA KeyPair vectors by Mohammed Attia · 11 years ago
  32. 2f2a206 add FIPS RSA test loader + tests by Paul Kehrer · 11 years ago
  33. c37feed Added future imports and licenses that are missing by Alex Gaynor · 11 years ago
  34. 2681180 these examples should be bytes to be consistent with other loaders by Paul Kehrer · 11 years ago
  35. 7d9c306 rename msg -> message in pkcs1 loader by Paul Kehrer · 11 years ago
  36. efca280 expand pkcs1 loader to load PKCS1 v1.5 and PSS signature examples by Paul Kehrer · 11 years ago
  37. d5c9f5a remove openssl vector loader that is no longer in use by Paul Kehrer · 11 years ago
  38. 09328bb add crt coefficients to RSAPrivateKey constructor and update tests by Paul Kehrer · 11 years ago
  39. efc6838 Updated vectors to include secret. by Ayrx · 11 years ago
  40. 4300f6c Added test vectors for HOTP and TOTP algorithms. by Ayrx · 11 years ago
  41. 58f27ac PKCS #1 RSA test vector loader by Alex Stapleton · 12 years ago
  42. 6fb1a5a add test for null char replacement by Paul Kehrer · 12 years ago
  43. aed9e17 revert fixture decorator for now, switch to append. no more globals by Paul Kehrer · 12 years ago
  44. c421e63 modify backend selection to allow multiple backends via comma delimiter by Paul Kehrer · 12 years ago
  45. 34c075e support --backend as a pytest flag to limit to one backend for testing by Paul Kehrer · 12 years ago
  46. f03334e backend support check now lists which backend caused the skip by Paul Kehrer · 12 years ago
  47. ec49550 change typeerror to valueerror by Paul Kehrer · 12 years ago
  48. 60fc8da rename the method to be less horribly named by Paul Kehrer · 12 years ago
  49. 5a8fdf8 add mark that allows us to do skip tests on backends via decorators by Paul Kehrer · 12 years ago
  50. 2b3f942 Move stuff around and coverage by Alex Gaynor · 12 years ago
  51. 749ac5b simplify nist loader to completely ignore sections by Paul Kehrer · 12 years ago
  52. c985dbb modify nist loader to support multi-line GCM sections by Paul Kehrer · 12 years ago
  53. a43b669 GCM loader support by Paul Kehrer · 12 years ago
  54. 41172ab flake8 by Alex Gaynor · 12 years ago
  55. c2f45d5 fixed bytes by Alex Gaynor · 12 years ago
  56. ab53bc5 simplify by Alex Gaynor · 12 years ago
  57. cee8d52 Simplify and make better hte tests for load_from_file by Alex Gaynor · 12 years ago
  58. f7f6a9f Remove separate file loaders and replace with one by Paul Kehrer · 12 years ago
  59. cf5fb33 Removed some tests that are now duplicates by Alex Gaynor · 12 years ago
  60. d3ce703 Ignore the sections of the NIST files by Alex Gaynor · 12 years ago
  61. 20884bf update tests for new test vector locations by Paul Kehrer · 12 years ago
  62. 2b75867 restructure vectors into ciphers/hashes/hmac by Paul Kehrer · 12 years ago
  63. 0317b04 HMAC support by Paul Kehrer · 12 years ago
  64. afdddca Enable all the flake8 by Alex Gaynor · 12 years ago
  65. 3359d7e Test what happens when an invalid line is in the cryptrec vectors by Donald Stufft · 12 years ago
  66. 87cd0db update loader and test to handle lines with brackets by Paul Kehrer · 12 years ago
  67. 79c16e9 alphabetical import order and quote consistency... by Paul Kehrer · 12 years ago
  68. 69e0652 hash vector loader and tests by Paul Kehrer · 12 years ago
  69. 745c95c flake8 fixes by Alex Gaynor · 12 years ago
  70. 016eed1 Ported openssl vector tests by Alex Gaynor · 12 years ago
  71. 1fe70b1 Start of the great refactoring by Alex Gaynor · 12 years ago
  72. 6b99a1b remove distinction between encrypt/decrypt in the openssl loader by Paul Kehrer · 12 years ago
  73. 05d7214 crazy pep8 contortions by Paul Kehrer · 12 years ago
  74. 1951bf6 add cryptrec and openssl test vector loaders + tests by Paul Kehrer · 12 years ago
  75. f312a5c Made the load NIST vectors test utility use bytes correctly by Alex Gaynor · 12 years ago
  76. 9e1a48b Add a test utility functions to read & process NIST vector files by Donald Stufft · 12 years ago