1. c6f1956 document exceptions for padding by Paul Kehrer · 11 years ago
  2. db1524b Merge pull request #962 from reaperhulk/rsa-enc by Alex Gaynor · 11 years ago
  3. b30402c Merge pull request #972 from public/padding-docs by Paul Kehrer · 11 years ago
  4. 425fc04 Update padding docs by Alex Stapleton · 11 years ago
  5. 575a7f5 Use AlreadyFinalized not ValueError by Alex Stapleton · 11 years ago
  6. e6e1b41 Merge pull request #958 from public/openssl-loading-backend-iface by Paul Kehrer · 11 years ago
  7. 4f03418 Merge pull request #970 from reaperhulk/tiny-fix by Alex Stapleton · 11 years ago
  8. 458c09b Rename OpenSSLSerializationBackend by Alex Stapleton · 11 years ago
  9. 2809176 Merge pull request #971 from alex/fix-travis-install by Alex Stapleton · 11 years ago
  10. 4229bc0 Fix installation on travis. Curl doesn't follow redirects by Alex Gaynor · 11 years ago
  11. be4e43a backend->self in a few places by Paul Kehrer · 11 years ago
  12. bfc444e Merge pull request #969 from reaperhulk/update-changelog by Alex Gaynor · 11 years ago
  13. 5ffb04c Merge pull request #968 from alex/typo-fixes by Paul Kehrer · 11 years ago
  14. 462bd60 Fix some typos. by Alex Gaynor · 11 years ago
  15. 857c0e9 update some decryption tests by Paul Kehrer · 11 years ago
  16. e86d882 move ct length check into decrypt function, address review comments by Paul Kehrer · 11 years ago
  17. 68f1e0c Merge pull request #967 from skeuomorf/more-bindings by Alex Stapleton · 11 years ago
  18. 9fea6d0 Add bindings for DSA_sign and DSA_verify by Mohammed Attia · 11 years ago
  19. deaafe7 Merge pull request #965 from reaperhulk/make-build-ffi-more-flexible by Alex Gaynor · 11 years ago
  20. dd75a3f Merge pull request #966 from reaperhulk/more-i2d-bindings by Alex Gaynor · 11 years ago
  21. 1f2cf3d set defaults on build_ffi by Paul Kehrer · 11 years ago
  22. a179ff8 fix a style violation by Paul Kehrer · 11 years ago
  23. 31d449e add more d2i/i2d bindings because sometimes you just don't want bios by Paul Kehrer · 11 years ago
  24. 236893e expand build_ffi helper function by Paul Kehrer · 11 years ago
  25. c83e6ef another style fix in the rsa tests that I missed last time... by Paul Kehrer · 11 years ago
  26. cfa077f Merge pull request #964 from alex/i-hate-strings by Paul Kehrer · 11 years ago
  27. 4ce810e improve style in test, update docs for rsa encryption review by Paul Kehrer · 11 years ago
  28. 6ff1348 determine operation type by isinstance on the key by Paul Kehrer · 11 years ago
  29. c84b3fb change doctest to codeblock until we add multibackend support for encrypt by Paul Kehrer · 11 years ago
  30. 4721d63 update changelog by Paul Kehrer · 11 years ago
  31. 4e602f3 RSA encryption support by Paul Kehrer · 11 years ago
  32. 4789cc0 add SEED to changelog since it was forgotten by Paul Kehrer · 11 years ago
  33. dcf63ab Merge pull request #963 from alex/docs-typo by Paul Kehrer · 11 years ago
  34. 4492562 No more comma seperated string strings by Alex Gaynor · 11 years ago
  35. 239d518 More phrasing by Alex Gaynor · 11 years ago
  36. c9dc0a0 Also fix up some phrasings by Alex Gaynor · 11 years ago
  37. a57763a Removed strange use of quotes by Alex Gaynor · 11 years ago
  38. 13ec547 Merge pull request #961 from skeuomorf/dsa-size-binding by Alex Gaynor · 11 years ago
  39. 6fb1b24 Add binding for DSA_size by Mohammed Attia · 11 years ago
  40. ff2b8ce Merge pull request #949 from reaperhulk/rsa-oaep-decrypt by Alex Gaynor · 11 years ago
  41. 50e6230 update docs for oaep by Paul Kehrer · 11 years ago
  42. e5a3ccf Merge pull request #957 from reaperhulk/some-serialization-bindings by Hynek Schlawack · 11 years ago
  43. cdf946d Merge pull request #956 from alex/update-url by David Reid · 11 years ago
  44. b105669 Add many d2i/i2d bindings by Paul Kehrer · 11 years ago
  45. 2332c19 New Anchor here by Alex Gaynor · 11 years ago
  46. 83cd3d2 Merge pull request #955 from reaperhulk/more-evp-bindings by Alex Gaynor · 11 years ago
  47. 7287aa3 add some more functions for manipulating EVP_PKEY objects by Paul Kehrer · 11 years ago
  48. 14df7ca Merge pull request #950 from Ayrx/cmac-multibackend by Paul Kehrer · 11 years ago
  49. 642a979 add OAEP decryption example in docs by Paul Kehrer · 11 years ago
  50. 5186d69 OAEP support for RSA decryption by Paul Kehrer · 11 years ago
  51. 9bea937 Added changelog and versionadded for CMAC by Ayrx · 11 years ago
  52. bafbc33 Added _REASON by Ayrx · 11 years ago
  53. 771fc77 Added tests for multibackend by Ayrx · 11 years ago
  54. 26d9596 Added CMACBackend to multibackend by Ayrx · 11 years ago
  55. 8a312c2 Merge pull request #952 from reaperhulk/fix-missing-coverage by Alex Stapleton · 11 years ago
  56. 9f1ece7 Merge pull request #953 from Ayrx/fix-cmac-missing-coverage by Paul Kehrer · 11 years ago
  57. f09a3d6 Added missing tests for 100% coverage by Ayrx · 11 years ago
  58. 7ef2f8f fix a coverage miss in the dsa sig vector loader by Paul Kehrer · 11 years ago
  59. 7bde89f Merge pull request #951 from skeuomorf/sig-gen by Paul Kehrer · 11 years ago
  60. 3c9e158 Modify DSA SigVer loader to be able to load SigGen vectors by Mohammed Attia · 11 years ago
  61. bafc26f Merge pull request #946 from skeuomorf/dsa-sigver-loader by Alex Stapleton · 11 years ago
  62. 0fb5d85 Add DSA SigVer vectors loader by Mohammed Attia · 11 years ago
  63. 804b6ad Merge pull request #948 from skeuomorf/dsa-sig-bindings by Alex Stapleton · 11 years ago
  64. 81e03b8 Add bindings for DSA_SIG and related functions by Mohammed Attia · 11 years ago
  65. b5236fe Merge pull request #931 from Ayrx/cmac-implementation by Alex Stapleton · 11 years ago
  66. a33dd28 Merge pull request #944 from reaperhulk/fix-773 by Alex Stapleton · 11 years ago
  67. 9a97cb9 Added test skip for test_copy_with_backend() by Ayrx · 11 years ago
  68. 3881917 Added more copy() tests by Ayrx · 11 years ago
  69. a93abae Added documentation to note rfc 4493 by Ayrx · 11 years ago
  70. 001637b Added wikipedia link by Ayrx · 11 years ago
  71. 3f69511 Fix pep8 errors by Ayrx · 11 years ago
  72. dbefd58 Changed doctests to code-block by Ayrx · 11 years ago
  73. 9eff2e5 Removed multibackend changes for another PR by Ayrx · 11 years ago
  74. 458cfd5 Changed stub keys and ivs to use null bytes by Ayrx · 11 years ago
  75. 4b8628a Updated multibackend by Ayrx · 11 years ago
  76. a536085 Various fixes by Ayrx · 11 years ago
  77. 2124324 Fixed pep8 error by Ayrx · 11 years ago
  78. 78f6f33 Updated tests by Ayrx · 11 years ago
  79. 2f2aa5f Updated CMAC documentation by Ayrx · 11 years ago
  80. 999db72 Added CMACBackend to MultiBackend by Ayrx · 11 years ago
  81. fa4a6b2 Added CMAC docs by Ayrx · 11 years ago
  82. b5bb065 Added CMAC tests by Ayrx · 11 years ago
  83. 3080127 CMAC primitive implementation by Ayrx · 11 years ago
  84. d53de81 OpenSSL backend's CMAC implementation by Ayrx · 11 years ago
  85. 30752cd Merge pull request #888 from reaperhulk/rsa-decrypt by Alex Gaynor · 11 years ago
  86. 30bb594 Merge pull request #945 from reaperhulk/document-tested-ossl-versions by Alex Stapleton · 11 years ago
  87. fb8dcdb document the OpenSSL versions we're testing against by Paul Kehrer · 11 years ago
  88. 8e76439 more key length checks, docs update by Paul Kehrer · 11 years ago
  89. 8ab7a36 remove InvalidDecryption and replace with ValueError by Paul Kehrer · 11 years ago
  90. 73dd4d5 remove redundant blinding by Paul Kehrer · 11 years ago
  91. 27f9ca6 more docs by Paul Kehrer · 11 years ago
  92. 7bdcdc1 remove OAEP decryption to simplify review by Paul Kehrer · 11 years ago
  93. 4d7d44e move an assignment for clarity by Paul Kehrer · 11 years ago
  94. 755c8ba change some alignment by Paul Kehrer · 11 years ago
  95. 34ce338 cover a missing line by Paul Kehrer · 11 years ago
  96. db35b21 improve comment based on review by Paul Kehrer · 11 years ago
  97. 67feca0 more testing for rsa decrypt by Paul Kehrer · 11 years ago
  98. a84de77 register the EVP_PKEY_CTX for gc by Paul Kehrer · 11 years ago
  99. 9a32ad6 test should check for the right exception by Paul Kehrer · 11 years ago
  100. af9a2cc add InvalidDecryption exception, check for ct > key size by Paul Kehrer · 11 years ago