[Python-Dev] [Python-checkins] cpython: Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl (original) (raw)
Terry Reedy tjreedy at udel.edu
Wed May 25 18:42:19 CEST 2011
- Previous message: [Python-Dev] [Python-checkins] cpython: Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl
- Next message: [Python-Dev] [Python-checkins] cpython: Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 5/25/2011 1:09 AM, Nick Coghlan wrote:
The more important feature here is that it is exposing OpenSSL's random number generation, rather than our own.
I agree, thought from a different stance, I think. The issue is whether we should 'automatically' expose everything is a wrapped library, even if it duplicates existing functions. I think not. But in this case, at least one of the two functions is sufficiently different, and the newest doc patches clarify the situation.
-- Terry Jan Reedy
- Previous message: [Python-Dev] [Python-checkins] cpython: Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl
- Next message: [Python-Dev] [Python-checkins] cpython: Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]