1. 999db72 Added CMACBackend to MultiBackend by Ayrx · 11 years ago
  2. fa4a6b2 Added CMAC docs by Ayrx · 11 years ago
  3. b5bb065 Added CMAC tests by Ayrx · 11 years ago
  4. 3080127 CMAC primitive implementation by Ayrx · 11 years ago
  5. d53de81 OpenSSL backend's CMAC implementation by Ayrx · 11 years ago
  6. 30752cd Merge pull request #888 from reaperhulk/rsa-decrypt by Alex Gaynor · 11 years ago
  7. 30bb594 Merge pull request #945 from reaperhulk/document-tested-ossl-versions by Alex Stapleton · 11 years ago
  8. fb8dcdb document the OpenSSL versions we're testing against by Paul Kehrer · 11 years ago
  9. 8e76439 more key length checks, docs update by Paul Kehrer · 11 years ago
  10. 8ab7a36 remove InvalidDecryption and replace with ValueError by Paul Kehrer · 11 years ago
  11. 73dd4d5 remove redundant blinding by Paul Kehrer · 11 years ago
  12. 27f9ca6 more docs by Paul Kehrer · 11 years ago
  13. 7bdcdc1 remove OAEP decryption to simplify review by Paul Kehrer · 11 years ago
  14. 4d7d44e move an assignment for clarity by Paul Kehrer · 11 years ago
  15. 755c8ba change some alignment by Paul Kehrer · 11 years ago
  16. 34ce338 cover a missing line by Paul Kehrer · 11 years ago
  17. db35b21 improve comment based on review by Paul Kehrer · 11 years ago
  18. 67feca0 more testing for rsa decrypt by Paul Kehrer · 11 years ago
  19. a84de77 register the EVP_PKEY_CTX for gc by Paul Kehrer · 11 years ago
  20. 9a32ad6 test should check for the right exception by Paul Kehrer · 11 years ago
  21. af9a2cc add InvalidDecryption exception, check for ct > key size by Paul Kehrer · 11 years ago
  22. e1c89f3 update docs for OAEP by Paul Kehrer · 11 years ago
  23. 52fb0a2 fix indentation by Paul Kehrer · 11 years ago
  24. 55c4afc split 0.9.8 and evp_pkey_ctx branches into separate methods by Paul Kehrer · 11 years ago
  25. 4c0a374 docs, tests, general huge improvements to RSA decryption by Paul Kehrer · 11 years ago
  26. 16b953a prelim OAEP and PKCS1v15 for openssl 1.0.0+ and 0.9.8. decryption only by Paul Kehrer · 11 years ago
  27. 8f70f8c Merge pull request #838 from public/import-order-lint by Alex Gaynor · 11 years ago
  28. 707b008 Fix pep8 errors for latest import linter by Alex Stapleton · 11 years ago
  29. 89917f1 Alphabetize tox.ini deps by Alex Stapleton · 11 years ago
  30. 1d18c34 Alphabetize dev-requirements.txt by Alex Stapleton · 11 years ago
  31. 4cf3e1d Fix import order by Alex Stapleton · 11 years ago
  32. bafceb6 Enable import order lint by Alex Stapleton · 11 years ago
  33. 4b610cc Import lint error by Alex Stapleton · 11 years ago
  34. b8ba9e0 Merge pull request #935 from public/rsa-crt by Paul Kehrer · 11 years ago
  35. 27723ca Merge pull request #943 from public/yet-more-ec-bindings by Paul Kehrer · 11 years ago
  36. d82c141 Merge pull request #938 from public/bn-inplace by Paul Kehrer · 11 years ago
  37. 01df4fe More bindings for digest truncation by Alex Stapleton · 11 years ago
  38. 5823e85 Inplace mode for _int_to_bn by Alex Stapleton · 11 years ago
  39. 75db7f4 Merge pull request #840 from reaperhulk/pkcs1-key-size-checks by Alex Gaynor · 11 years ago
  40. 07827eb remove redundant assert (reason assertion covers this case) by Paul Kehrer · 11 years ago
  41. b16937f address review concerns by Paul Kehrer · 11 years ago
  42. 9a5b4fc remove dict, assert things still by Paul Kehrer · 11 years ago
  43. 95c30fb some checks for PKCS1 keys being too small for the payload to be signed by Paul Kehrer · 11 years ago
  44. e6610ba Merge pull request #936 from reaperhulk/cms-bindings by Alex Gaynor · 11 years ago
  45. a3652a8 make the cms binding work properly on windows by Paul Kehrer · 11 years ago
  46. 99eff9f Merge pull request #939 from public/ecdsa-sigver-rsp by Paul Kehrer · 11 years ago
  47. 060bb42 Merge pull request #940 from public/use-the-map-from-the-rfc by Paul Kehrer · 11 years ago
  48. 44fe82d This one curve is still named wrong by Alex Stapleton · 11 years ago
  49. 6f72949 SigVer.rsp loading by Alex Stapleton · 11 years ago
  50. 2a753de Merge pull request #937 from public/curve-fix by Alex Gaynor · 11 years ago
  51. 39e300f Fix bad NIST <-> SECG curve name map by Alex Stapleton · 11 years ago
  52. cc17d36 proper syntax for a preprocessor directive helps by Paul Kehrer · 11 years ago
  53. 5a79ee4 Utility methods for RSA CRT params by Alex Stapleton · 11 years ago
  54. 7fcbb68 CMS was added as an option in 0.9.8h, always exclude if older by Paul Kehrer · 11 years ago
  55. 344a3b7 Add very early CMS bindings. These will need expansion. by Paul Kehrer · 11 years ago
  56. 9fa31c6 Merge pull request #933 from mrjefftang/expose-evp-ec by Paul Kehrer · 11 years ago
  57. cdb87dc Merge pull request #934 from reaperhulk/travis-fused-madd-fun by David Reid · 11 years ago
  58. 42a8e8a clang clang clang goes the CI by Paul Kehrer · 11 years ago
  59. a7fa1b7 Merge pull request #932 from Ayrx/fix-cmac-interface by Paul Kehrer · 11 years ago
  60. 1ebba9f Remove EVP_PKEY_EC from conditional by Jeff Tang · 11 years ago
  61. 5a7fd73 Add customizations for OPENSSL_NO_EC to EVP by Jeff Tang · 11 years ago
  62. 380e613 Expose EVP_PKEY_EC and EVP_PKEY_assign_EC_KEY by Jeff Tang · 11 years ago
  63. 6cf29f2 Changed cmac_supported() to cmac_algorithm_supported() by Ayrx · 11 years ago
  64. 04fb2bc Merge pull request #930 from alex/switch-order by Alex Stapleton · 11 years ago
  65. 857a4be Try running the OS X builds first and see if it's faster by Alex Gaynor · 11 years ago
  66. c0b3a40 Merge pull request #929 from reaperhulk/move-around-some-tests by Alex Gaynor · 11 years ago
  67. 4e6813d move some rsa tests to a new class by Paul Kehrer · 11 years ago
  68. 182825a Merge pull request #919 from Ayrx/cmac-interfaces by Paul Kehrer · 11 years ago
  69. cd61833 Merge pull request #913 from public/ecdsa-signature-vector-loader by Paul Kehrer · 11 years ago
  70. 24a2f07 Missed an unhexlify by Alex Stapleton · 11 years ago
  71. 2473d11 Merge pull request #926 from reaperhulk/update-supported-platforms by David Reid · 11 years ago
  72. c354a2b add OS X codenames why not by Paul Kehrer · 11 years ago
  73. 8ec8a86 Update supported platforms by Paul Kehrer · 11 years ago
  74. 1eab656 Merge pull request #923 from reaperhulk/rsa-interface-docs by David Reid · 11 years ago
  75. 99335fe Merge pull request #925 from anotherthomas/nist-fips-186-rsa-tests by Paul Kehrer · 11 years ago
  76. 48e0c20 added unused NIST test files for FIPS 186-2 RSA (PKCS#1 v1.5) to test cases by Thomas Fenzl · 11 years ago
  77. 96c9981 remove links we don't need... by Paul Kehrer · 11 years ago
  78. 969e27a add signer/verifier to the abcs by Paul Kehrer · 11 years ago
  79. 0d85831 we don't need to doc generate in the interface by Paul Kehrer · 11 years ago
  80. 01cdfb2 add missing sign/verify/generate docs for the RSA interfaces by Paul Kehrer · 11 years ago
  81. fb812d6 Use binascii.hexlify instead of just hexlify by Alex Stapleton · 11 years ago
  82. 83cd3f8 Added link to wikipedia for CMAC by Ayrx · 11 years ago
  83. 7964c17 Fixed nitpicks by Ayrx · 11 years ago
  84. b30ecd7 Merge pull request #920 from Ayrx/missing-docs by Alex Stapleton · 11 years ago
  85. 6fcab02 Removed key parameter from create_cmac_ctx() by Ayrx · 11 years ago
  86. a0f9850 Added missing HashContext documentation by Ayrx · 11 years ago
  87. 97a72fd Added CMAC backend interface documentation by Ayrx · 11 years ago
  88. c812170 Added CMAC interface documentation by Ayrx · 11 years ago
  89. 3c75966 Merge pull request #918 from Ayrx/cmac-bindings by Alex Stapleton · 11 years ago
  90. 15b6ede Added CMAC backend interface by Ayrx · 11 years ago
  91. c836860 Added CMAC interface by Ayrx · 11 years ago
  92. 20fe145 Added OpenSSL bindings for CMAC by Ayrx · 11 years ago
  93. 399fcb5 Merge pull request #910 from Ayrx/cmac-vectors by Paul Kehrer · 11 years ago
  94. 7de3186 Merge pull request #915 from reaperhulk/travis-advanced by Alex Gaynor · 11 years ago
  95. 8feb047 remove some commented out code by Paul Kehrer · 11 years ago
  96. 470d8ec update travis config to be more concise by Paul Kehrer · 11 years ago
  97. fa52e6a Updated vectors documentation by Ayrx · 11 years ago
  98. c387cf7 ECDSA SigGen.{txt,rsp} vector loader by Alex Stapleton · 11 years ago
  99. 40afce0 Fixed wrong vectors by Ayrx · 11 years ago
  100. b1a610b Merge pull request #911 from public/ecdsa-vector-loader by Paul Kehrer · 11 years ago