Re: [Python-Dev] Summer of Code: Developing complete SSL support for Python

2005-06-13 Thread Steve Holden
Gustavo J. A. M. Carneiro wrote: [...] 4. In the socket module documentation: ssl( sock[, keyfile, certfile]) Initiate a SSL connection over the socket sock. keyfile is the name of a PEM formatted file that contains your private key. certfile is a PEM

Re: [Python-Dev] Summer of Code: Developing complete SSL support for Python

2005-06-05 Thread Gustavo J. A. M. Carneiro
On Sat, 2005-06-04 at 12:26 -0600, Shane Hathaway wrote: Florencio Cano Gabarda wrote: I would like to do the new SSL module as good as possible. A piece of art and efficiency if possible and obviusly having in mind all programming standards. Guido and much of the community would

[Python-Dev] Summer of Code: Developing complete SSL support for Python

2005-06-04 Thread Florencio Cano Gabarda
Hello, This is my first post to the list but I wish to be an active developer of Python in the future. This project of Summer of Code from Google has opened my eyes to the open source community. The money has been a great motivation but thinking about coding something that will be remembered in

Re: [Python-Dev] Summer of Code: Developing complete SSL support for Python

2005-06-04 Thread Aahz
On Sat, Jun 04, 2005, Florencio Cano Gabarda wrote: This is my first post to the list but I wish to be an active developer of Python in the future. This project of Summer of Code from Google has opened my eyes to the open source community. The money has been a great motivation but thinking

Re: [Python-Dev] Summer of Code: Developing complete SSL support for Python

2005-06-04 Thread Shane Hathaway
Florencio Cano Gabarda wrote: I would like to do the new SSL module as good as possible. A piece of art and efficiency if possible and obviusly having in mind all programming standards. Guido and much of the community would certainly be appreciative of a new SSL module, especially if you can