Message 391673 - Python tracker
Message391673
| 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:47 | christian.heimes | set | recipients: + christian.heimes |
| 2021-04-23 09:52:47 | christian.heimes | set | messageid: <1619171567.45.0.941398900473.issue43920@roundup.psfhosted.org> |
| 2021-04-23 09:52:47 | christian.heimes | link | issue43920 messages |
| 2021-04-23 09:52:47 | christian.heimes | create | |