mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
gssapi: Add support for ECDH GSSAPI KEX
In particular, gss-nistp256-sha256-* and gss-curve25519-sha256-*. Signed-off-by: Pavol Žáčik <pzacik@redhat.com> Reviewed-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -95,7 +95,10 @@ static void setup_config(void **state)
|
||||
|
||||
/* Enable GSSAPI key exchange */
|
||||
ss->gssapi_key_exchange = true;
|
||||
ss->gssapi_key_exchange_algs = "gss-group14-sha256-,gss-group16-sha512-";
|
||||
ss->gssapi_key_exchange_algs = "gss-group14-sha256-,"
|
||||
"gss-group16-sha512-,"
|
||||
"gss-nistp256-sha256-,"
|
||||
"gss-curve25519-sha256-";
|
||||
|
||||
tss->state = s;
|
||||
tss->ss = ss;
|
||||
|
||||
Reference in New Issue
Block a user