summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* added papers/ directory, Erwin Nindl2008-02-263-0/+0
| | | | | | contains now 'anycast und kryptographie.pdf'
* improved lua script for wiresharkChristian Pointner2008-02-261-18/+39
|
* added quick and dirty hack which remedies the cipher CTR error issuesChristian Pointner2008-02-251-0/+2
|
* fixed resize issue with buffer->xPacketChristian Pointner2008-02-256-3/+21
|
* bugfix with packet lengthChristian Pointner2008-02-251-1/+1
|
* options is global nowChristian Pointner2008-02-256-56/+91
| | | | | | | kd_prf_ is set to null if cipher_ is null as well
* sorry forgot to add keyDerivatioFactoryChristian Pointner2008-02-244-2/+102
|
* added NullKeyDerivationChristian Pointner2008-02-247-45/+113
| | | | | | | added KeyDerivationFactory
* changed cipher option default value to aes-ctrChristian Pointner2008-02-244-3/+31
| | | | | | | added option for key derivation, default is aes-ctr
* default for key_derivation_rate now 1Christian Pointner2008-02-242-2/+1
| | | | | | | mind the debug output @ sender
* bugfix@ sender and receiver reset packet size at begin of loopChristian Pointner2008-02-247-41/+48
| | | | | | | | | bugfix@ keyDerivation key_derivation_rate
* - keyderivation and cipher should work nowChristian Pointner2008-02-2312-409/+369
| | | | | | | | | | however it needs further testing - rewrite of Buffer and Packets
* added routing table basic structureOthmar Gsenger2008-02-226-0/+251
|
* fixed bug with secure memory (don't activate authentication!)Christian Pointner2008-02-201-4/+4
|
* cleanupsChristian Pointner2008-02-205-61/+111
| | | | | | | key derivation could work now
* further cleanupsChristian Pointner2008-02-207-63/+76
| | | | | | | cipher could work now
* further cleanupsChristian Pointner2008-02-196-99/+73
|
* replaces cypher with cipher Christian Pointner2008-02-1913-77/+77
|
* minor changesChristian Pointner2008-02-191-5/+10
|
* minor changes Christian Pointner2008-02-169-107/+107
| | | | | | | code cleanups
* added fancy output to luaChristian Pointner2008-02-061-1/+3
|
* not usefullOthmar Gsenger2008-02-061-1/+8
|
* sorry for last ceckin :(Christian Pointner2008-02-061-6/+4
| | | | | | | build works now
* added wireshakr lua script for satpChristian Pointner2008-02-062-8/+40
|
* updated example pcap filupdated example pcap fileOthmar Gsenger2008-02-062-0/+0
|
* fixed wrong payload length bugOthmar Gsenger2008-02-065-4/+8
|
* readded kd generateOthmar Gsenger2008-02-041-5/+5
|
* test no keyderivationOthmar Gsenger2008-02-042-5/+7
|
* cout to clogChristian Pointner2008-02-043-14/+5
|
* fixed Deadlock @ connecetionlistChristian Pointner2008-02-045-9/+13
|
* fixed bug @ syncChristian Pointner2008-02-047-71/+100
| | | | | | | key gets updatet @ sync
* sorry for not working checkin ;)Christian Pointner2008-02-041-1/+1
|
* fixed set payload type @ plainpacketChristian Pointner2008-02-042-5/+4
|
* finallly working, payload type needs further checksOthmar Gsenger2008-01-312-3/+8
|
* packet and cypher fixesOthmar Gsenger2008-01-3110-555/+96
|
* draft fixed version numberOthmar Gsenger2008-01-233-4/+4
|
* new draftOthmar Gsenger2008-01-233-14/+1664
|
* neues draftOthmar Gsenger2008-01-231-0/+296
|
* lenght bug partly fixedOthmar Gsenger2008-01-081-1/+2
|
* fix in length and nullcypher (still not working)Othmar Gsenger2008-01-085-21/+12
|
* included pf_key in anytun_key (needs some review)Othmar Gsenger2007-12-313-12/+23
|
* added cypherFactory.cppErwin Nindl2007-12-271-0/+47
|
* print new saOthmar Gsenger2007-12-272-1/+68
|
* isakmpd first version buildingOthmar Gsenger2007-12-273-12/+24
|
* * cypher and auth-algo selectable via commandline Erwin Nindl2007-12-2713-60/+186
| | | | | | | | * libgcrypt uses secure memory now * a few bugfixes
* added anytun to isakmpdOthmar Gsenger2007-12-275-180/+381
|
* adden new isakmpdOthmar Gsenger2007-12-27247-0/+58383
|
* removed old isakmpdOthmar Gsenger2007-12-274-10/+0
|
* fixed define for includeErwin Nindl2007-12-271-1/+1
|
* added cypherfactoryErwin Nindl2007-12-261-0/+59
|