1. e0aeaf8 update docs by Paul Kehrer · 11 years ago
  2. 21babbb updates for review feedback by Paul Kehrer · 11 years ago
  3. b403787 add interface docs for dsa_params_supported by Paul Kehrer · 11 years ago
  4. 43dc276 remove dsa_signature_from_components since it's no longer needed by Paul Kehrer · 11 years ago
  5. 59edb61 Add DSA verification docs by Mohammed Attia · 11 years ago
  6. fdf6330 Use the short name in the docs by Alex Gaynor · 11 years ago
  7. c6f1956 document exceptions for padding by Paul Kehrer · 11 years ago
  8. db1524b Merge pull request #962 from reaperhulk/rsa-enc by Alex Gaynor · 11 years ago
  9. b30402c Merge pull request #972 from public/padding-docs by Paul Kehrer · 11 years ago
  10. 425fc04 Update padding docs by Alex Stapleton · 11 years ago
  11. 458c09b Rename OpenSSLSerializationBackend by Alex Stapleton · 11 years ago
  12. 462bd60 Fix some typos. by Alex Gaynor · 11 years ago
  13. 4ce810e improve style in test, update docs for rsa encryption review by Paul Kehrer · 11 years ago
  14. c84b3fb change doctest to codeblock until we add multibackend support for encrypt by Paul Kehrer · 11 years ago
  15. 4e602f3 RSA encryption support by Paul Kehrer · 11 years ago
  16. 239d518 More phrasing by Alex Gaynor · 11 years ago
  17. c9dc0a0 Also fix up some phrasings by Alex Gaynor · 11 years ago
  18. a57763a Removed strange use of quotes by Alex Gaynor · 11 years ago
  19. ff2b8ce Merge pull request #949 from reaperhulk/rsa-oaep-decrypt by Alex Gaynor · 11 years ago
  20. 50e6230 update docs for oaep by Paul Kehrer · 11 years ago
  21. 2332c19 New Anchor here by Alex Gaynor · 11 years ago
  22. 642a979 add OAEP decryption example in docs by Paul Kehrer · 11 years ago
  23. 5186d69 OAEP support for RSA decryption by Paul Kehrer · 11 years ago
  24. 9bea937 Added changelog and versionadded for CMAC by Ayrx · 11 years ago
  25. 26d9596 Added CMACBackend to multibackend by Ayrx · 11 years ago
  26. a93abae Added documentation to note rfc 4493 by Ayrx · 11 years ago
  27. 001637b Added wikipedia link by Ayrx · 11 years ago
  28. dbefd58 Changed doctests to code-block by Ayrx · 11 years ago
  29. 2f2aa5f Updated CMAC documentation by Ayrx · 11 years ago
  30. fa4a6b2 Added CMAC docs by Ayrx · 11 years ago
  31. 8e76439 more key length checks, docs update by Paul Kehrer · 11 years ago
  32. 8ab7a36 remove InvalidDecryption and replace with ValueError by Paul Kehrer · 11 years ago
  33. 27f9ca6 more docs by Paul Kehrer · 11 years ago
  34. 7bdcdc1 remove OAEP decryption to simplify review by Paul Kehrer · 11 years ago
  35. e1c89f3 update docs for OAEP by Paul Kehrer · 11 years ago
  36. 4c0a374 docs, tests, general huge improvements to RSA decryption by Paul Kehrer · 11 years ago
  37. 5a79ee4 Utility methods for RSA CRT params by Alex Stapleton · 11 years ago
  38. 6cf29f2 Changed cmac_supported() to cmac_algorithm_supported() by Ayrx · 11 years ago
  39. 182825a Merge pull request #919 from Ayrx/cmac-interfaces by Paul Kehrer · 11 years ago
  40. 96c9981 remove links we don't need... by Paul Kehrer · 11 years ago
  41. 0d85831 we don't need to doc generate in the interface by Paul Kehrer · 11 years ago
  42. 01cdfb2 add missing sign/verify/generate docs for the RSA interfaces by Paul Kehrer · 11 years ago
  43. 83cd3f8 Added link to wikipedia for CMAC by Ayrx · 11 years ago
  44. 7964c17 Fixed nitpicks by Ayrx · 11 years ago
  45. a0f9850 Added missing HashContext documentation by Ayrx · 11 years ago
  46. 97a72fd Added CMAC backend interface documentation by Ayrx · 11 years ago
  47. c812170 Added CMAC interface documentation by Ayrx · 11 years ago
  48. 7e914c9 add SEED docs, tests, small fixes by Paul Kehrer · 11 years ago
  49. d0b06b4 Missing comma, whitespace by Alex Gaynor · 11 years ago
  50. 6abaf40 Merge pull request #739 from skeuomorf/dsa-backend by Paul Kehrer · 11 years ago
  51. 29474ac Add docs for DSA parameters and key generation by Mohammed Attia · 11 years ago
  52. 74c7bc0 Merge pull request #883 from reaperhulk/deprecation-dance by Alex Gaynor · 11 years ago
  53. 7a574e7 Remove 'Must be at least 512.' statement from RSA's docs by Mohammed Attia · 11 years ago
  54. c9a8793 address review comments by Paul Kehrer · 11 years ago
  55. ba98745 move salt_length from MGF1 to PSS and start deprecation cycle by Paul Kehrer · 11 years ago
  56. 230457a Add DSA private key api, docs and tests by Mohammed Attia · 11 years ago
  57. 5b50613 Add DSA public key api, docs and tests by Mohammed Attia · 11 years ago
  58. 24171cc Add DSA parameters api, docs and tests by Mohammed Attia · 11 years ago
  59. 7a489db Fixed #809 -- switch back to always using UnsupportedAlgorithm by Alex Gaynor · 11 years ago
  60. 798c034 document the ValueError by Paul Kehrer · 11 years ago
  61. 06aa796 RSA PSS signature support by Paul Kehrer · 11 years ago
  62. c5fffd3 Standardise on sentence case for titles by Alex Stapleton · 11 years ago
  63. 38c4263 Merge pull request #792 from reaperhulk/rsa-pss-verify by Alex Gaynor · 11 years ago
  64. a38e8e5 link to Colin Percival re: recommended RSA signature padding by Paul Kehrer · 11 years ago
  65. edacb14 Update the docs. by Mohammed Attia · 11 years ago
  66. 763c621 move PSS to top of docs by Paul Kehrer · 11 years ago
  67. b5936a7 add RSA PSS verification support by Paul Kehrer · 11 years ago
  68. e171c5f Merge pull request #807 from Ayrx/add-backend-check-to-rsa by Paul Kehrer · 11 years ago
  69. 1e7ce06 Merge pull request #806 from Ayrx/add-backend-check-to-cipher by Paul Kehrer · 11 years ago
  70. 77fdd4e Merge pull request #805 from Ayrx/add-backend-check-to-hmac by Paul Kehrer · 11 years ago
  71. f886a82 Added backend check to rsa primitives by Ayrx · 11 years ago
  72. f56c54e Added backend check to cipher primitives by Ayrx · 11 years ago
  73. ecac029 Added backend check to hmac primitives by Ayrx · 11 years ago
  74. b482ca1 Added backend check to hash primitives by Ayrx · 11 years ago
  75. 106cc54 Merge pull request #775 from reaperhulk/rsa-mgf1-class by Alex Gaynor · 11 years ago
  76. 6870241 Added backend check to kdf primitives by Ayrx · 11 years ago
  77. 30e574e Added backend check to twofactor primitives by Ayrx · 11 years ago
  78. 26e5d3f document MAX_LENGTH by Paul Kehrer · 11 years ago
  79. 7ba0c01 add IDEA support for CBC, CFB, OFB + tests for all IDEA by Paul Kehrer · 11 years ago
  80. e5dc122 basic IDEA ECB support for OpenSSL backend by Paul Kehrer · 11 years ago
  81. db6fab5 add MGF1 class, docs, tests by Paul Kehrer · 11 years ago
  82. 933afee Merge pull request #772 from reaperhulk/rsa-mgf1-supported-interface by Alex Gaynor · 11 years ago
  83. b116bfd Merge pull request #770 from reaperhulk/document-some-versions by Alex Gaynor · 11 years ago
  84. 06c7793 add mgf1_hash_supported to the RSABackend interface by Paul Kehrer · 11 years ago
  85. 12649af document our oldest supported openssl and deny older support by Paul Kehrer · 11 years ago
  86. 7ba305b Merge pull request #765 from public/doc-tweaks by Paul Kehrer · 11 years ago
  87. 5cb80e2 Merge pull request #766 from public/more-doc-tweaks by Paul Kehrer · 11 years ago
  88. 7904346 Update HMAC and Digest docs. by Alex Stapleton · 11 years ago
  89. 092351d Various "improvements" to the symmetric docs by Alex Stapleton · 11 years ago
  90. c44e0f0 Added note in documentation about OS X version support by Ayrx · 11 years ago
  91. c6a6f31 Convert stuff by Alex Gaynor · 11 years ago
  92. 71acc67 Change DSAParams to DSAParameters by Mohammed Attia · 11 years ago
  93. 7a1738a Typo fixes by Mohammed Attia · 11 years ago
  94. cb9a6c2 Change keypair to key pair to pass the sphinx spelling test by Mohammed Attia · 11 years ago
  95. 604c78f Define DSA in the documentation by Mohammed Attia · 11 years ago
  96. 7032451 Annotate aliases in the DSA documentation by Mohammed Attia · 11 years ago
  97. b416715 Added documentation for the DSA interfaces by Mohammed Attia · 11 years ago
  98. 9ab901d Updated documentation for HOTP and TOTP TypeError by Ayrx · 11 years ago
  99. 9b1a82e Switch to TypeError by Alex Gaynor · 11 years ago
  100. 58ee8c5 Docs as well by Alex Gaynor · 11 years ago