This commit is contained in:
Amaury Chamayou 2021-05-04 12:29:29 +01:00 коммит произвёл GitHub
Родитель 5aa666f7a1
Коммит 82220f033e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -58,7 +58,6 @@ def test_illegal(network, args, verify=True):
# Send malformed HTTP traffic and check the connection is closed
cafile = os.path.join(network.common_dir, "networkcert.pem")
context = ssl.create_default_context(cafile=cafile)
context.set_ecdh_curve(ccf.clients.get_curve(cafile).name)
context.load_cert_chain(
certfile=os.path.join(network.common_dir, "user0_cert.pem"),
keyfile=os.path.join(network.common_dir, "user0_privk.pem"),