1. d436569 Apostophe by Alex Stapleton · 11 years ago
  2. 24258ec doc8 fixes by Alex Stapleton · 11 years ago
  3. 6e52674 Remove secp from spelling dictionary by Alex Stapleton · 11 years ago
  4. 33c9d83 Make EC key interfaces backend specific by Alex Stapleton · 11 years ago
  5. a264ecc Rename private_key to private_value by Alex Stapleton · 11 years ago
  6. 81ce8ef Add EC docs to the index by Alex Stapleton · 11 years ago
  7. 977b409 Remove key_size from EC keys docs by Alex Stapleton · 11 years ago
  8. 3d643c5 Add __init__ arguments to docs by Alex Stapleton · 11 years ago
  9. 23a6266 Add docs for EC numbers by Alex Stapleton · 11 years ago
  10. b987a08 Removed signer/verifier from signature algorithm by Alex Stapleton · 11 years ago
  11. 20c9903 Bump to 0.5 by Alex Stapleton · 11 years ago
  12. 80228a1 Update docs by Alex Stapleton · 11 years ago
  13. a1853f9 Flesh out EllipticCurveSignatureAlgorithm by Alex Stapleton · 11 years ago
  14. 085f378 Elliptic curve interfaces by Alex Stapleton · 11 years ago
  15. ebf1235 Merge pull request #959 from public/openssl-loading-backend by Paul Kehrer · 11 years ago
  16. 969f18e Word wrap some long lines in teh docs by Alex Gaynor · 11 years ago
  17. 00eff9c Simplified exception message by Ayrx · 11 years ago
  18. 6d69eab Fixed TypeError and added documentation by Ayrx · 11 years ago
  19. 2a947c4 add some docs and changelog by Paul Kehrer · 11 years ago
  20. af075f0 Missing semicolon by Alex Gaynor · 11 years ago
  21. aabc5a1 Fixed #1039 -- provide links to PSS and PKCS1v15 in the RSA docs by Alex Gaynor · 11 years ago
  22. 9263d5f Merge pull request #1016 from Ayrx/hkdf-expand-only by Alex Stapleton · 11 years ago
  23. c48100a Added missing exception to documentation by Ayrx · 11 years ago
  24. 92da8bb Merge pull request #1032 from reaperhulk/bold-docs by Alex Gaynor · 11 years ago
  25. 1558564 Merge pull request #1031 from reaperhulk/rsa-docs-fix by Alex Gaynor · 11 years ago
  26. 006670c Use bold instead of italics by Paul Kehrer · 11 years ago
  27. c929e40 Improve RSABackend interface docs (fixes #1022) by Paul Kehrer · 11 years ago
  28. dbd7a25 Multibackend now supports all of RSABackend by Paul Kehrer · 11 years ago
  29. c0ce911 Renamed HKDFExpandOnly to HKDFExpand by Ayrx · 11 years ago
  30. 9d72f12 Added documentation by Ayrx · 11 years ago
  31. 1534e09 Fixed misspelling by Ayrx · 11 years ago
  32. 190ecf7 Style guide fix in the docs by Alex Gaynor · 11 years ago
  33. d798d7a Bump to 0.5 by Alex Stapleton · 11 years ago
  34. 0d070cf OpenSSL key loading implementation by Alex Stapleton · 11 years ago
  35. 19e97bd Fix some typos in the docs by Alex Stapleton · 11 years ago
  36. d955cf8 convert dsa examples to doctest by Paul Kehrer · 11 years ago
  37. 913ac19 remove an unneeded line in the example by Paul Kehrer · 11 years ago
  38. 0b3ff3b DSA signing support (this is mostly skeuomorf's work, credit to him) by Paul Kehrer · 11 years ago
  39. 3d75429 document that the OpenSSL backend conforms to the CMACBackend interface by Paul Kehrer · 11 years ago
  40. 7d47b98 Merge pull request #982 from reaperhulk/dsa-verify by David Reid · 11 years ago
  41. e0aeaf8 update docs by Paul Kehrer · 11 years ago
  42. 21babbb updates for review feedback by Paul Kehrer · 11 years ago
  43. 323b8e3 Added link to crypto.se answer by Ayrx · 11 years ago
  44. 023a40e Added note about preferred MAC algorithm by Ayrx · 11 years ago
  45. b403787 add interface docs for dsa_params_supported by Paul Kehrer · 11 years ago
  46. 43dc276 remove dsa_signature_from_components since it's no longer needed by Paul Kehrer · 11 years ago
  47. 59edb61 Add DSA verification docs by Mohammed Attia · 11 years ago
  48. fdf6330 Use the short name in the docs by Alex Gaynor · 11 years ago
  49. c6f1956 document exceptions for padding by Paul Kehrer · 11 years ago
  50. db1524b Merge pull request #962 from reaperhulk/rsa-enc by Alex Gaynor · 11 years ago
  51. b30402c Merge pull request #972 from public/padding-docs by Paul Kehrer · 11 years ago
  52. 425fc04 Update padding docs by Alex Stapleton · 11 years ago
  53. 458c09b Rename OpenSSLSerializationBackend by Alex Stapleton · 11 years ago
  54. 462bd60 Fix some typos. by Alex Gaynor · 11 years ago
  55. 4ce810e improve style in test, update docs for rsa encryption review by Paul Kehrer · 11 years ago
  56. c84b3fb change doctest to codeblock until we add multibackend support for encrypt by Paul Kehrer · 11 years ago
  57. 4e602f3 RSA encryption support by Paul Kehrer · 11 years ago
  58. 239d518 More phrasing by Alex Gaynor · 11 years ago
  59. c9dc0a0 Also fix up some phrasings by Alex Gaynor · 11 years ago
  60. a57763a Removed strange use of quotes by Alex Gaynor · 11 years ago
  61. ff2b8ce Merge pull request #949 from reaperhulk/rsa-oaep-decrypt by Alex Gaynor · 11 years ago
  62. 50e6230 update docs for oaep by Paul Kehrer · 11 years ago
  63. 2332c19 New Anchor here by Alex Gaynor · 11 years ago
  64. 642a979 add OAEP decryption example in docs by Paul Kehrer · 11 years ago
  65. 5186d69 OAEP support for RSA decryption by Paul Kehrer · 11 years ago
  66. 9bea937 Added changelog and versionadded for CMAC by Ayrx · 11 years ago
  67. 26d9596 Added CMACBackend to multibackend by Ayrx · 11 years ago
  68. a93abae Added documentation to note rfc 4493 by Ayrx · 11 years ago
  69. 001637b Added wikipedia link by Ayrx · 11 years ago
  70. dbefd58 Changed doctests to code-block by Ayrx · 11 years ago
  71. 2f2aa5f Updated CMAC documentation by Ayrx · 11 years ago
  72. fa4a6b2 Added CMAC docs by Ayrx · 11 years ago
  73. 8e76439 more key length checks, docs update by Paul Kehrer · 11 years ago
  74. 8ab7a36 remove InvalidDecryption and replace with ValueError by Paul Kehrer · 11 years ago
  75. 27f9ca6 more docs by Paul Kehrer · 11 years ago
  76. 7bdcdc1 remove OAEP decryption to simplify review by Paul Kehrer · 11 years ago
  77. e1c89f3 update docs for OAEP by Paul Kehrer · 11 years ago
  78. 4c0a374 docs, tests, general huge improvements to RSA decryption by Paul Kehrer · 11 years ago
  79. 5a79ee4 Utility methods for RSA CRT params by Alex Stapleton · 11 years ago
  80. 6cf29f2 Changed cmac_supported() to cmac_algorithm_supported() by Ayrx · 11 years ago
  81. 182825a Merge pull request #919 from Ayrx/cmac-interfaces by Paul Kehrer · 11 years ago
  82. 96c9981 remove links we don't need... by Paul Kehrer · 11 years ago
  83. 0d85831 we don't need to doc generate in the interface by Paul Kehrer · 11 years ago
  84. 01cdfb2 add missing sign/verify/generate docs for the RSA interfaces by Paul Kehrer · 11 years ago
  85. 83cd3f8 Added link to wikipedia for CMAC by Ayrx · 11 years ago
  86. 7964c17 Fixed nitpicks by Ayrx · 11 years ago
  87. a0f9850 Added missing HashContext documentation by Ayrx · 11 years ago
  88. 97a72fd Added CMAC backend interface documentation by Ayrx · 11 years ago
  89. c812170 Added CMAC interface documentation by Ayrx · 11 years ago
  90. 7e914c9 add SEED docs, tests, small fixes by Paul Kehrer · 11 years ago
  91. d0b06b4 Missing comma, whitespace by Alex Gaynor · 11 years ago
  92. 6abaf40 Merge pull request #739 from skeuomorf/dsa-backend by Paul Kehrer · 11 years ago
  93. 29474ac Add docs for DSA parameters and key generation by Mohammed Attia · 11 years ago
  94. 74c7bc0 Merge pull request #883 from reaperhulk/deprecation-dance by Alex Gaynor · 11 years ago
  95. 7a574e7 Remove 'Must be at least 512.' statement from RSA's docs by Mohammed Attia · 11 years ago
  96. c9a8793 address review comments by Paul Kehrer · 11 years ago
  97. ba98745 move salt_length from MGF1 to PSS and start deprecation cycle by Paul Kehrer · 11 years ago
  98. 230457a Add DSA private key api, docs and tests by Mohammed Attia · 11 years ago
  99. 5b50613 Add DSA public key api, docs and tests by Mohammed Attia · 11 years ago
  100. 24171cc Add DSA parameters api, docs and tests by Mohammed Attia · 11 years ago