commit | df2480da2c65cf0ddb0427803edbc04516fc237f | [log] [tgz] |
---|---|---|
author | Mark Williams <mrw@enotuniq.org> | Thu Feb 14 19:30:07 2019 -0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Thu Feb 14 22:30:07 2019 -0500 |
tree | 914c63ef539fac11414b51f97a9a865315b9331a | |
parent | ca749b54ecca378e704ede349c9c9930732af877 [diff] |
Raise an Error with "no cipher match" even with TLS 1.3 (#818) * Raise an Error with "no cipher match" even with TLS 1.3 This makes Twisted's OpenSSLAcceptableCiphers.fromOpenSSLCipherString and seamlessly work with TLS 1.3: https://github.com/twisted/twisted/pull/1100/files/a5df2fb373ac67b0e3032acc9291ae88dfd0b3b1#diff-df501bac724aab523150498f84749b88R1767 * Split TestContext.test_set_cipher_list_wrong_args into two tests.