Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add an ignore path for doc8 + fix a long line causing failures | Paul Kehrer | 2014-09-29 | 1 | -2/+2 | |
| | ||||||
* | small cleanup to docs | Paul Kehrer | 2014-09-24 | 1 | -15/+15 | |
| | ||||||
* | Update test-vectors.rst | michael-hart | 2014-09-24 | 1 | -5/+27 | |
| | | | Updated the readme with custom vectors, although formatting errors seem to exist | |||||
* | NIST KASVS values for DH and ECDH | Alex Stapleton | 2014-07-16 | 1 | -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 docs | Paul Kehrer | 2014-06-27 | 1 | -0/+3 | |
| | ||||||
* | Wrap a long line (seriously, why is doc8 not catching these) | Alex Gaynor | 2014-06-26 | 1 | -4/+4 | |
| | ||||||
* | Dance around the word "fallbacks"" | Laurens Van Houtven | 2014-06-23 | 1 | -2/+2 | |
| | ||||||
* | typedefs -> type definitions | Laurens Van Houtven | 2014-06-23 | 1 | -1/+1 | |
| | ||||||
* | Spelling fix: parentheses | Laurens Van Houtven | 2014-06-23 | 1 | -1/+1 | |
| | ||||||
* | Spelling fix: achieve | Laurens Van Houtven | 2014-06-23 | 1 | -1/+1 | |
| | ||||||
* | Spelling fix: library | Laurens Van Houtven | 2014-06-23 | 1 | -1/+1 | |
| | ||||||
* | Move C bindings style guide to C bindings document | Laurens Van Houtven | 2014-06-23 | 2 | -72/+72 | |
| | ||||||
* | Add a reference in the style guide | Laurens Van Houtven | 2014-06-23 | 1 | -0/+3 | |
| | ||||||
* | Add C bindings document to index | Laurens Van Houtven | 2014-06-23 | 1 | -0/+1 | |
| | ||||||
* | Fix ReST hyperlink markup | Laurens Van Houtven | 2014-06-23 | 1 | -1/+1 | |
| | ||||||
* | Fix ReST syntax for a code block | Laurens Van Houtven | 2014-06-23 | 1 | -1/+1 | |
| | ||||||
* | Improve wording | Laurens Van Houtven | 2014-06-23 | 1 | -1/+1 | |
| | ||||||
* | Add docs about exposing features in C bindings | Laurens Van Houtven | 2014-06-23 | 1 | -0/+112 | |
| | ||||||
* | Add note about using C-style vs C++-style comments | Laurens Van Houtven | 2014-06-23 | 1 | -0/+7 | |
| | ||||||
* | Use C-style comments instead of C++-style comments | Laurens Van Houtven | 2014-06-23 | 1 | -7/+7 | |
| | ||||||
* | Add C binding documentation page | Laurens Van Houtven | 2014-06-23 | 1 | -0/+8 | |
| | ||||||
* | Fix other typo and use doc link instead | Nic Young | 2014-06-12 | 1 | -2/+1 | |
| | ||||||
* | Fixed typo | Nic Young | 2014-06-12 | 1 | -1/+1 | |
| | ||||||
* | Add link about installation depdencies | Nic Young | 2014-06-12 | 1 | -3/+5 | |
| | ||||||
* | add information about building docs to getting started | Paul Kehrer | 2014-06-05 | 1 | -1/+3 | |
| | ||||||
* | More line wrapping | Alex Gaynor | 2014-05-17 | 3 | -6/+12 | |
| | ||||||
* | Updated vectors documentation | Ayrx | 2014-04-14 | 1 | -5/+1 | |
| | ||||||
* | Fixed wrong vectors | Ayrx | 2014-04-13 | 1 | -3/+3 | |
| | ||||||
* | More vectors | Ayrx | 2014-04-10 | 1 | -0/+10 | |
| | ||||||
* | some small doc fixes | Paul Kehrer | 2014-04-09 | 3 | -10/+10 | |
| | ||||||
* | linkify another thing | Paul Kehrer | 2014-04-09 | 1 | -1/+1 | |
| | ||||||
* | add SEED CFB/OFB bespoke vectors and documentation | Paul Kehrer | 2014-04-08 | 4 | -0/+125 | |
| | ||||||
* | add SEED CBC vectors from rfc 4196 | Paul Kehrer | 2014-04-08 | 1 | -0/+1 | |
| | ||||||
* | add SEED ECB vectors from rfc 4269 | Paul Kehrer | 2014-04-08 | 1 | -0/+1 | |
| | ||||||
* | Update docs | Alex Stapleton | 2014-04-02 | 1 | -0/+2 | |
| | ||||||
* | Update docs | Alex Stapleton | 2014-04-02 | 1 | -3/+2 | |
| | ||||||
* | Make code review docs friendlier | Alex Stapleton | 2014-03-29 | 1 | -6/+10 | |
| | ||||||
* | Move cryptography.vectors to cryptography_vectors | Alex Stapleton | 2014-03-24 | 1 | -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-order | Paul Kehrer | 2014-03-22 | 2 | -2/+2 | |
| | ||||||
* | Standardise on sentence case for titles | Alex Stapleton | 2014-03-18 | 6 | -16/+16 | |
| | ||||||
* | fix vector generation/verification scripts for IDEA | Paul Kehrer | 2014-03-11 | 2 | -2/+2 | |
| | | | | | Some small style fixes on final review were not re-verified before merge. | |||||
* | Merge pull request #396 from reaperhulk/idea-bespoke-vectors | Hynek Schlawack | 2014-03-11 | 4 | -1/+132 | |
|\ | | | | | CBC, CFB, OFB IDEA vectors built from the AES MMT tests | |||||
| * | style fixes | Paul Kehrer | 2014-03-11 | 1 | -12/+12 | |
| | | ||||||
| * | close the open files in generate/verify | Paul Kehrer | 2014-03-11 | 2 | -2/+5 | |
| | | ||||||
| * | update headers, add verification code | Paul Kehrer | 2014-03-08 | 2 | -2/+44 | |
| | | ||||||
| * | Merge branch 'master' into idea-bespoke-vectors | Paul Kehrer | 2014-03-08 | 5 | -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 yet | Paul Kehrer | 2014-02-16 | 3 | -1/+90 | |
| | | | ||||||
* | | | Added future imports and licenses that are missing | Alex Gaynor | 2014-03-08 | 1 | -0/+15 | |
| |/ |/| | ||||||
* | | Merge pull request #723 from reaperhulk/nist-rsa-vectors | Alex Gaynor | 2014-03-04 | 1 | -0/+1 | |
|\ \ | | | | | | | NIST RSA Test Vectors | |||||
| * | | add vector sources | Paul Kehrer | 2014-03-03 | 1 | -0/+1 | |
| | | |