]> Cypherpunks.ru repositories - govpn.git/commit
Preparing move to modules
authorSergey Matveev <stargrave@stargrave.org>
Wed, 26 Feb 2020 08:14:57 +0000 (11:14 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 26 Feb 2020 08:36:49 +0000 (11:36 +0300)
commit4ca8b480da587d6e7b353158df61dff74dda14fb
tree9337b0f745123c6d8fd1bb152fdcbd68d56edab0
parent688906139ffd4964719f575463d003b02f5bbe5b
Preparing move to modules
58 files changed:
.gitmodules [deleted file]
aont/aont_test.go [moved from src/cypherpunks.ru/govpn/aont/aont_test.go with 100% similarity]
aont/oaep.go [moved from src/cypherpunks.ru/govpn/aont/oaep.go with 98% similarity]
client/client.go [moved from src/cypherpunks.ru/govpn/client/client.go with 99% similarity]
client/proxy.go [moved from src/cypherpunks.ru/govpn/client/proxy.go with 98% similarity]
client/tcp.go [moved from src/cypherpunks.ru/govpn/client/tcp.go with 99% similarity]
client/udp.go [moved from src/cypherpunks.ru/govpn/client/udp.go with 99% similarity]
cmd/govpn-client/main.go [moved from src/cypherpunks.ru/govpn/cmd/govpn-client/main.go with 98% similarity]
cmd/govpn-server/common.go [moved from src/cypherpunks.ru/govpn/cmd/govpn-server/common.go with 98% similarity]
cmd/govpn-server/conf.go [moved from src/cypherpunks.ru/govpn/cmd/govpn-server/conf.go with 98% similarity]
cmd/govpn-server/main.go [moved from src/cypherpunks.ru/govpn/cmd/govpn-server/main.go with 99% similarity]
cmd/govpn-server/proxy.go [moved from src/cypherpunks.ru/govpn/cmd/govpn-server/proxy.go with 97% similarity]
cmd/govpn-server/tcp.go [moved from src/cypherpunks.ru/govpn/cmd/govpn-server/tcp.go with 99% similarity]
cmd/govpn-server/udp.go [moved from src/cypherpunks.ru/govpn/cmd/govpn-server/udp.go with 99% similarity]
cmd/govpn-verifier/main.go [moved from src/cypherpunks.ru/govpn/cmd/govpn-verifier/main.go with 98% similarity]
cnw/cnw.go [moved from src/cypherpunks.ru/govpn/cnw/cnw.go with 98% similarity]
cnw/cnw_test.go [moved from src/cypherpunks.ru/govpn/cnw/cnw_test.go with 100% similarity]
common.go [moved from src/cypherpunks.ru/govpn/common.go with 100% similarity]
conf.go [moved from src/cypherpunks.ru/govpn/conf.go with 100% similarity]
egd.go [moved from src/cypherpunks.ru/govpn/egd.go with 100% similarity]
encless.go [moved from src/cypherpunks.ru/govpn/encless.go with 96% similarity]
encless_test.go [moved from src/cypherpunks.ru/govpn/encless_test.go with 100% similarity]
go.mod [new file with mode: 0644]
go.sum [new file with mode: 0644]
govpn.go [moved from src/cypherpunks.ru/govpn/govpn.go with 100% similarity]
handshake.go [moved from src/cypherpunks.ru/govpn/handshake.go with 99% similarity]
handshake_test.go [moved from src/cypherpunks.ru/govpn/handshake_test.go with 100% similarity]
identity.go [moved from src/cypherpunks.ru/govpn/identity.go with 100% similarity]
internal/README [new file with mode: 0644]
internal/chacha20/asm_arm64.s [new file with mode: 0644]
internal/chacha20/asm_ppc64le.s [new file with mode: 0644]
internal/chacha20/chacha_arm64.go [new file with mode: 0644]
internal/chacha20/chacha_generic.go [new file with mode: 0644]
internal/chacha20/chacha_noasm.go [new file with mode: 0644]
internal/chacha20/chacha_ppc64le.go [new file with mode: 0644]
internal/chacha20/chacha_s390x.go [new file with mode: 0644]
internal/chacha20/chacha_s390x.s [new file with mode: 0644]
internal/chacha20/chacha_test.go [new file with mode: 0644]
internal/chacha20/vectors_test.go [new file with mode: 0644]
internal/chacha20/xor.go [new file with mode: 0644]
internal/subtle/aliasing.go [new file with mode: 0644]
internal/subtle/aliasing_appengine.go [new file with mode: 0644]
internal/subtle/aliasing_test.go [new file with mode: 0644]
logger.go [moved from src/cypherpunks.ru/govpn/logger.go with 100% similarity]
peer.go [moved from src/cypherpunks.ru/govpn/peer.go with 99% similarity]
peer_test.go [moved from src/cypherpunks.ru/govpn/peer_test.go with 100% similarity]
src/chacha20 [deleted symlink]
src/cypherpunks.ru/balloon [deleted submodule]
src/github.com/agl/ed25519 [deleted submodule]
src/github.com/bigeagle/water [deleted submodule]
src/golang.org/x/crypto [deleted submodule]
src/golang.org/x/sys [deleted submodule]
src/gopkg.in/yaml.v2 [deleted submodule]
stats.go [moved from src/cypherpunks.ru/govpn/stats.go with 100% similarity]
tap.go [moved from src/cypherpunks.ru/govpn/tap.go with 100% similarity]
tap_freebsd.go [moved from src/cypherpunks.ru/govpn/tap_freebsd.go with 100% similarity]
tap_linux.go [moved from src/cypherpunks.ru/govpn/tap_linux.go with 100% similarity]
verifier.go [moved from src/cypherpunks.ru/govpn/verifier.go with 99% similarity]