Files
cpython/Modules
Marc-André Lemburg a5d2b4cb18 Break SSL support out of _socket module and place it into a new
helper module _ssl.

The support for the RAND_* APIs in _ssl is now only enabled
for OpenSSL 0.9.5 and up since they were added in that
release.

Note that socketmodule.* should really be renamed to _socket.* --
unfortunately, this seems to lose the CVS history of the file.

Please review and test... I was only able to test the header file
chaos in socketmodule.c/h on Linux. The test run through fine
and compiles don't give errors or warnings.

WARNING: This patch does *not* include changes to the various
non-Unix build process files.
2002-02-16 18:23:30 +00:00
..
2002-02-13 07:47:16 +00:00
2002-01-30 15:47:34 +00:00
2002-01-30 15:39:28 +00:00
2001-12-09 16:13:15 +00:00
2001-12-04 01:11:32 +00:00
2002-02-13 11:58:25 +00:00
2002-01-12 11:43:25 +00:00
2001-11-28 22:07:30 +00:00
2002-02-14 07:16:30 +00:00