1. 1b3899f We're now past pre-alpha by Alex Gaynor · 10 years ago
  2. 99b0726 Merge pull request #573 from manuels/patch-1 by Paul Kehrer · 11 years ago
  3. 3b353d5 Add support for DTLSv1 by manuels · 11 years ago
  4. 7976cc9 Merge pull request #572 from alex/rephrase by Paul Kehrer · 11 years ago
  5. bddc84f Merge pull request #570 from alex/use-urandom by Paul Kehrer · 11 years ago
  6. b481889 Rephrase for additional clairyt by Alex Gaynor · 11 years ago
  7. bf7dbbb Merge pull request #571 from parlarjb/patch-1 by Alex Gaynor · 11 years ago
  8. cb15716 Be more alarmist by Alex Gaynor · 11 years ago
  9. 2a0a559 Update padding.rst by Jay Parlar · 11 years ago
  10. 2a70f91 Fixed #568 -- Document that users should use urandom for all their random numbers by Alex Gaynor · 11 years ago
  11. 09fd41d Merge pull request #567 from alex/filename-match by Paul Kehrer · 11 years ago
  12. 0f63388 Rewrite this to be more streamlined by Alex Gaynor · 11 years ago
  13. 7248ebd Make the filename match by Alex Gaynor · 11 years ago
  14. 6f93357 Merge pull request #377 from reaperhulk/urandom-engine by Alex Gaynor · 11 years ago
  15. 387424b Merge pull request #566 from alex/comment-cleanup by Paul Kehrer · 11 years ago
  16. f389f84 improve comments by Paul Kehrer · 11 years ago
  17. b02ed2a add os random engine to changelog by Paul Kehrer · 11 years ago
  18. a54dcde Document this idea by Alex Gaynor · 11 years ago
  19. b98699d Write comments as complete sentences by Alex Gaynor · 11 years ago
  20. 089dded remove unregisters from wordlist as it's not in the docs now by Paul Kehrer · 11 years ago
  21. f146d45 get urandom fd flag and bitwise OR it with FD_CLOEXEC. comment update by Paul Kehrer · 11 years ago
  22. d258222 remove deactivate and replace with activate_builtin_random by Paul Kehrer · 11 years ago
  23. c91f239 Merge branch 'master' into urandom-engine by Paul Kehrer · 11 years ago
  24. f970eaa Merge pull request #565 from public/pkcs1-vector-loader by Paul Kehrer · 11 years ago
  25. 58f27ac PKCS #1 RSA test vector loader by Alex Stapleton · 11 years ago
  26. c16bddc Merge pull request #562 from alex/osx-docs by Paul Kehrer · 11 years ago
  27. 6bee2ab Removed pointless anchor by Alex Gaynor · 11 years ago
  28. 22a9d0e Merge branch 'master' into osx-docs by Alex Gaynor · 11 years ago
  29. 48ef0c1 Merge pull request #563 from alex/better-constant-time-docs by Paul Kehrer · 11 years ago
  30. 9995145 Docs need virtualenv as well by Alex Gaynor · 11 years ago
  31. 5278cd9 Everything about bash is the worst by Alex Gaynor · 11 years ago
  32. e6c41b0 Some reST markup nonsense by Alex Gaynor · 11 years ago
  33. 6a18835 Fix for OS X by Alex Gaynor · 11 years ago
  34. ae9451f More clearly describe the behavior of constant_time.bytes_eq by Alex Gaynor · 11 years ago
  35. 6c0e43f Run the doc tests under OS X by Alex Gaynor · 11 years ago
  36. 3eb7a9e Merge pull request #560 from alex/document-backends by David Reid · 11 years ago
  37. 6781094 Merge pull request #561 from alex/unsupported-algorithm by David Reid · 11 years ago
  38. 09d08ae Made OpenSSL's derive_pbkdf2_hmac raise the right exception by Alex Gaynor · 11 years ago
  39. 585c99c Document which backends implement which itnerfaces. Fixes #538 by Alex Gaynor · 11 years ago
  40. 2786478 add some more comments to clarify what the ENGINE_ calls in backend do by Paul Kehrer · 11 years ago
  41. 1389acb assert the right thing by Paul Kehrer · 11 years ago
  42. 57b325e rename osrand_engine to osrandom_engine by Paul Kehrer · 11 years ago
  43. 3463020 forward declaration woo by Paul Kehrer · 11 years ago
  44. 8d4d9ff cryptgenrandom returns all requested bytes or errors, so no loop required by Paul Kehrer · 11 years ago
  45. b930b12 close the fd if fcntl fails by Paul Kehrer · 11 years ago
  46. e4acd5d Merge branch 'master' into urandom-engine by Paul Kehrer · 11 years ago
  47. e45826f Merge pull request #557 from alex/docs-typo by Paul Kehrer · 11 years ago
  48. 010190f Merge pull request #556 from alex/multi-by-default by Paul Kehrer · 11 years ago
  49. f3cdf71 pep8 by Alex Gaynor · 11 years ago
  50. 1fb4524 Fixed a typo in the docs by Alex Gaynor · 11 years ago
  51. 7b1d520 Make the default backend be a multi-backend by Alex Gaynor · 11 years ago
  52. ba5fcd9 Merge pull request #536 from alex/prioritized-multi-backend by David Reid · 11 years ago
  53. db80954 Chanloge + versionadded by Alex Gaynor · 11 years ago
  54. 5598850 Added an example usage by Alex Gaynor · 11 years ago
  55. 53f6dbc Merge branch 'master' into prioritized-multi-backend by Alex Gaynor · 11 years ago
  56. 2b1752e Typo fix by Alex Gaynor · 11 years ago
  57. 7ceacba Added to toctree by Alex Gaynor · 11 years ago
  58. 450bb4c Rename and document by Alex Gaynor · 11 years ago
  59. 59ca2fc Merge pull request #555 from alex/better-index by David Reid · 11 years ago
  60. 7ba1392 Linkify the things we have that others don't by Alex Gaynor · 11 years ago
  61. c46a1bf Merge pull request #554 from reaperhulk/changelog-update by Alex Gaynor · 11 years ago
  62. a60920a add HKDF to changelog by Paul Kehrer · 11 years ago
  63. fe5d54a Merge pull request #490 from dreid/hkdf by Alex Gaynor · 11 years ago
  64. 134f1f4 Strings have quote marks at both ends. by David Reid · 11 years ago
  65. 5df929c HKDF example. by David Reid · 11 years ago
  66. 15ac790 Properly mark all test cases as dependant on HMAC. by David Reid · 11 years ago
  67. 26339c5 Remove language about the separate stages of HKDF until we expose multiple stages of HKDF. by David Reid · 11 years ago
  68. d69e950 Don't forget InvalidKey. by David Reid · 11 years ago
  69. aaf2302 Fix typo by David Reid · 11 years ago
  70. 6385561 Import exception classes instead of the exceptions module. by David Reid · 11 years ago
  71. b9fa771 Lose the bit about passwords. by David Reid · 11 years ago
  72. b80deea https a bunch of links. by David Reid · 11 years ago
  73. 4b12c35 Merge pull request #552 from alex/rst-syntax by Donald Stufft · 11 years ago
  74. 34ed26f Pseudorandom is a word. by David Reid · 11 years ago
  75. b89f34c Backtick the entire equation. by David Reid · 11 years ago
  76. 2ad94ab Clarify salt language and link to the paper in addition to the RFC. by David Reid · 11 years ago
  77. 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 · 11 years ago
  78. c0248b9 HKDF docs by David Reid · 11 years ago
  79. 368894c Remove redundant type checks per @alex and @reaperhulk. by David Reid · 11 years ago
  80. f3f8df3 Complete test coverage by David Reid · 11 years ago
  81. e03a289 Use six.u for great good. by David Reid · 11 years ago
  82. 98c182f Consistently use double quotes. by David Reid · 11 years ago
  83. ec4155a Aggressively type-check for text. by David Reid · 11 years ago
  84. fec6d14 bytes all the things. by David Reid · 11 years ago
  85. aa9b9f1 Actually register the interface. by David Reid · 11 years ago
  86. bddcb34 Remove more leftovers from rebase. by David Reid · 11 years ago
  87. 69d16c2 Expand, extract, verify. by David Reid · 11 years ago
  88. c4e7563 Add test cases for length checking and already finalized. by David Reid · 11 years ago
  89. 3ddf989 Remove load_hkdf_vectors which snuck in with a rebase. by David Reid · 11 years ago
  90. 0d492db Closer to proposed interface in #513. by David Reid · 11 years ago
  91. 1436730 Use the nist vector loader. by David Reid · 11 years ago
  92. 9b24cb8 Fix case. by David Reid · 11 years ago
  93. 41f12d7 Fix pep8. by David Reid · 11 years ago
  94. 5443e9d Break up hkdf_derive into hkdf_extract and hkdf_expand. by David Reid · 11 years ago
  95. a187836 This got split into SHA1 and SHA256 by David Reid · 11 years ago
  96. 66c9cd9 Refactor HKDF support and provide vectors for tests. by David Reid · 11 years ago
  97. ab33266 hkdf by David Reid · 11 years ago
  98. 028a6fc Use the builtin role to link to peps by Alex Gaynor · 11 years ago
  99. fa9431d Merge pull request #550 from alex/private-exponent by Paul Kehrer · 11 years ago
  100. 5b2f13d Merge branch 'master' into private-exponent by Alex Gaynor · 11 years ago