Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Also fix up some phrasings | Alex Gaynor | 2014-04-24 | 1 | -8/+9 | |
| | ||||||
* | Removed strange use of quotes | Alex Gaynor | 2014-04-24 | 1 | -1/+1 | |
| | ||||||
* | Added CMAC docs | Ayrx | 2014-04-22 | 1 | -1/+1 | |
| | ||||||
* | docs, tests, general huge improvements to RSA decryption | Paul Kehrer | 2014-04-20 | 1 | -0/+12 | |
| | ||||||
* | Changed cmac_supported() to cmac_algorithm_supported() | Ayrx | 2014-04-16 | 1 | -2/+5 | |
| | ||||||
* | Added CMAC backend interface documentation | Ayrx | 2014-04-15 | 1 | -0/+24 | |
| | ||||||
* | Add docs for DSA parameters and key generation | Mohammed Attia | 2014-04-04 | 1 | -0/+34 | |
| | ||||||
* | Standardise on sentence case for titles | Alex Stapleton | 2014-03-18 | 1 | -1/+1 | |
| | ||||||
* | add mgf1_hash_supported to the RSABackend interface | Paul Kehrer | 2014-03-10 | 1 | -0/+14 | |
| | ||||||
* | Convert stuff | Alex Gaynor | 2014-03-06 | 1 | -1/+1 | |
| | ||||||
* | OpenSSL "traditional" key format loading... | Alex Stapleton | 2014-02-20 | 1 | -0/+23 | |
| | | | | Backend interface only. | |||||
* | let's try renaming everything I said I'd rename | Paul Kehrer | 2014-02-18 | 1 | -1/+1 | |
| | ||||||
* | some grammar fixes, rename a method or two | Paul Kehrer | 2014-02-18 | 1 | -5/+5 | |
| | ||||||
* | create_rsa_sign_ctx->create_rsa_signature_ctx | Paul Kehrer | 2014-02-17 | 1 | -1/+1 | |
| | ||||||
* | add docs for sign/verify ctx creation interface | Paul Kehrer | 2014-02-17 | 1 | -0/+36 | |
| | ||||||
* | 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 | |