1. 19f32d5 add versionadded to AsymmetricPadding by Paul Kehrer · 11 years ago
  2. e0f0f34 + docs for AsymmetricSignContext, AsymmetricVerifyContext, AsymmetricPadding by Paul Kehrer · 11 years ago
  3. 87bc404 Fixed some sphinx linkification issues by Alex Gaynor · 11 years ago
  4. ba7d5ec Merge branch 'master' into add-crt-coefficients by Paul Kehrer · 11 years ago
  5. a9d802a Also clean up this syntax by Alex Gaynor · 11 years ago
  6. 14971b7 Fixed a missing word in the RSA docs by Alex Gaynor · 11 years ago
  7. a5011ec add versionadded to cast5 by Paul Kehrer · 11 years ago
  8. 8e9c984 expose dmp1, dmq1, iqmp getters on RSAPrivateKey by Paul Kehrer · 11 years ago
  9. 3340adf Merge pull request #604 from reaperhulk/cast5-cbc-and-more by Alex Gaynor · 11 years ago
  10. b393bdc update constructor docs for rsa by Paul Kehrer · 11 years ago
  11. 70c90e9 remove some extra linebreaks by Paul Kehrer · 11 years ago
  12. bab0e1a add cast5 docs by Paul Kehrer · 12 years ago
  13. c43bb75 Switch this to a warning block by Alex Gaynor · 11 years ago
  14. 719907c Be clear about HKDF's applicability for password storage by Alex Gaynor · 11 years ago
  15. 50309fb Don't throw away the result of finalize either. by David Reid · 11 years ago
  16. db616be Don't throw away the result of padder.update because it confuses users. by David Reid · 11 years ago
  17. b232d74 Add RSAPrivateKey.generate by Alex Stapleton · 12 years ago
  18. ae17250 Merge pull request #579 from public/words by Alex Gaynor · 12 years ago
  19. 63b3de2 s/which/that/ by Alex Stapleton · 12 years ago
  20. 41ace0a Merge pull request #559 from public/rsa-keys by Paul Kehrer · 12 years ago
  21. f44b6a9 . by Alex Stapleton · 12 years ago
  22. be5da2d Add warning about untrusted private keys by Alex Stapleton · 12 years ago
  23. 4eaab17 More sanity checks by Alex Stapleton · 12 years ago
  24. b481889 Rephrase for additional clairyt by Alex Gaynor · 12 years ago
  25. 2a0a559 Update padding.rst by Jay Parlar · 12 years ago
  26. 940eee2 RSA key docs by Alex Stapleton · 12 years ago
  27. e6c41b0 Some reST markup nonsense by Alex Gaynor · 12 years ago
  28. ae9451f More clearly describe the behavior of constant_time.bytes_eq by Alex Gaynor · 12 years ago
  29. 134f1f4 Strings have quote marks at both ends. by David Reid · 12 years ago
  30. 5df929c HKDF example. by David Reid · 12 years ago
  31. 26339c5 Remove language about the separate stages of HKDF until we expose multiple stages of HKDF. by David Reid · 12 years ago
  32. b9fa771 Lose the bit about passwords. by David Reid · 12 years ago
  33. b80deea https a bunch of links. by David Reid · 12 years ago
  34. 34ed26f Pseudorandom is a word. by David Reid · 12 years ago
  35. b89f34c Backtick the entire equation. by David Reid · 12 years ago
  36. 2ad94ab Clarify salt language and link to the paper in addition to the RFC. by David Reid · 12 years ago
  37. c0248b9 HKDF docs by David Reid · 12 years ago
  38. 2649a69 Refer to the `d` param of RSA as `private_exponent`. by Alex Gaynor · 12 years ago
  39. ee3e6bf Rename RSAs key_length to key_size by Alex Stapleton · 12 years ago
  40. a8e125f Fixed up some backwards syntax in the docs by Alex Gaynor · 12 years ago
  41. 15a86a0 PBKDF2HMAC requires a PBKDF2HMACBackend provider. by Paul Kehrer · 12 years ago
  42. b2ff877 Merge pull request #520 from reaperhulk/pbkdf2-openssl by David Reid · 12 years ago
  43. 0b18118 a bit more language work + changelog changes for pbkdf2hmac by Paul Kehrer · 12 years ago
  44. 1cab104 expand docs to talk more about the purposes of KDFs by Paul Kehrer · 12 years ago
  45. c58b478 update docs re: PBKDF2HMAC iterations by Paul Kehrer · 12 years ago
  46. 4c75a8c quotes inside, diff examples by Paul Kehrer · 12 years ago
  47. 1d65a2f fix spacing, remove versionadded since HashAlgorithm was in 0.1 by Paul Kehrer · 12 years ago
  48. e51a2db document HashAlgorithm by Paul Kehrer · 12 years ago
  49. 298e533 update docs for pbkdf2 by Paul Kehrer · 12 years ago
  50. 99d5190 some alternate language by Paul Kehrer · 12 years ago
  51. 3d8c66f update docs with more detailed info re: PBKDF2 usage by Paul Kehrer · 12 years ago
  52. 1277bc7 okay this time really finish the rename. Up example iterations to 100k by Paul Kehrer · 12 years ago
  53. b3f763f finish PBKDF2HMAC rename, more docs by Paul Kehrer · 12 years ago
  54. 98e40e6 rename PBKDF2 to PBKDF2HMAC, address many other review comments by Paul Kehrer · 12 years ago
  55. 5d1af21 documentation improvements for KDF by Paul Kehrer · 12 years ago
  56. b6d764c pbkdf2 docs by Paul Kehrer · 12 years ago
  57. 8454c51 Document that this is new in 0.2 by Alex Gaynor · 12 years ago
  58. e19e89f Enforce that these may only be called once by Alex Gaynor · 12 years ago
  59. 5484f72 Try to improve the docs by Alex Gaynor · 12 years ago
  60. b2774f5 Begin designing the KDF interfaces. Fixes #511 by Alex Gaynor · 12 years ago
  61. 2a91874 Linkify the RSA docs by Alex Gaynor · 12 years ago
  62. 46688b1 indentation is fun by Paul Kehrer · 12 years ago
  63. 82629f4 adding versionadded by Paul Kehrer · 12 years ago
  64. 359b946 methods don't have a type, they return things by Paul Kehrer · 12 years ago
  65. 0e94fbe make public_key an abstractmethod, update docs by Paul Kehrer · 12 years ago
  66. d527b30 update interface docs to make attributes return int (per irc discussion) by Paul Kehrer · 12 years ago
  67. ac42323 RSA private/public key interface + docs by Paul Kehrer · 12 years ago
  68. 007e5e1 Verify the tag len for GCM by Alex Gaynor · 12 years ago
  69. 288bae7 rewrite some text about the hmac verify method by Paul Kehrer · 12 years ago
  70. 5bbcf76 Make verify on HMAC more prominent by Alex Gaynor · 12 years ago
  71. fe2e3c2 add padding info to docs by Paul Kehrer · 12 years ago
  72. 43cf688 Merge pull request #418 from reaperhulk/move-contexts by David Reid · 12 years ago
  73. af0b9f5 GCM does not require padding (removing from docs example) by Paul Kehrer · 12 years ago
  74. ad6d164 move ciphercontext/aeadciphercontext to bottom of symmetric encryption by Paul Kehrer · 12 years ago
  75. 75832bc Merge pull request #416 from dreid/improved-aead-examples by Alex Gaynor · 12 years ago
  76. abb72d2 Make the example more complete and add some comments walking the user through some stuff. by David Reid · 12 years ago
  77. 78569d6 Try making the AEAD examples less dense. by David Reid · 12 years ago
  78. bb996d7 also remove CAST5 docs by Paul Kehrer · 12 years ago
  79. bf41d5c Merge pull request #203 from alex/fernet by David Reid · 12 years ago
  80. 24c9a8d Merge pull request #272 from alex/validate-iv by David Reid · 12 years ago
  81. 1225270 Correct spelling, fix phrasing, line wrap. by Alex Gaynor · 12 years ago
  82. 2a160d6 Merge branch 'master' into validate-iv by Alex Gaynor · 12 years ago
  83. 4b31af7 Merge branch 'master' into fernet by Alex Gaynor · 12 years ago
  84. b808f8c Remove verify from Hash. by Julian Krause · 12 years ago
  85. e62760a Merge branch 'master' of https://github.com/pyca/cryptography into verify by Julian Krause · 12 years ago
  86. c91fe6a Clean up documentation and naming. by Julian Krause · 12 years ago
  87. d5c351e Merge pull request #325 from public/unsupported-cipher-messages by Alex Gaynor · 12 years ago
  88. 35cb365 UnsupportedAlgorithm error messages for Ciphers by Alex Stapleton · 12 years ago
  89. 8eda240 Merge pull request #327 from reaperhulk/gcm-lower-limit-tag by Alex Gaynor · 12 years ago
  90. 048d6cb a few more doc changes to gcm tag info by Paul Kehrer · 12 years ago
  91. fc73e2d prose updates for GCM tag by Paul Kehrer · 12 years ago
  92. a7fbf07 doc updates by Paul Kehrer · 12 years ago
  93. ca73504 add note regarding not truncating tags by Paul Kehrer · 12 years ago
  94. 9b7624e Merge pull request #326 from public/unsupported-hmac-hash by Alex Gaynor · 12 years ago
  95. 447d64f Raise UnsupportedAlgorithm when initing HMACs by Alex Stapleton · 12 years ago
  96. 1b1327c Raise UnsupportedAlgorithm when initing Hash() by Alex Stapleton · 12 years ago
  97. 2724ff6 Link from symmetric encryption to fernet by Alex Gaynor · 12 years ago
  98. 2288e30 Add verify function to hmac and hashes. by Julian Krause · 12 years ago
  99. 668d480 BlockCipherAlgorithm because we should document block_size and ARC4 shouldn't need block_size = 1. by David Reid · 12 years ago
  100. 5175e4e Merge branch 'master' into validate-iv by Alex Gaynor · 12 years ago