diff --git a/hostapps/run.py b/hostapps/run.py index 31979c8..ab1c60b 100644 --- a/hostapps/run.py +++ b/hostapps/run.py @@ -9,9 +9,11 @@ from pydantic import BaseModel from pydantic import TypeAdapter kex_algorithms = [ + "diffie-hellman-group14-sha1", "diffie-hellman-group1-sha1", "diffie-hellman-group-exchange-sha1", - "diffie-hellman-group14-sha1", + "diffie-hellman-group-exchange-sha256", + "ecdh-sha2-nistp256", ] ciphers = [