update
This commit is contained in:
parent
522501d598
commit
95e978451b
1 changed files with 3 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue