summaryrefslogtreecommitdiff
path: root/mpi.h
Commit message (Collapse)AuthorAgeFilesLines
* changed u_int32_t* argument to size_t* in Mpi::getNewBufMichael Gebetsroither2008-03-181-1/+1
|
* - keyderivation and cipher should work nowChristian Pointner2008-02-231-1/+1
| | | | | | | | | | however it needs further testing - rewrite of Buffer and Packets
* cleanupsChristian Pointner2008-02-201-11/+8
| | | | | | | key derivation could work now
* minor changes Christian Pointner2008-02-161-1/+1
| | | | | | | code cleanups
* more generic code in anytun.cppErwin Nindl2007-12-131-2/+3
|
* * renamed HmacAuthAlgo to Sha1AuthAlgoErwin Nindl2007-12-121-1/+19
| | | | | | * removed a memleak at the IV generation in kd, cypher
* changed Mpi::getBuf, now returns u_int8_t *!Erwin Nindl2007-12-121-1/+1
|
* set iv to fixed length of 16byte in kdErwin Nindl2007-12-111-1/+1
|
* kd iv generation fix againErwin Nindl2007-12-111-0/+1
|
* * added mpi operatorErwin Nindl2007-12-111-0/+1
| | | | | | * kd iv generation fix
* fixes in mpi class, keyderivation iv generationErwin Nindl2007-12-111-1/+3
|
* added multible precission integer classErwin Nindl2007-12-111-0/+63
key derivation