[Python-Dev] Cryptographic stuff for 2.3

Barry Warsaw barry@python.org
24 Apr 2003 16:23:17 -0400


On Thu, 2003-04-24 at 16:09, Brett Cannon wrote:

> > IMO there are more important batteries to include before we deal with
> > the hassle of registering for crypto stuff.  Even if it's harmless,
> > the inclusion of any crypto at all causes some people to have to go
> > through a lot of corporate red tape.
> <snip>
> 
> Good point.  I admit I think it would be cool to have an AES
> implementation in the stdlib, but I don't see it as crucial.
> 
> I think does make sense, though, to have a package that is maintained
> separately that python-dev pseudo endorses (like PyXML and win32all) that
> contains all of this crypto stuff.

Where do we draw the line?  Do we delete the ssl stuff?  What about the
crypto hashes?  hmac?  md5?  mpz?  All of Chapter 15 in the library
reference manual?

-Barry