[Python-bugs-list] [ python-Bugs-215026 ] SSL features undocumented

noreply@sourceforge.net noreply@sourceforge.net
Sun, 18 Mar 2001 02:34:55 -0800


Bugs item #215026, was updated on 2000-09-21 15:29
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=215026&group_id=5470

Category: Documentation
Group: None
Status: Open
Priority: 3
Submitted By: Martin v. Löwis (loewis)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: SSL features undocumented

Initial Comment:
The socket.ssl function, and the SSL objects, are not documented.

----------------------------------------------------------------------

>Comment By: Moshe Zadka (moshez)
Date: 2001-03-18 02:34

Message:
Logged In: YES 
user_id=11645

Fred, if any of the guys in PythonLabs has some spare times
and a windows machine, then inside the RAND_status() line,
you should put right after the USE_EGD #endif something like

#ifdef <whatever says it's windows>
RAND_screen()
#endif

I don't want to make this a formal patch submission because
I don't have any windows machine to test it on...

(And if we make an ssl module, it should just have a
RAND_* functions wrapped up and have all the smarts in
socket.py/ssl.py/<whatever>.

I don't have cycles to work on this, but this seemed like
a good place to braindump

----------------------------------------------------------------------

Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2000-10-12 19:41

Message:
I should note that the SSL support in the socket module was discussed briefly at a PythonLabs meeting a few weeks ago in the context of a bug report complaining that the SSL code here wasn't portable to Windows.

We decided that SSL support probably belonged in a separate module in the first place, so all this might change in some future release.  Especially if anyone would like to fund some work on getting SSL support working across platforms.

----------------------------------------------------------------------

Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2000-09-21 20:46

Message:
Low priority for 2.0, but reasonable patches will be considered.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=215026&group_id=5470