Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | put this back | Alex Gaynor | 2013-08-31 | 1 | -1/+1 |
| | |||||
* | This is a const but raelly a macro or something | Alex Gaynor | 2013-08-31 | 1 | -1/+1 |
| | |||||
* | Removed some dead code | Alex Gaynor | 2013-08-31 | 1 | -5/+0 |
| | |||||
* | Replace paths we have no idea how to test with asserts | Alex Gaynor | 2013-08-30 | 1 | -22/+5 |
| | |||||
* | Merge branch 'simple-symmetric-encryption' of ↵ | Alex Gaynor | 2013-08-12 | 1 | -3/+9 |
|\ | | | | | | | https://github.com/alex/cryptography into simple-symmetric-encryption | ||||
| * | Test the symmetric encryption doc snippets using doctest | Donald Stufft | 2013-08-12 | 1 | -3/+9 |
| | | |||||
* | | Some systems need this header | Alex Gaynor | 2013-08-12 | 1 | -0/+1 |
|/ | |||||
* | Moved comment to the right place, use integer enums | Alex Gaynor | 2013-08-12 | 1 | -3/+3 |
| | |||||
* | Merge branch 'master' into simple-symmetric-encryption | Alex Gaynor | 2013-08-12 | 3 | -4/+7 |
|\ | |||||
| * | 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 branch 'master' into simple-symmetric-encryption | Donald Stufft | 2013-08-11 | 10 | -15/+156 |
|\| | | | | | | | | | Conflicts: setup.py | ||||
| * | 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 |
| |/ | |||||
* | | Addressed a TODO | Alex Gaynor | 2013-08-11 | 1 | -2/+5 |
| | | |||||
* | | Style fix | Alex Gaynor | 2013-08-11 | 1 | -2/+3 |
| | | |||||
* | | Add mandatory headers to files touched by this branch | Hynek Schlawack | 2013-08-11 | 8 | -0/+30 |
| | | |||||
* | | Ciphers should know what size blocks they use | Donald Stufft | 2013-08-10 | 1 | -0/+1 |
| | | |||||
* | | Small note about the purpose | Donald Stufft | 2013-08-10 | 1 | -0/+1 |
| | | |||||
* | | Add a comment to note that disabling padding is desired | Donald Stufft | 2013-08-10 | 1 | -1/+3 |
| | |