Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | Style | Alex Gaynor | 2013-08-08 | 1 | -2/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Use the NIST KAT vectors to test AES-CBC w/ no padding | Donald Stufft | 2013-08-09 | 72 | -0/+73644 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Tests now running against the NIST vectors | Alex Gaynor | 2013-08-08 | 2 | -8/+5 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge branch 'master' into simple-symmetric-encryption | Alex Gaynor | 2013-08-08 | 4 | -2/+315 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Started stubbing stuff out, including a simple test, now is the part where we | Alex Gaynor | 2013-08-08 | 8 | -3/+51 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | write some actual cryptographic software. So yeah. | |||||
* | | | | | | | | | | Merge pull request #46 from alex/another-reason | Hynek Schlawack | 2013-08-12 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | Also mention that other packages miss python3 support | |||||
| * | | | | | | | | | Nit for Hynek | Alex Gaynor | 2013-08-12 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Also mention that other packages miss python3 support | Alex Gaynor | 2013-08-12 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #44 from hynek/fix-__about__ | Donald Stufft | 2013-08-12 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix __author__ | |||||
| * | | | | | | | | | Fix __author__ | Hynek Schlawack | 2013-08-12 | 1 | -3/+3 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #42 from dstufft/doctests | Hynek Schlawack | 2013-08-12 | 2 | -2/+4 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | Use the Sphinx doctest builder | |||||
| * | | | | | | | | | Use the Sphinx doctest builder | Donald Stufft | 2013-08-11 | 2 | -2/+4 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows us to test our documentation snippets using the standard "doctest" utility. | |||||
* | | | | | | | | | Merge pull request #43 from tiran/master | Donald Stufft | 2013-08-11 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | Fix spelling of my name | |||||
| * | | | | | | | | Fix spelling of my name | Christian Heimes | 2013-08-12 | 1 | -1/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #41 from dstufft/fix-setup | Alex Gaynor | 2013-08-11 | 5 | -9/+96 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix setup | |||||
| * | | | | | | | | Ignore the dist directory | Donald Stufft | 2013-08-11 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Include all of our files in the distributions, and install packages | Donald Stufft | 2013-08-11 | 2 | -1/+10 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix the packaging meta-data | Donald Stufft | 2013-08-11 | 3 | -9/+86 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #40 from dstufft/fix-docs | Alex Gaynor | 2013-08-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Make the example error free | |||||
| * | | | | | | | | Make the example error free | Donald Stufft | 2013-08-11 | 1 | -1/+1 | |
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without padding b"my secret message" is not divisible by AES's block size and thus would throw an error. | |||||
* | | | | | | | | Merge pull request #37 from tiran/master | Alex Gaynor | 2013-08-11 | 3 | -2/+33 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | add classifiers, url, description and nose integration for python setup.... | |||||
| * | | | | | | | | hyper nit-pick | Christian Heimes | 2013-08-11 | 1 | -1/+0 | |
| | | | | | | | | | ||||||
| * | | | | | | | | super nit-pick | Christian Heimes | 2013-08-11 | 1 | -1/+2 | |
| | | | | | | | | | ||||||
| * | | | | | | | | 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 |