Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | 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 | |||||
| * | | | | | | 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 canonical installation document with details about various platforms | |||||
| * | | | | | | Added installation section to index.rst | skeuomorf | 2014-01-29 | 2 | -20/+22 | |
| | | | | | | | ||||||
| * | | | | | | Added canonical installation document with details about various platforms, ↵ | skeuomorf | 2014-01-29 | 3 | -72/+83 | |
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | fixes #519 | |||||
* | | | | | | Merge pull request #528 from reaperhulk/fix-527 | Alex Gaynor | 2014-01-29 | 1 | -0/+25 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Document HashAlgorithm | |||||
| * | | | | | | 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 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #529 from alex/add-this-method | David Reid | 2014-01-29 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Expose this method because probably someone will need it eventually | |||||
| * | | | | | | | Expose this method because probably someone will need it eventually | Alex Gaynor | 2014-01-29 | 1 | -0/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #524 from sholsapp/master | Paul Kehrer | 2014-01-29 | 2 | -0/+2 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Add bindings for X509_REQ_get_extensions. | |||||
| * | | | | | | Add bindings for X509_REQ_get_extensions. | Stephen Holsapple | 2014-01-29 | 2 | -0/+2 | |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Without this binding it is impossible to get any extension objects from an X509Req object. | |||||
* | | | | | | Merge pull request #526 from longaccess/master | Alex Gaynor | 2014-01-29 | 1 | -0/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | add Konstantinos Koukopoulos to AUTHORS.rst | |||||
| * | | | | | add Konstantinos Koukopoulos to AUTHORS.rst | Konstantinos Koukopoulos | 2014-01-29 | 1 | -0/+1 | |
| | | | | | |