1. c0248b9 HKDF docs by David Reid · 12 years ago
  2. 2649a69 Refer to the `d` param of RSA as `private_exponent`. by Alex Gaynor · 12 years ago
  3. ee3e6bf Rename RSAs key_length to key_size by Alex Stapleton · 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. 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. 298e533 update docs for pbkdf2 by Paul Kehrer · 12 years ago
  14. 99d5190 some alternate language by Paul Kehrer · 12 years ago
  15. 3d8c66f update docs with more detailed info re: PBKDF2 usage by Paul Kehrer · 12 years ago
  16. 1277bc7 okay this time really finish the rename. Up example iterations to 100k by Paul Kehrer · 12 years ago
  17. b3f763f finish PBKDF2HMAC rename, more docs by Paul Kehrer · 12 years ago
  18. 98e40e6 rename PBKDF2 to PBKDF2HMAC, address many other review comments by Paul Kehrer · 12 years ago
  19. 5d1af21 documentation improvements for KDF by Paul Kehrer · 12 years ago
  20. b6d764c pbkdf2 docs by Paul Kehrer · 12 years ago
  21. 8454c51 Document that this is new in 0.2 by Alex Gaynor · 12 years ago
  22. e19e89f Enforce that these may only be called once by Alex Gaynor · 12 years ago
  23. 5484f72 Try to improve the docs by Alex Gaynor · 12 years ago
  24. b2774f5 Begin designing the KDF interfaces. Fixes #511 by Alex Gaynor · 12 years ago
  25. 2a91874 Linkify the RSA docs by Alex Gaynor · 12 years ago
  26. 46688b1 indentation is fun by Paul Kehrer · 12 years ago
  27. 82629f4 adding versionadded by Paul Kehrer · 12 years ago
  28. 359b946 methods don't have a type, they return things by Paul Kehrer · 12 years ago
  29. 0e94fbe make public_key an abstractmethod, update docs by Paul Kehrer · 12 years ago
  30. d527b30 update interface docs to make attributes return int (per irc discussion) by Paul Kehrer · 12 years ago
  31. ac42323 RSA private/public key interface + docs by Paul Kehrer · 12 years ago
  32. 007e5e1 Verify the tag len for GCM by Alex Gaynor · 12 years ago
  33. 288bae7 rewrite some text about the hmac verify method by Paul Kehrer · 12 years ago
  34. 5bbcf76 Make verify on HMAC more prominent by Alex Gaynor · 12 years ago
  35. fe2e3c2 add padding info to docs by Paul Kehrer · 12 years ago
  36. 43cf688 Merge pull request #418 from reaperhulk/move-contexts by David Reid · 12 years ago
  37. af0b9f5 GCM does not require padding (removing from docs example) by Paul Kehrer · 12 years ago
  38. ad6d164 move ciphercontext/aeadciphercontext to bottom of symmetric encryption by Paul Kehrer · 12 years ago
  39. 75832bc Merge pull request #416 from dreid/improved-aead-examples by Alex Gaynor · 12 years ago
  40. abb72d2 Make the example more complete and add some comments walking the user through some stuff. by David Reid · 12 years ago
  41. 78569d6 Try making the AEAD examples less dense. by David Reid · 12 years ago
  42. bb996d7 also remove CAST5 docs by Paul Kehrer · 12 years ago
  43. bf41d5c Merge pull request #203 from alex/fernet by David Reid · 12 years ago
  44. 24c9a8d Merge pull request #272 from alex/validate-iv by David Reid · 12 years ago
  45. 1225270 Correct spelling, fix phrasing, line wrap. by Alex Gaynor · 12 years ago
  46. 2a160d6 Merge branch 'master' into validate-iv by Alex Gaynor · 12 years ago
  47. 4b31af7 Merge branch 'master' into fernet by Alex Gaynor · 12 years ago
  48. b808f8c Remove verify from Hash. by Julian Krause · 12 years ago
  49. e62760a Merge branch 'master' of https://github.com/pyca/cryptography into verify by Julian Krause · 12 years ago
  50. c91fe6a Clean up documentation and naming. by Julian Krause · 12 years ago
  51. d5c351e Merge pull request #325 from public/unsupported-cipher-messages by Alex Gaynor · 12 years ago
  52. 35cb365 UnsupportedAlgorithm error messages for Ciphers by Alex Stapleton · 12 years ago
  53. 8eda240 Merge pull request #327 from reaperhulk/gcm-lower-limit-tag by Alex Gaynor · 12 years ago
  54. 048d6cb a few more doc changes to gcm tag info by Paul Kehrer · 12 years ago
  55. fc73e2d prose updates for GCM tag by Paul Kehrer · 12 years ago
  56. a7fbf07 doc updates by Paul Kehrer · 12 years ago
  57. ca73504 add note regarding not truncating tags by Paul Kehrer · 12 years ago
  58. 9b7624e Merge pull request #326 from public/unsupported-hmac-hash by Alex Gaynor · 12 years ago
  59. 447d64f Raise UnsupportedAlgorithm when initing HMACs by Alex Stapleton · 12 years ago
  60. 1b1327c Raise UnsupportedAlgorithm when initing Hash() by Alex Stapleton · 12 years ago
  61. 2724ff6 Link from symmetric encryption to fernet by Alex Gaynor · 12 years ago
  62. 2288e30 Add verify function to hmac and hashes. by Julian Krause · 12 years ago
  63. 668d480 BlockCipherAlgorithm because we should document block_size and ARC4 shouldn't need block_size = 1. by David Reid · 12 years ago
  64. 5175e4e Merge branch 'master' into validate-iv by Alex Gaynor · 12 years ago
  65. ffb7726 Merge pull request #308 from alex/rename-bindings by Donald Stufft · 12 years ago
  66. 0e9c4d1 Merge pull request #307 from alex/prefer-doctest by Paul Kehrer · 12 years ago
  67. ca4a22b Merge pull request #283 from juliankrause/constant_time by Paul Kehrer · 12 years ago
  68. 383a04c Remove plural. by Julian Krause · 12 years ago
  69. d83c590 Need to include the imports by Alex Gaynor · 12 years ago
  70. f8796b1 Renamed bindings to backends by Alex Gaynor · 12 years ago
  71. 989061d Prefer executable code examples by Alex Gaynor · 12 years ago
  72. f56444d Always show where a baackend comes form in the docs by Alex Gaynor · 12 years ago
  73. 848f770 Update documentation again to make it clearer what this is for. Moved to using Coda Hale's post. by Julian Krause · 12 years ago
  74. b5c4891 Merge pull request #285 from reaperhulk/fix-282 by Alex Gaynor · 12 years ago
  75. a07925a update docs to explain tag requirements and valueerror by Paul Kehrer · 12 years ago
  76. d6f14da Improve documentation. by Julian Krause · 12 years ago
  77. 0d23e94 Don't show so much stuff by Alex Gaynor · 12 years ago
  78. 9c3088f Beginnings of a constant_time module. by Julian Krause · 12 years ago
  79. d4f9383 Be more specific about when you can trust authentication on GCM by Alex Gaynor · 12 years ago
  80. 6728437 link to NIST GCM PDF where NIST recommends 96-bit IV for perf with GCM by Paul Kehrer · 12 years ago
  81. cd28a7c remove AEADDecryptionContext references from GCM docs by Paul Kehrer · 12 years ago
  82. 5578c66 improve language for gcm docs by Paul Kehrer · 12 years ago
  83. 5b828b1 attempt to document the new interfaces for AEAD by Paul Kehrer · 12 years ago
  84. e0b5bb1 explicit backend fix for gcm docs by Paul Kehrer · 12 years ago
  85. 26c8c6a begin adding warnings to GCM mode by Paul Kehrer · 12 years ago
  86. 67abc86 document tag param for GCM object by Paul Kehrer · 12 years ago
  87. 0092c20 raise TypeError if you attempt to get the tag attribute on a decrypt by Paul Kehrer · 12 years ago
  88. bc31fb2 rename add_data to authenticate_additional_data for clarity (hopefully) by Paul Kehrer · 12 years ago
  89. 2631c2b gcm doc fixes (per review from alex) by Paul Kehrer · 12 years ago
  90. 6331daa gcm doc improvements by Paul Kehrer · 12 years ago
  91. 65c4e0a gcm doc fixes by Paul Kehrer · 12 years ago
  92. 22e80cb GCM support by Paul Kehrer · 12 years ago
  93. 1a278a8 Learn how to spell a word by Alex Gaynor · 12 years ago
  94. bb30eb1 Merge branch 'master' into validate-iv by Alex Gaynor · 12 years ago
  95. e60e1d7 Merge pull request #227 from dreid/explicit-backend-in-hazmat by Alex Gaynor · 12 years ago
  96. bae899a Change teh exception by Alex Gaynor · 12 years ago
  97. 797dd83 Documentation! by Alex Gaynor · 12 years ago
  98. 663295d Document all the parameters including cross references to specific providers where appropriate. by David Reid · 12 years ago
  99. 63fa19a Use backend as keyword argument everywhere. by David Reid · 12 years ago
  100. 846460a Fix doctests. by David Reid · 12 years ago