Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Aggressively type-check for text. | David Reid | 2014-02-03 | 1 | -0/+26 | |
| * | | | | | | | Actually register the interface. | David Reid | 2014-02-03 | 1 | -1/+5 | |
| * | | | | | | | Expand, extract, verify. | David Reid | 2014-02-03 | 1 | -4/+19 | |
| * | | | | | | | Add test cases for length checking and already finalized. | David Reid | 2014-02-03 | 1 | -3/+25 | |
| * | | | | | | | Closer to proposed interface in #513. | David Reid | 2014-02-03 | 1 | -27/+29 | |
| * | | | | | | | Break up hkdf_derive into hkdf_extract and hkdf_expand. | David Reid | 2014-02-03 | 1 | -23/+24 | |
| * | | | | | | | Refactor HKDF support and provide vectors for tests. | David Reid | 2014-02-03 | 1 | -8/+17 | |
| * | | | | | | | hkdf | David Reid | 2014-02-03 | 1 | -0/+43 | |
| * | | | | | | | Refer to the `d` param of RSA as `private_exponent`. | Alex Gaynor | 2014-02-03 | 1 | -1/+8 | |
| * | | | | | | | Merge pull request #547 from public/bn-maths | Alex Gaynor | 2014-02-02 | 1 | -0/+29 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | OpenSSL BN math | Alex Stapleton | 2014-02-02 | 1 | -0/+29 | |
| * | | | | | | | | Merge pull request #548 from public/rename-key-length | Alex Gaynor | 2014-02-02 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Rename RSAs key_length to key_size | Alex Stapleton | 2014-02-02 | 1 | -2/+2 | |
| | |/ / / / / / / | ||||||
| * / / / / / / / | More detailed error message for InternalError | Alex Stapleton | 2014-02-02 | 1 | -1/+9 | |
| |/ / / / / / / | ||||||
| * | | | | | / | 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 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | 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 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | 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 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | 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 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | 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 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | 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 |