Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use pyasn1 for creating the dss-sig-value structure | Paul Kehrer | 2014-04-30 | 1 | -0/+1 |
| | |||||
* | Fix pep8 errors for latest import linter | Alex Stapleton | 2014-04-20 | 1 | -1/+1 |
| | |||||
* | Import lint error | Alex Stapleton | 2014-04-20 | 1 | -1/+1 |
| | |||||
* | Add custom 'install' command class | Sascha Peilicke | 2014-04-01 | 1 | -18/+34 |
| | | | | | | | | CFFIBuild adds ext_modules late in the configuration phase. However, distutils default 'install' command also parses setup.py and thus misses that cffi contains several extension modules rather than being pure. As a consequence, add a CFFIInstall with a proper finalize_options method and use it. | ||||
* | add some comments to note the duplication between setup.py and tox.ini | Paul Kehrer | 2014-03-28 | 1 | -0/+1 |
| | |||||
* | Move cryptography.vectors to cryptography_vectors | Alex Stapleton | 2014-03-24 | 1 | -2/+16 |
| | | | | | | | 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. | ||||
* | cryptography.vectors | Alex Stapleton | 2014-03-22 | 1 | -1/+3 |
| | |||||
* | revert one import order change | Paul Kehrer | 2014-03-19 | 1 | -1/+1 |
| | |||||
* | import order fixes for future automated checking | Paul Kehrer | 2014-03-19 | 1 | -2/+3 |
| | |||||
* | We support 3.4 | Alex Gaynor | 2014-03-17 | 1 | -0/+1 |
| | |||||
* | Added future imports and licenses that are missing | Alex Gaynor | 2014-03-08 | 1 | -0/+3 |
| | |||||
* | The worst. | Alex Gaynor | 2014-03-04 | 1 | -1/+1 |
| | |||||
* | Follow the rules | Alex Gaynor | 2014-03-04 | 1 | -2/+2 |
| | |||||
* | And again. Remove whitespace (pep8) | koobs | 2014-02-25 | 1 | -1/+1 |
| | |||||
* | pep8: Add import (sys) and newline | koobs | 2014-02-25 | 1 | -0/+2 |
| | |||||
* | Add new lines (pep8) and use full sentences | koobs | 2014-02-25 | 1 | -1/+2 |
| | |||||
* | Integrate py.test enabling `python setup.py test` | koobs | 2014-02-25 | 1 | -1/+20 |
| | | | | | | | | Integrate py.test according to: https://pytest.org/latest/goodpractises.html#integration-with-setuptools-test-commands Enables use of standard python setup.py test command. Very handy for OS packagers & porters for QA, in this case the FreeBSD Port for cryptography which just landed. | ||||
* | some style fixes suggested by pep8-naming | Paul Kehrer | 2014-02-24 | 1 | -2/+2 |
| | |||||
* | Just drop the classifier entirely | Alex Gaynor | 2014-02-07 | 1 | -1/+0 |
| | |||||
* | We're now past pre-alpha | Alex Gaynor | 2014-02-07 | 1 | -1/+1 |
| | |||||
* | On OS X at build time compile the CC bindings | Alex Gaynor | 2014-01-19 | 1 | -2/+11 |
| | |||||
* | drop to >= 0.8 to make pypy happy | Paul Kehrer | 2014-01-10 | 1 | -1/+1 |
| | |||||
* | require cffi >= 0.8.1 | Paul Kehrer | 2014-01-10 | 1 | -1/+1 |
| | |||||
* | This is dangerous | Alex Gaynor | 2014-01-07 | 1 | -4/+1 |
| | |||||
* | flake8 | Alex Gaynor | 2014-01-06 | 1 | -1/+3 |
| | |||||
* | Check to see if a binding is available before trying to install it | Alex Gaynor | 2014-01-06 | 1 | -1/+3 |
| | |||||
* | Explanatory comment | Alex Gaynor | 2014-01-03 | 1 | -0/+9 |
| | |||||
* | Merge branch 'master' into setup-install-extension | Alex Gaynor | 2014-01-03 | 1 | -2/+10 |
|\ | | | | | | | | | Conflicts: setup.py | ||||
| * | Also use an absolute path for the about file | Alex Gaynor | 2014-01-03 | 1 | -3/+5 |
| | | |||||
| * | Include a long description in our setup.py | Alex Gaynor | 2014-01-03 | 1 | -0/+7 |
| | | |||||
* | | six is now required at build time | Alex Gaynor | 2014-01-02 | 1 | -7/+3 |
| | | |||||
* | | All the necessary things for setup.py to build cffi stuff | Alex Gaynor | 2014-01-02 | 1 | -0/+20 |
|/ | |||||
* | remove unneeded import...whoops | Paul Kehrer | 2013-10-21 | 1 | -2/+0 |
| | |||||
* | remove enum requirement now that we're not using enum | Paul Kehrer | 2013-10-21 | 1 | -3/+0 |
| | |||||
* | move abc, inline introspect method, use six for abcs | Paul Kehrer | 2013-09-10 | 1 | -0/+2 |
| | | | | | | | * abc moved to cryptography.primitive.interfaces * six added to dependencies * six used to have py2x/py3x compatible abc * nonce abc removed for now | ||||
* | This isn't a thing | Alex Gaynor | 2013-08-31 | 1 | -1/+0 |
| | |||||
* | remove this duplicate | Alex Gaynor | 2013-08-31 | 1 | -4/+0 |
| | |||||
* | 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. |