aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/custom-vectors
Commit message (Collapse)AuthorAgeFilesLines
* Replace legacy file handling with a context manager. (#5092)Mads Jensen2020-01-121-21/+22
| | | | | | | | * Replace legacy file handling with a context manager. * flake8 fix Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
* Use literals for collections and comprehensions. (#5091)Mads Jensen2020-01-121-8/+8
|
* consistently linky RFC in the docs (#4716)Alex Gaynor2019-01-182-3/+3
| | | | | | * consistently linky RFC in the docs * oops
* Update URLs for new pypi! (#4194)Alex Gaynor2018-04-161-1/+1
| | | | | | | | * Update URLs for new pypi! * trailing slash * grump
* Fixed import path in go script (#4075)Alex Gaynor2018-01-061-1/+1
|
* add 1200 byte HKDF test vector and a generator/verifier for it (#4074)Paul Kehrer2018-01-063-0/+136
| | | | | | | | * add 1200 byte HKDF test vector and a generator/verifier for it * exit non-zero when failing * ugh
* Random flake8 cleanups for the latest release (#3242)Alex Gaynor2016-11-155-0/+5
|
* Last pass over fixing the links (#3224)Alex Gaynor2016-11-062-2/+2
|
* add RSA OAEP SHA2 vectors via custom vector creation (#2829)Paul Kehrer2016-06-023-0/+599
| | | | | | | | | | | | | | | | | | | | | | | | * add RSA OAEP SHA2 vectors via custom vector creation * update the docs * retab * remove sha2 oaep support (it will be added again in another PR) * add header to each vector file * Add Java 8 Bouncy Castle based verification of RSA-OAEP SHA-2 test vectors (#4) * Update Java verifier to skip past test vector file header if present (#5) * Update Java verifier to skip past test vector file header if present * Fix tabs vs. space whitespace * generate sha1 oaep permutations as well + verify support in java * address review feedback
* use the non-deprecated name for this functionAlex Gaynor2015-12-191-2/+2
|
* Fix pep8 lint errorsEhren Kret2015-11-281-9/+18
|
* Add support for 160 bit ARC4 keysEhren Kret2015-11-283-0/+230
|
* Docs for custom secp256k1 vectorsAlex Stapleton2015-05-031-0/+32
|
* Verification scriptAlex Stapleton2015-05-031-0/+59
|
* Script for generating SECP256K1 vectorsAlex Stapleton2015-05-031-0/+89
|
* Fixed the paths in the go cast verifier.Alex Gaynor2015-01-091-22/+22
| | | | Also made some changes to appease go vet and other linters.
* Update the license header for every source file, as well as the documentation.Alex Gaynor2014-11-161-12/+3
| | | | Fixes #1209
* More line wrappingAlex Gaynor2014-05-173-6/+12
|
* some small doc fixesPaul Kehrer2014-04-093-10/+10
|
* linkify another thingPaul Kehrer2014-04-091-1/+1
|
* add SEED CFB/OFB bespoke vectors and documentationPaul Kehrer2014-04-083-0/+122
|
* a few more import order fixes for upcoming flake8-import-orderPaul Kehrer2014-03-222-2/+2
|
* Standardise on sentence case for titlesAlex Stapleton2014-03-182-2/+2
|
* 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.
* Merge pull request #396 from reaperhulk/idea-bespoke-vectorsHynek Schlawack2014-03-113-0/+129
|\ | | | | 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-083-6/+32
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-162-0/+84
| | |
* | | Added future imports and licenses that are missingAlex Gaynor2014-03-081-0/+15
| |/ |/|
* | clearer prosePaul Kehrer2014-02-161-2/+2
| |
* | update docs to explain CTR generation sourcePaul Kehrer2014-02-161-4/+5
| |
* | update generation script and verification script to support CTR genPaul Kehrer2014-02-162-2/+27
|/
* Syntax highlight the go code. Be mad Rob Pike.Alex Gaynor2014-02-121-0/+1
|
* show the entire filesPaul Kehrer2014-02-121-6/+2
|
* remove unused varPaul Kehrer2014-02-121-1/+0
|
* improve formatting and fix pep8 for generate/verify cast5 scriptsPaul Kehrer2014-02-122-107/+109
|
* add cast5 (cbc, cfb, ofb) vector source info to docsPaul Kehrer2014-02-123-0/+230