Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; 'url:pypi': 0.03; 'api.': 0.05; 'cache': 0.07; 'fixes': 0.07; 'pypi': 0.07; 'pypy': 0.07; 'subject:ANN': 0.07; 'apis': 0.09; 'bindings': 0.09; 'converted': 0.09; 'dependency': 0.09; 'launchpad': 0.09; 'pyopenssl': 0.09; 'received:66.35': 0.09; 'reports.': 0.09; 'sphinx': 0.09; 'url:github': 0.09; 'api': 0.11; 'python': 0.11; 'bug': 0.12; 'project,': 0.12; 'changes': 0.15; 'enjoy,': 0.16; 'flags,': 0.16; 'jean-paul': 0.16; 'ported': 0.16; 'pypy.': 0.16; 'python/c': 0.16; 'tls': 0.16; 'subject:] ': 0.20; 'error': 0.23; 'finally,': 0.24; 'ssl': 0.24; 'extension': 0.26; 'first,': 0.26; 'handling': 0.26; 'hosting': 0.29; 'moved': 0.30; 'primarily': 0.30; 'along': 0.30; "i'm": 0.30; 'code': 0.31; 'branches': 0.31; 'disabled': 0.31; 'project:': 0.31; 'second,': 0.31; 'interface': 0.32; 'url:python': 0.33; 'announce': 0.33; 'cases': 0.33; 'implemented': 0.33; 'programmers': 0.33; 'received:66': 0.35; 'but': 0.35; 'there': 0.35; 'accessible': 0.36; 'useful': 0.36; 'thanks': 0.36; 'url:org': 0.36; 'project': 0.37; 'focused': 0.38; 'to:addr:python-list': 0.38; 'previous': 0.38; 'little': 0.38; 'subject:[': 0.39; 'hosted': 0.39; 'to:addr:python.org': 0.39; 'major': 0.40; 'release': 0.40; 'how': 0.40; 'hope': 0.61; 'from:no real name:2**0': 0.61; 'tracking': 0.61; 'new': 0.61; 'providing': 0.61; 'further': 0.61; 'information': 0.63; 'such': 0.63; 'more': 0.64; 'to:2**2': 0.65; 'system)': 0.69; 'greetings': 0.72; 'to:no real name:2**2': 0.72; '<>).': 0.84; "project's": 0.84; 'to:addr:python-announce': 0.84; 'cryptography': 0.91; 'incorporated': 0.95 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8"; format="flowed" From: exarkun@twistedmatrix.com To: twisted-python@twistedmatrix.com, python-list@python.org, python-announce@python.org, pyopenssl-users@python.org, cryptography-dev@python.org Subject: [ANN] pyOpenSSL 0.14 Date: Sun, 23 Feb 2014 13:56:40 -0000 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 74 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1393166433 news.xs4all.nl 2943 [2001:888:2000:d::a6]:50482 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:66941 Greetings fellow Pythoneers, I'm happy to announce that pyOpenSSL 0.14 is now available. pyOpenSSL is a set of Python bindings for OpenSSL. It includes some = low-level cryptography APIs but is primarily focused on providing an API = for using the TLS protocol from Python. Check out the PyPI page () for = downloads. This release of pyOpenSSL adds: * Support for TLSv1.1 and TLSv1.2 * First-class support for PyPy * New flags, such as MODE_RELEASE_BUFFERS and OP_NO_COMPRESSION * Some APIs to access to the SSL session cache * A variety of bug fixes for error handling cases Additionally, there are three major changes to the project: First, the documentation has been converted from LaTeX (CPython's = previous documentation system) to Sphinx (CPython's "new" documentation = system ;). You can find the new documentation on the PyPI documentation = site () or = ). Second, pyOpenSSL is no longer implemented in C as a collection of = extension modules using the Python/C API. Instead, pyOpenSSL is now a = pure-Python project with a dependency on a new project, cryptography = (), which provides (among other = things) a cffi-based interface to OpenSSL. This change means that pyOpenSSL development is now more accessible to = Python programmers with little or no experience with C. This is also how = pyOpenSSL is now able to support PyPy. Finally, the project's code hosting has moved from Launchpad to Github. = Many branches remain only on Launchpad along with their associated bug = reports. Over the coming releases I hope that the fixes and features in = these branches will be ported to Python and incorporated into the = pyOpenSSL master development branch. Bug tracking has been disabled on = Launchpad so that the amount of useful information hosted there can = gradually dwindle to nothing. Please use Github = () for further development and bug = reporting. Thanks and enjoy, Jean-Paul