Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | "potentially vulnerable" | Alex Stapleton | 2014-03-25 | 1 | -2/+2 | |
| | | ||||||
| * | Rephrase to avoid american english failure | Alex Stapleton | 2014-03-24 | 1 | -1/+1 | |
| | | ||||||
| * | Add citation for being a low risk issue | Alex Stapleton | 2014-03-24 | 1 | -2/+5 | |
| | | ||||||
| * | Rephrase to keep the spell checker happy | Alex Stapleton | 2014-03-22 | 1 | -1/+1 | |
| | | ||||||
| * | Limitations | Alex Stapleton | 2014-03-22 | 2 | -0/+17 | |
| | | ||||||
* | | Move cryptography.vectors to cryptography_vectors | Alex Stapleton | 2014-03-24 | 2 | -4/+12 | |
|/ | | | | | | | All vectors are now stored in the subpackage in the vectors/ folder. This package is automatically installed by setup.py test and will also be uploaded with a matching version number by the PyPI upload task. | |||||
* | a few more import order fixes for upcoming flake8-import-order | Paul Kehrer | 2014-03-22 | 2 | -2/+2 | |
| | ||||||
* | document the ValueError | Paul Kehrer | 2014-03-19 | 1 | -0/+6 | |
| | ||||||
* | RSA PSS signature support | Paul Kehrer | 2014-03-19 | 1 | -3/+58 | |
| | ||||||
* | Standardise on sentence case for titles | Alex Stapleton | 2014-03-18 | 25 | -47/+46 | |
| | ||||||
* | Merge pull request #792 from reaperhulk/rsa-pss-verify | Alex Gaynor | 2014-03-17 | 1 | -0/+14 | |
|\ | | | | | RSA PSS Verify | |||||
| * | link to Colin Percival re: recommended RSA signature padding | Paul Kehrer | 2014-03-17 | 1 | -1/+2 | |
| | | ||||||
| * | move PSS to top of docs | Paul Kehrer | 2014-03-16 | 1 | -7/+7 | |
| | | ||||||
| * | add RSA PSS verification support | Paul Kehrer | 2014-03-16 | 1 | -0/+13 | |
| | | ||||||
* | | Update the docs. | Mohammed Attia | 2014-03-17 | 1 | -1/+7 | |
|/ | ||||||
* | Merge pull request #807 from Ayrx/add-backend-check-to-rsa | Paul Kehrer | 2014-03-16 | 1 | -0/+12 | |
|\ | | | | | Added backend check to rsa primitives | |||||
| * | Added backend check to rsa primitives | Ayrx | 2014-03-16 | 1 | -0/+12 | |
| | | ||||||
* | | Merge pull request #806 from Ayrx/add-backend-check-to-cipher | Paul Kehrer | 2014-03-16 | 1 | -0/+4 | |
|\ \ | | | | | | | Added backend check to cipher primitives | |||||
| * | | Added backend check to cipher primitives | Ayrx | 2014-03-16 | 1 | -0/+4 | |
| |/ | ||||||
* | | Merge pull request #805 from Ayrx/add-backend-check-to-hmac | Paul Kehrer | 2014-03-16 | 1 | -0/+4 | |
|\ \ | | | | | | | Added backend check to hmac primitives | |||||
| * | | Added backend check to hmac primitives | Ayrx | 2014-03-16 | 1 | -0/+4 | |
| |/ | ||||||
* / | Added backend check to hash primitives | Ayrx | 2014-03-16 | 1 | -0/+4 | |
|/ | ||||||
* | Merge pull request #775 from reaperhulk/rsa-mgf1-class | Alex Gaynor | 2014-03-15 | 1 | -0/+23 | |
|\ | | | | | add MGF1 class, docs, tests | |||||
| * | document MAX_LENGTH | Paul Kehrer | 2014-03-11 | 1 | -0/+5 | |
| | | ||||||
| * | add MGF1 class, docs, tests | Paul Kehrer | 2014-03-10 | 1 | -0/+18 | |
| | | ||||||
* | | Merge pull request #802 from public/platforms | Paul Kehrer | 2014-03-15 | 1 | -0/+12 | |
|\ \ | | | | | | | Document the platforms we test on | |||||
| * | | Tweak wording | Alex Stapleton | 2014-03-15 | 1 | -2/+2 | |
| | | | ||||||
| * | | Alphabetise | Alex Stapleton | 2014-03-15 | 1 | -1/+1 | |
| | | | ||||||
| * | | Document Python versions too | Alex Stapleton | 2014-03-15 | 1 | -1/+2 | |
| | | | ||||||
| * | | Document the platforms we test on | Alex Stapleton | 2014-03-15 | 1 | -0/+11 | |
| | | | ||||||
* | | | Added backend check to kdf primitives | Ayrx | 2014-03-15 | 1 | -0/+8 | |
| | | | ||||||
* | | | Added backend check to twofactor primitives | Ayrx | 2014-03-15 | 2 | -0/+12 | |
|/ / | ||||||
* | | fix vector generation/verification scripts for IDEA | Paul Kehrer | 2014-03-11 | 2 | -2/+2 | |
| | | | | | | | | | | Some small style fixes on final review were not re-verified before merge. | |||||
* | | add IDEA support for CBC, CFB, OFB + tests for all IDEA | Paul Kehrer | 2014-03-11 | 1 | -2/+2 | |
| | | ||||||
* | | basic IDEA ECB support for OpenSSL backend | Paul Kehrer | 2014-03-11 | 1 | -0/+12 | |
| | | ||||||
* | | Merge pull request #396 from reaperhulk/idea-bespoke-vectors | Hynek Schlawack | 2014-03-11 | 4 | -1/+132 | |
|\ \ | |/ |/| | CBC, CFB, OFB IDEA vectors built from the AES MMT tests | |||||
| * | style fixes | Paul Kehrer | 2014-03-11 | 1 | -12/+12 | |
| | | ||||||
| * | close the open files in generate/verify | Paul Kehrer | 2014-03-11 | 2 | -2/+5 | |
| | | ||||||
| * | update headers, add verification code | Paul Kehrer | 2014-03-08 | 2 | -2/+44 | |
| | | ||||||
| * | Merge branch 'master' into idea-bespoke-vectors | Paul Kehrer | 2014-03-08 | 24 | -182/+746 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (246 commits) Fixed python3 incompatibility Removed dependency on setuptools for version check don't need to move these definitions conditional NIDs for 0.9.8e x509 changes for 0.9.8e support more changes for 0.9.8e support, this time in the ssl.h headers macro switches in evp for 0.9.8e bind some error constants conditionally for 0.9.8e support BIO macro switch for 0.9.8e support move some nids conditionally bind AES_wrap/unwrap for 0.9.8e support Add GPG key fingerprint for lvh change comparison to be easier to read ridiculous workaround time whoops Missing imports Convert stuff Add binding for DSA_new Fix drop in coverage levels by removing branches Added check to turn of CC backend for OS X version < 10.8 ... Conflicts: docs/development/test-vectors.rst | |||||
| * | | add beginning of IDEA vector source docs. no verification code yet | Paul Kehrer | 2014-02-16 | 3 | -1/+90 | |
| | | | ||||||
* | | | Merge pull request #772 from reaperhulk/rsa-mgf1-supported-interface | Alex Gaynor | 2014-03-10 | 1 | -0/+14 | |
|\ \ \ | | | | | | | | | Add mgf1_hash_supported to the RSABackend interface | |||||
| * | | | add mgf1_hash_supported to the RSABackend interface | Paul Kehrer | 2014-03-10 | 1 | -0/+14 | |
| | | | | ||||||
* | | | | Merge pull request #770 from reaperhulk/document-some-versions | Alex Gaynor | 2014-03-10 | 3 | -4/+8 | |
|\ \ \ \ | |/ / / |/| | | | Document our oldest supported openssl and deny older support | |||||
| * | | | document our oldest supported openssl and deny older support | Paul Kehrer | 2014-03-10 | 3 | -4/+8 | |
| | | | | ||||||
* | | | | Merge pull request #765 from public/doc-tweaks | Paul Kehrer | 2014-03-10 | 2 | -37/+38 | |
|\ \ \ \ | |/ / / |/| | | | Update HMAC and Digest docs. | |||||
| * | | | Update HMAC and Digest docs. | Alex Stapleton | 2014-03-10 | 2 | -37/+38 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #766 from public/more-doc-tweaks | Paul Kehrer | 2014-03-10 | 1 | -80/+86 | |
|\ \ \ | | | | | | | | | Various "improvements" to the symmetric docs | |||||
| * | | | Various "improvements" to the symmetric docs | Alex Stapleton | 2014-03-10 | 1 | -80/+86 | |
| |/ / | ||||||
* | | | Merge pull request #761 from alex/missing-future-license | Paul Kehrer | 2014-03-08 | 3 | -0/+46 | |
|\ \ \ | | | | | | | | | Added future imports and licenses that are missing |