aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development
Commit message (Collapse)AuthorAgeFilesLines
* Refs #1209 -- clearly state the licensing requirements in the docsAlex Gaynor2014-11-061-0/+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.
* add note about enchant dependency for spellcheck in docsPaul Kehrer2014-06-271-0/+3
|
* Wrap a long line (seriously, why is doc8 not catching these)Alex Gaynor2014-06-261-4/+4
|
* Dance around the word "fallbacks""Laurens Van Houtven2014-06-231-2/+2
|
* typedefs -> type definitionsLaurens Van Houtven2014-06-231-1/+1
|
* Spelling fix: parenthesesLaurens Van Houtven2014-06-231-1/+1
|
* Spelling fix: achieveLaurens Van Houtven2014-06-231-1/+1
|
* Spelling fix: libraryLaurens Van Houtven2014-06-231-1/+1
|
* Move C bindings style guide to C bindings documentLaurens Van Houtven2014-06-232-72/+72
|
* Add a reference in the style guideLaurens Van Houtven2014-06-231-0/+3
|
* Add C bindings document to indexLaurens Van Houtven2014-06-231-0/+1
|
* Fix ReST hyperlink markupLaurens Van Houtven2014-06-231-1/+1
|
* Fix ReST syntax for a code blockLaurens Van Houtven2014-06-231-1/+1
|
* Improve wordingLaurens Van Houtven2014-06-231-1/+1
|
* Add docs about exposing features in C bindingsLaurens Van Houtven2014-06-231-0/+112
|
* Add note about using C-style vs C++-style commentsLaurens Van Houtven2014-06-231-0/+7
|
* Use C-style comments instead of C++-style commentsLaurens Van Houtven2014-06-231-7/+7
|
* Add C binding documentation pageLaurens Van Houtven2014-06-231-0/+8
|
* Fix other typo and use doc link insteadNic Young2014-06-121-2/+1
|
* Fixed typoNic Young2014-06-121-1/+1
|
* Add link about installation depdenciesNic Young2014-06-121-3/+5
|
* add information about building docs to getting startedPaul Kehrer2014-06-051-1/+3
|
* More line wrappingAlex Gaynor2014-05-173-6/+12
|
* Updated vectors documentationAyrx2014-04-141-5/+1
|
* Fixed wrong vectorsAyrx2014-04-131-3/+3
|
* More vectorsAyrx2014-04-101-0/+10
|
* 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-084-0/+125
|
* 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
|
* Make code review docs friendlierAlex Stapleton2014-03-291-6/+10
|
* 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.
* a few more import order fixes for upcoming flake8-import-orderPaul Kehrer2014-03-222-2/+2
|
* Standardise on sentence case for titlesAlex Stapleton2014-03-186-16/+16
|
* 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-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-085-9/+69
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| | |
* | | Added future imports and licenses that are missingAlex Gaynor2014-03-081-0/+15
| |/ |/|
* | Merge pull request #723 from reaperhulk/nist-rsa-vectorsAlex Gaynor2014-03-041-0/+1
|\ \ | | | | | | NIST RSA Test Vectors