New submission from Christian Heimes <li...@cheimes.de>:

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".

----------
assignee: christian.heimes
components: SSL
messages: 391673
nosy: christian.heimes
priority: normal
severity: normal
status: open
title: OpenSSL 3.0.0: handle empty cadata consistently
type: behavior
versions: Python 3.10, Python 3.11, Python 3.8, Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43920>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to