[issue43920] OpenSSL 3.0.0: handle empty cadata consistently

2021-04-23 Thread Christian Heimes
Change by Christian Heimes : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue43920] OpenSSL 3.0.0: handle empty cadata consistently

2021-04-23 Thread Christian Heimes
Christian Heimes added the comment: New changeset 82b6c0909aae423d9c8f4ff7d0e8df16106dbe28 by Christian Heimes in branch '3.8': [3.8] bpo-43920: Make load_verify_locations(cadata) error message consistent (GH-25554) (GH-25556) https://github.com/python/cpython/commit/82b6c0909aae423d9c8f4ff7

[issue43920] OpenSSL 3.0.0: handle empty cadata consistently

2021-04-23 Thread Christian Heimes
Christian Heimes added the comment: New changeset e259a77f21bdfc7d4195913b379cbd6daee45d0d by Christian Heimes in branch '3.9': [3.9] bpo-43920: Make load_verify_locations(cadata) error message consistent (GH-25554) (GH-2) https://github.com/python/cpython/commit/e259a77f21bdfc7d4195913b

[issue43920] OpenSSL 3.0.0: handle empty cadata consistently

2021-04-23 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +24276 pull_request: https://github.com/python/cpython/pull/25556 ___ Python tracker ___

[issue43920] OpenSSL 3.0.0: handle empty cadata consistently

2021-04-23 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +24275 pull_request: https://github.com/python/cpython/pull/2 ___ Python tracker ___

[issue43920] OpenSSL 3.0.0: handle empty cadata consistently

2021-04-23 Thread Christian Heimes
Christian Heimes added the comment: New changeset b9ad88be0304136c3fe5959c65a5d2c75490cd80 by Christian Heimes in branch 'master': bpo-43920: Make load_verify_locations(cadata) error message consistent (GH-25554) https://github.com/python/cpython/commit/b9ad88be0304136c3fe5959c65a5d2c75490cd

[issue43920] OpenSSL 3.0.0: handle empty cadata consistently

2021-04-23 Thread Christian Heimes
Change by Christian Heimes : -- keywords: +patch pull_requests: +24274 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25554 ___ Python tracker ___

[issue43920] OpenSSL 3.0.0: handle empty cadata consistently

2021-04-23 Thread Christian Heimes
New submission from Christian Heimes : 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