aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/test-vectors.rst
Commit message (Collapse)AuthorAgeFilesLines
* fix path mistakePaul Kehrer2015-01-061-2/+2
|
* add DER asymmetric keysPaul Kehrer2015-01-041-7/+18
|
* fix a doc8 violationPaul Kehrer2015-01-041-2/+2
|
* document DSA keys we added long agoPaul Kehrer2015-01-031-0/+4
|
* provide paths from the cryptography vectors root for custom asym vectorsPaul Kehrer2015-01-011-18/+19
|
* rename DSA test vector certificate to be more clearPaul Kehrer2014-12-121-1/+2
|
* add ECDSA certificate that does not have a named curve OIDPaul Kehrer2014-12-121-0/+2
|
* add several new x509 test vectorsPaul Kehrer2014-11-261-21/+39
|
* add NIST PKITS X.509 vectorsPaul Kehrer2014-11-241-0/+6
| | | | | http://csrc.nist.gov/groups/ST/crypto_apps_infra/pki/pkitesting.html http://csrc.nist.gov/groups/ST/crypto_apps_infra/documents/PKITS_data.zip
* Update docsAlex Gaynor2014-11-181-2/+3
|
* add an ignore path for doc8 + fix a long line causing failuresPaul Kehrer2014-09-291-2/+2
|
* small cleanup to docsPaul Kehrer2014-09-241-15/+15
|
* Update test-vectors.rstmichael-hart2014-09-241-5/+27
| | | Updated the readme with custom vectors, although formatting errors seem to exist
* NIST KASVS values for DH and ECDHAlex Stapleton2014-07-161-0/+1
| | | | | | | http://csrc.nist.gov/groups/STM/cavp/documents/keymgmt/kastestvectors.zip Only the "Static" scheme is added here since we are only testing the primitive DH and ECDH key agreement operation.
* Updated vectors documentationAyrx2014-04-141-5/+1
|
* Fixed wrong vectorsAyrx2014-04-131-3/+3
|
* More vectorsAyrx2014-04-101-0/+10
|
* add SEED CFB/OFB bespoke vectors and documentationPaul Kehrer2014-04-081-0/+3
|
* add SEED CBC vectors from rfc 4196Paul Kehrer2014-04-081-0/+1
|
* add SEED ECB vectors from rfc 4269Paul Kehrer2014-04-081-0/+1
|
* Update docsAlex Stapleton2014-04-021-0/+2
|
* Update docsAlex Stapleton2014-04-021-3/+2
|
* Move cryptography.vectors to cryptography_vectorsAlex Stapleton2014-03-241-4/+8
| | | | | | | 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.
* Standardise on sentence case for titlesAlex Stapleton2014-03-181-6/+6
|
* Merge branch 'master' into idea-bespoke-vectorsPaul Kehrer2014-03-081-2/+33
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * Merge pull request #723 from reaperhulk/nist-rsa-vectorsAlex Gaynor2014-03-041-0/+1
| |\ | | | | | | NIST RSA Test Vectors
| | * add vector sourcesPaul Kehrer2014-03-031-0/+1
| | |
| * | add vector source data for IDEA ECB to docsPaul Kehrer2014-03-031-0/+3
| |/
| * DSA test vector docsAlex Stapleton2014-03-021-4/+9
| |
| * Added vectors for scrypt from the draft RFCAlex Gaynor2014-03-011-3/+8
| |
| * Document PKCS #8 key sourcesAlex Stapleton2014-02-221-1/+10
| |
| * Link to the specific sources of these vectorsAlex Stapleton2014-02-191-4/+3
| |
| * Add OpenSSL PEM vector docsAlex Stapleton2014-02-191-0/+4
| |
| * Fixed TOTP test vectors.Ayrx2014-02-181-0/+7
| |
| * Reformat AES CTR vectors to use NIST loader & document their source properlyPaul Kehrer2014-02-151-1/+2
| |
* | add beginning of IDEA vector source docs. no verification code yetPaul Kehrer2014-02-161-1/+6
|/
* add cast5 (cbc, cfb, ofb) vector source info to docsPaul Kehrer2014-02-121-0/+26
|
* remove references to the CAST5 generation (will be in separate PR)Paul Kehrer2014-02-121-79/+0
|
* add test vector information to the development sectionPaul Kehrer2014-02-111-0/+147