1. 1977a60 Rephrase to keep the spell checker happy by Alex Stapleton · 11 years ago
  2. 68bba2d Limitations by Alex Stapleton · 11 years ago
  3. 4db32f7 a few more import order fixes for upcoming flake8-import-order by Paul Kehrer · 11 years ago
  4. 798c034 document the ValueError by Paul Kehrer · 11 years ago
  5. 06aa796 RSA PSS signature support by Paul Kehrer · 11 years ago
  6. c5fffd3 Standardise on sentence case for titles by Alex Stapleton · 11 years ago
  7. 38c4263 Merge pull request #792 from reaperhulk/rsa-pss-verify by Alex Gaynor · 11 years ago
  8. a38e8e5 link to Colin Percival re: recommended RSA signature padding by Paul Kehrer · 11 years ago
  9. edacb14 Update the docs. by Mohammed Attia · 11 years ago
  10. 763c621 move PSS to top of docs by Paul Kehrer · 11 years ago
  11. b5936a7 add RSA PSS verification support by Paul Kehrer · 11 years ago
  12. e171c5f Merge pull request #807 from Ayrx/add-backend-check-to-rsa by Paul Kehrer · 11 years ago
  13. 1e7ce06 Merge pull request #806 from Ayrx/add-backend-check-to-cipher by Paul Kehrer · 11 years ago
  14. 77fdd4e Merge pull request #805 from Ayrx/add-backend-check-to-hmac by Paul Kehrer · 11 years ago
  15. f886a82 Added backend check to rsa primitives by Ayrx · 11 years ago
  16. f56c54e Added backend check to cipher primitives by Ayrx · 11 years ago
  17. ecac029 Added backend check to hmac primitives by Ayrx · 11 years ago
  18. b482ca1 Added backend check to hash primitives by Ayrx · 11 years ago
  19. 106cc54 Merge pull request #775 from reaperhulk/rsa-mgf1-class by Alex Gaynor · 11 years ago
  20. 7b9d924 Merge pull request #802 from public/platforms by Paul Kehrer · 11 years ago
  21. 13432b2 Tweak wording by Alex Stapleton · 11 years ago
  22. b10e954 Alphabetise by Alex Stapleton · 11 years ago
  23. bd0c7a6 Document Python versions too by Alex Stapleton · 11 years ago
  24. b468417 Document the platforms we test on by Alex Stapleton · 11 years ago
  25. 6870241 Added backend check to kdf primitives by Ayrx · 11 years ago
  26. 30e574e Added backend check to twofactor primitives by Ayrx · 11 years ago
  27. 26e5d3f document MAX_LENGTH by Paul Kehrer · 11 years ago
  28. 3f6d7e7 fix vector generation/verification scripts for IDEA by Paul Kehrer · 11 years ago
  29. 7ba0c01 add IDEA support for CBC, CFB, OFB + tests for all IDEA by Paul Kehrer · 11 years ago
  30. e5dc122 basic IDEA ECB support for OpenSSL backend by Paul Kehrer · 11 years ago
  31. c99c214 Merge pull request #396 from reaperhulk/idea-bespoke-vectors by Hynek Schlawack · 11 years ago
  32. 24d5db8 style fixes by Paul Kehrer · 11 years ago
  33. a5f0037 close the open files in generate/verify by Paul Kehrer · 11 years ago
  34. db6fab5 add MGF1 class, docs, tests by Paul Kehrer · 11 years ago
  35. 933afee Merge pull request #772 from reaperhulk/rsa-mgf1-supported-interface by Alex Gaynor · 11 years ago
  36. b116bfd Merge pull request #770 from reaperhulk/document-some-versions by Alex Gaynor · 11 years ago
  37. 06c7793 add mgf1_hash_supported to the RSABackend interface by Paul Kehrer · 11 years ago
  38. 12649af document our oldest supported openssl and deny older support by Paul Kehrer · 11 years ago
  39. 7ba305b Merge pull request #765 from public/doc-tweaks by Paul Kehrer · 11 years ago
  40. 5cb80e2 Merge pull request #766 from public/more-doc-tweaks by Paul Kehrer · 11 years ago
  41. 7904346 Update HMAC and Digest docs. by Alex Stapleton · 11 years ago
  42. 092351d Various "improvements" to the symmetric docs by Alex Stapleton · 11 years ago
  43. 838e1ac Merge pull request #761 from alex/missing-future-license by Paul Kehrer · 11 years ago
  44. c37feed Added future imports and licenses that are missing by Alex Gaynor · 11 years ago
  45. ae28ca2 update headers, add verification code by Paul Kehrer · 11 years ago
  46. c44e0f0 Added note in documentation about OS X version support by Ayrx · 11 years ago
  47. bf2a9d9 Merge branch 'master' into idea-bespoke-vectors by Paul Kehrer · 11 years ago
  48. 2a69b48 whoops by Alex Gaynor · 11 years ago
  49. c6a6f31 Convert stuff by Alex Gaynor · 11 years ago
  50. 826b374 Merge pull request #719 from skeuomorf/master by Paul Kehrer · 11 years ago
  51. 8566cac Merge pull request #723 from reaperhulk/nist-rsa-vectors by Alex Gaynor · 11 years ago
  52. 29aa3aa Merge remote-tracking branch 'upstream/master' by Mohammed Attia · 11 years ago
  53. 71acc67 Change DSAParams to DSAParameters by Mohammed Attia · 11 years ago
  54. 7a1738a Typo fixes by Mohammed Attia · 11 years ago
  55. 243fd3d Merge pull request #724 from alex/audit by Donald Stufft · 11 years ago
  56. 97e888f Merge pull request #395 from reaperhulk/idea-vectors by Donald Stufft · 11 years ago
  57. 0df8c97 grammar. an thing. by Alex Gaynor · 11 years ago
  58. 92ddd76 On the suggestion of @zooko, note that we have not been audited by Alex Gaynor · 11 years ago
  59. 7f0039c add vector sources by Paul Kehrer · 11 years ago
  60. cb9a6c2 Change keypair to key pair to pass the sphinx spelling test by Mohammed Attia · 11 years ago
  61. 604c78f Define DSA in the documentation by Mohammed Attia · 11 years ago
  62. 7032451 Annotate aliases in the DSA documentation by Mohammed Attia · 11 years ago
  63. b416715 Added documentation for the DSA interfaces by Mohammed Attia · 11 years ago
  64. 9ab901d Updated documentation for HOTP and TOTP TypeError by Ayrx · 11 years ago
  65. f791410 add vector source data for IDEA ECB to docs by Paul Kehrer · 11 years ago
  66. 2e77ceb Merge pull request #709 from public/dsa-test-vectors by Paul Kehrer · 11 years ago
  67. e7da0ab DSA test vector docs by Alex Stapleton · 11 years ago
  68. 43b4f1c Merge pull request #703 from alex/change-exceptino-type by Paul Kehrer · 11 years ago
  69. 537f1e0 Scrypt is a word by Alex Gaynor · 11 years ago
  70. 75e72ea Added vectors for scrypt from the draft RFC by Alex Gaynor · 11 years ago
  71. 9b1a82e Switch to TypeError by Alex Gaynor · 11 years ago
  72. 58ee8c5 Docs as well by Alex Gaynor · 11 years ago
  73. d63cbd0 Fix ":param:" syntax in KDF docs by Wouter Bolsterlee · 11 years ago
  74. adba07a docs language improvement by Paul Kehrer · 11 years ago
  75. fef1fbd address some review comments by Paul Kehrer · 11 years ago
  76. a0c157f fix docs, port some review comments forward to the new PR by Paul Kehrer · 11 years ago
  77. 4c0b4a9 more kwargs by Paul Kehrer · 11 years ago
  78. 42b3713 add RSA verification support by Paul Kehrer · 11 years ago
  79. d8c8f7c Merge pull request #673 from reaperhulk/rsa-pkcs1-signature-only by Alex Gaynor · 11 years ago
  80. 3e4729a Cite Thomas Ptacek for urandom by Alex Gaynor · 11 years ago
  81. 62a9217 reorganize docs slightly by Paul Kehrer · 11 years ago
  82. fb843aa Re-linewrap the symmetric encryption doc source by Alex Gaynor · 11 years ago
  83. 7c49d18 Do some nitpicking cleanup of the twofactor code and documentation. by David Reid · 11 years ago
  84. 72e7477 Fixed wrong param naming in totp documentation by Ayrx · 11 years ago
  85. 1f8a1e8 Fixed documentation by Ayrx · 11 years ago
  86. 3b6423d Updated HOTP and TOTP doctests by Ayrx · 11 years ago
  87. 52e1e93 Added method definitions to TOTP documentation. by Ayrx · 11 years ago
  88. cec584c Updated secret key description by Ayrx · 11 years ago
  89. 341399d Fixed documentation based on alexs' comments. by Ayrx · 11 years ago
  90. f39716d Small fixes by Ayrx · 11 years ago
  91. 7ea36ed Added documentation for TOTP. by Ayrx · 11 years ago
  92. 5b6ce2a some style fixes suggested by pep8-naming by Paul Kehrer · 11 years ago
  93. 0377f5a rename PKCS1->PKCS1v15 & UnsupportedAsymmetricPadding->UnsupportedPadding by Paul Kehrer · 11 years ago
  94. 69a6fad Add changelog to toplevel, include in sdist by Matthew Iversen · 11 years ago
  95. 8dd9713 incorporate review feedback. kwarg! by Paul Kehrer · 11 years ago
  96. 4ccceaf add RSA PKCS1 signing (and structure for PSS + verification) by Paul Kehrer · 11 years ago
  97. f7cf6ab Merge pull request #667 from public/pkcs8-test-keys by Paul Kehrer · 11 years ago
  98. 2154135 0.2.1 changelog by Paul Kehrer · 11 years ago
  99. abec8a1 Document PKCS #8 key sources by Alex Stapleton · 11 years ago
  100. c85157b Merge pull request #619 from public/openssl-key-loading-interfaces by Paul Kehrer · 11 years ago