Preliminary implementation of Elliptic Curve Diffie-Hellman Ephemeral key exchange.
authorGuus Sliepen <guus@tinc-vpn.org>
Mon, 27 Jun 2011 19:52:23 +0000 (21:52 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 27 Jun 2011 19:52:23 +0000 (21:52 +0200)
commitee8a214318fd6dbe6bc5d6b510896f30d92d46c6
tree49d62cf77c339bb4258938d46735c65bf19eecef
parent6c21b5716b8e9e5ff5def8070f92b76a0f353cb0
Preliminary implementation of Elliptic Curve Diffie-Hellman Ephemeral key exchange.
src/Makefile.am
src/openssl/ecdh.c [new file with mode: 0644]
src/openssl/ecdh.h [new file with mode: 0644]