aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
| * "potentially vulnerable"Alex Stapleton2014-03-251-2/+2
| |
| * Rephrase to avoid american english failureAlex Stapleton2014-03-241-1/+1
| |
| * Add citation for being a low risk issueAlex Stapleton2014-03-241-2/+5
| |
| * Rephrase to keep the spell checker happyAlex Stapleton2014-03-221-1/+1
| |
| * LimitationsAlex Stapleton2014-03-222-0/+17
| |
* | Move cryptography.vectors to cryptography_vectorsAlex Stapleton2014-03-242-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-orderPaul Kehrer2014-03-222-2/+2
|
* document the ValueErrorPaul Kehrer2014-03-191-0/+6
|
* RSA PSS signature supportPaul Kehrer2014-03-191-3/+58
|
* Standardise on sentence case for titlesAlex Stapleton2014-03-1825-47/+46
|
* Merge pull request #792 from reaperhulk/rsa-pss-verifyAlex Gaynor2014-03-171-0/+14
|\ | | | | RSA PSS Verify
| * link to Colin Percival re: recommended RSA signature paddingPaul Kehrer2014-03-171-1/+2
| |
| * move PSS to top of docsPaul Kehrer2014-03-161-7/+7
| |
| * add RSA PSS verification supportPaul Kehrer2014-03-161-0/+13
| |
* | Update the docs.Mohammed Attia2014-03-171-1/+7
|/
* Merge pull request #807 from Ayrx/add-backend-check-to-rsaPaul Kehrer2014-03-161-0/+12
|\ | | | | Added backend check to rsa primitives
| * Added backend check to rsa primitivesAyrx2014-03-161-0/+12
| |
* | Merge pull request #806 from Ayrx/add-backend-check-to-cipherPaul Kehrer2014-03-161-0/+4
|\ \ | | | | | | Added backend check to cipher primitives
| * | Added backend check to cipher primitivesAyrx2014-03-161-0/+4
| |/
* | Merge pull request #805 from Ayrx/add-backend-check-to-hmacPaul Kehrer2014-03-161-0/+4
|\ \ | | | | | | Added backend check to hmac primitives
| * | Added backend check to hmac primitivesAyrx2014-03-161-0/+4
| |/
* / Added backend check to hash primitivesAyrx2014-03-161-0/+4
|/
* Merge pull request #775 from reaperhulk/rsa-mgf1-classAlex Gaynor2014-03-151-0/+23
|\ | | | | add MGF1 class, docs, tests
| * document MAX_LENGTHPaul Kehrer2014-03-111-0/+5
| |
| * add MGF1 class, docs, testsPaul Kehrer2014-03-101-0/+18
| |
* | Merge pull request #802 from public/platformsPaul Kehrer2014-03-151-0/+12
|\ \ | | | | | | Document the platforms we test on
| * | Tweak wordingAlex Stapleton2014-03-151-2/+2
| | |
| * | AlphabetiseAlex Stapleton2014-03-151-1/+1
| | |
| * | Document Python versions tooAlex Stapleton2014-03-151-1/+2
| | |
| * | Document the platforms we test onAlex Stapleton2014-03-151-0/+11
| | |
* | | Added backend check to kdf primitivesAyrx2014-03-151-0/+8
| | |
* | | Added backend check to twofactor primitivesAyrx2014-03-152-0/+12
|/ /
* | fix vector generation/verification scripts for IDEAPaul Kehrer2014-03-112-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 IDEAPaul Kehrer2014-03-111-2/+2
| |
* | basic IDEA ECB support for OpenSSL backendPaul Kehrer2014-03-111-0/+12
| |
* | Merge pull request #396 from reaperhulk/idea-bespoke-vectorsHynek Schlawack2014-03-114-1/+132
|\ \ | |/ |/| CBC, CFB, OFB IDEA vectors built from the AES MMT tests
| * style fixesPaul Kehrer2014-03-111-12/+12
| |
| * close the open files in generate/verifyPaul Kehrer2014-03-112-2/+5
| |
| * update headers, add verification codePaul Kehrer2014-03-082-2/+44
| |
| * Merge branch 'master' into idea-bespoke-vectorsPaul Kehrer2014-03-0824-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 yetPaul Kehrer2014-02-163-1/+90
| | |
* | | Merge pull request #772 from reaperhulk/rsa-mgf1-supported-interfaceAlex Gaynor2014-03-101-0/+14
|\ \ \ | | | | | | | | Add mgf1_hash_supported to the RSABackend interface
| * | | add mgf1_hash_supported to the RSABackend interfacePaul Kehrer2014-03-101-0/+14
| | | |
* | | | Merge pull request #770 from reaperhulk/document-some-versionsAlex Gaynor2014-03-103-4/+8
|\ \ \ \ | |/ / / |/| | | Document our oldest supported openssl and deny older support
| * | | document our oldest supported openssl and deny older supportPaul Kehrer2014-03-103-4/+8
| | | |
* | | | Merge pull request #765 from public/doc-tweaksPaul Kehrer2014-03-102-37/+38
|\ \ \ \ | |/ / / |/| | | Update HMAC and Digest docs.
| * | | Update HMAC and Digest docs.Alex Stapleton2014-03-102-37/+38
| | |/ | |/|
* | | Merge pull request #766 from public/more-doc-tweaksPaul Kehrer2014-03-101-80/+86
|\ \ \ | | | | | | | | Various "improvements" to the symmetric docs
| * | | Various "improvements" to the symmetric docsAlex Stapleton2014-03-101-80/+86
| |/ /
* | | Merge pull request #761 from alex/missing-future-licensePaul Kehrer2014-03-083-0/+46
|\ \ \ | | | | | | | | Added future imports and licenses that are missing