1. 89917f1 Alphabetize tox.ini deps by Alex Stapleton · 10 years ago
  2. 1d18c34 Alphabetize dev-requirements.txt by Alex Stapleton · 10 years ago
  3. 4cf3e1d Fix import order by Alex Stapleton · 10 years ago
  4. bafceb6 Enable import order lint by Alex Stapleton · 10 years ago
  5. 4b610cc Import lint error by Alex Stapleton · 10 years ago
  6. b8ba9e0 Merge pull request #935 from public/rsa-crt by Paul Kehrer · 10 years ago
  7. 27723ca Merge pull request #943 from public/yet-more-ec-bindings by Paul Kehrer · 10 years ago
  8. d82c141 Merge pull request #938 from public/bn-inplace by Paul Kehrer · 10 years ago
  9. 01df4fe More bindings for digest truncation by Alex Stapleton · 10 years ago
  10. 5823e85 Inplace mode for _int_to_bn by Alex Stapleton · 10 years ago
  11. 75db7f4 Merge pull request #840 from reaperhulk/pkcs1-key-size-checks by Alex Gaynor · 10 years ago
  12. 07827eb remove redundant assert (reason assertion covers this case) by Paul Kehrer · 10 years ago
  13. b16937f address review concerns by Paul Kehrer · 10 years ago
  14. 9a5b4fc remove dict, assert things still by Paul Kehrer · 10 years ago
  15. 95c30fb some checks for PKCS1 keys being too small for the payload to be signed by Paul Kehrer · 10 years ago
  16. e6610ba Merge pull request #936 from reaperhulk/cms-bindings by Alex Gaynor · 10 years ago
  17. a3652a8 make the cms binding work properly on windows by Paul Kehrer · 10 years ago
  18. 99eff9f Merge pull request #939 from public/ecdsa-sigver-rsp by Paul Kehrer · 10 years ago
  19. 060bb42 Merge pull request #940 from public/use-the-map-from-the-rfc by Paul Kehrer · 10 years ago
  20. 44fe82d This one curve is still named wrong by Alex Stapleton · 10 years ago
  21. 6f72949 SigVer.rsp loading by Alex Stapleton · 10 years ago
  22. 2a753de Merge pull request #937 from public/curve-fix by Alex Gaynor · 10 years ago
  23. 39e300f Fix bad NIST <-> SECG curve name map by Alex Stapleton · 10 years ago
  24. cc17d36 proper syntax for a preprocessor directive helps by Paul Kehrer · 10 years ago
  25. 5a79ee4 Utility methods for RSA CRT params by Alex Stapleton · 10 years ago
  26. 7fcbb68 CMS was added as an option in 0.9.8h, always exclude if older by Paul Kehrer · 10 years ago
  27. 344a3b7 Add very early CMS bindings. These will need expansion. by Paul Kehrer · 10 years ago
  28. 9fa31c6 Merge pull request #933 from mrjefftang/expose-evp-ec by Paul Kehrer · 10 years ago
  29. cdb87dc Merge pull request #934 from reaperhulk/travis-fused-madd-fun by David Reid · 10 years ago
  30. 42a8e8a clang clang clang goes the CI by Paul Kehrer · 10 years ago
  31. a7fa1b7 Merge pull request #932 from Ayrx/fix-cmac-interface by Paul Kehrer · 10 years ago
  32. 1ebba9f Remove EVP_PKEY_EC from conditional by Jeff Tang · 10 years ago
  33. 5a7fd73 Add customizations for OPENSSL_NO_EC to EVP by Jeff Tang · 10 years ago
  34. 380e613 Expose EVP_PKEY_EC and EVP_PKEY_assign_EC_KEY by Jeff Tang · 10 years ago
  35. 6cf29f2 Changed cmac_supported() to cmac_algorithm_supported() by Ayrx · 10 years ago
  36. 04fb2bc Merge pull request #930 from alex/switch-order by Alex Stapleton · 10 years ago
  37. 857a4be Try running the OS X builds first and see if it's faster by Alex Gaynor · 10 years ago
  38. c0b3a40 Merge pull request #929 from reaperhulk/move-around-some-tests by Alex Gaynor · 10 years ago
  39. 4e6813d move some rsa tests to a new class by Paul Kehrer · 10 years ago
  40. 182825a Merge pull request #919 from Ayrx/cmac-interfaces by Paul Kehrer · 10 years ago
  41. cd61833 Merge pull request #913 from public/ecdsa-signature-vector-loader by Paul Kehrer · 10 years ago
  42. 24a2f07 Missed an unhexlify by Alex Stapleton · 10 years ago
  43. 2473d11 Merge pull request #926 from reaperhulk/update-supported-platforms by David Reid · 10 years ago
  44. c354a2b add OS X codenames why not by Paul Kehrer · 10 years ago
  45. 8ec8a86 Update supported platforms by Paul Kehrer · 10 years ago
  46. 1eab656 Merge pull request #923 from reaperhulk/rsa-interface-docs by David Reid · 10 years ago
  47. 99335fe Merge pull request #925 from anotherthomas/nist-fips-186-rsa-tests by Paul Kehrer · 10 years ago
  48. 48e0c20 added unused NIST test files for FIPS 186-2 RSA (PKCS#1 v1.5) to test cases by Thomas Fenzl · 10 years ago
  49. 96c9981 remove links we don't need... by Paul Kehrer · 10 years ago
  50. 969e27a add signer/verifier to the abcs by Paul Kehrer · 10 years ago
  51. 0d85831 we don't need to doc generate in the interface by Paul Kehrer · 10 years ago
  52. 01cdfb2 add missing sign/verify/generate docs for the RSA interfaces by Paul Kehrer · 10 years ago
  53. fb812d6 Use binascii.hexlify instead of just hexlify by Alex Stapleton · 10 years ago
  54. 83cd3f8 Added link to wikipedia for CMAC by Ayrx · 10 years ago
  55. 7964c17 Fixed nitpicks by Ayrx · 10 years ago
  56. b30ecd7 Merge pull request #920 from Ayrx/missing-docs by Alex Stapleton · 10 years ago
  57. 6fcab02 Removed key parameter from create_cmac_ctx() by Ayrx · 10 years ago
  58. a0f9850 Added missing HashContext documentation by Ayrx · 10 years ago
  59. 97a72fd Added CMAC backend interface documentation by Ayrx · 10 years ago
  60. c812170 Added CMAC interface documentation by Ayrx · 10 years ago
  61. 3c75966 Merge pull request #918 from Ayrx/cmac-bindings by Alex Stapleton · 10 years ago
  62. 15b6ede Added CMAC backend interface by Ayrx · 10 years ago
  63. c836860 Added CMAC interface by Ayrx · 10 years ago
  64. 20fe145 Added OpenSSL bindings for CMAC by Ayrx · 10 years ago
  65. 399fcb5 Merge pull request #910 from Ayrx/cmac-vectors by Paul Kehrer · 10 years ago
  66. 7de3186 Merge pull request #915 from reaperhulk/travis-advanced by Alex Gaynor · 10 years ago
  67. 8feb047 remove some commented out code by Paul Kehrer · 10 years ago
  68. 470d8ec update travis config to be more concise by Paul Kehrer · 10 years ago
  69. fa52e6a Updated vectors documentation by Ayrx · 10 years ago
  70. c387cf7 ECDSA SigGen.{txt,rsp} vector loader by Alex Stapleton · 10 years ago
  71. 40afce0 Fixed wrong vectors by Ayrx · 10 years ago
  72. b1a610b Merge pull request #911 from public/ecdsa-vector-loader by Paul Kehrer · 10 years ago
  73. cf04860 ECDSA vector loader by Alex Stapleton · 10 years ago
  74. 762f660 Merge pull request #908 from reaperhulk/seed-support by David Reid · 10 years ago
  75. 1d6b77b More vectors by Ayrx · 10 years ago
  76. 5af6f1b Added test vectors for AES-CMAC by Ayrx · 10 years ago
  77. ec53c71 Merge pull request #909 from reaperhulk/doc-improvements by Alex Gaynor · 10 years ago
  78. 36b15c3 some small doc fixes by Paul Kehrer · 10 years ago
  79. 7e914c9 add SEED docs, tests, small fixes by Paul Kehrer · 10 years ago
  80. 65a890d Adding SEED cipher algorithm to openssl backends by Taewook Kang · 10 years ago
  81. fae681c Merge pull request #904 from reaperhulk/seed-bespoke-vectors by Donald Stufft · 10 years ago
  82. f62953a Merge pull request #907 from reaperhulk/move-rsa-blinding by Donald Stufft · 10 years ago
  83. cb7285b Merge pull request #906 from reaperhulk/free-some-stuff by Donald Stufft · 10 years ago
  84. 10a2fa4 linkify another thing by Paul Kehrer · 10 years ago
  85. 8eda85f move RSA blinding to rsa_cdata creation methods rather than evp_pkey by Paul Kehrer · 10 years ago
  86. 4653af0 Free some pkey ctxes we were leaking by Paul Kehrer · 10 years ago
  87. af420bd add headers to seed-cfb/seed-ofb files by Paul Kehrer · 10 years ago
  88. b64162c Merge pull request #905 from reaperhulk/fix-900 by Donald Stufft · 10 years ago
  89. 0d5503a Rearrange some EC stuff to be bound to the right ifdefs. fixes #900 by Paul Kehrer · 10 years ago
  90. d4b475a botan is just as much of a word as openssl by Paul Kehrer · 10 years ago
  91. 6d8f9b0 add SEED CFB/OFB bespoke vectors and documentation by Paul Kehrer · 10 years ago
  92. fb201e9 Merge pull request #903 from reaperhulk/seed-ecb-vectors by David Reid · 10 years ago
  93. 0ceb469 Merge pull request #901 from Ayrx/macports-instructions by Paul Kehrer · 10 years ago
  94. f0e12ac add SEED CBC vectors from rfc 4196 by Paul Kehrer · 10 years ago
  95. 1d0f973 add SEED ECB vectors from rfc 4269 by Paul Kehrer · 10 years ago
  96. 1ced5b8 Updated instructions to use a common header for each packager by Ayrx · 10 years ago
  97. 8f90c83 .rst syntax fix by Kimmo Parviainen-Jalanko · 10 years ago
  98. e01e0bf Added instructions for instalation with OpenSSL from MacPorts by Kimmo Parviainen-Jalanko · 10 years ago
  99. a98874b Merge pull request #896 from alex/rst-syntax by Paul Kehrer · 10 years ago
  100. 9bcef5e Merge pull request #897 from alex/no-more-subclasses-jumping-on-the-bed by Paul Kehrer · 10 years ago