1. ee3e6bf Rename RSAs key_length to key_size by Alex Stapleton · 12 years ago
  2. 8ca6fad Complete sentences. by Alex Gaynor · 12 years ago
  3. 031c2cb Fixes #539 -- document which interfaces a backend implements by Alex Gaynor · 12 years ago
  4. a8e125f Fixed up some backwards syntax in the docs by Alex Gaynor · 12 years ago
  5. 15a86a0 PBKDF2HMAC requires a PBKDF2HMACBackend provider. by Paul Kehrer · 12 years ago
  6. b2ff877 Merge pull request #520 from reaperhulk/pbkdf2-openssl by David Reid · 12 years ago
  7. 0b18118 a bit more language work + changelog changes for pbkdf2hmac by Paul Kehrer · 12 years ago
  8. f3b57e3 one more style fix by Paul Kehrer · 12 years ago
  9. 446cc2a a few typo fixes, capitalization, etc by Paul Kehrer · 12 years ago
  10. 4ce9c9e Merge pull request #525 from skeuomorf/installation-docs by Paul Kehrer · 12 years ago
  11. 1cab104 expand docs to talk more about the purposes of KDFs by Paul Kehrer · 12 years ago
  12. c58b478 update docs re: PBKDF2HMAC iterations by Paul Kehrer · 12 years ago
  13. b0293bf Added installation section to index.rst by skeuomorf · 12 years ago
  14. 4c75a8c quotes inside, diff examples by Paul Kehrer · 12 years ago
  15. 1d65a2f fix spacing, remove versionadded since HashAlgorithm was in 0.1 by Paul Kehrer · 12 years ago
  16. e51a2db document HashAlgorithm by Paul Kehrer · 12 years ago
  17. bc26efb Added canonical installation document with details about various platforms, fixes #519 by skeuomorf · 12 years ago
  18. 298e533 update docs for pbkdf2 by Paul Kehrer · 12 years ago
  19. 589b908 doc updates based on review by Paul Kehrer · 12 years ago
  20. 99d5190 some alternate language by Paul Kehrer · 12 years ago
  21. 91a6892 Merge branch 'master' into pbkdf2-openssl by Paul Kehrer · 12 years ago
  22. 8a39c51 Add this to the changelog by Alex Gaynor · 12 years ago
  23. 560ef47 add PBKDF2HMAC to changelog by Paul Kehrer · 12 years ago
  24. 3d8c66f update docs with more detailed info re: PBKDF2 usage by Paul Kehrer · 12 years ago
  25. 1277bc7 okay this time really finish the rename. Up example iterations to 100k by Paul Kehrer · 12 years ago
  26. b3f763f finish PBKDF2HMAC rename, more docs by Paul Kehrer · 12 years ago
  27. 98e40e6 rename PBKDF2 to PBKDF2HMAC, address many other review comments by Paul Kehrer · 12 years ago
  28. 5d1af21 documentation improvements for KDF by Paul Kehrer · 12 years ago
  29. b6d764c pbkdf2 docs by Paul Kehrer · 12 years ago
  30. 1050ddf PBKDF2 support for OpenSSL backend by Paul Kehrer · 12 years ago
  31. 1f8cd62 Merge pull request #513 from alex/kdf-interface by Paul Kehrer · 12 years ago
  32. 8454c51 Document that this is new in 0.2 by Alex Gaynor · 12 years ago
  33. e19e89f Enforce that these may only be called once by Alex Gaynor · 12 years ago
  34. 5d9c6b2 add example for windows installation by Konstantinos Koukopoulos · 12 years ago
  35. 5484f72 Try to improve the docs by Alex Gaynor · 12 years ago
  36. 8f369b7 improve previous note on windows build by Konstantinos Koukopoulos · 12 years ago
  37. 7010df9 document how to build w/ custom openssl on windows by Konstantinos Koukopoulos · 12 years ago
  38. 61137bc Reword for clarity by Alex Gaynor · 12 years ago
  39. 24eb677 DOcument that verify() apis should be provided by Alex Gaynor · 12 years ago
  40. 288403a Attempt some more natural language by Alex Gaynor · 12 years ago
  41. b2774f5 Begin designing the KDF interfaces. Fixes #511 by Alex Gaynor · 12 years ago
  42. 2a91874 Linkify the RSA docs by Alex Gaynor · 12 years ago
  43. 46688b1 indentation is fun by Paul Kehrer · 12 years ago
  44. 82629f4 adding versionadded by Paul Kehrer · 12 years ago
  45. 359b946 methods don't have a type, they return things by Paul Kehrer · 12 years ago
  46. 0e94fbe make public_key an abstractmethod, update docs by Paul Kehrer · 12 years ago
  47. d527b30 update interface docs to make attributes return int (per irc discussion) by Paul Kehrer · 12 years ago
  48. ac42323 RSA private/public key interface + docs by Paul Kehrer · 12 years ago
  49. 7ecb985 Added thread safety to the changelog by Alex Gaynor · 12 years ago
  50. f2e34be Merge pull request #492 from public/py-thread-safe by Alex Gaynor · 12 years ago
  51. 5fb7eb4 Backticks by Alex Stapleton · 12 years ago
  52. 917e82e Mark that tehse are console sections so they syntax highlight by Alex Gaynor · 12 years ago
  53. 017f0b0 add instructions on how to install openssl via homebrew by Paul Kehrer · 12 years ago
  54. 8caeb8d add env so homebrew instructions work in fish as well as bash on OS X by Paul Kehrer · 12 years ago
  55. 57e280b add doc info about how to link against homebrew OpenSSL on OS X by Paul Kehrer · 12 years ago
  56. fcae150 Some docs by Alex Stapleton · 12 years ago
  57. adbe080 Merge pull request #499 from alex/windows-openssl by Paul Kehrer · 12 years ago
  58. b495790 add windows support to changelog by Paul Kehrer · 12 years ago
  59. b32b491 DOcument the primitives used in Fernet by Alex Gaynor · 12 years ago
  60. e7651de Link the official page by Alex Gaynor · 12 years ago
  61. a8fc6f3 Document where to get OpenSSL on windows by Alex Gaynor · 12 years ago
  62. 3c1eb12 Capital S is the canonical URL by Alex Gaynor · 12 years ago
  63. 9261de9 Merge pull request #486 from reaperhulk/commoncrypto-cipher-backend by Alex Gaynor · 12 years ago
  64. 78456c7 Merge pull request #488 from dreid/privatize-register_cipher_adapter by Alex Gaynor · 12 years ago
  65. 1de55b7 Merge branch 'master' into commoncrypto-cipher-backend by Paul Kehrer · 12 years ago
  66. 5a24940 Moar backtick. by David Reid · 12 years ago
  67. 2084fa5 Add to changelog. by David Reid · 12 years ago
  68. cd10571 Merge pull request #468 from reaperhulk/backend-flag-pytest by David Reid · 12 years ago
  69. e2ad5ca Remove register_cipher_adapter from the interface and the documentation. by David Reid · 12 years ago
  70. ad4f646 expand tox backend example by Paul Kehrer · 12 years ago
  71. ed8d864 update changelog for commoncrypto backend by Paul Kehrer · 12 years ago
  72. b74658e doc updates by Paul Kehrer · 12 years ago
  73. 0192692 hmac support for commoncrypto by Paul Kehrer · 12 years ago
  74. 6ce4bb7 added versionadded by Paul Kehrer · 12 years ago
  75. 6d913a6 changelog to note addition of commoncrypto backend with hash support by Paul Kehrer · 12 years ago
  76. cfa2d62 fix docs by Paul Kehrer · 12 years ago
  77. ab6fa0a doc updates by Paul Kehrer · 12 years ago
  78. 5882361 update docs for name attribute by Paul Kehrer · 12 years ago
  79. 4925575 fix copy mistake in docs by Paul Kehrer · 12 years ago
  80. d6b8dfa increase indent and note the value of the attribute in the docs by Paul Kehrer · 12 years ago
  81. 12656e5 update docs, add name attribute to backend by Paul Kehrer · 12 years ago
  82. d669cd3 Merge branch 'master' into common-crypto-backend by Paul Kehrer · 12 years ago
  83. 2502ce5 docs for explicit backend selection and document name attribute of backend by Paul Kehrer · 12 years ago
  84. 8ea6a82 Document when the common crypto bindings were added by Alex Gaynor · 12 years ago
  85. dd97bfe Specify the epub theme to fix the epub build on RTD. by David Reid · 12 years ago
  86. eb656bd Don't require sphinx spelling to be installed, for readthedocs benefit by Alex Gaynor · 12 years ago
  87. 007e5e1 Verify the tag len for GCM by Alex Gaynor · 12 years ago
  88. 602d400 add iOS to wordlist by Paul Kehrer · 12 years ago
  89. 23d569e Merge branch 'master' into common-crypto-backend by Paul Kehrer · 12 years ago
  90. 59075df Spelling! by Alex Gaynor · 12 years ago
  91. fc4e2b7 Try to run the spellchecker on travis by Alex Gaynor · 12 years ago
  92. 9cd4b21 Use a normal quote here, not sure where the smart quote came from by Alex Gaynor · 12 years ago
  93. a9e31b3 commoncrypto backend docs by Paul Kehrer · 12 years ago
  94. 9180ba5 Fix up a mistaken copy paste by Alex Gaynor · 12 years ago
  95. 7fccf4c add CommonCrypto binding docs by Paul Kehrer · 12 years ago
  96. 288bae7 rewrite some text about the hmac verify method by Paul Kehrer · 12 years ago
  97. 607e423 Merge pull request #435 from reaperhulk/0.2-dev-open by David Reid · 12 years ago
  98. 5bbcf76 Make verify on HMAC more prominent by Alex Gaynor · 12 years ago
  99. 2b64fe2 add 0.2 changelog section by Paul Kehrer · 12 years ago
  100. 47926ba Merge pull request #433 from alex/pip-install-me-captain by David Reid · 12 years ago