Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #579 from public/words | Alex Gaynor | 2014-02-08 | 1 | -1/+1 |
|\ | | | | | s/which/that/ | ||||
| * | s/which/that/ | Alex Stapleton | 2014-02-08 | 1 | -1/+1 |
| | | | | | | | | | | Which is usually for descriptive clauses in technical writing, while that is restrictive. Most of the time we are being being restrictive. | ||||
* | | s/bit_length/key_size/ (again) | Alex Stapleton | 2014-02-08 | 1 | -2/+2 |
| | | |||||
* | | Start of an RSABackend interface | Alex Stapleton | 2014-02-08 | 1 | -0/+21 |
|/ | | | | Only has key generation for now. | ||||
* | Document which backends implement which itnerfaces. Fixes #538 | Alex Gaynor | 2014-02-04 | 1 | -1/+20 |
| | |||||
* | Merge pull request #520 from reaperhulk/pbkdf2-openssl | David Reid | 2014-01-29 | 1 | -0/+41 |
|\ | | | | | PBKDF2 Support (OpenSSL backend) | ||||
| * | update docs re: PBKDF2HMAC iterations | Paul Kehrer | 2014-01-29 | 1 | -1/+3 |
| | | |||||
| * | doc updates based on review | Paul Kehrer | 2014-01-28 | 1 | -2/+1 |
| | | |||||
| * | rename PBKDF2 to PBKDF2HMAC, address many other review comments | Paul Kehrer | 2014-01-28 | 1 | -8/+8 |
| | | |||||
| * | documentation improvements for KDF | Paul Kehrer | 2014-01-28 | 1 | -1/+3 |
| | | |||||
| * | pbkdf2 docs | Paul Kehrer | 2014-01-28 | 1 | -2/+1 |
| | | |||||
| * | PBKDF2 support for OpenSSL backend | Paul Kehrer | 2014-01-28 | 1 | -0/+39 |
| | | |||||
* | | a few typo fixes, capitalization, etc | Paul Kehrer | 2014-01-29 | 1 | -4/+4 |
|/ | |||||
* | Remove register_cipher_adapter from the interface and the documentation. | David Reid | 2014-01-20 | 1 | -19/+0 |
| | |||||
* | fix erroneous indent and add abstractmethod to HMACBackend | Paul Kehrer | 2013-12-23 | 1 | -2/+2 |
| | |||||
* | add hmac_supported method to backend. | Paul Kehrer | 2013-12-23 | 1 | -2/+13 |
| | | | | | Previously we were implicitly assuming that if a hash was supported then its hmac equivalent was as well. | ||||
* | Renamed bindings to backends | Alex Gaynor | 2013-12-13 | 1 | -0/+141 |