From: Guus Sliepen Date: Sun, 3 Jul 2011 13:26:58 +0000 (+0200) Subject: Add PRF to derive key material from the ECDH shared secret. X-Git-Tag: release-1.1pre2~37 X-Git-Url: https://tinc-vpn.org/git/browse?a=commitdiff_plain;ds=sidebyside;h=feb3f22fffa2620b9b11a509ce51ff9fa3be9418;hp=feb3f22fffa2620b9b11a509ce51ff9fa3be9418;p=tinc Add PRF to derive key material from the ECDH shared secret. It is modelled after the pseudorandom function from RFC4346 (TLS 1.1), the only significant change is the use of SHA512 and Whirlpool instead of MD5 and SHA1. ---