]> Cypherpunks.ru repositories - govpn.git/commit
Use Argon2d PHC winner instead of PBKDF2
authorSergey Matveev <stargrave@stargrave.org>
Tue, 3 Nov 2015 21:46:47 +0000 (00:46 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 3 Nov 2015 22:46:17 +0000 (01:46 +0300)
commit9364defa689e91c6fb54651876fbf2d02eec35ec
tree3e42eb00b47718b2cb2e83b80d87467f4fe8b873
parent17c2f7327a0178dd61a8a2afa26a0dda383154a9
Use Argon2d PHC winner instead of PBKDF2

Signed-off-by: Sergey Matveev <stargrave@stargrave.org>
30 files changed:
.gitmodules
VERSION
doc/about.ru.texi
doc/about.texi
doc/client.texi
doc/developer.texi
doc/example.texi
doc/identity.texi
doc/installation.texi
doc/news.texi
doc/pake.texi
doc/precautions.texi
doc/server.texi
doc/thanks.texi
doc/todo.texi
doc/verifier.texi
doc/verifierstruct.texi
src/github.com/dchest/blake2b [new submodule]
src/github.com/magical/argon2 [new submodule]
src/govpn/cmd/govpn-client/main.go
src/govpn/cmd/govpn-server/conf.go
src/govpn/cmd/govpn-verifier/main.go
src/govpn/conf.go
src/govpn/handshake.go
src/govpn/identify.go
src/govpn/peer.go
src/govpn/peer_test.go
src/govpn/verifier.go
utils/makedist.sh
utils/newclient.sh