This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients christian.heimes, serhiy.storchaka, vstinner
Date 2013-12-19.11:28:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387452510.42.0.848389239504.issue20025@psf.upfronthosting.co.za>
In-reply-to
Content
ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() should raise a ValueError, not a SystemError, if num is negative.

Attached patch fixes that.
History
Date User Action Args
2013-12-19 11:28:30vstinnersetrecipients: + vstinner, christian.heimes, serhiy.storchaka
2013-12-19 11:28:30vstinnersetmessageid: <1387452510.42.0.848389239504.issue20025@psf.upfronthosting.co.za>
2013-12-19 11:28:30vstinnerlinkissue20025 messages
2013-12-19 11:28:30vstinnercreate