1. 031c2cb Fixes #539 -- document which interfaces a backend implements by Alex Gaynor · 12 years ago
  2. a8e125f Fixed up some backwards syntax in the docs by Alex Gaynor · 12 years ago
  3. 15a86a0 PBKDF2HMAC requires a PBKDF2HMACBackend provider. by Paul Kehrer · 12 years ago
  4. b2ff877 Merge pull request #520 from reaperhulk/pbkdf2-openssl by David Reid · 12 years ago
  5. 0b18118 a bit more language work + changelog changes for pbkdf2hmac by Paul Kehrer · 12 years ago
  6. 446cc2a a few typo fixes, capitalization, etc by Paul Kehrer · 12 years ago
  7. 4ce9c9e Merge pull request #525 from skeuomorf/installation-docs by Paul Kehrer · 12 years ago
  8. 1cab104 expand docs to talk more about the purposes of KDFs by Paul Kehrer · 12 years ago
  9. c58b478 update docs re: PBKDF2HMAC iterations by Paul Kehrer · 12 years ago
  10. 4c75a8c quotes inside, diff examples by Paul Kehrer · 12 years ago
  11. 1d65a2f fix spacing, remove versionadded since HashAlgorithm was in 0.1 by Paul Kehrer · 12 years ago
  12. e51a2db document HashAlgorithm by Paul Kehrer · 12 years ago
  13. bc26efb Added canonical installation document with details about various platforms, fixes #519 by skeuomorf · 12 years ago
  14. 298e533 update docs for pbkdf2 by Paul Kehrer · 12 years ago
  15. 589b908 doc updates based on review by Paul Kehrer · 12 years ago
  16. 99d5190 some alternate language by Paul Kehrer · 12 years ago
  17. 3d8c66f update docs with more detailed info re: PBKDF2 usage by Paul Kehrer · 12 years ago
  18. 1277bc7 okay this time really finish the rename. Up example iterations to 100k by Paul Kehrer · 12 years ago
  19. b3f763f finish PBKDF2HMAC rename, more docs by Paul Kehrer · 12 years ago
  20. 98e40e6 rename PBKDF2 to PBKDF2HMAC, address many other review comments by Paul Kehrer · 12 years ago
  21. 5d1af21 documentation improvements for KDF by Paul Kehrer · 12 years ago
  22. b6d764c pbkdf2 docs by Paul Kehrer · 12 years ago
  23. 1050ddf PBKDF2 support for OpenSSL backend by Paul Kehrer · 12 years ago
  24. 8454c51 Document that this is new in 0.2 by Alex Gaynor · 12 years ago
  25. e19e89f Enforce that these may only be called once by Alex Gaynor · 12 years ago
  26. 5484f72 Try to improve the docs by Alex Gaynor · 12 years ago
  27. b2774f5 Begin designing the KDF interfaces. Fixes #511 by Alex Gaynor · 12 years ago
  28. 2a91874 Linkify the RSA docs by Alex Gaynor · 12 years ago
  29. 46688b1 indentation is fun by Paul Kehrer · 12 years ago
  30. 82629f4 adding versionadded by Paul Kehrer · 12 years ago
  31. 359b946 methods don't have a type, they return things by Paul Kehrer · 12 years ago
  32. 0e94fbe make public_key an abstractmethod, update docs by Paul Kehrer · 12 years ago
  33. d527b30 update interface docs to make attributes return int (per irc discussion) by Paul Kehrer · 12 years ago
  34. ac42323 RSA private/public key interface + docs by Paul Kehrer · 12 years ago
  35. f2e34be Merge pull request #492 from public/py-thread-safe by Alex Gaynor · 12 years ago
  36. 5fb7eb4 Backticks by Alex Stapleton · 12 years ago
  37. 917e82e Mark that tehse are console sections so they syntax highlight by Alex Gaynor · 12 years ago
  38. 017f0b0 add instructions on how to install openssl via homebrew by Paul Kehrer · 12 years ago
  39. 8caeb8d add env so homebrew instructions work in fish as well as bash on OS X by Paul Kehrer · 12 years ago
  40. 57e280b add doc info about how to link against homebrew OpenSSL on OS X by Paul Kehrer · 12 years ago
  41. fcae150 Some docs by Alex Stapleton · 12 years ago
  42. 78456c7 Merge pull request #488 from dreid/privatize-register_cipher_adapter by Alex Gaynor · 12 years ago
  43. cd10571 Merge pull request #468 from reaperhulk/backend-flag-pytest by David Reid · 12 years ago
  44. e2ad5ca Remove register_cipher_adapter from the interface and the documentation. by David Reid · 12 years ago
  45. b74658e doc updates by Paul Kehrer · 12 years ago
  46. 6ce4bb7 added versionadded by Paul Kehrer · 12 years ago
  47. cfa2d62 fix docs by Paul Kehrer · 12 years ago
  48. ab6fa0a doc updates by Paul Kehrer · 12 years ago
  49. 5882361 update docs for name attribute by Paul Kehrer · 12 years ago
  50. 4925575 fix copy mistake in docs by Paul Kehrer · 12 years ago
  51. d6b8dfa increase indent and note the value of the attribute in the docs by Paul Kehrer · 12 years ago
  52. 12656e5 update docs, add name attribute to backend by Paul Kehrer · 12 years ago
  53. d669cd3 Merge branch 'master' into common-crypto-backend by Paul Kehrer · 12 years ago
  54. 2502ce5 docs for explicit backend selection and document name attribute of backend by Paul Kehrer · 12 years ago
  55. 8ea6a82 Document when the common crypto bindings were added by Alex Gaynor · 12 years ago
  56. 007e5e1 Verify the tag len for GCM by Alex Gaynor · 12 years ago
  57. a9e31b3 commoncrypto backend docs by Paul Kehrer · 12 years ago
  58. 9180ba5 Fix up a mistaken copy paste by Alex Gaynor · 12 years ago
  59. 7fccf4c add CommonCrypto binding docs by Paul Kehrer · 12 years ago
  60. 288bae7 rewrite some text about the hmac verify method by Paul Kehrer · 12 years ago
  61. 5bbcf76 Make verify on HMAC more prominent by Alex Gaynor · 12 years ago
  62. fe2e3c2 add padding info to docs by Paul Kehrer · 12 years ago
  63. 43cf688 Merge pull request #418 from reaperhulk/move-contexts by David Reid · 12 years ago
  64. af0b9f5 GCM does not require padding (removing from docs example) by Paul Kehrer · 12 years ago
  65. ad6d164 move ciphercontext/aeadciphercontext to bottom of symmetric encryption by Paul Kehrer · 12 years ago
  66. 75832bc Merge pull request #416 from dreid/improved-aead-examples by Alex Gaynor · 12 years ago
  67. abb72d2 Make the example more complete and add some comments walking the user through some stuff. by David Reid · 12 years ago
  68. 78569d6 Try making the AEAD examples less dense. by David Reid · 12 years ago
  69. bb996d7 also remove CAST5 docs by Paul Kehrer · 12 years ago
  70. bf41d5c Merge pull request #203 from alex/fernet by David Reid · 12 years ago
  71. 24c9a8d Merge pull request #272 from alex/validate-iv by David Reid · 12 years ago
  72. 1225270 Correct spelling, fix phrasing, line wrap. by Alex Gaynor · 12 years ago
  73. 267dbc9 Merge branch 'master' into validate-iv by Alex Gaynor · 12 years ago
  74. 5bae063 Merge branch 'master' into fernet by Alex Gaynor · 12 years ago
  75. c368ac2 Split OpenSSL binding by Alex Stapleton · 12 years ago
  76. 2a160d6 Merge branch 'master' into validate-iv by Alex Gaynor · 12 years ago
  77. e68d73e Document compiling OpenSSL to avoid conflicts by Alex Stapleton · 12 years ago
  78. 4b31af7 Merge branch 'master' into fernet by Alex Gaynor · 12 years ago
  79. b808f8c Remove verify from Hash. by Julian Krause · 12 years ago
  80. e62760a Merge branch 'master' of https://github.com/pyca/cryptography into verify by Julian Krause · 12 years ago
  81. c91fe6a Clean up documentation and naming. by Julian Krause · 12 years ago
  82. 8f42fe4 Slightly reorganize and cleanuip the backend docs by Alex Gaynor · 12 years ago
  83. 4f776c4 fix erroneous indent and add abstractmethod to HMACBackend by Paul Kehrer · 12 years ago
  84. 90ae866 add hmac_supported method to backend. by Paul Kehrer · 12 years ago
  85. d5c351e Merge pull request #325 from public/unsupported-cipher-messages by Alex Gaynor · 12 years ago
  86. 35cb365 UnsupportedAlgorithm error messages for Ciphers by Alex Stapleton · 12 years ago
  87. 8eda240 Merge pull request #327 from reaperhulk/gcm-lower-limit-tag by Alex Gaynor · 12 years ago
  88. 048d6cb a few more doc changes to gcm tag info by Paul Kehrer · 12 years ago
  89. fc73e2d prose updates for GCM tag by Paul Kehrer · 12 years ago
  90. a7fbf07 doc updates by Paul Kehrer · 12 years ago
  91. ca73504 add note regarding not truncating tags by Paul Kehrer · 12 years ago
  92. 9b7624e Merge pull request #326 from public/unsupported-hmac-hash by Alex Gaynor · 12 years ago
  93. 447d64f Raise UnsupportedAlgorithm when initing HMACs by Alex Stapleton · 12 years ago
  94. 1b1327c Raise UnsupportedAlgorithm when initing Hash() by Alex Stapleton · 12 years ago
  95. 2724ff6 Link from symmetric encryption to fernet by Alex Gaynor · 12 years ago
  96. 2288e30 Add verify function to hmac and hashes. by Julian Krause · 12 years ago
  97. 668d480 BlockCipherAlgorithm because we should document block_size and ARC4 shouldn't need block_size = 1. by David Reid · 12 years ago
  98. 5175e4e Merge branch 'master' into validate-iv by Alex Gaynor · 12 years ago
  99. ffb7726 Merge pull request #308 from alex/rename-bindings by Donald Stufft · 12 years ago
  100. 0e9c4d1 Merge pull request #307 from alex/prefer-doctest by Paul Kehrer · 12 years ago