jedisct1 / vtun

A mirror of VTUN, with some changes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a fork of VTUN, with the following changes:

  • OpenSSL was replaced with libsodium. This requires libsodium >= 1.0.6.

  • Unauthenticated encryption schemes were replaced with hardware-accelerated AES256-GCM.

  • 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.

  • Protection against replay attacks was added.

  • Passwords are not kept in memory, guarded memory allocations are used for secrets.

About

A mirror of VTUN, with some changes


Languages

Language:C 74.1%Language:Yacc 7.8%Language:Roff 7.2%Language:M4 3.3%Language:Lex 2.2%Language:Objective-C 1.9%Language:Makefile 1.8%Language:Shell 1.7%