mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 00:34:33 +02:00
Conditionalize ECDH methods in CA algos.
When building against an OpenSSL configured without ECC, don't include those algos in CASignatureAlgorithms. ok djm@
This commit is contained in:
parent
5c8d14c512
commit
633703babf
@ -136,9 +136,7 @@
|
||||
|
||||
/* Not a KEX value, but here so all the algorithm defaults are together */
|
||||
#define SSH_ALLOWED_CA_SIGALGS \
|
||||
"ecdsa-sha2-nistp256," \
|
||||
"ecdsa-sha2-nistp384," \
|
||||
"ecdsa-sha2-nistp521," \
|
||||
KEX_ECDH_METHODS \
|
||||
"ssh-ed25519," \
|
||||
"rsa-sha2-512," \
|
||||
"rsa-sha2-256," \
|
||||
|
Loading…
x
Reference in New Issue
Block a user