]> granicus.if.org Git - python/commit
Issue #12049: test_ssl now checks also that RAND_bytes() raises an error if
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 25 May 2011 09:15:16 +0000 (11:15 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 25 May 2011 09:15:16 +0000 (11:15 +0200)
commit2e2baa9208763119c899d0026ec726dd4ccdc384
tree900c939b8e392a99666a1e7e252e85374898238b
parentc13ef66649985025382c64f6af8e3b956411e05b
Issue #12049: test_ssl now checks also that RAND_bytes() raises an error if
there is not enough entropy.
Lib/test/test_ssl.py