-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-135234: improve _hashlib
exceptions when reporting an OpenSSL function failure
#135250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
gh-135234: improve _hashlib
exceptions when reporting an OpenSSL function failure
#135250
Conversation
!buildbot FIPS |
🤖 New build scheduled with the buildbot fleet by @picnixz for commit e226431 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F135250%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
We need a job running the SSL tests with solely OpenSSL 1.1.1, because it appears that sometimes there is no error on 3.0 but there are some on 1.1.1. |
!buildbot FIPS |
🤖 New build scheduled with the buildbot fleet by @picnixz for commit 7201e0a 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F135250%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
…shlib/smart-exceptions-135234
!buildbot FIPS only |
🤖 New build scheduled with the buildbot fleet by @picnixz for commit 76c7dd2 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F135250%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
The commits are separated for review purposes but won't compile separately.
_hashlib
exception reporting when an OpenSSL error occurred #135234