From: <ex...@tw...> - 2011-04-12 03:42:42
|
Exciting news everyone, I have just released pyOpenSSL 0.12. pyOpenSSL provides Python bindings to a number of OpenSSL APIs, including certificates, public and private keys, and of course running TLS (SSL) over sockets or arbitrary in- memory buffiers. This release fixes an incompatibility with Python 2.7 involving memoryviews. It also exposes the "info callback" constants used to report progress of the TLS handshake and later steps of SSL connections. Perhaps most interestingly, it also adds support for inspecting arbitrary X509 extensions. http://python.org/pypi/pyOpenSSL - check it out. Jean-Paul |
From: Zooko O'W. <zo...@zo...> - 2011-04-12 04:20:51
|
Ugh, look: an advertisement appended to your announcement email. I hate advertisements. Even more than having to be a "team member" in order to subscribe to a mailing list. Also: congratulations on the release and thanks for the work on pyOpenSSL! Regards, Zooko On Mon, Apr 11, 2011 at 9:42 PM, <ex...@tw...> wrote: > Exciting news everyone, ... > http://python.org/pypi/pyOpenSSL - check it out. > > Jean-Paul > > ------------------------------------------------------------------------------ > Forrester Wave Report - Recovery time is now measured in hours and minutes > not days. Key insights are discussed in the 2010 Forrester Wave Report as > part of an in-depth evaluation of disaster recovery service providers. > Forrester found the best-in-class provider in terms of services and vision. > Read this report now! http://p.sf.net/sfu/ibm-webcastpromo > _______________________________________________ > pyopenssl-list mailing list > pyo...@li... > https://lists.sourceforge.net/lists/listinfo/pyopenssl-list > |
From: M.-A. L. <ma...@eg...> - 2011-04-21 10:42:43
|
Zooko O'Whielacronx wrote: > Ugh, look: an advertisement appended to your announcement email. I > hate advertisements. Even more than having to be a "team member" in > order to subscribe to a mailing list. Jean-Paul, should I ask Barry (or one of the other list masters) to create an open pyopenssl list on python.org ? > Also: congratulations on the release and thanks for the work on pyOpenSSL! Thanks from me as well ! Time to update our pyOpenSSL distribution again :-) > Regards, > > Zooko > > On Mon, Apr 11, 2011 at 9:42 PM, <ex...@tw...> wrote: >> Exciting news everyone, > ... >> http://python.org/pypi/pyOpenSSL - check it out. -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Source (#1, Apr 21 2011) >>> Python/Zope Consulting and Support ... http://www.egenix.com/ >>> mxODBC.Zope.Database.Adapter ... http://zope.egenix.com/ >>> mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/ ________________________________________________________________________ ::: Try our new mxODBC.Connect Python Database Interface for free ! :::: eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg Registered at Amtsgericht Duesseldorf: HRB 46611 http://www.egenix.com/company/contact/ |
From: <ex...@tw...> - 2011-04-23 01:22:06
|
On 21 Apr, 10:42 am, ma...@eg... wrote: >Zooko O'Whielacronx wrote: >>Ugh, look: an advertisement appended to your announcement email. I >>hate advertisements. Even more than having to be a "team member" in >>order to subscribe to a mailing list. > >Jean-Paul, should I ask Barry (or one of the other list masters) to >create an open pyopenssl list on python.org ? I don't really care where the list is. I figured since the code and tickets are on Launchpad it would make sense to host the list there. I don't see why being a "team member" is off-putting; it's not really any different from having to create an account with a mailman list. If Launchpad is really objectionable, then I don't mind staying on sourceforge. If people really can't stand sourceforge either, then a python.org list is fine with me too. >>Also: congratulations on the release and thanks for the work on >>pyOpenSSL! > >Thanks from me as well ! Thanks. :) Jean-Paul |
From: M.-A. L. <ma...@eg...> - 2011-04-23 12:30:34
|
ex...@tw... wrote: > On 21 Apr, 10:42 am, ma...@eg... wrote: >> Zooko O'Whielacronx wrote: >>> Ugh, look: an advertisement appended to your announcement email. I >>> hate advertisements. Even more than having to be a "team member" in >>> order to subscribe to a mailing list. >> >> Jean-Paul, should I ask Barry (or one of the other list masters) to >> create an open pyopenssl list on python.org ? > > I don't really care where the list is. I figured since the code and > tickets are on Launchpad it would make sense to host the list there. I > don't see why being a "team member" is off-putting; it's not really any > different from having to create an account with a mailman list. > > If Launchpad is really objectionable, then I don't mind staying on > sourceforge. If people really can't stand sourceforge either, then a > python.org list is fine with me too. If Launchpad were more geared up for providing a better user experience, I wouldn't mind having to sign up with them, but as it stands, finding the mailing is really non-intuitive. Unless you know that there is a list, you wouldn't even think there is one: the link to the list only shows up under "Answers" as "Answer Contact" and page there makes it look like the list is for pyOpenSSL developers only: https://launchpad.net/~pyopenssl-users You'd get a lot more user attention with a list on python.org which is announced on the python.org list page. http://mail.python.org/mailman/listinfo I'd also suggest adding links to the list from the SF page, the launchpad description and your release emails. pyOpenSSL certainly deserves more attention in Python land, IMHO. >>> Also: congratulations on the release and thanks for the work on >>> pyOpenSSL! >> >> Thanks from me as well ! > > Thanks. :) > > Jean-Paul -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Source (#1, Apr 23 2011) >>> Python/Zope Consulting and Support ... http://www.egenix.com/ >>> mxODBC.Zope.Database.Adapter ... http://zope.egenix.com/ >>> mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/ ________________________________________________________________________ 2011-06-20: EuroPython 2011, Florence, Italy 58 days to go ::: Try our new mxODBC.Connect Python Database Interface for free ! :::: eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg Registered at Amtsgericht Duesseldorf: HRB 46611 http://www.egenix.com/company/contact/ |