10000 gh-116333: Relax error string text expectations in SSL-related tests by WillChilds-Klein · Pull Request #116334 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-116333: Relax error string text expectations in SSL-related tests #116334

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

Merged
merged 5 commits into from
Mar 21, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
CF0F Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
NEWS entry.
  • Loading branch information
gpshead committed Mar 21, 2024
commit 4452f6ef909abc9402645b0187cafbac4ac209c1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Tests of TLS related things (error codes, etc) were updated to be more
lenient about specific error message strings and behaviors as seen in the
BoringSSL and AWS-LC forks of OpenSSL.
0