Skip to content

shangjiyu/vtun

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. COMMIT: 1fb08bb437 use CHACHA20POLY1305 in order to make it portable to NONE AES-NI.

  • 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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 79.4%
  • Yacc 8.3%
  • Roff 7.6%
  • Lex 2.3%
  • Shell 1.8%
  • Objective-C 0.6%