aboutsummaryrefslogtreecommitdiff
path: root/src/cadet
Commit message (Expand)AuthorAge
* - fix NULL connection on queue_sendBart Polot2014-06-18
* Add a debug "dump to stderr" feature to cadetBart Polot2014-06-18
* -fix memory leak for 0==p->lengthChristian Grothoff2014-06-17
* - make sure the keepalive test generates more than 2 keepalivesBart Polot2014-06-17
* - fix crash on unexpected malformed PINGBart Polot2014-06-17
* - renameBart Polot2014-06-17
* - fix KX for very short rekey periods (seconds)Bart Polot2014-06-17
* - refactor kx ctx creation, add debugBart Polot2014-06-17
* - fixes, renamingBart Polot2014-06-17
* - refactor key selection, hmac calculationBart Polot2014-06-17
* - add 2s for new state, reduce bufferBart Polot2014-06-17
* - renameBart Polot2014-06-17
* - send 1000 messages to force re-key testingBart Polot2014-06-17
* - check message size to avoid infinite loopBart Polot2014-06-17
* IMPORTANT FIX: use return value for integrity checkBart Polot2014-06-17
* Allow to send traffic with the new key when the rekey period is over. In case...Bart Polot2014-06-17
* - add rekey stateBart Polot2014-06-17
* - only create keys on new ephemeral infoBart Polot2014-06-17
* - limit queued messages on tunnel level when tunnel is not readyBart Polot2014-06-17
* - Allow two GC_2s calls in one line (limited reentrant code)Bart Polot2014-06-17
* - test and log for bug #0003423Bart Polot2014-06-17
* - verbose tunnel debug in error casesBart Polot2014-06-17
* - reduce rekey period for tests, ensure even shorter keepaliveBart Polot2014-06-17
* - kx debugBart Polot2014-06-17
* - expire old keys adaptivelyBart Polot2014-06-17
* - debug info, refactorBart Polot2014-06-17
* - intialize a new kx_ctx on receipt of a new ephemeral key if none existsBart Polot2014-06-17
* - update default values, eliminate obsolete onesBart Polot2014-06-17
* - fix test tmt_rdy size requestBart Polot2014-05-23
* - fix name detectionBart Polot2014-05-23
* - rename testsBart Polot2014-05-23
* - fix stats collectionBart Polot2014-05-23
* - fix testbed statistics collectionBart Polot2014-05-23
* - remove hardcoded target peer numberingBart Polot2014-05-23
* - fixesBart Polot2014-05-23
* - simplify names, update MakefileBart Polot2014-05-23
* - fix id check on data callbackBart Polot2014-05-23
* - add default size, docBart Polot2014-05-23
* - perform tests with only 2 peers for basic P2P test and with 5 peer line for...Bart Polot2014-05-23
* - use increasing size data messagesBart Polot2014-05-23
* - speed up ID announce to force different PUT paths in the DHTBart Polot2014-05-23
* - change connection density for cadet profilerBart Polot2014-05-23
* - revert logBart Polot2014-05-14
* - don't use the old key during a KXBart Polot2014-05-14
* - logBart Polot2014-05-14
* - use cadet for log scriptBart Polot2014-05-14
* - don't destroy the KX context right away, wait 1 minute for possible old tra...Bart Polot2014-05-14
* - refactor decryptionBart Polot2014-05-14
* - don't inifinite loop on errorBart Polot2014-05-14
* - move HMAC verification to decryption functionBart Polot2014-05-14