Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Backtick the entire equation. | David Reid | 2014-02-03 | 1 | -1/+1 | |
| | ||||||
* | Clarify salt language and link to the paper in addition to the RFC. | David Reid | 2014-02-03 | 1 | -4/+13 | |
| | ||||||
* | HKDF docs | David Reid | 2014-02-03 | 1 | -1/+65 | |
| | ||||||
* | Refer to the `d` param of RSA as `private_exponent`. | Alex Gaynor | 2014-02-03 | 1 | -1/+7 | |
| | ||||||
* | Rename RSAs key_length to key_size | Alex Stapleton | 2014-02-02 | 1 | -2/+2 | |
| | | | | So that it matches the existing documented CipherContext stuff. | |||||
* | Fixed up some backwards syntax in the docs | Alex Gaynor | 2014-01-29 | 1 | -3/+3 | |
| | ||||||
* | PBKDF2HMAC requires a PBKDF2HMACBackend provider. | Paul Kehrer | 2014-01-29 | 1 | -1/+1 | |
| | | | | I cannot be trusted with a pasteboard | |||||
* | Merge pull request #520 from reaperhulk/pbkdf2-openssl | David Reid | 2014-01-29 | 2 | -0/+126 | |
|\ | | | | | PBKDF2 Support (OpenSSL backend) | |||||
| * | a bit more language work + changelog changes for pbkdf2hmac | Paul Kehrer | 2014-01-29 | 1 | -9/+11 | |
| | | ||||||
| * | expand docs to talk more about the purposes of KDFs | Paul Kehrer | 2014-01-29 | 1 | -4/+20 | |
| | | ||||||
| * | update docs re: PBKDF2HMAC iterations | Paul Kehrer | 2014-01-29 | 1 | -1/+3 | |
| | | ||||||
| * | update docs for pbkdf2 | Paul Kehrer | 2014-01-29 | 1 | -5/+4 | |
| | | ||||||
| * | some alternate language | Paul Kehrer | 2014-01-28 | 1 | -1/+1 | |
| | | ||||||
| * | update docs with more detailed info re: PBKDF2 usage | Paul Kehrer | 2014-01-28 | 1 | -3/+48 | |
| | | ||||||
| * | okay this time really finish the rename. Up example iterations to 100k | Paul Kehrer | 2014-01-28 | 1 | -2/+2 | |
| | | ||||||
| * | finish PBKDF2HMAC rename, more docs | Paul Kehrer | 2014-01-28 | 1 | -6/+20 | |
| | | ||||||
| * | rename PBKDF2 to PBKDF2HMAC, address many other review comments | Paul Kehrer | 2014-01-28 | 1 | -1/+1 | |
| | | ||||||
| * | documentation improvements for KDF | Paul Kehrer | 2014-01-28 | 2 | -13/+20 | |
| | | ||||||
| * | pbkdf2 docs | Paul Kehrer | 2014-01-28 | 2 | -0/+41 | |
| | | ||||||
* | | quotes inside, diff examples | Paul Kehrer | 2014-01-29 | 1 | -2/+2 | |
| | | ||||||
* | | fix spacing, remove versionadded since HashAlgorithm was in 0.1 | Paul Kehrer | 2014-01-29 | 1 | -3/+0 | |
| | | ||||||
* | | document HashAlgorithm | Paul Kehrer | 2014-01-29 | 1 | -0/+28 | |
|/ | ||||||
* | Document that this is new in 0.2 | Alex Gaynor | 2014-01-28 | 1 | -0/+2 | |
| | ||||||
* | Enforce that these may only be called once | Alex Gaynor | 2014-01-28 | 1 | -0/+10 | |
| | ||||||
* | Try to improve the docs | Alex Gaynor | 2014-01-28 | 1 | -12/+14 | |
| | ||||||
* | Begin designing the KDF interfaces. Fixes #511 | Alex Gaynor | 2014-01-27 | 1 | -0/+30 | |
| | ||||||
* | Linkify the RSA docs | Alex Gaynor | 2014-01-26 | 1 | -6/+7 | |
| | ||||||
* | indentation is fun | Paul Kehrer | 2014-01-26 | 1 | -2/+2 | |
| | ||||||
* | adding versionadded | Paul Kehrer | 2014-01-26 | 1 | -0/+4 | |
| | ||||||
* | methods don't have a type, they return things | Paul Kehrer | 2014-01-26 | 1 | -1/+1 | |
| | ||||||
* | make public_key an abstractmethod, update docs | Paul Kehrer | 2014-01-26 | 1 | -9/+9 | |
| | ||||||
* | update interface docs to make attributes return int (per irc discussion) | Paul Kehrer | 2014-01-26 | 1 | -16/+14 | |
| | ||||||
* | RSA private/public key interface + docs | Paul Kehrer | 2014-01-25 | 1 | -0/+100 | |
| | ||||||
* | Verify the tag len for GCM | Alex Gaynor | 2014-01-12 | 1 | -0/+5 | |
| | ||||||
* | rewrite some text about the hmac verify method | Paul Kehrer | 2014-01-08 | 1 | -3/+2 | |
| | ||||||
* | Make verify on HMAC more prominent | Alex Gaynor | 2014-01-08 | 1 | -11/+22 | |
| | ||||||
* | add padding info to docs | Paul Kehrer | 2014-01-07 | 1 | -2/+14 | |
| | ||||||
* | Merge pull request #418 from reaperhulk/move-contexts | David Reid | 2014-01-07 | 1 | -73/+83 | |
|\ | | | | | Move ciphercontext/aeadciphercontext to bottom of symmetric encryption | |||||
| * | move ciphercontext/aeadciphercontext to bottom of symmetric encryption | Paul Kehrer | 2014-01-07 | 1 | -73/+83 | |
| | | | | | | | | | | Add a bit of additional text to try to make the convoluted AEAD explanation better. | |||||
* | | GCM does not require padding (removing from docs example) | Paul Kehrer | 2014-01-07 | 1 | -15/+5 | |
|/ | ||||||
* | Merge pull request #416 from dreid/improved-aead-examples | Alex Gaynor | 2014-01-07 | 1 | -13/+73 | |
|\ | | | | | Try making the AEAD examples less dense. | |||||
| * | Make the example more complete and add some comments walking the user ↵ | David Reid | 2014-01-07 | 1 | -14/+49 | |
| | | | | | | | | through some stuff. | |||||
| * | Try making the AEAD examples less dense. | David Reid | 2014-01-07 | 1 | -13/+38 | |
| | | ||||||
* | | also remove CAST5 docs | Paul Kehrer | 2014-01-07 | 1 | -9/+0 | |
|/ | ||||||
* | Merge pull request #203 from alex/fernet | David Reid | 2014-01-06 | 1 | -1/+1 | |
|\ | | | | | [WIP][POC] Implement Fernet | |||||
| * | Merge branch 'master' into fernet | Alex Gaynor | 2013-12-27 | 4 | -1/+36 | |
| |\ | ||||||
| * | | Link from symmetric encryption to fernet | Alex Gaynor | 2013-12-20 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #272 from alex/validate-iv | David Reid | 2014-01-03 | 1 | -0/+12 | |
|\ \ \ | | | | | | | | | Validate the IV/nonce length for a given algorithm. | |||||
| * \ \ | Merge branch 'master' into validate-iv | Alex Gaynor | 2014-01-01 | 4 | -1/+36 | |
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | Conflicts: tests/hazmat/backends/test_openssl.py tests/hazmat/primitives/test_block.py | |||||
| * | | | Merge branch 'master' into validate-iv | Alex Gaynor | 2013-12-15 | 5 | -12/+127 | |
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | Conflicts: cryptography/hazmat/primitives/ciphers/modes.py tests/hazmat/primitives/test_block.py |