summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Tentatively bump the required version of cryptography necessary for the new ↵Jean-Paul Calderone2014-12-111-1/+1
| | | | OpenSSL API.
* This needs the latest cryptographyAlex Gaynor2014-08-201-1/+1
|
* This depends on a new feature first introduced in cryptography 0.4.Jean-Paul Calderone2014-05-051-1/+1
|
* Added dependency for cryptography>=0.3.Fedor Brunner2014-03-281-1/+1
| | | | | | | | | | | Test split into multiple methods. Added changelog entry. If you use these methods to implement TLS channel binding (RFC 5929) disable session resumption because triple handshake attacks against TLS. https://www.ietf.org/mail-archive/web/tls/current/msg11337.html https://secure-resumption.com/tlsauth.pdf
* add Python :: 2 and some comments referring to reasons to include Python :: ↵Jean-Paul Calderone2014-03-031-1/+13
| | | | 3 here
* Add the generic Python 3 trove classifierBrett Cannon2014-02-251-0/+1
| | | That way PyOpenSSL gets listed under the "Python 3 packages" link on PyPI
* Bump version to 0.14 final0.14release-0.14Jean-Paul Calderone2014-02-231-1/+1
|
* Merge remote-tracking branch 'pyca/updated-cryptography-dependency' into ↵Jean-Paul Calderone2014-02-231-1/+1
|\ | | | | | | release-0.14
| * cryptography 0.2.1 is out, might as well tell everyone to use that.Jean-Paul Calderone2014-02-231-1/+1
| |
* | Bump to 0.14a40.14a4Jean-Paul Calderone2014-02-121-1/+1
| |
* | Bump to alpha 30.14a3Jean-Paul Calderone2014-01-201-1/+1
| |
* | Bump to alpha 20.14a2Jean-Paul Calderone2014-01-111-1/+1
| |
* | Merge remote-tracking branch 'pyca/master' into release-0.14Jean-Paul Calderone2014-01-111-2/+4
|\ \ | |/
| * Lots of Python 3.2 porting workJean-Paul Calderone2014-01-111-2/+2
| |
| * Try using setuptools to help run the tests.Jean-Paul Calderone2014-01-111-1/+2
| |
| * Use setuptools and declare the cryptography dependencyJean-Paul Calderone2014-01-101-1/+2
| |
* | First release screwup: cryptography does not support Python 2.4 or Python ↵Jean-Paul Calderone2014-01-091-2/+1
| | | | | | | | 2.5 so we do not either.
* | Hmm maybe start off with a non-final version.v0.14a1Jean-Paul Calderone2014-01-091-1/+1
| |
* | version bumpJean-Paul Calderone2014-01-091-1/+1
|/
* Reflect the new location here as wellJean-Paul Calderone2014-01-091-1/+1
|
* Update distutils glue to reflect the extensive changesJean-Paul Calderone2013-12-311-188/+11
|
* Get the C implementation out of the wayJean-Paul Calderone2013-03-041-3/+3
|
* Move the crypto extension module aside to make way for an incremental ↵Jean-Paul Calderone2013-02-091-4/+3
| | | | rewrite in Python
* Re-implement OpenSSL.rand in Python using opentls.Jean-Paul Calderone2013-02-091-3/+2
|
* Minimal skeleton of a Python Session typeJean-Paul Calderone2012-02-131-2/+2
|
* Add a bunch of classifiers. Classifiers are fun. Everyone loves classifiers.Jean-Paul Calderone2011-12-191-2/+20
|
* Bump the version to the final release versionJean-Paul Calderone2011-09-021-1/+1
|
* Bump version numberJean-Paul Calderone2011-08-141-1/+1
|
* Bump versionJean-Paul Calderone2011-04-111-1/+1
|
* Bump versionJean-Paul Calderone2011-04-071-1/+1
|
* Update the distutils license fieldJean-Paul Calderone2011-03-021-1/+1
|
* Bump version for final 0.11 releaseJean-Paul Calderone2010-10-311-1/+1
|
* Bump versionJean-Paul Calderone2010-10-131-1/+1
|
* Let's try an alpha firstJean-Paul Calderone2010-10-071-4/+2
|
* Bump version numberJean-Paul Calderone2010-10-071-1/+1
|
* Remove the forced verbosity setting; it adds extra output which confuses ↵Jean-Paul Calderone2010-09-161-3/+0
| | | | Buildbot on some versions of Python
* Avoid importing OpenSSL in setup.py for nowJean-Paul Calderone2010-07-271-1/+2
|
* Get version from the right placeJean-Paul Calderone2010-07-271-1/+1
|
* Move the src directory to an OpenSSL directory so it can be a package even ↵Jean-Paul Calderone2010-07-271-21/+21
| | | | in a source checkout; also dump the __init__.py into it
* merge trunk and resolve simple conflictJean-Paul Calderone2010-01-251-20/+141
|\
| * See if this helpsJean-Paul Calderone2009-11-111-0/+3
| |
| * Try to ignore things like C:\Program Files\SubversionJean-Paul Calderone2009-11-111-7/+11
| |
| * Some changes to setup.pyJean-Paul Calderone2009-11-111-20/+134
| |
* | Add support for CRL and Revoked objects.Rick Dean2009-07-241-0/+2
|/
* Simplify support for building on Windows; make sure to include all the ↵Jean-Paul Calderone2009-07-241-29/+24
|\ | | | | | | necessary dlls when making binary distributions
| * Make sure the egg is never zipped; the dlls will not work like thatJean-Paul Calderone2009-07-211-0/+1
| |
| * Use package_data instead of data_files to put the dlls into the package; ↵Jean-Paul Calderone2009-07-211-4/+8
| | | | | | | | this should cause them to end up in the right place more often
| * work with mingw32 and msvcJean-Paul Calderone2009-07-201-1/+15
| |
| * This works on mingw32Jean-Paul Calderone2009-07-201-11/+5
| |
| * moreJean-Paul Calderone2009-07-201-1/+1
| |