[3.12] gh-116333: Relax error string text expectations in SSL-related tests (GH-116334) by miss-islington · Pull Request #117136 · python/cpython
- Relax error string text expectations in SSL-related tests
As suggested here, this change relaxes the OpenSSL error string
text expectations in a number of tests. This was specifically done in
support of more easily building CPython AWS-LC, but because AWS-LC
is a fork of BoringSSL, it should increase compatibility with that
library as well.
In addition to the error string relaxations, we also add some guards
around the tls-unique channel binding being used with TLSv1.3, as that
feature (described in RFC 6929) is not defined for TLSv1.3.
Co-authored-by: Will Childs-Klein willck93@gmail.com