Re: Standard Library SSL Module (was: Python OpenSSL library)

2010-06-14 Thread geremy condra
On Mon, Jun 14, 2010 at 1:48 PM, Antoine Pitrou wrote: > On Mon, 14 Jun 2010 15:54:33 -0400 > Michael Crute wrote: >> On Mon, Jun 14, 2010 at 1:25 PM, Antoine Pitrou wrote: >> > That was not my question. My question was whether there was a reason to >> > rewrite a separate OpenSSL-accessing libr

Re: Standard Library SSL Module (was: Python OpenSSL library)

2010-06-14 Thread Antoine Pitrou
On Mon, 14 Jun 2010 15:54:33 -0400 Michael Crute wrote: > On Mon, Jun 14, 2010 at 1:25 PM, Antoine Pitrou wrote: > > That was not my question. My question was whether there was a reason to > > rewrite a separate OpenSSL-accessing library rather than contributing to > > improve the "hashlib" and "

Standard Library SSL Module (was: Python OpenSSL library)

2010-06-14 Thread Michael Crute
On Mon, Jun 14, 2010 at 1:25 PM, Antoine Pitrou wrote: > That was not my question. My question was whether there was a reason to > rewrite a separate OpenSSL-accessing library rather than contributing to > improve the "hashlib" and "ssl" modules which are already part of the > Python stdlib. The