]> granicus.if.org Git - python/commit
Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now raise a
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 19 Dec 2013 15:47:04 +0000 (16:47 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 19 Dec 2013 15:47:04 +0000 (16:47 +0100)
commit1e81a399a25edd23d76601c0c421bdad46b5c19c
treebeaedf5a8b1782167295d366361600f3f7603e62
parentcb1f74ec405b81dd1319b616829dd576a48603f8
Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now raise a
ValueError if num is negative (instead of raising a SystemError).
Lib/test/test_ssl.py
Modules/_ssl.c