[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] diffie-hellman-group-exchange-sha256
[Thread Prev] | [Thread Next]
- Subject: [PATCH] diffie-hellman-group-exchange-sha256
- From: Yanis Kurganov <YKurganov@xxxxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Wed, 3 Dec 2014 12:54:40 +0000
- To: "'libssh@xxxxxxxxxx'" <libssh@xxxxxxxxxx>
I implemented two new key exchange methods: "diffie-hellman-group-exchange-sha1" "diffie-hellman-group-exchange-sha256" according to https://tools.ietf.org/html/rfc4419 Unfortunately, It`s only for client now. Maybe I`ll implement this algos for server side later.
Attachment:
0001-fix-compile-error.patch
Description: 0001-fix-compile-error.patch
Attachment:
0002-implement-diffie-hellman-group-exchange-sha1-and-dif.patch
Description: 0002-implement-diffie-hellman-group-exchange-sha1-and-dif.patch
Attachment:
0003-add-define.patch
Description: 0003-add-define.patch
Attachment:
0004-implement-preferred-size-in-bits-of-the-group-the-se.patch
Description: 0004-implement-preferred-size-in-bits-of-the-group-the-se.patch
Re: [PATCH] diffie-hellman-group-exchange-sha256 | Andreas Schneider <asn@xxxxxxxxxxxxxx> |