Trees | Indices | Help |
|
---|
|
Implementation module for SSL socket operations. See the socket module for documentation.
|
|||
|
|||
bytes |
|
||
0 or 1 |
|
||
|
|
Mix string into the OpenSSL PRNG state. entropy (a float) is a lower bound on the entropy contained in string. |
Queries the entropy gather daemon (EGD) on socket path. Returns number of bytes read. Raises socket.sslerror if connection to EGD fails or if it does provide enough data to seed PRNG.
|
Returns 1 if the OpenSSL PRNG has been seeded with enough data and 0 if not. It is necessary to seed the PRNG with RAND_add() on some platforms before using the ssl() function.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0 on Tue Jan 29 22:40:27 2008 | http://epydoc.sourceforge.net |