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 christian.heimes
Recipients christian.heimes
Date 2021-04-23.09:52:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619171567.45.0.941398900473.issue43920@roundup.psfhosted.org>
In-reply-to
Content
OpenSSL 3.0.0-alpha15 handles empty data input to d2i_X509_bio() and PEM_read_bio_X509() differently. This causes cadata test for invalid data to fail with inconsistent error message.

Let's handle 0 result case more consistent and raise an error message that is more understandable than "no start line" or "not enough data".
History
Date User Action Args
2021-04-23 09:52:47christian.heimessetrecipients: + christian.heimes
2021-04-23 09:52:47christian.heimessetmessageid: <1619171567.45.0.941398900473.issue43920@roundup.psfhosted.org>
2021-04-23 09:52:47christian.heimeslinkissue43920 messages
2021-04-23 09:52:47christian.heimescreate