1. 2a69b48 whoops by Alex Gaynor · 11 years ago
  2. c6a6f31 Convert stuff by Alex Gaynor · 11 years ago
  3. 826b374 Merge pull request #719 from skeuomorf/master by Paul Kehrer · 11 years ago
  4. 8566cac Merge pull request #723 from reaperhulk/nist-rsa-vectors by Alex Gaynor · 11 years ago
  5. 29aa3aa Merge remote-tracking branch 'upstream/master' by Mohammed Attia · 11 years ago
  6. 71acc67 Change DSAParams to DSAParameters by Mohammed Attia · 11 years ago
  7. 7a1738a Typo fixes by Mohammed Attia · 11 years ago
  8. 243fd3d Merge pull request #724 from alex/audit by Donald Stufft · 11 years ago
  9. 97e888f Merge pull request #395 from reaperhulk/idea-vectors by Donald Stufft · 11 years ago
  10. 0df8c97 grammar. an thing. by Alex Gaynor · 11 years ago
  11. 92ddd76 On the suggestion of @zooko, note that we have not been audited by Alex Gaynor · 11 years ago
  12. 7f0039c add vector sources by Paul Kehrer · 11 years ago
  13. cb9a6c2 Change keypair to key pair to pass the sphinx spelling test by Mohammed Attia · 11 years ago
  14. 604c78f Define DSA in the documentation by Mohammed Attia · 11 years ago
  15. 7032451 Annotate aliases in the DSA documentation by Mohammed Attia · 11 years ago
  16. b416715 Added documentation for the DSA interfaces by Mohammed Attia · 11 years ago
  17. 9ab901d Updated documentation for HOTP and TOTP TypeError by Ayrx · 11 years ago
  18. f791410 add vector source data for IDEA ECB to docs by Paul Kehrer · 11 years ago
  19. 2e77ceb Merge pull request #709 from public/dsa-test-vectors by Paul Kehrer · 11 years ago
  20. e7da0ab DSA test vector docs by Alex Stapleton · 11 years ago
  21. 43b4f1c Merge pull request #703 from alex/change-exceptino-type by Paul Kehrer · 11 years ago
  22. 537f1e0 Scrypt is a word by Alex Gaynor · 11 years ago
  23. 75e72ea Added vectors for scrypt from the draft RFC by Alex Gaynor · 11 years ago
  24. 9b1a82e Switch to TypeError by Alex Gaynor · 11 years ago
  25. 58ee8c5 Docs as well by Alex Gaynor · 11 years ago
  26. d63cbd0 Fix ":param:" syntax in KDF docs by Wouter Bolsterlee · 11 years ago
  27. adba07a docs language improvement by Paul Kehrer · 11 years ago
  28. fef1fbd address some review comments by Paul Kehrer · 11 years ago
  29. a0c157f fix docs, port some review comments forward to the new PR by Paul Kehrer · 11 years ago
  30. 4c0b4a9 more kwargs by Paul Kehrer · 11 years ago
  31. 42b3713 add RSA verification support by Paul Kehrer · 11 years ago
  32. d8c8f7c Merge pull request #673 from reaperhulk/rsa-pkcs1-signature-only by Alex Gaynor · 11 years ago
  33. 3e4729a Cite Thomas Ptacek for urandom by Alex Gaynor · 11 years ago
  34. 62a9217 reorganize docs slightly by Paul Kehrer · 11 years ago
  35. fb843aa Re-linewrap the symmetric encryption doc source by Alex Gaynor · 11 years ago
  36. 7c49d18 Do some nitpicking cleanup of the twofactor code and documentation. by David Reid · 11 years ago
  37. 72e7477 Fixed wrong param naming in totp documentation by Ayrx · 11 years ago
  38. 1f8a1e8 Fixed documentation by Ayrx · 11 years ago
  39. 3b6423d Updated HOTP and TOTP doctests by Ayrx · 11 years ago
  40. 52e1e93 Added method definitions to TOTP documentation. by Ayrx · 11 years ago
  41. cec584c Updated secret key description by Ayrx · 11 years ago
  42. 341399d Fixed documentation based on alexs' comments. by Ayrx · 11 years ago
  43. f39716d Small fixes by Ayrx · 11 years ago
  44. 7ea36ed Added documentation for TOTP. by Ayrx · 11 years ago
  45. 5b6ce2a some style fixes suggested by pep8-naming by Paul Kehrer · 11 years ago
  46. 0377f5a rename PKCS1->PKCS1v15 & UnsupportedAsymmetricPadding->UnsupportedPadding by Paul Kehrer · 11 years ago
  47. 69a6fad Add changelog to toplevel, include in sdist by Matthew Iversen · 11 years ago
  48. 8dd9713 incorporate review feedback. kwarg! by Paul Kehrer · 11 years ago
  49. 4ccceaf add RSA PKCS1 signing (and structure for PSS + verification) by Paul Kehrer · 11 years ago
  50. f7cf6ab Merge pull request #667 from public/pkcs8-test-keys by Paul Kehrer · 11 years ago
  51. 2154135 0.2.1 changelog by Paul Kehrer · 11 years ago
  52. abec8a1 Document PKCS #8 key sources by Alex Stapleton · 11 years ago
  53. c85157b Merge pull request #619 from public/openssl-key-loading-interfaces by Paul Kehrer · 11 years ago
  54. c2e5340 Fixed HOTP test path, added changelog and myself to author list. by Ayrx · 11 years ago
  55. 94c7359 Added "version added" to docs by Ayrx · 11 years ago
  56. 8c1ad59 Changed module name from otp to twofactor. by Ayrx · 11 years ago
  57. 26d276f Updated documentation. by Ayrx · 11 years ago
  58. ebadb6b Updated docs with notes on throttling and resynchronization. by Ayrx · 11 years ago
  59. b5189af Added a max limit of 8 on length parameter. Updated documentation. by Ayrx · 11 years ago
  60. 25b1d21 Updated documentation. by Ayrx · 11 years ago
  61. a776911 Updated according to code review feedback. by Ayrx · 11 years ago
  62. b2ee044 Minor changes for python3 compat and documentation changes by Ayrx · 12 years ago
  63. 18ca44b Added documentation for HOTP implementation. by Ayrx · 12 years ago
  64. 2fb76a3 OpenSSL "traditional" key format loading... by Alex Stapleton · 11 years ago
  65. f933572 boilerplate to reopen master for third release work by Paul Kehrer · 11 years ago
  66. 63614e8 Bump version numbers for 0.2 release by Alex Gaynor · 11 years ago
  67. 176ae10 Merge pull request #621 from public/openssl-pem-vectors by Paul Kehrer · 11 years ago
  68. 5809d48 Try to be more precise by Alex Gaynor · 11 years ago
  69. 58db154 Link to the specific sources of these vectors by Alex Stapleton · 11 years ago
  70. 52e4048 Add OpenSSL PEM vector docs by Alex Stapleton · 11 years ago
  71. 59a6bc6 Capitalization and linkification by Alex Gaynor · 11 years ago
  72. cd8dee5 This is a real word, I swear to god it is by Alex Gaynor · 11 years ago
  73. c37adab Use a real word by Alex Gaynor · 11 years ago
  74. de06b29 Add an FAQ page to teh docs by Alex Gaynor · 11 years ago
  75. f8cf48b Merge pull request #634 from reaperhulk/rsa-signing-interfaces by Alex Gaynor · 11 years ago
  76. 430202d let's try renaming everything I said I'd rename by Paul Kehrer · 11 years ago
  77. dd3780a some grammar fixes, rename a method or two by Paul Kehrer · 11 years ago
  78. 933dd68 Fixed TOTP test vectors. by Ayrx · 11 years ago
  79. eda558c more renaming by Paul Kehrer · 11 years ago
  80. 3292c99 create_rsa_sign_ctx->create_rsa_signature_ctx by Paul Kehrer · 11 years ago
  81. 19f32d5 add versionadded to AsymmetricPadding by Paul Kehrer · 11 years ago
  82. e0f0f34 + docs for AsymmetricSignContext, AsymmetricVerifyContext, AsymmetricPadding by Paul Kehrer · 11 years ago
  83. 2b3f0fc add docs for sign/verify ctx creation interface by Paul Kehrer · 11 years ago
  84. 2c89df5 Spelling by Alex Gaynor · 11 years ago
  85. 049a368 Document public key and private keys in teh glossary by Alex Gaynor · 11 years ago
  86. 87bc404 Fixed some sphinx linkification issues by Alex Gaynor · 11 years ago
  87. 9104dd2 clearer prose by Paul Kehrer · 11 years ago
  88. aee319f update docs to explain CTR generation source by Paul Kehrer · 11 years ago
  89. 432b4cb update generation script and verification script to support CTR gen by Paul Kehrer · 11 years ago
  90. e547d8f Reformat AES CTR vectors to use NIST loader & document their source properly by Paul Kehrer · 11 years ago
  91. c5b0aa0 Merge pull request #605 from reaperhulk/add-crt-coefficients by Alex Gaynor · 11 years ago
  92. 7d95d5f Sort the wordlist is a vaguely sensible way by Alex Stapleton · 11 years ago
  93. d9702f9 Updated documentation to remove debian/rhel headers. by Ayrx · 11 years ago
  94. a674c6b Added rhel-specific installation instructions. by Ayrx · 11 years ago
  95. ba7d5ec Merge branch 'master' into add-crt-coefficients by Paul Kehrer · 11 years ago
  96. a9d802a Also clean up this syntax by Alex Gaynor · 11 years ago
  97. 14971b7 Fixed a missing word in the RSA docs by Alex Gaynor · 11 years ago
  98. 811163e Merge pull request #608 from reaperhulk/cast5-changelog by Alex Gaynor · 11 years ago
  99. a5011ec add versionadded to cast5 by Paul Kehrer · 11 years ago
  100. 4992384 A few style nits in the docs by Alex Gaynor · 11 years ago