1. c6155ce Merge pull request #548 from public/rename-key-length by Alex Gaynor · 11 years ago
  2. ee3e6bf Rename RSAs key_length to key_size by Alex Stapleton · 11 years ago
  3. e035ba9 add catastrophic failure check to tests by Paul Kehrer · 11 years ago
  4. 7cbdf01 Merge pull request #546 from alex/cleanup-index by Paul Kehrer · 11 years ago
  5. 84d5c6b Only put a single top level header in this page by Alex Gaynor · 11 years ago
  6. 2f54b2b Merge pull request #545 from public/error-strings by Alex Gaynor · 11 years ago
  7. 30ff19b More detailed error message for InternalError by Alex Stapleton · 11 years ago
  8. b84b215 Merge pull request #544 from alex/issues-in-readme by Paul Kehrer · 11 years ago
  9. a11e74c Link to our issue tracker in the readme by Alex Gaynor · 11 years ago
  10. 0990d11 Merge pull request #542 from alex/include-fernet-vectors by Paul Kehrer · 11 years ago
  11. b11ebd0 Include the fernet vectors in the sdist by Alex Gaynor · 11 years ago
  12. e4ec95d Merge pull request #541 from public/fix-466 by Alex Gaynor · 11 years ago
  13. 7581866 Handle multiple errors on the stack by Alex Stapleton · 11 years ago
  14. 390d38e Merge pull request #540 from alex/document-interfaces by David Reid · 11 years ago
  15. 8ca6fad Complete sentences. by Alex Gaynor · 11 years ago
  16. 031c2cb Fixes #539 -- document which interfaces a backend implements by Alex Gaynor · 11 years ago
  17. 719c897 Merge pull request #537 from public/pkcs1-vectors by David Reid · 11 years ago
  18. d52b89b change register/unregister to activate/deactivate by Paul Kehrer · 11 years ago
  19. 8042b29 more explanation of what an active osrandom engine means by Paul Kehrer · 11 years ago
  20. a45a770 pep8 fixes by Alex Gaynor · 11 years ago
  21. 62dd58f PKCS#1 vectors by Alex Stapleton · 11 years ago
  22. ebc5161 Fix by Alex Gaynor · 11 years ago
  23. 0929f8f More direct tests by Alex Gaynor · 11 years ago
  24. 723bb96 Not true anymore by Alex Gaynor · 11 years ago
  25. b3564a0 Only make teh default once by Alex Gaynor · 11 years ago
  26. 87899d4 Direct tests for the hash support by Alex Gaynor · 11 years ago
  27. 6ced2f6 Direct tests for the cipher support by Alex Gaynor · 11 years ago
  28. 19e19ae Replace re-running all tests with some unit tests by Alex Gaynor · 11 years ago
  29. 020ae0f Added PBKDF2HMAC support by Alex Gaynor · 11 years ago
  30. 2d02857 Added support for HMAC backend by Alex Gaynor · 11 years ago
  31. 2b8b415 HashBackend is now supported by PrioritizedMultiBackend by Alex Gaynor · 11 years ago
  32. fcaf976 Initial work on a prioritized multibackend for which implements CipherBackend by Alex Gaynor · 11 years ago
  33. 16e5e4d address review comments on osrandom engine, reorganize some code by Paul Kehrer · 11 years ago
  34. ae2138a add a hyphen to please the spellcheck gods by Paul Kehrer · 11 years ago
  35. a85baf1 add windows support to random engine tests by Paul Kehrer · 11 years ago
  36. ec0f739 link against advapi32 on windows by Paul Kehrer · 11 years ago
  37. 55809a1 rst syntax by Paul Kehrer · 11 years ago
  38. 9967bc5 add a little info about the various system randoms. maybe useful? by Paul Kehrer · 11 years ago
  39. 78ff4ee Merge pull request #534 from alex/docs-fixes by Paul Kehrer · 11 years ago
  40. 136ff17 update random engine docs by Paul Kehrer · 11 years ago
  41. a8e125f Fixed up some backwards syntax in the docs by Alex Gaynor · 11 years ago
  42. 5ff3167 Merge branch 'master' into urandom-engine by Paul Kehrer · 11 years ago
  43. 307437b Merge pull request #531 from reaperhulk/pbkdf2-commoncrypto by Alex Gaynor · 11 years ago
  44. ab1f097 Merge pull request #533 from reaperhulk/pbkdf2-docs-fix by Alex Gaynor · 11 years ago
  45. c704ce3 Merge pull request #532 from reaperhulk/cc-make-supported-calls-more-better by Alex Gaynor · 11 years ago
  46. 15a86a0 PBKDF2HMAC requires a PBKDF2HMACBackend provider. by Paul Kehrer · 11 years ago
  47. ef9d65a one more replacement by Paul Kehrer · 11 years ago
  48. e0608db simplify hmac supported and hash supported calls for commoncrypto by Paul Kehrer · 11 years ago
  49. 84fc58c simplify check for algorithm by Paul Kehrer · 11 years ago
  50. 0216d60 Merge branch 'master' into pbkdf2-commoncrypto by Paul Kehrer · 11 years ago
  51. b2ff877 Merge pull request #520 from reaperhulk/pbkdf2-openssl by David Reid · 11 years ago
  52. 0b18118 a bit more language work + changelog changes for pbkdf2hmac by Paul Kehrer · 11 years ago
  53. babc4d5 Merge pull request #530 from reaperhulk/small-doc-fixes by David Reid · 11 years ago
  54. f3b57e3 one more style fix by Paul Kehrer · 11 years ago
  55. 446cc2a a few typo fixes, capitalization, etc by Paul Kehrer · 11 years ago
  56. 4ce9c9e Merge pull request #525 from skeuomorf/installation-docs by Paul Kehrer · 11 years ago
  57. fb042ad switch to private attributes in pbkdf2hmac by Paul Kehrer · 11 years ago
  58. 1cab104 expand docs to talk more about the purposes of KDFs by Paul Kehrer · 11 years ago
  59. c58b478 update docs re: PBKDF2HMAC iterations by Paul Kehrer · 11 years ago
  60. 6fb1a5a add test for null char replacement by Paul Kehrer · 11 years ago
  61. b0293bf Added installation section to index.rst by skeuomorf · 11 years ago
  62. 831c04b called -> used by Paul Kehrer · 11 years ago
  63. eef972b Merge pull request #528 from reaperhulk/fix-527 by Alex Gaynor · 11 years ago
  64. d571d87 Merge pull request #529 from alex/add-this-method by David Reid · 11 years ago
  65. 4c75a8c quotes inside, diff examples by Paul Kehrer · 11 years ago
  66. 8377504 Expose this method because probably someone will need it eventually by Alex Gaynor · 11 years ago
  67. 1d65a2f fix spacing, remove versionadded since HashAlgorithm was in 0.1 by Paul Kehrer · 11 years ago
  68. e51a2db document HashAlgorithm by Paul Kehrer · 11 years ago
  69. cfde5ab Merge pull request #524 from sholsapp/master by Paul Kehrer · 11 years ago
  70. bc26efb Added canonical installation document with details about various platforms, fixes #519 by skeuomorf · 11 years ago
  71. 298e533 update docs for pbkdf2 by Paul Kehrer · 11 years ago
  72. ab09605 Add bindings for X509_REQ_get_extensions. by Stephen Holsapple · 11 years ago
  73. 4f78ee7 Merge pull request #526 from longaccess/master by Alex Gaynor · 11 years ago
  74. 173982e add Konstantinos Koukopoulos to AUTHORS.rst by Konstantinos Koukopoulos · 11 years ago
  75. d6b02d4 review fixes by Paul Kehrer · 11 years ago
  76. 589b908 doc updates based on review by Paul Kehrer · 11 years ago
  77. 0bf1f13 update changelog by Paul Kehrer · 11 years ago
  78. 92e801a update commoncrypto pbkdf2 with new naming by Paul Kehrer · 11 years ago
  79. 5ce6901 commoncrypto PBKDF2 support by Paul Kehrer · 11 years ago
  80. 99d5190 some alternate language by Paul Kehrer · 11 years ago
  81. 2e8617b rename test files by Paul Kehrer · 11 years ago
  82. 5c8ea70 add some unicode checks for salt on init and key_material on derive by Paul Kehrer · 11 years ago
  83. 91a6892 Merge branch 'master' into pbkdf2-openssl by Paul Kehrer · 11 years ago
  84. 79777fb Merge pull request #523 from alex/changelog by Paul Kehrer · 11 years ago
  85. aad090f simplify pbkdf2_hmac_supported in openssl backend by Paul Kehrer · 11 years ago
  86. 8a39c51 Add this to the changelog by Alex Gaynor · 11 years ago
  87. 560ef47 add PBKDF2HMAC to changelog by Paul Kehrer · 11 years ago
  88. 780366a Merge branch 'master' into pbkdf2-openssl by Paul Kehrer · 11 years ago
  89. 3d8c66f update docs with more detailed info re: PBKDF2 usage by Paul Kehrer · 11 years ago
  90. 1277bc7 okay this time really finish the rename. Up example iterations to 100k by Paul Kehrer · 11 years ago
  91. 1ff8735 Merge pull request #522 from alex/no-ec-openssl by Paul Kehrer · 11 years ago
  92. 67d5c24 Fuck, fix by Alex Gaynor · 11 years ago
  93. b3f763f finish PBKDF2HMAC rename, more docs by Paul Kehrer · 11 years ago
  94. 628a1c4 C is not a good programming language by Alex Gaynor · 11 years ago
  95. 83b4eee This needs to be first by Alex Gaynor · 11 years ago
  96. e8f7766 Doh, reorder by Alex Gaynor · 11 years ago
  97. af55369 This type is not defined either of course by Alex Gaynor · 11 years ago
  98. 98e40e6 rename PBKDF2 to PBKDF2HMAC, address many other review comments by Paul Kehrer · 11 years ago
  99. 695313f remove length check (which cffi handles) by Paul Kehrer · 11 years ago
  100. 0c782cf Whoops, backwards by Alex Gaynor · 11 years ago