ported uanytun key derivation to anytun
commita640c36f3d1a8a0619ba5ac31b485951eddf7d20
authorequinox <equinox@2edecd69-f0ce-4815-94af-351a89d40aaa>
Thu, 15 Jan 2009 01:00:19 +0000 (15 01:00 +0000)
committerequinox <equinox@2edecd69-f0ce-4815-94af-351a89d40aaa>
Thu, 15 Jan 2009 01:00:19 +0000 (15 01:00 +0000)
tree39eb1d0f0bc4e20dadd03518b0af5a689a639031
parent0ce4fb6ee8998a135d74eaf8f97df1a81c50ab4f
ported uanytun key derivation to anytun
no key store until now (ld_kdr gets ignored)
no multi kd until now (WritersLock instead of ReadersLock @ generate)
finally removed creepy mpi class

git-svn-id: https://anytun.org/svn/anytun@674 2edecd69-f0ce-4815-94af-351a89d40aaa
12 files changed:
src/Makefile
src/anytun.cpp
src/authAlgo.cpp
src/authAlgo.h
src/cipher.cpp
src/cipher.h
src/cryptinit.hpp
src/keyDerivation.cpp
src/keyDerivation.h
src/mpi.cpp [deleted file]
src/mpi.h [deleted file]
src/threadUtils.hpp