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, cstratak, hroncok, iritkatriel, miss-islington
Date 2021-04-09.17:19:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617988792.69.0.244282772394.issue38820@roundup.psfhosted.org>
In-reply-to
Content
Miro,

I have pushed several fixes for OpenSSL 3.0.0

* bpo-43788 addresses wrong library and error reason codes (e.g. KRB5_S_TKT_NYV)
* bpo-43789 fixes an issue with exception state in password callbacks (_PyEval_EvalFrameDefault returned a result with an exception set)
* bpo-43791 disables TLS 1.0 and 1.1 testing with OpenSSL 3.0.0. I'll have to talk to upstream and figure out a better solution.
* bpo-43794 adds OP_IGNORE_UNEXPECTED_EOF and sets it by default. This makes the code behave like OpenSSL 1.1.0 and 1.0.2.

I'll look into the other issues next week.
History
Date User Action Args
2021-04-09 17:19:52christian.heimessetrecipients: + christian.heimes, cstratak, hroncok, miss-islington, iritkatriel
2021-04-09 17:19:52christian.heimessetmessageid: <1617988792.69.0.244282772394.issue38820@roundup.psfhosted.org>
2021-04-09 17:19:52christian.heimeslinkissue38820 messages
2021-04-09 17:19:52christian.heimescreate