1. 41ace0a Merge pull request #559 from public/rsa-keys by Paul Kehrer · 12 years ago
  2. de0019f Merge pull request #578 from dreid/no-random-doctest-because-reasons by Alex Gaynor · 12 years ago
  3. b69aff5 Use a pycon codeblock instead... by David Reid · 12 years ago
  4. bc29f5b Make tests more explicit. by Alex Stapleton · 12 years ago
  5. 7981d22 Merge pull request #575 from alex/development-status by David Reid · 12 years ago
  6. 1e4811a Just drop the classifier entirely by Alex Gaynor · 12 years ago
  7. 1b3899f We're now past pre-alpha by Alex Gaynor · 12 years ago
  8. f44b6a9 . by Alex Stapleton · 12 years ago
  9. be5da2d Add warning about untrusted private keys by Alex Stapleton · 12 years ago
  10. a3b8550 Check that public_exponent is odd by Alex Stapleton · 12 years ago
  11. 99b0726 Merge pull request #573 from manuels/patch-1 by Paul Kehrer · 12 years ago
  12. e237637 Use os.path.join to make paths by Alex Stapleton · 12 years ago
  13. 4eaab17 More sanity checks by Alex Stapleton · 12 years ago
  14. 3b353d5 Add support for DTLSv1 by manuels · 12 years ago
  15. 7976cc9 Merge pull request #572 from alex/rephrase by Paul Kehrer · 12 years ago
  16. bddc84f Merge pull request #570 from alex/use-urandom by Paul Kehrer · 12 years ago
  17. b481889 Rephrase for additional clairyt by Alex Gaynor · 12 years ago
  18. bf7dbbb Merge pull request #571 from parlarjb/patch-1 by Alex Gaynor · 12 years ago
  19. cb15716 Be more alarmist by Alex Gaynor · 12 years ago
  20. 2a0a559 Update padding.rst by Jay Parlar · 12 years ago
  21. 2a70f91 Fixed #568 -- Document that users should use urandom for all their random numbers by Alex Gaynor · 12 years ago
  22. 09fd41d Merge pull request #567 from alex/filename-match by Paul Kehrer · 12 years ago
  23. 0f63388 Rewrite this to be more streamlined by Alex Gaynor · 12 years ago
  24. 7248ebd Make the filename match by Alex Gaynor · 12 years ago
  25. 6f93357 Merge pull request #377 from reaperhulk/urandom-engine by Alex Gaynor · 12 years ago
  26. 387424b Merge pull request #566 from alex/comment-cleanup by Paul Kehrer · 12 years ago
  27. f389f84 improve comments by Paul Kehrer · 12 years ago
  28. b02ed2a add os random engine to changelog by Paul Kehrer · 12 years ago
  29. a54dcde Document this idea by Alex Gaynor · 12 years ago
  30. b98699d Write comments as complete sentences by Alex Gaynor · 12 years ago
  31. 089dded remove unregisters from wordlist as it's not in the docs now by Paul Kehrer · 12 years ago
  32. f146d45 get urandom fd flag and bitwise OR it with FD_CLOEXEC. comment update by Paul Kehrer · 12 years ago
  33. d258222 remove deactivate and replace with activate_builtin_random by Paul Kehrer · 12 years ago
  34. c91f239 Merge branch 'master' into urandom-engine by Paul Kehrer · 12 years ago
  35. 7d69d3a Test alias properties by Alex Stapleton · 12 years ago
  36. 01fc081 Use a version check when counting bit_length by Alex Stapleton · 12 years ago
  37. 940eee2 RSA key docs by Alex Stapleton · 12 years ago
  38. 3829bc2 Check p*q=n in the tests by Alex Stapleton · 12 years ago
  39. 5d17ab3 Sanity check keys. by Alex Stapleton · 12 years ago
  40. 52026b8 RSA keys by Alex Stapleton · 12 years ago
  41. f970eaa Merge pull request #565 from public/pkcs1-vector-loader by Paul Kehrer · 12 years ago
  42. 58f27ac PKCS #1 RSA test vector loader by Alex Stapleton · 12 years ago
  43. c16bddc Merge pull request #562 from alex/osx-docs by Paul Kehrer · 12 years ago
  44. 6bee2ab Removed pointless anchor by Alex Gaynor · 12 years ago
  45. 22a9d0e Merge branch 'master' into osx-docs 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. 9995145 Docs need virtualenv as well by Alex Gaynor · 12 years ago
  48. 5278cd9 Everything about bash is the worst by Alex Gaynor · 12 years ago
  49. e6c41b0 Some reST markup nonsense by Alex Gaynor · 12 years ago
  50. 6a18835 Fix for OS X by Alex Gaynor · 12 years ago
  51. ae9451f More clearly describe the behavior of constant_time.bytes_eq by Alex Gaynor · 12 years ago
  52. 6c0e43f Run the doc tests under OS X by Alex Gaynor · 12 years ago
  53. 3eb7a9e Merge pull request #560 from alex/document-backends by David Reid · 12 years ago
  54. 6781094 Merge pull request #561 from alex/unsupported-algorithm by David Reid · 12 years ago
  55. 09d08ae Made OpenSSL's derive_pbkdf2_hmac raise the right exception by Alex Gaynor · 12 years ago
  56. 585c99c Document which backends implement which itnerfaces. Fixes #538 by Alex Gaynor · 12 years ago
  57. 2786478 add some more comments to clarify what the ENGINE_ calls in backend do by Paul Kehrer · 12 years ago
  58. 1389acb assert the right thing by Paul Kehrer · 12 years ago
  59. 57b325e rename osrand_engine to osrandom_engine by Paul Kehrer · 12 years ago
  60. 3463020 forward declaration woo by Paul Kehrer · 12 years ago
  61. 8d4d9ff cryptgenrandom returns all requested bytes or errors, so no loop required by Paul Kehrer · 12 years ago
  62. b930b12 close the fd if fcntl fails by Paul Kehrer · 12 years ago
  63. e4acd5d Merge branch 'master' into urandom-engine by Paul Kehrer · 12 years ago
  64. e45826f Merge pull request #557 from alex/docs-typo by Paul Kehrer · 12 years ago
  65. 010190f Merge pull request #556 from alex/multi-by-default by Paul Kehrer · 12 years ago
  66. f3cdf71 pep8 by Alex Gaynor · 12 years ago
  67. 1fb4524 Fixed a typo in the docs by Alex Gaynor · 12 years ago
  68. 7b1d520 Make the default backend be a multi-backend by Alex Gaynor · 12 years ago
  69. ba5fcd9 Merge pull request #536 from alex/prioritized-multi-backend by David Reid · 12 years ago
  70. db80954 Chanloge + versionadded by Alex Gaynor · 12 years ago
  71. 5598850 Added an example usage by Alex Gaynor · 12 years ago
  72. 53f6dbc Merge branch 'master' into prioritized-multi-backend by Alex Gaynor · 12 years ago
  73. 2b1752e Typo fix by Alex Gaynor · 12 years ago
  74. 7ceacba Added to toctree by Alex Gaynor · 12 years ago
  75. 450bb4c Rename and document by Alex Gaynor · 12 years ago
  76. 59ca2fc Merge pull request #555 from alex/better-index by David Reid · 12 years ago
  77. 7ba1392 Linkify the things we have that others don't by Alex Gaynor · 12 years ago
  78. c46a1bf Merge pull request #554 from reaperhulk/changelog-update by Alex Gaynor · 12 years ago
  79. a60920a add HKDF to changelog by Paul Kehrer · 12 years ago
  80. fe5d54a Merge pull request #490 from dreid/hkdf by Alex Gaynor · 12 years ago
  81. 134f1f4 Strings have quote marks at both ends. by David Reid · 12 years ago
  82. 5df929c HKDF example. by David Reid · 12 years ago
  83. 15ac790 Properly mark all test cases as dependant on HMAC. by David Reid · 12 years ago
  84. 26339c5 Remove language about the separate stages of HKDF until we expose multiple stages of HKDF. by David Reid · 12 years ago
  85. d69e950 Don't forget InvalidKey. by David Reid · 12 years ago
  86. aaf2302 Fix typo by David Reid · 12 years ago
  87. 6385561 Import exception classes instead of the exceptions module. by David Reid · 12 years ago
  88. b9fa771 Lose the bit about passwords. by David Reid · 12 years ago
  89. b80deea https a bunch of links. by David Reid · 12 years ago
  90. 4b12c35 Merge pull request #552 from alex/rst-syntax by Donald Stufft · 12 years ago
  91. 34ed26f Pseudorandom is a word. by David Reid · 12 years ago
  92. b89f34c Backtick the entire equation. by David Reid · 12 years ago
  93. 2ad94ab Clarify salt language and link to the paper in addition to the RFC. by David Reid · 12 years ago
  94. 15fd643 Don't expose extract and expand on this class yet because we don't know how best to expose verify functionality, continue testing the stages using the private methods. by David Reid · 12 years ago
  95. c0248b9 HKDF docs by David Reid · 12 years ago
  96. 368894c Remove redundant type checks per @alex and @reaperhulk. by David Reid · 12 years ago
  97. f3f8df3 Complete test coverage by David Reid · 12 years ago
  98. e03a289 Use six.u for great good. by David Reid · 12 years ago
  99. 98c182f Consistently use double quotes. by David Reid · 12 years ago
  100. ec4155a Aggressively type-check for text. by David Reid · 12 years ago