Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drop setup.py test again | Christian Heimes | 2013-08-11 | 1 | -16/+0 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' | Christian Heimes | 2013-08-11 | 2 | -10/+18 |
|\ | |||||
| * | Merge pull request #38 from alex/why-cryptography | Hynek Schlawack | 2013-08-11 | 2 | -10/+18 |
| |\ | | | | | | | Better describe why this library exists. Refs #5 | ||||
| | * | Another issue we're targetting | Alex Gaynor | 2013-08-11 | 1 | -0/+1 |
| | | | |||||
| | * | English grammar | Alex Gaynor | 2013-08-11 | 1 | -6/+6 |
| | | | |||||
| | * | Merge branch 'master' into why-cryptography | Alex Gaynor | 2013-08-11 | 1 | -0/+4 |
| | |\ | | |/ | |/| | | | | | | | Conflicts: README.rst | ||||
| | * | Added another item from hynek | Alex Gaynor | 2013-08-11 | 1 | -0/+1 |
| | | | |||||
| | * | Document that we want AES-GCM | Alex Gaynor | 2013-08-11 | 1 | -0/+1 |
| | | | |||||
| | * | Better gramar | Alex Gaynor | 2013-08-11 | 1 | -1/+1 |
| | | | |||||
| | * | Make this a heading | Alex Gaynor | 2013-08-11 | 1 | -1/+2 |
| | | | |||||
| | * | Better describe why this library exists. Refs #5 | Alex Gaynor | 2013-08-11 | 2 | -7/+13 |
| | | | |||||
* | | | Merge remote-tracking branch 'upstream/master' | Christian Heimes | 2013-08-11 | 2 | -5/+18 |
|\| | | |||||
| * | | Merge pull request #39 from alex/link-docs | Hynek Schlawack | 2013-08-11 | 1 | -0/+6 |
| |\ \ | | |/ | |/| | Link the docs in the readme | ||||
| | * | Dropped a word | Alex Gaynor | 2013-08-11 | 1 | -1/+1 |
| | | | |||||
| | * | Link the docs in the readme | Alex Gaynor | 2013-08-11 | 1 | -0/+6 |
| |/ | |||||
| * | Merge pull request #35 from hynek/add-new-file-requirements-to-contributing | Donald Stufft | 2013-08-11 | 1 | -5/+12 |
| |\ | | | | | | | Add requirements for code files to CONTRIBUTING | ||||
| | * | Add requirements for code files to CONTRIBUTING | Hynek Schlawack | 2013-08-11 | 1 | -5/+12 |
| |/ | |||||
* | | use py.test for testing | Christian Heimes | 2013-08-11 | 3 | -6/+26 |
| | | | | | | | | | | | | correct cffi dependency to setup_requires ignore cffi, pycparser and pytest egg directories add myself to AUTHORS.rst | ||||
* | | add classifiers, url, description and nose integration for python setup.py test | Christian Heimes | 2013-08-10 | 1 | -0/+27 |
|/ | |||||
* | Merge pull request #34 from alex/excise-padding | Hynek Schlawack | 2013-08-10 | 1 | -4/+4 |
|\ | | | | | Fully excised padding from the docs | ||||
| * | Fixed example | Alex Gaynor | 2013-08-10 | 1 | -1/+1 |
| | | |||||
| * | Fully excised padding from the docs | Alex Gaynor | 2013-08-10 | 1 | -4/+4 |
| | | |||||
* | | Merge pull request #33 from alex/api-val | Donald Stufft | 2013-08-10 | 1 | -1/+1 |
|\ \ | |/ |/| | Make api poitn to the right object | ||||
| * | Make api poitn to the right object | Alex Gaynor | 2013-08-10 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #32 from alex/bytes-for-nist-vectors | Donald Stufft | 2013-08-10 | 2 | -59/+109 |
|\ | | | | | Made the load NIST vectors test utility use bytes correctly | ||||
| * | Made the load NIST vectors test utility use bytes correctly | Alex Gaynor | 2013-08-10 | 2 | -59/+109 |
|/ | |||||
* | Merge pull request #30 from dstufft/simplify-api | Alex Gaynor | 2013-08-10 | 1 | -6/+0 |
|\ | | | | | Removing padding from the encryption API | ||||
| * | Removing padding from the encryption API | Donald Stufft | 2013-08-10 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Padding is fundamentally an operation that occurs prior to encryption to make plaintext suitable. * Even though wether it's regarded is dependent on the mode, it can be used safely regardless. * Moving it out of this API makes the API's simpler and more composable. * Moving it out of this API makes it simpler for backends that don't work exactly like OpenSSL's EVP. * Move it out of this API makes it simpler to include padding that OpenSSL's EVP API doesn't expose. | ||||
* | | Merge pull request #31 from dstufft/add-nist-vector-files | Hynek Schlawack | 2013-08-10 | 89 | -0/+75749 |
|\ \ | |/ |/| | Add the NIST AES vectors | ||||
| * | Add the NIST AES vectors | Donald Stufft | 2013-08-10 | 89 | -0/+75749 |
|/ | |||||
* | Merge pull request #29 from dstufft/nist-vector-file-utilities | Alex Gaynor | 2013-08-08 | 4 | -2/+315 |
|\ | | | | | Add a test utility functions to read & process NIST vector files | ||||
| * | Add a test utility functions to read & process NIST vector files | Donald Stufft | 2013-08-09 | 4 | -2/+315 |
| | | |||||
* | | Merge pull request #26 from alex/symmetric-encryption-docs | Donald Stufft | 2013-08-08 | 3 | -0/+77 |
|\ \ | | | | | | | [WIP] Started trying to document symmetric encryption | ||||
| * | | Typo fix | Alex Gaynor | 2013-08-08 | 1 | -2/+2 |
| | | | |||||
| * | | A padding example | Alex Gaynor | 2013-08-08 | 1 | -2/+4 |
| | | | |||||
| * | | This is where padding goes | Alex Gaynor | 2013-08-08 | 1 | -1/+5 |
| | | | |||||
| * | | Descriptive text | Alex Gaynor | 2013-08-08 | 1 | -0/+3 |
| | | | |||||
| * | | Describe the methods more explicitly | Alex Gaynor | 2013-08-08 | 1 | -8/+11 |
| | | | |||||
| * | | Document this as a class | Alex Gaynor | 2013-08-08 | 1 | -18/+17 |
| | | | |||||
| * | | New language | Alex Gaynor | 2013-08-08 | 1 | -3/+3 |
| | | | |||||
| * | | more accurate | Alex Gaynor | 2013-08-08 | 1 | -2/+4 |
| | | | |||||
| * | | Move the modules around | Alex Gaynor | 2013-08-08 | 1 | -5/+4 |
| | | | |||||
| * | | Fix | Alex Gaynor | 2013-08-08 | 1 | -2/+2 |
| | | | |||||
| * | | This is a lie | Alex Gaynor | 2013-08-08 | 1 | -2/+0 |
| | | | |||||
| * | | All caps | Alex Gaynor | 2013-08-08 | 1 | -1/+1 |
| | | | |||||
| * | | fix spelling errors, move module | Alex Gaynor | 2013-08-08 | 1 | -2/+2 |
| | | | |||||
| * | | Document that IVs should not be reused. | Alex Gaynor | 2013-08-08 | 1 | -0/+2 |
| | | | |||||
| * | | Document how long iv should be | Alex Gaynor | 2013-08-08 | 1 | -1/+3 |
| | | | |||||
| * | | Try to document CBC | Alex Gaynor | 2013-08-08 | 1 | -2/+9 |
| | | | |||||
| * | | Attempt to document AES | Alex Gaynor | 2013-08-08 | 1 | -2/+8 |
| | | |