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