Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge branch 'master' into simple-symmetric-encryption | Donald Stufft | 2013-08-11 | 1 | -3/+56 | |
|\ | | | | | | | | | Conflicts: setup.py | |||||
| * | Include all of our files in the distributions, and install packages | Donald Stufft | 2013-08-11 | 1 | -1/+3 | |
| | | ||||||
| * | Fix the packaging meta-data | Donald Stufft | 2013-08-11 | 1 | -9/+32 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | use py.test for testing | Christian Heimes | 2013-08-11 | 1 | -6/+21 | |
| | | | | | | | | | | | | 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 | |
| | | ||||||
* | | Use an enum for determining BlockCipher operation | Donald Stufft | 2013-08-10 | 1 | -1/+8 | |
|/ | ||||||
* | Fixed a typo in the setup.py | Alex Gaynor | 2013-08-07 | 1 | -1/+1 | |
| | ||||||
* | Added license headers | Alex Gaynor | 2013-08-06 | 1 | -1/+14 | |
| | ||||||
* | Initial commit. Migrates over basic project files, and the OpenSSL bindings | Alex Gaynor | 2013-08-06 | 1 | -0/+8 | |
from OpenTLS. |