tinc/src/openssl
Guus Sliepen feb3f22fff 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.
2011-07-03 15:26:58 +02:00
..
cipher.c Update FSF address in files not covered by the merge. 2009-09-29 15:33:58 +02:00
cipher.h Update FSF address in files not covered by the merge. 2009-09-29 15:33:58 +02:00
crypto.c sparse fixup: warning: non-ANSI function declaration of function '...' 2011-05-28 15:24:39 +02:00
crypto.h Update FSF address in files not covered by the merge. 2009-09-29 15:33:58 +02:00
digest.c Add missing return statement. 2010-04-17 12:33:36 +02:00
digest.h Fix packet authentication. 2009-12-18 01:15:25 +01:00
ecdh.c Preliminary implementation of Elliptic Curve Diffie-Hellman Ephemeral key exchange. 2011-06-27 21:52:23 +02:00
ecdh.h Support ECDH key exchange. 2011-07-03 13:17:28 +02:00
prf.c Add PRF to derive key material from the ECDH shared secret. 2011-07-03 15:26:58 +02:00
prf.h Add PRF to derive key material from the ECDH shared secret. 2011-07-03 15:26:58 +02:00
rsa.c Update FSF address in files not covered by the merge. 2009-09-29 15:33:58 +02:00
rsa.h Update FSF address in files not covered by the merge. 2009-09-29 15:33:58 +02:00
rsagen.c Update FSF address in files not covered by the merge. 2009-09-29 15:33:58 +02:00
rsagen.h Merge branch 'master' into 1.1 2009-09-29 14:55:29 +02:00