Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Flesh out EllipticCurveSignatureAlgorithm | Alex Stapleton | 2014-05-23 | 1 | -0/+87 | |
| | ||||||
* | Elliptic curve interfaces | Alex Stapleton | 2014-05-23 | 1 | -0/+97 | |
| | ||||||
* | DSA signing support (this is mostly skeuomorf's work, credit to him) | Paul Kehrer | 2014-05-01 | 1 | -0/+17 | |
| | ||||||
* | update docs | Paul Kehrer | 2014-05-01 | 1 | -1/+2 | |
| | ||||||
* | Add DSA verification docs | Mohammed Attia | 2014-04-30 | 1 | -3/+23 | |
| | ||||||
* | RSA encryption support | Paul Kehrer | 2014-04-24 | 1 | -0/+17 | |
| | ||||||
* | more docs | Paul Kehrer | 2014-04-20 | 1 | -0/+18 | |
| | ||||||
* | Merge pull request #919 from Ayrx/cmac-interfaces | Paul Kehrer | 2014-04-16 | 1 | -0/+23 | |
|\ | | | | | CMAC interfaces + documentation | |||||
| * | Added link to wikipedia for CMAC | Ayrx | 2014-04-15 | 1 | -2/+3 | |
| | | ||||||
| * | Fixed nitpicks | Ayrx | 2014-04-15 | 1 | -1/+1 | |
| | | ||||||
| * | Added CMAC interface documentation | Ayrx | 2014-04-15 | 1 | -0/+22 | |
| | | ||||||
* | | remove links we don't need... | Paul Kehrer | 2014-04-15 | 1 | -2/+0 | |
| | | ||||||
* | | we don't need to doc generate in the interface | Paul Kehrer | 2014-04-15 | 1 | -16/+0 | |
| | | ||||||
* | | add missing sign/verify/generate docs for the RSA interfaces | Paul Kehrer | 2014-04-15 | 1 | -0/+64 | |
| | | ||||||
* | | Added missing HashContext documentation | Ayrx | 2014-04-15 | 1 | -0/+21 | |
|/ | ||||||
* | Standardise on sentence case for titles | Alex Stapleton | 2014-03-18 | 1 | -5/+5 | |
| | ||||||
* | Update the docs. | Mohammed Attia | 2014-03-17 | 1 | -1/+7 | |
| | ||||||
* | Change DSAParams to DSAParameters | Mohammed Attia | 2014-03-04 | 1 | -5/+5 | |
| | ||||||
* | Typo fixes | Mohammed Attia | 2014-03-04 | 1 | -7/+7 | |
| | ||||||
* | Change keypair to key pair to pass the sphinx spelling test | Mohammed Attia | 2014-03-04 | 1 | -6/+6 | |
| | ||||||
* | Define DSA in the documentation | Mohammed Attia | 2014-03-04 | 1 | -0/+1 | |
| | ||||||
* | Annotate aliases in the DSA documentation | Mohammed Attia | 2014-03-04 | 1 | -3/+3 | |
| | ||||||
* | Added documentation for the DSA interfaces | Mohammed Attia | 2014-03-04 | 1 | -0/+107 | |
| | ||||||
* | address some review comments | Paul Kehrer | 2014-02-26 | 1 | -2/+2 | |
| | ||||||
* | add RSA verification support | Paul Kehrer | 2014-02-25 | 1 | -2/+2 | |
| | ||||||
* | 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 | -1/+1 | |
| | ||||||
* | more renaming | Paul Kehrer | 2014-02-17 | 1 | -3/+3 | |
| | ||||||
* | add versionadded to AsymmetricPadding | Paul Kehrer | 2014-02-17 | 1 | -1/+1 | |
| | ||||||
* | + docs for AsymmetricSignContext, AsymmetricVerifyContext, AsymmetricPadding | Paul Kehrer | 2014-02-17 | 1 | -0/+33 | |
| | ||||||
* | expose dmp1, dmq1, iqmp getters on RSAPrivateKey | Paul Kehrer | 2014-02-13 | 1 | -1/+23 | |
| | ||||||
* | Refer to the `d` param of RSA as `private_exponent`. | Alex Gaynor | 2014-02-03 | 1 | -1/+7 | |
| | ||||||
* | Rename RSAs key_length to key_size | Alex Stapleton | 2014-02-02 | 1 | -2/+2 | |
| | | | | So that it matches the existing documented CipherContext stuff. | |||||
* | quotes inside, diff examples | Paul Kehrer | 2014-01-29 | 1 | -2/+2 | |
| | ||||||
* | fix spacing, remove versionadded since HashAlgorithm was in 0.1 | Paul Kehrer | 2014-01-29 | 1 | -3/+0 | |
| | ||||||
* | document HashAlgorithm | Paul Kehrer | 2014-01-29 | 1 | -0/+28 | |
| | ||||||
* | Document that this is new in 0.2 | Alex Gaynor | 2014-01-28 | 1 | -0/+2 | |
| | ||||||
* | Enforce that these may only be called once | Alex Gaynor | 2014-01-28 | 1 | -0/+10 | |
| | ||||||
* | Try to improve the docs | Alex Gaynor | 2014-01-28 | 1 | -12/+14 | |
| | ||||||
* | Begin designing the KDF interfaces. Fixes #511 | Alex Gaynor | 2014-01-27 | 1 | -0/+30 | |
| | ||||||
* | Linkify the RSA docs | Alex Gaynor | 2014-01-26 | 1 | -6/+7 | |
| | ||||||
* | indentation is fun | Paul Kehrer | 2014-01-26 | 1 | -2/+2 | |
| | ||||||
* | adding versionadded | Paul Kehrer | 2014-01-26 | 1 | -0/+4 | |
| | ||||||
* | methods don't have a type, they return things | Paul Kehrer | 2014-01-26 | 1 | -1/+1 | |
| | ||||||
* | make public_key an abstractmethod, update docs | Paul Kehrer | 2014-01-26 | 1 | -9/+9 | |
| | ||||||
* | update interface docs to make attributes return int (per irc discussion) | Paul Kehrer | 2014-01-26 | 1 | -16/+14 | |
| | ||||||
* | RSA private/public key interface + docs | Paul Kehrer | 2014-01-25 | 1 | -0/+100 | |
| | ||||||
* | Merge branch 'master' into validate-iv | Alex Gaynor | 2014-01-01 | 1 | -0/+11 | |
|\ | | | | | | | | | | | Conflicts: tests/hazmat/backends/test_openssl.py tests/hazmat/primitives/test_block.py | |||||
| * | BlockCipherAlgorithm because we should document block_size and ARC4 ↵ | David Reid | 2013-12-17 | 1 | -0/+11 | |
| | | | | | | | | shouldn't need block_size = 1. | |||||
* | | Validate the IV/nonce length for a given algorithm. | Alex Gaynor | 2013-11-19 | 1 | -0/+12 | |
|/ | | | | Fixes #159 |