1. af6ad14 show the entire files by Paul Kehrer · 12 years ago
  2. 89d0506 remove unused var by Paul Kehrer · 12 years ago
  3. 9f540f2 improve formatting and fix pep8 for generate/verify cast5 scripts by Paul Kehrer · 12 years ago
  4. cf6ffb5 add cast5 (cbc, cfb, ofb) vector source info to docs by Paul Kehrer · 12 years ago
  5. da2d57c Merge pull request #596 from reaperhulk/docs-test-vectors by Alex Gaynor · 12 years ago
  6. 4e1c40b remove references to the CAST5 generation (will be in separate PR) by Paul Kehrer · 12 years ago
  7. 50309fb Don't throw away the result of finalize either. by David Reid · 12 years ago
  8. db616be Don't throw away the result of padder.update because it confuses users. by David Reid · 12 years ago
  9. b232d74 Add RSAPrivateKey.generate by Alex Stapleton · 12 years ago
  10. b96d796 Merge pull request #595 from reaperhulk/be-more-accurate-about-random by Alex Gaynor · 12 years ago
  11. 039b478 typo by Paul Kehrer · 12 years ago
  12. 1681a69 add test vector information to the development section by Paul Kehrer · 12 years ago
  13. 012bfbc less confusing language by Paul Kehrer · 12 years ago
  14. b4f7d88 be accurate when telling users what CryptGenRandom uses under the hood by Paul Kehrer · 12 years ago
  15. 91c776f move around some material on the reviewing doc page by Paul Kehrer · 12 years ago
  16. 18962cc add explicit backend selection examples in a code block by Paul Kehrer · 12 years ago
  17. 450cd02 fix some indentation and a missing newline by Paul Kehrer · 12 years ago
  18. 0839aa8 reorganize contributing into development section by Paul Kehrer · 12 years ago
  19. e202a04 Merge pull request #593 from alex/better-readme by David Reid · 12 years ago
  20. 8f2250f Generate RSA Keys by Alex Stapleton · 12 years ago
  21. 872cd97 Fixed #576 -- improve the readme by Alex Gaynor · 12 years ago
  22. ae17250 Merge pull request #579 from public/words by Alex Gaynor · 12 years ago
  23. e009ad2 s/bit_length/key_size/ (again) by Alex Stapleton · 12 years ago
  24. 96f31fd Merge pull request #577 from public/backend-rsa-interface by Paul Kehrer · 12 years ago
  25. 63b3de2 s/which/that/ by Alex Stapleton · 12 years ago
  26. 209a132 Start of an RSABackend interface by Alex Stapleton · 12 years ago
  27. 41ace0a Merge pull request #559 from public/rsa-keys by Paul Kehrer · 12 years ago
  28. b69aff5 Use a pycon codeblock instead... by David Reid · 12 years ago
  29. f44b6a9 . by Alex Stapleton · 12 years ago
  30. be5da2d Add warning about untrusted private keys by Alex Stapleton · 12 years ago
  31. 4eaab17 More sanity checks by Alex Stapleton · 12 years ago
  32. 7976cc9 Merge pull request #572 from alex/rephrase by Paul Kehrer · 12 years ago
  33. bddc84f Merge pull request #570 from alex/use-urandom by Paul Kehrer · 12 years ago
  34. b481889 Rephrase for additional clairyt by Alex Gaynor · 12 years ago
  35. cb15716 Be more alarmist by Alex Gaynor · 12 years ago
  36. 2a0a559 Update padding.rst by Jay Parlar · 12 years ago
  37. 2a70f91 Fixed #568 -- Document that users should use urandom for all their random numbers by Alex Gaynor · 12 years ago
  38. 6f93357 Merge pull request #377 from reaperhulk/urandom-engine by Alex Gaynor · 12 years ago
  39. b02ed2a add os random engine to changelog by Paul Kehrer · 12 years ago
  40. a54dcde Document this idea by Alex Gaynor · 12 years ago
  41. 089dded remove unregisters from wordlist as it's not in the docs now by Paul Kehrer · 12 years ago
  42. d258222 remove deactivate and replace with activate_builtin_random by Paul Kehrer · 12 years ago
  43. c91f239 Merge branch 'master' into urandom-engine by Paul Kehrer · 12 years ago
  44. 940eee2 RSA key docs by Alex Stapleton · 12 years ago
  45. 6bee2ab Removed pointless anchor by Alex Gaynor · 12 years ago
  46. 48ef0c1 Merge pull request #563 from alex/better-constant-time-docs by Paul Kehrer · 12 years ago
  47. e6c41b0 Some reST markup nonsense by Alex Gaynor · 12 years ago
  48. ae9451f More clearly describe the behavior of constant_time.bytes_eq by Alex Gaynor · 12 years ago
  49. 585c99c Document which backends implement which itnerfaces. Fixes #538 by Alex Gaynor · 12 years ago
  50. e4acd5d Merge branch 'master' into urandom-engine by Paul Kehrer · 12 years ago
  51. 1fb4524 Fixed a typo in the docs by Alex Gaynor · 12 years ago
  52. db80954 Chanloge + versionadded by Alex Gaynor · 12 years ago
  53. 5598850 Added an example usage by Alex Gaynor · 12 years ago
  54. 53f6dbc Merge branch 'master' into prioritized-multi-backend by Alex Gaynor · 12 years ago
  55. 2b1752e Typo fix by Alex Gaynor · 12 years ago
  56. 7ceacba Added to toctree by Alex Gaynor · 12 years ago
  57. 450bb4c Rename and document by Alex Gaynor · 12 years ago
  58. 7ba1392 Linkify the things we have that others don't by Alex Gaynor · 12 years ago
  59. a60920a add HKDF to changelog by Paul Kehrer · 12 years ago
  60. fe5d54a Merge pull request #490 from dreid/hkdf by Alex Gaynor · 12 years ago
  61. 134f1f4 Strings have quote marks at both ends. by David Reid · 12 years ago
  62. 5df929c HKDF example. by David Reid · 12 years ago
  63. 26339c5 Remove language about the separate stages of HKDF until we expose multiple stages of HKDF. by David Reid · 12 years ago
  64. b9fa771 Lose the bit about passwords. by David Reid · 12 years ago
  65. b80deea https a bunch of links. by David Reid · 12 years ago
  66. 34ed26f Pseudorandom is a word. by David Reid · 12 years ago
  67. b89f34c Backtick the entire equation. by David Reid · 12 years ago
  68. 2ad94ab Clarify salt language and link to the paper in addition to the RFC. by David Reid · 12 years ago
  69. c0248b9 HKDF docs by David Reid · 12 years ago
  70. 028a6fc Use the builtin role to link to peps by Alex Gaynor · 12 years ago
  71. 5b2f13d Merge branch 'master' into private-exponent by Alex Gaynor · 12 years ago
  72. c0ad928 Merge pull request #551 from public/pep8-link by Alex Gaynor · 12 years ago
  73. efdd8ac Use python.org instead of peps.io by Alex Stapleton · 12 years ago
  74. 2649a69 Refer to the `d` param of RSA as `private_exponent`. by Alex Gaynor · 12 years ago
  75. c6155ce Merge pull request #548 from public/rename-key-length by Alex Gaynor · 12 years ago
  76. ee3e6bf Rename RSAs key_length to key_size by Alex Stapleton · 12 years ago
  77. 84d5c6b Only put a single top level header in this page by Alex Gaynor · 12 years ago
  78. 8ca6fad Complete sentences. by Alex Gaynor · 12 years ago
  79. 031c2cb Fixes #539 -- document which interfaces a backend implements by Alex Gaynor · 12 years ago
  80. d52b89b change register/unregister to activate/deactivate by Paul Kehrer · 12 years ago
  81. 8042b29 more explanation of what an active osrandom engine means by Paul Kehrer · 12 years ago
  82. 16e5e4d address review comments on osrandom engine, reorganize some code by Paul Kehrer · 12 years ago
  83. ae2138a add a hyphen to please the spellcheck gods by Paul Kehrer · 12 years ago
  84. 55809a1 rst syntax by Paul Kehrer · 12 years ago
  85. 9967bc5 add a little info about the various system randoms. maybe useful? by Paul Kehrer · 12 years ago
  86. 136ff17 update random engine docs by Paul Kehrer · 12 years ago
  87. a8e125f Fixed up some backwards syntax in the docs by Alex Gaynor · 12 years ago
  88. 5ff3167 Merge branch 'master' into urandom-engine by Paul Kehrer · 12 years ago
  89. 15a86a0 PBKDF2HMAC requires a PBKDF2HMACBackend provider. by Paul Kehrer · 12 years ago
  90. b2ff877 Merge pull request #520 from reaperhulk/pbkdf2-openssl by David Reid · 12 years ago
  91. 0b18118 a bit more language work + changelog changes for pbkdf2hmac by Paul Kehrer · 12 years ago
  92. f3b57e3 one more style fix by Paul Kehrer · 12 years ago
  93. 446cc2a a few typo fixes, capitalization, etc by Paul Kehrer · 12 years ago
  94. 4ce9c9e Merge pull request #525 from skeuomorf/installation-docs by Paul Kehrer · 12 years ago
  95. 1cab104 expand docs to talk more about the purposes of KDFs by Paul Kehrer · 12 years ago
  96. c58b478 update docs re: PBKDF2HMAC iterations by Paul Kehrer · 12 years ago
  97. b0293bf Added installation section to index.rst by skeuomorf · 12 years ago
  98. 4c75a8c quotes inside, diff examples by Paul Kehrer · 12 years ago
  99. 1d65a2f fix spacing, remove versionadded since HashAlgorithm was in 0.1 by Paul Kehrer · 12 years ago
  100. e51a2db document HashAlgorithm by Paul Kehrer · 12 years ago