warp-vpn

point to point VPN implementation
git clone git://git.2f30.org/warp-vpn
Log | Files | Refs | README

commit a51807f54473ef2f4458785dd2bb477eb6c35ae7
parent 7d0e1def8e2c5f1733d20c1665477c1f3e643094
Author: sin <sin@2f30.org>
Date:   Wed, 30 Mar 2016 16:07:56 +0100

mention that challenge response uses 64 bit integers

Diffstat:
Mstun.c | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/stun.c b/stun.c @@ -16,9 +16,9 @@ * * The challenge-response algorithm is as follows: * - * The challenge is a randomly generated integer, encrypted with a pre-shared - * symmetric key and sent to the receiver. - * The receiver decrypts it, adds 1, encrypts it and sends the response back to + * The challenge is a randomly generated 64-bit integer encrypted with a + * pre-shared symmetric key and sent to the receiver. + * The receiver decrypts it, adds 1, encrypts it and sends it back to * the sender. The sender verifies that the correct response was received. * * All communication is encrypted using a pre-shared symmetric key. The cipher