]> granicus.if.org Git - python/commitdiff
Add entry for RAND_xxx() functions in socket module.
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 19 Oct 2001 03:40:19 +0000 (03:40 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 19 Oct 2001 03:40:19 +0000 (03:40 +0000)
Misc/NEWS

index 18fcde8bfcde7138fbd9fa79e05fd5041b89add4..fdb44001fc3afe72282f274469c7c4fc4d02321a 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -70,6 +70,11 @@ Extension modules
   second parameter to decompress() that specifies the maximum amount
   of memory to use for the uncompressed data.
 
+- optional SSL support in the socket module now exports OpenSSL
+  functions RAND_add(), RAND_egd(), and RAND_status().  These calls
+  are useful on platforms like Solaris where OpenSSL does not
+  automatically seed its PRNG.
+
 Library
 
 - doctest now excludes functions and classes not defined by the module