Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Link to our issue tracker in the readme | Alex Gaynor | 2014-02-01 | 1 | -0/+3 |
| | |||||
* | Merge pull request #542 from alex/include-fernet-vectors | Paul Kehrer | 2014-02-01 | 1 | -0/+1 |
|\ | | | | | Include the fernet vectors in the sdist | ||||
| * | Include the fernet vectors in the sdist | Alex Gaynor | 2014-02-01 | 1 | -0/+1 |
|/ | | | | We include the other vectors, so consistency! | ||||
* | Merge pull request #541 from public/fix-466 | Alex Gaynor | 2014-02-01 | 2 | -15/+43 |
|\ | | | | | Handle multiple errors on the stack | ||||
| * | Handle multiple errors on the stack | Alex Stapleton | 2014-02-01 | 2 | -15/+43 |
| | | |||||
* | | Merge pull request #540 from alex/document-interfaces | David Reid | 2014-01-31 | 2 | -2/+20 |
|\ \ | |/ |/| | Fixes #539 -- document which interfaces a backend implements | ||||
| * | Complete sentences. | Alex Gaynor | 2014-01-31 | 1 | -0/+2 |
| | | |||||
| * | Fixes #539 -- document which interfaces a backend implements | Alex Gaynor | 2014-01-31 | 2 | -2/+18 |
|/ | |||||
* | Merge pull request #537 from public/pkcs1-vectors | David Reid | 2014-01-31 | 7 | -0/+24276 |
|\ | | | | | PKCS#1 vectors | ||||
| * | PKCS#1 vectors | Alex Stapleton | 2014-01-31 | 7 | -0/+24276 |
| | | | | | | | | | | From ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-1/ and ftp://ftp.rsa.com/pub/rsalabs/tmp/ | ||||
* | | Merge pull request #534 from alex/docs-fixes | Paul Kehrer | 2014-01-29 | 1 | -3/+3 |
|\ \ | | | | | | | Fixed up some backwards syntax in the docs | ||||
| * | | Fixed up some backwards syntax in the docs | Alex Gaynor | 2014-01-29 | 1 | -3/+3 |
|/ / | |||||
* | | Merge pull request #531 from reaperhulk/pbkdf2-commoncrypto | Alex Gaynor | 2014-01-29 | 1 | -1/+32 |
|\ \ | | | | | | | PBKDF2HMAC (CommonCrypto) | ||||
| * | | simplify check for algorithm | Paul Kehrer | 2014-01-29 | 1 | -6/+1 |
| | | | |||||
| * | | Merge branch 'master' into pbkdf2-commoncrypto | Paul Kehrer | 2014-01-29 | 11 | -94/+174 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: a bit more language work + changelog changes for pbkdf2hmac one more style fix a few typo fixes, capitalization, etc switch to private attributes in pbkdf2hmac expand docs to talk more about the purposes of KDFs update docs re: PBKDF2HMAC iterations add test for null char replacement Added installation section to index.rst called -> used quotes inside, diff examples Expose this method because probably someone will need it eventually fix spacing, remove versionadded since HashAlgorithm was in 0.1 document HashAlgorithm Added canonical installation document with details about various platforms, fixes #519 update docs for pbkdf2 Add bindings for X509_REQ_get_extensions. add Konstantinos Koukopoulos to AUTHORS.rst review fixes doc updates based on review Conflicts: docs/changelog.rst | ||||
| * | | | update changelog | Paul Kehrer | 2014-01-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | update commoncrypto pbkdf2 with new naming | Paul Kehrer | 2014-01-28 | 1 | -7/+8 |
| | | | | |||||
| * | | | commoncrypto PBKDF2 support | Paul Kehrer | 2014-01-28 | 1 | -1/+36 |
| | | | | |||||
* | | | | Merge pull request #533 from reaperhulk/pbkdf2-docs-fix | Alex Gaynor | 2014-01-29 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | PBKDF2HMAC requires a PBKDF2HMACBackend provider. | ||||
| * | | | | PBKDF2HMAC requires a PBKDF2HMACBackend provider. | Paul Kehrer | 2014-01-29 | 1 | -1/+1 |
| | |/ / | |/| | | | | | | | | | | I cannot be trusted with a pasteboard | ||||
* | | | | Merge pull request #532 from reaperhulk/cc-make-supported-calls-more-better | Alex Gaynor | 2014-01-29 | 1 | -17/+3 |
|\ \ \ \ | |/ / / |/| | | | CC make supported calls more better | ||||
| * | | | one more replacement | Paul Kehrer | 2014-01-29 | 1 | -5/+1 |
| | | | | |||||
| * | | | simplify hmac supported and hash supported calls for commoncrypto | Paul Kehrer | 2014-01-29 | 1 | -12/+2 |
|/ / / | |||||
* | | | Merge pull request #520 from reaperhulk/pbkdf2-openssl | David Reid | 2014-01-29 | 15 | -4/+454 |
|\ \ \ | | | | | | | | | PBKDF2 Support (OpenSSL backend) | ||||
| * | | | a bit more language work + changelog changes for pbkdf2hmac | Paul Kehrer | 2014-01-29 | 2 | -10/+12 |
| | | | | |||||
| * | | | switch to private attributes in pbkdf2hmac | Paul Kehrer | 2014-01-29 | 1 | -4/+4 |
| | | | | |||||
| * | | | 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 | 2 | -2/+6 |
| | | | | |||||
| * | | | add test for null char replacement | Paul Kehrer | 2014-01-29 | 1 | -0/+19 |
| | | | | |||||
| * | | | called -> used | Paul Kehrer | 2014-01-29 | 1 | -1/+1 |
| | | | | |||||
| * | | | update docs for pbkdf2 | Paul Kehrer | 2014-01-29 | 1 | -5/+4 |
| | | | | |||||
| * | | | review fixes | Paul Kehrer | 2014-01-28 | 1 | -4/+3 |
| | | | | |||||
| * | | | doc updates based on review | Paul Kehrer | 2014-01-28 | 1 | -2/+1 |
| |/ / | |||||
| * | | some alternate language | Paul Kehrer | 2014-01-28 | 1 | -1/+1 |
| | | | |||||
| * | | rename test files | Paul Kehrer | 2014-01-28 | 2 | -0/+0 |
| | | | |||||
| * | | add some unicode checks for salt on init and key_material on derive | Paul Kehrer | 2014-01-28 | 2 | -0/+23 |
| | | | |||||
| * | | Merge branch 'master' into pbkdf2-openssl | Paul Kehrer | 2014-01-28 | 1 | -0/+2 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Add this to the changelog Conflicts: docs/changelog.rst | ||||
| * | | | simplify pbkdf2_hmac_supported in openssl backend | Paul Kehrer | 2014-01-28 | 1 | -3/+1 |
| | | | | |||||
| * | | | add PBKDF2HMAC to changelog | Paul Kehrer | 2014-01-28 | 1 | -0/+1 |
| | | | | |||||
| * | | | Merge branch 'master' into pbkdf2-openssl | Paul Kehrer | 2014-01-28 | 2 | -3/+7 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Fuck, fix C is not a good programming language This needs to be first Doh, reorder This type is not defined either of course Whoops, backwards Fixed #521 -- work on systems with no ec header at all | ||||
| * | | | | 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 | 6 | -21/+21 |
| | | | | | |||||
| * | | | | finish PBKDF2HMAC rename, more docs | Paul Kehrer | 2014-01-28 | 2 | -8/+22 |
| | | | | | |||||
| * | | | | rename PBKDF2 to PBKDF2HMAC, address many other review comments | Paul Kehrer | 2014-01-28 | 5 | -18/+24 |
| | | | | | |||||
| * | | | | remove length check (which cffi handles) | Paul Kehrer | 2014-01-28 | 2 | -6/+0 |
| | | | | | |||||
| * | | | | documentation improvements for KDF | Paul Kehrer | 2014-01-28 | 3 | -14/+23 |
| | | | | | |||||
| * | | | | test coverage, other changes | Paul Kehrer | 2014-01-28 | 2 | -4/+76 |
| | | | | | |||||
| * | | | | pbkdf2 docs | Paul Kehrer | 2014-01-28 | 4 | -3/+43 |
| | | | | | |||||
| * | | | | PBKDF2 support for OpenSSL backend | Paul Kehrer | 2014-01-28 | 10 | -4/+214 |
| | | | | | |||||
* | | | | | Merge pull request #530 from reaperhulk/small-doc-fixes | David Reid | 2014-01-29 | 2 | -5/+5 |
|\ \ \ \ \ | | | | | | | | | | | | | A few small doc fixes |