-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
gh-136134: imaplib: fix CRAM-MD5 on FIPS-only environments #136615
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
Conversation
3574c99
to
8af7f56
Compare
8af7f56
to
e218344
Compare
!buildbot FIPS only |
🤖 New build scheduled with the buildbot fleet by @picnixz for commit 40742ce 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F136615%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
Thanks @picnixz for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Thanks @picnixz for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14. |
Sorry, @picnixz, I could not cleanly backport this to
|
…honGH-136615) (cherry picked from commit 4519b8a) Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
GH-138051 is a backport of this pull request to the 3.14 branch. |
Oh great, it's not possible to test it easily because I don't have the helpers for blocking algorithms. |
…ts (pythonGH-136615) (cherry picked from commit 4519b8a) Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
…ts (pythonGH-136615) (cherry picked from commit 4519b8a) Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
…ts (pythonGH-136615) (cherry picked from commit 4519b8a) Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
GH-138054 is a backport of this pull request to the 3.14 branch. |
…ts (pythonGH-136615) (cherry picked from commit 4519b8a) Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
GH-138055 is a backport of this pull request to the 3.13 branch. |
I decided to backport this because people don't expect to actually catch a ValueError but would rather expect to catch an IMAP error. In both cases, there is no fallback so it's not an issue but I think it's better to raise the correct exception here. |
Uh oh!
There was an error while loading. Please reload this page.