| Age | Commit message (Collapse) | Author | Files | Lines |
|
Convert py-OpenSSL users to versioned_dependencies.mk
|
|
0.5.1
Clean up handling for description file - pull in content from this file into setup()
Allows the nightly build to fail
Add Trove version classifiers to make it explicit what is supported
Add python_requires to help pip
Drop support for EOL Python 2.6 and 3.3
Thanks to @hugovk for contributions
0.5.0
Fix to Subject Alternative Name handling to allow for certificates with more than 64 names (max now 1024). Thanks to Matt Pegler
Fix to subjectAltName string to use byte type for correct matching
Updated SSL Context objects to default to TLS 1.2
0.4.4
Updated test certificates
0.4.3
Fix to ndg namespace package warning issue (#3).
__init__.py file now included in ndg directory so that there are no longer warnings with imports when using Python 2.x. Thanks to Max Mauntner for fix.
Minor fix for installation: set minimum release for pyasn1 to avoid conflicts with Ubuntu install - see #5 and #10. pyasn1 also becomes mandatory rather than optional package for install. - It required by cryptography anyway which is a dependency for pyOpenSSL from version 0.14.
|
|
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
|
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
|
|
|
|
|
|
|
0.4.2
- Fix to bug in ndg.httpsclient.utils.open_url - duplicate open call.
0.4.1
- Include metadata tags to show Python 3 compatibility
|
|
A HTTPS client implementation for httplib and urllib2 based on
PyOpenSSL. PyOpenSSL provides a more fully featured SSL
implementation over the default provided with Python and
importantly enables full verification of the SSL peer.
|