aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into pbkdf2-commoncryptoPaul Kehrer2014-01-2911-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
| * Merge pull request #520 from reaperhulk/pbkdf2-opensslDavid Reid2014-01-2915-4/+454
| |\ | | | | | | PBKDF2 Support (OpenSSL backend)
| | * a bit more language work + changelog changes for pbkdf2hmacPaul Kehrer2014-01-292-10/+12
| | |
| | * switch to private attributes in pbkdf2hmacPaul Kehrer2014-01-291-4/+4
| | |
| | * expand docs to talk more about the purposes of KDFsPaul Kehrer2014-01-291-4/+20
| | |
| | * update docs re: PBKDF2HMAC iterationsPaul Kehrer2014-01-292-2/+6
| | |
| | * add test for null char replacementPaul Kehrer2014-01-291-0/+19
| | |
| | * called -> usedPaul Kehrer2014-01-291-1/+1
| | |
| | * update docs for pbkdf2Paul Kehrer2014-01-291-5/+4
| | |
| | * review fixesPaul Kehrer2014-01-281-4/+3
| | |
| | * doc updates based on reviewPaul Kehrer2014-01-281-2/+1
| | |
| * | Merge pull request #530 from reaperhulk/small-doc-fixesDavid Reid2014-01-292-5/+5
| |\ \ | | | | | | | | A few small doc fixes
| | * | one more style fixPaul Kehrer2014-01-291-1/+1
| | | |
| | * | a few typo fixes, capitalization, etcPaul Kehrer2014-01-292-5/+5
| |/ /
| * | Merge pull request #525 from skeuomorf/installation-docsPaul Kehrer2014-01-293-65/+78
| |\ \ | | | | | | | | Added canonical installation document with details about various platforms
| | * | Added installation section to index.rstskeuomorf2014-01-292-20/+22
| | | |
| | * | Added canonical installation document with details about various platforms, ↵skeuomorf2014-01-293-72/+83
| | | | | | | | | | | | | | | | fixes #519
| * | | Merge pull request #528 from reaperhulk/fix-527Alex Gaynor2014-01-291-0/+25
| |\ \ \ | | | | | | | | | | Document HashAlgorithm
| | * | | quotes inside, diff examplesPaul Kehrer2014-01-291-2/+2
| | | | |
| | * | | fix spacing, remove versionadded since HashAlgorithm was in 0.1Paul Kehrer2014-01-291-3/+0
| | | | |
| | * | | document HashAlgorithmPaul Kehrer2014-01-291-0/+28
| | | | |
| * | | | Merge pull request #529 from alex/add-this-methodDavid Reid2014-01-291-0/+1
| |\ \ \ \ | | | | | | | | | | | | Expose this method because probably someone will need it eventually
| | * | | | Expose this method because probably someone will need it eventuallyAlex Gaynor2014-01-291-0/+1
| |/ / / /
| * | | | Merge pull request #524 from sholsapp/masterPaul Kehrer2014-01-292-0/+2
| |\ \ \ \ | | |/ / / | |/| | | Add bindings for X509_REQ_get_extensions.
| | * | | Add bindings for X509_REQ_get_extensions.Stephen Holsapple2014-01-292-0/+2
| |/ / / | | | | | | | | | | | | | | | | Without this binding it is impossible to get any extension objects from an X509Req object.
| * | | Merge pull request #526 from longaccess/masterAlex Gaynor2014-01-291-0/+1
| |\ \ \ | | |/ / | |/| | add Konstantinos Koukopoulos to AUTHORS.rst
| | * | add Konstantinos Koukopoulos to AUTHORS.rstKonstantinos Koukopoulos2014-01-291-0/+1
| | | |
* | | | update changelogPaul Kehrer2014-01-281-1/+1
| | | |
* | | | update commoncrypto pbkdf2 with new namingPaul Kehrer2014-01-281-7/+8
| | | |
* | | | commoncrypto PBKDF2 supportPaul Kehrer2014-01-281-1/+36
| |_|/ |/| |
* | | some alternate languagePaul Kehrer2014-01-281-1/+1
| | |
* | | rename test filesPaul Kehrer2014-01-282-0/+0
| | |
* | | add some unicode checks for salt on init and key_material on derivePaul Kehrer2014-01-282-0/+23
| | |
* | | Merge branch 'master' into pbkdf2-opensslPaul Kehrer2014-01-281-0/+2
|\| | | | | | | | | | | | | | | | | | | | | | | * master: Add this to the changelog Conflicts: docs/changelog.rst
| * | Merge pull request #523 from alex/changelogPaul Kehrer2014-01-281-0/+2
| |\ \ | | | | | | | | Add this to the changelog
| | * | Add this to the changelogAlex Gaynor2014-01-281-0/+2
| |/ /
* | | simplify pbkdf2_hmac_supported in openssl backendPaul Kehrer2014-01-281-3/+1
| | |
* | | add PBKDF2HMAC to changelogPaul Kehrer2014-01-281-0/+1
| | |
* | | Merge branch 'master' into pbkdf2-opensslPaul Kehrer2014-01-282-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
| * | Merge pull request #522 from alex/no-ec-opensslPaul Kehrer2014-01-282-3/+7
| |\ \ | | | | | | | | Fixed #521 -- work on systems with no ec header at all
| | * | Fuck, fixAlex Gaynor2014-01-281-1/+1
| | | |
| | * | C is not a good programming languageAlex Gaynor2014-01-281-4/+3
| | | |
| | * | This needs to be firstAlex Gaynor2014-01-281-1/+2
| | | |
| | * | Doh, reorderAlex Gaynor2014-01-281-1/+1
| | | |
| | * | This type is not defined either of courseAlex Gaynor2014-01-281-0/+1
| | | |
| | * | Whoops, backwardsAlex Gaynor2014-01-281-1/+1
| | | |
| | * | Fixed #521 -- work on systems with no ec header at allAlex Gaynor2014-01-281-0/+3
| |/ /
* | | update docs with more detailed info re: PBKDF2 usagePaul Kehrer2014-01-281-3/+48
| | |
* | | okay this time really finish the rename. Up example iterations to 100kPaul Kehrer2014-01-286-21/+21
| | |
* | | finish PBKDF2HMAC rename, more docsPaul Kehrer2014-01-282-8/+22
| | |