aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/test-vectors.rst
Commit message (Collapse)AuthorAgeFilesLines
...
* add unsupported extension x509 test vectorPaul Kehrer2015-03-271-0/+3
|
* add new basic constraints vector with path length zeroPaul Kehrer2015-03-251-0/+3
|
* Merge pull request #1759 from reaperhulk/aes-keywrap-vectorsAlex Gaynor2015-03-211-0/+5
|\ | | | | add keywrap test vectors from NIST
| * add keywrap test vectors from NISTPaul Kehrer2015-03-151-0/+5
| | | | | | | | From http://csrc.nist.gov/groups/STM/cavp/documents/mac/kwtestvectors.zip
* | add 3 new certificate vectors for upcoming basic constraints testsPaul Kehrer2015-03-201-0/+7
|/
* Updated one more gitorious linkAlex Gaynor2015-03-091-1/+1
|
* gitorious is no longer a thing so gnutls is now hosted by gitlabPaul Kehrer2015-03-061-5/+5
|
* Merge pull request #1714 from reaperhulk/asymmetric-public-vectorsAlex Stapleton2015-03-041-1/+7
|\ | | | | add RSA/DSA PKCS1 public keys
| * DER conversion of PKCS1 rsa.pub.pemPaul Kehrer2015-03-021-2/+3
| |
| * add RSA/DSA PKCS1 public keysPaul Kehrer2015-03-021-1/+6
| | | | | | | | | | | | unenc-rsa-pkcs8.pub.pem is PEM PKCS1 formatted public key converted from the subjectPublicKeyInfo version dsa.pub.pem is the DSA key from the ruby OpenSSL tests
* | Update OpenSSL test vector link to point at Github repositoryPaul Kehrer2015-03-021-1/+1
|/
* move x509 request vector docs to a new sectionPaul Kehrer2015-02-241-1/+6
|
* add X509 request custom vectorsPaul Kehrer2015-02-241-0/+9
|
* document vector provenancePaul Kehrer2015-02-141-1/+3
|
* add legacy Verisign PCA (MD2) root to vectorsPaul Kehrer2015-02-141-0/+2
|
* add utf8 certificatePaul Kehrer2015-01-171-0/+3
|
* wrap a thingPaul Kehrer2015-01-171-1/+2
|
* add two custom certificates for x509 name parsing testsPaul Kehrer2015-01-171-0/+4
|
* 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
| |