tunsafe-clang15/crypto
Ludvig Strigeus cf92ac7a0c Updates for TunSafe 1.4-rc1
1.Subfolders in the Config/ directory now show up as submenus.
2.Added a way to run TunSafe as a Windows Service.
  Foreground Mode: The service will disconnect when TunSafe closes.
  Background Mode: The service will stay connected in the background.
  No longer required to run the TunSafe client as Admin as long as
  the service is running.
3.New config setting [Interface].ExcludedIPs to configure IPs that
  should not be routed through TunSafe.
4.Can now automatically start TunSafe when Windows starts
5.New UI with tabs and graphs
6.Cache DNS queries to ensure DNS will succeed if connection fails
7.Recreate tray icon when explorer.exe restarts
8.Renamed window title to TunSafe instead of TunSafe VPN Client
9.Main window is now resizable
10.Disallow roaming endpoint when using AllowedIPs=0.0.0.0/0
   Only the original endpoint is added in the routing table so
   this would result in an endless loop of packets.
11.Display approximate Wireguard framing overhead in stats
12.Preparations for protocol handling with multiple threads
13.Delete the routes we made when disconnecting
14.Fix error message about unable to delete a route when connecting
2018-08-12 03:30:06 +02:00
..
aesgcm TunSafe open source (Same as 1.3-rc3 version) 2018-08-08 13:53:31 +02:00
chacha20 Updates for TunSafe 1.4-rc1 2018-08-12 03:30:06 +02:00
poly1305 Updates for TunSafe 1.4-rc1 2018-08-12 03:30:06 +02:00
.gitignore TunSafe open source (Same as 1.3-rc3 version) 2018-08-08 13:53:31 +02:00
blake2s-load-sse2.h TunSafe open source (Same as 1.3-rc3 version) 2018-08-08 13:53:31 +02:00
blake2s-load-sse41.h TunSafe open source (Same as 1.3-rc3 version) 2018-08-08 13:53:31 +02:00
blake2s-load-xop.h TunSafe open source (Same as 1.3-rc3 version) 2018-08-08 13:53:31 +02:00
blake2s-round.h TunSafe open source (Same as 1.3-rc3 version) 2018-08-08 13:53:31 +02:00
blake2s.cpp Updates for TunSafe 1.4-rc1 2018-08-12 03:30:06 +02:00
blake2s.h TunSafe open source (Same as 1.3-rc3 version) 2018-08-08 13:53:31 +02:00
blake2s_sse.cpp Updates for TunSafe 1.4-rc1 2018-08-12 03:30:06 +02:00
chacha20_x64.asm TunSafe open source (Same as 1.3-rc3 version) 2018-08-08 13:53:31 +02:00
chacha20_x64_gas.s TunSafe open source (Same as 1.3-rc3 version) 2018-08-08 13:53:31 +02:00
chacha20_x64_gas_macosx.s TunSafe open source (Same as 1.3-rc3 version) 2018-08-08 13:53:31 +02:00
chacha20poly1305.cpp Updates for TunSafe 1.4-rc1 2018-08-12 03:30:06 +02:00
chacha20poly1305.h TunSafe open source (Same as 1.3-rc3 version) 2018-08-08 13:53:31 +02:00
curve25519-donna.cpp TunSafe open source (Same as 1.3-rc3 version) 2018-08-08 13:53:31 +02:00
curve25519-donna.h Updates for TunSafe 1.4-rc1 2018-08-12 03:30:06 +02:00
curve25519_x64_nasm.asm TunSafe open source (Same as 1.3-rc3 version) 2018-08-08 13:53:31 +02:00
make_all_asm_files.sh Updates for TunSafe 1.4-rc1 2018-08-12 03:30:06 +02:00
make_chacha20_x64.pl TunSafe open source (Same as 1.3-rc3 version) 2018-08-08 13:53:31 +02:00
make_poly1305_x64.pl Updates for TunSafe 1.4-rc1 2018-08-12 03:30:06 +02:00
make_poly1305_x86.pl TunSafe open source (Same as 1.3-rc3 version) 2018-08-08 13:53:31 +02:00
nasm.props TunSafe open source (Same as 1.3-rc3 version) 2018-08-08 13:53:31 +02:00
nasm.targets TunSafe open source (Same as 1.3-rc3 version) 2018-08-08 13:53:31 +02:00
nasm.xml TunSafe open source (Same as 1.3-rc3 version) 2018-08-08 13:53:31 +02:00
poly1305_x64_gas.s Updates for TunSafe 1.4-rc1 2018-08-12 03:30:06 +02:00
poly1305_x64_gas_macosx.s TunSafe open source (Same as 1.3-rc3 version) 2018-08-08 13:53:31 +02:00
poly1305_x64_nasm.asm TunSafe open source (Same as 1.3-rc3 version) 2018-08-08 13:53:31 +02:00
siphash.cpp TunSafe open source (Same as 1.3-rc3 version) 2018-08-08 13:53:31 +02:00
siphash.h TunSafe open source (Same as 1.3-rc3 version) 2018-08-08 13:53:31 +02:00
x86_64-xlate.pl TunSafe open source (Same as 1.3-rc3 version) 2018-08-08 13:53:31 +02:00