]> granicus.if.org Git - python/commit
Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 24 May 2011 10:05:19 +0000 (12:05 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 24 May 2011 10:05:19 +0000 (12:05 +0200)
commit99c8b1614319ce0161835ade223cdd395f0126d4
treeabe0d388da458164d5fe6fcfe6a3cac5619e531d
parentb7b1930fe374317c380e49add9fb4cc2267367e9
Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl
module.
Doc/library/ssl.rst
Doc/whatsnew/3.3.rst
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS
Modules/_ssl.c