aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_tunnel.c
Commit message (Expand)AuthorAge
...
* - fix tunnel state management after connection failure<Bart Polot2014-07-21
* - On a new EPHM, do a immediate rekeyBart Polot2014-07-21
* - don't re-encrypt data queued in a broken connectionBart Polot2014-07-21
* - cancel any rekey tasks when calling it directlyBart Polot2014-07-21
* - fix variable log level, add connection debug functionBart Polot2014-07-09
* - debug info for buildbot reportsBart Polot2014-07-03
* Since we started using ECC, peer identities ARE public keys, not their hashes...Bart Polot2014-07-03
* - trigger an immediate rekey if a peer's ephemeral key changesBart Polot2014-07-02
* - dont destroy in-progress kxBart Polot2014-07-02
* - destroy kx_ctx created on receipt of an ephemeral key if key is not newBart Polot2014-07-02
* - refactorBart Polot2014-07-02
* - fix #3479Bart Polot2014-07-02
* - fix error conditionBart Polot2014-07-02
* - don't warn when connection is being establishedBart Polot2014-07-02
* - debugBart Polot2014-06-30
* - logBart Polot2014-06-25
* - debug info for #3425Bart Polot2014-06-24
* - remove debug info used to fix #3405Bart Polot2014-06-24
* - check return values from GCC_send_prebuilt_messageBart Polot2014-06-24
* - doxygenBart Polot2014-06-24
* - use setter, imporve logsBart Polot2014-06-24
* - attempt to fix #3405Bart Polot2014-06-24
* - more debug for #3405Bart Polot2014-06-24
* - use setterBart Polot2014-06-24
* - fix paramsBart Polot2014-06-24
* - add debug function about a peer for #3405Bart Polot2014-06-24
* - 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
* - 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
* - verbose tunnel debug in error casesBart 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
* - revert logBart Polot2014-05-14
* - don't use the old key during a KXBart Polot2014-05-14
* - logBart 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