Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Handle multiple errors on the stack | Alex Stapleton | 2014-02-01 | 1 | -2/+10 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Rename and document | Alex Gaynor | 2014-02-03 | 2 | -3/+3 | |
| | | | | | | | ||||||
* | | | | | | | pep8 fixes | Alex Gaynor | 2014-01-31 | 1 | -0/+2 | |
| | | | | | | | ||||||
* | | | | | | | Fix | Alex Gaynor | 2014-01-30 | 1 | -9/+26 | |
| | | | | | | | ||||||
* | | | | | | | Only make teh default once | Alex Gaynor | 2014-01-30 | 1 | -1/+2 | |
| | | | | | | | ||||||
* | | | | | | | Added PBKDF2HMAC support | Alex Gaynor | 2014-01-30 | 1 | -1/+16 | |
| | | | | | | | ||||||
* | | | | | | | Added support for HMAC backend | Alex Gaynor | 2014-01-30 | 1 | -1/+15 | |
| | | | | | | | ||||||
* | | | | | | | HashBackend is now supported by PrioritizedMultiBackend | Alex Gaynor | 2014-01-30 | 1 | -1/+13 | |
| | | | | | | | ||||||
* | | | | | | | Initial work on a prioritized multibackend for which implements CipherBackend | Alex Gaynor | 2014-01-30 | 2 | -3/+49 | |
|/ / / / / / | ||||||
* | | | | | | 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 | 2 | -9/+10 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 commoncrypto pbkdf2 with new naming | Paul Kehrer | 2014-01-28 | 1 | -7/+8 | |
| | | | | | | | | ||||||
| * | | | | | | | commoncrypto PBKDF2 support | Paul Kehrer | 2014-01-28 | 1 | -1/+36 | |
| | | | | | | | | ||||||
* | | | | | | | | 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 | 4 | -2/+128 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | PBKDF2 Support (OpenSSL backend) | |||||
| * | | | | | | | switch to private attributes in pbkdf2hmac | Paul Kehrer | 2014-01-29 | 1 | -4/+4 | |
| | | | | | | | | ||||||
| * | | | | | | | called -> used | Paul Kehrer | 2014-01-29 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | review fixes | Paul Kehrer | 2014-01-28 | 1 | -4/+3 | |
| |/ / / / / / | ||||||
| * | | | | | | add some unicode checks for salt on init and key_material on derive | Paul Kehrer | 2014-01-28 | 1 | -0/+13 | |
| | | | | | | | ||||||
| * | | | | | | simplify pbkdf2_hmac_supported in openssl backend | Paul Kehrer | 2014-01-28 | 1 | -3/+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 | |||||
| * | | | | | | | finish PBKDF2HMAC rename, more docs | Paul Kehrer | 2014-01-28 | 1 | -2/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | rename PBKDF2 to PBKDF2HMAC, address many other review comments | Paul Kehrer | 2014-01-28 | 3 | -9/+15 | |
| | | | | | | | | ||||||
| * | | | | | | | remove length check (which cffi handles) | Paul Kehrer | 2014-01-28 | 1 | -2/+0 | |
| | | | | | | | | ||||||
| * | | | | | | | test coverage, other changes | Paul Kehrer | 2014-01-28 | 1 | -4/+13 | |
| | | | | | | | | ||||||
| * | | | | | | | pbkdf2 docs | Paul Kehrer | 2014-01-28 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | PBKDF2 support for OpenSSL backend | Paul Kehrer | 2014-01-28 | 4 | -2/+105 | |
| | | | | | | | | ||||||
* | | | | | | | | Expose this method because probably someone will need it eventually | Alex Gaynor | 2014-01-29 | 1 | -0/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | Add bindings for X509_REQ_get_extensions. | Stephen Holsapple | 2014-01-29 | 1 | -0/+1 | |
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this binding it is impossible to get any extension objects from an X509Req object. | |||||
* | | | | | | | Fuck, fix | Alex Gaynor | 2014-01-28 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | C is not a good programming language | Alex Gaynor | 2014-01-28 | 1 | -4/+3 | |
| | | | | | | | ||||||
* | | | | | | | This needs to be first | Alex Gaynor | 2014-01-28 | 1 | -1/+2 | |
| | | | | | | | ||||||
* | | | | | | | Doh, reorder | Alex Gaynor | 2014-01-28 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | This type is not defined either of course | Alex Gaynor | 2014-01-28 | 1 | -0/+1 | |
| | | | | | | | ||||||
* | | | | | | | Whoops, backwards | Alex Gaynor | 2014-01-28 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | Fixed #521 -- work on systems with no ec header at all | Alex Gaynor | 2014-01-28 | 1 | -0/+3 | |
|/ / / / / / | ||||||
* | | | | | | Begin designing the KDF interfaces. Fixes #511 | Alex Gaynor | 2014-01-27 | 2 | -0/+20 | |
| | | | | | | ||||||
* | | | | | | update docstrings | Paul Kehrer | 2014-01-26 | 1 | -8/+8 | |
| | | | | | | ||||||
* | | | | | | make public_key an abstractmethod, update docs | Paul Kehrer | 2014-01-26 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | RSA private/public key interface + docs | Paul Kehrer | 2014-01-25 | 1 | -0/+88 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #492 from public/py-thread-safe | Alex Gaynor | 2014-01-24 | 3 | -1/+53 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Python implementation of OpenSSL locking callback | |||||
| * | | | | | | Python implementation of OpenSSL locking callback | Alex Stapleton | 2014-01-24 | 3 | -1/+53 | |
| | | | | | | | ||||||
* | | | | | | | Typo fix | Alex Gaynor | 2014-01-24 | 1 | -2/+2 | |
| | | | | | | | ||||||
* | | | | | | | Switch to using our own InternalError, instead of SystemError | Alex Gaynor | 2014-01-24 | 3 | -5/+14 | |
|/ / / / / / | ||||||
* | | | | | | remove advapi32 until we need it (for cryptgenrandom) | Paul Kehrer | 2014-01-23 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | add library switch for windows support | Paul Kehrer | 2014-01-23 | 1 | -1/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Temporarily using pragma: no cover on it until we have windows coverage on travis. Windows builds will be done via jenkins for now. | |||||
* | | | | | | Merge pull request #497 from reaperhulk/pbkdf2-commoncrypto-bindings | Alex Gaynor | 2014-01-23 | 2 | -0/+49 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add CommonCrypto PBKDF2 bindings | |||||
| * | | | | | | add commoncrypto PBKDF2 bindings | Paul Kehrer | 2014-01-22 | 2 | -0/+49 | |
| | | | | | | |