Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #540 from alex/document-interfaces | David Reid | 2014-01-31 | 2 | -2/+20 |
|\ | |||||
| * | 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 | Alex Stapleton | 2014-01-31 | 7 | -0/+24276 |
* | | Merge pull request #534 from alex/docs-fixes | Paul Kehrer | 2014-01-29 | 1 | -3/+3 |
|\ \ | |||||
| * | | 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 |
|\ \ | |||||
| * | | 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 |
| |\ \ | |||||
| * | | | 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. | Paul Kehrer | 2014-01-29 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #532 from reaperhulk/cc-make-supported-calls-more-better | Alex Gaynor | 2014-01-29 | 1 | -17/+3 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | 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 |
|\ \ \ | |||||
| * | | | 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 |
| |\ \ | |||||
| * | | | 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 |
| |\ \ \ | |||||
| * | | | | 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 |
|\ \ \ \ \ | |||||
| * | | | | | one more style fix | Paul Kehrer | 2014-01-29 | 1 | -1/+1 |
| * | | | | | a few typo fixes, capitalization, etc | Paul Kehrer | 2014-01-29 | 2 | -5/+5 |
|/ / / / / | |||||
* | | | | | Merge pull request #525 from skeuomorf/installation-docs | Paul Kehrer | 2014-01-29 | 3 | -65/+78 |
|\ \ \ \ \ | |||||
| * | | | | | Added installation section to index.rst | skeuomorf | 2014-01-29 | 2 | -20/+22 |
| * | | | | | Added canonical installation document with details about various platforms, f... | skeuomorf | 2014-01-29 | 3 | -72/+83 |
| | |_|/ / | |/| | | |