vtun/README.md

17 lines
539 B
Markdown
Raw Normal View History

2015-10-09 11:11:57 +03:00
This is a fork of [VTUN](http://vtun.sourceforge.net/), with the
following changes:
2015-11-03 19:23:41 +02:00
* OpenSSL was replaced with libsodium. This requires libsodium >= 1.0.6.
2015-10-09 11:11:57 +03:00
2015-10-17 18:02:15 +03:00
* Unauthenticated encryption schemes were replaced with hardware-accelerated
AES256-GCM.
2015-10-09 11:11:57 +03:00
2015-10-17 03:10:35 +03:00
* The static, shared key was replaced by an ephemeral keys exchange with
Curve25519. The PSK is now only used to sign ephemeral public keys and
parameters.
2015-10-09 11:11:57 +03:00
2015-10-17 03:10:35 +03:00
* Protection against replay attacks was added.
2015-10-09 11:11:57 +03:00
2015-10-17 03:10:35 +03:00
* Passwords are not kept in memory, guarded memory allocations are
used for secrets.