Very primitive ECDSA signed ECDH key exchange for the meta protocol.
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 7 Jul 2011 20:30:55 +0000 (22:30 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 7 Jul 2011 20:30:55 +0000 (22:30 +0200)
commit8132be8fbd6c45be309c63a117f418ad12ced094
tree3c96cdfae23819409d32eb1f812282582c66b1d6
parent210b5ceeeebdf742a74dcf95a0a13d69623ee001
Very primitive ECDSA signed ECDH key exchange for the meta protocol.

Nonces and hash of the ID requests should be included in the seed for the PRF.
src/protocol.h
src/protocol_auth.c