Fix for #4553
[oweals/gnunet.git] / src / cadet / gnunet-service-cadet_tunnel.c
2016-04-30 Christian Grothoffimplementing new scheduler shutdown semantics
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-01-19 Christian Grothoff-fix (C) notices
2015-10-08 Bart Polot- only request reply if no key is known
2015-10-08 Christian Grothoff-fix indent
2015-10-06 Bart Polot- Revamp traffic logging, small bugfixes, complete...
2015-10-02 Bart Polot- remove debug
2015-10-02 Bart Polot- adjust logging
2015-10-02 Bart Polot- find the correct stored key, not always the first one
2015-10-02 Bart PolotDon't reset axolotl state on receipt of a pseudo-duplic...
2015-10-02 Bart PolotFix try_old_keys, in order to use it for data with...
2015-10-02 Bart Polot- use correct message number in the logs
2015-10-02 Bart Polot- log shutdown
2015-10-02 Bart Polot- fix processing of messages with no payload (keepalives)
2015-10-02 Bart Polot- fix log
2015-10-02 Bart Polot- use better variable names
2015-10-02 Bart Polot- don't stop looking for connections as long as the...
2015-09-03 Bart Polot- save Header Key for skipped messages
2015-09-03 Bart Polot- log
2015-09-03 Bart Polot- use channel debug
2015-08-19 Bart Polot- reset message counters on rekey
2015-08-19 Bart Polot- use proper printf type, avoid accessing memory out...
2015-08-19 Bart Polot- fix #3928: make sure accessed variables are below...
2015-08-19 Bart Polot- move var declaration to innermost scope
2015-08-19 Bart Polot- mark cancelled task as NULL
2015-08-11 David BarksdaleThis probably fixes #3944
2015-08-04 Bart Polot- log
2015-08-04 Bart Polot- cancel pending AX_KX when forced to send a KX by...
2015-07-31 Bart Polot- only change from uninitialized to sent, to avoid...
2015-07-31 Bart Polot- warn about leftover CHANNEL_DESTROY in tunnel, do...
2015-07-31 Bart Polot- fix uninitialized mem
2015-07-31 Bart Polot- ignore AX KX when we already know the peer's key...
2015-07-22 Bart Polot- log
2015-07-15 Bart Polot- log warning
2015-07-15 Bart PolotDetailed statistics
2015-07-15 Bart Polot- debug info
2015-07-15 Bart Polot- send payload on AX key receive
2015-07-15 Bart Polot- let one keepalive be queued at shutdown
2015-07-15 Bart Polot- don't send KEEPALIVE if the tunnel has traffic queued
2015-07-15 Bart Polot- fix end of kx condition to reception of valid payload...
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-06-30 Bart Polot- use 32 byte cast
2015-06-26 Bart Polot- fix log format
2015-06-26 Bart Polot- don't log old mesh versions as errors
2015-06-25 Bart Polot- destroy queued messages only after making sure no...
2015-06-24 Bart Polot- free skipped keys on tunnel Axolotl destroy
2015-06-17 Bart Polot- fix memleak
2015-06-17 Bart Polot- fix shutdown memleak
2015-06-17 Bart Polot- make sure tunnel queues are consistent
2015-06-10 Bart Polot- fix returned buffer amount, to make sure channel...
2015-06-10 Bart PolotAlways allow a connection to receive data in a tunnel...
2015-06-08 Christian Grothoff-if the rest of the code uses horrible casts, one more...
2015-06-08 Christian Grothoff-fix use of uninit memory
2015-06-08 Christian Grothoff-assertion also does not hold, messy code
2015-06-08 Christian Grothoff-doxygen
2015-06-05 Christian Grothoffturn 'force_reply' into a bitfield for future extensions
2015-06-04 Christian Grothoff-simplifying Cadet KX to directly use EdDSA keys for...
2015-05-22 Christian Grothoff-adding missing const's and a comment
2015-05-01 Christian Grothoffhandle case where type is neither ENCRYPTED nor AX
2015-04-30 Bart Polotfix traffic stall in case the is more messages queued...
2015-04-30 Bart Polot- don't queue more than 3 messages
2015-04-30 Bart Polot- remove debug
2015-04-29 Christian Grothoff-doxygen
2015-04-27 Bart Polot- critical error
2015-04-27 Bart Polot- refactor storing AX keys
2015-04-27 Bart Polot- only modify to key sent before the key derivation
2015-04-27 Bart Polot- resend ax kx when lost
2015-04-27 Bart Polot- don't queue more than one ax_kx at a time
2015-04-27 Bart Polot- register otr-downgrades
2015-04-27 Bart Polotonly ratchet after a certain amount of messages or...
2015-04-27 Bart Polot- fix ttl
2015-04-27 Bart Polot- ttl is deprecated, don't warn
2015-04-27 Bart Polot- activate ratchet on receive
2015-04-27 Bart Polot- initialize reserved
2015-04-27 Bart Polot- fix Nr counter
2015-04-27 Bart Polot- fix log params
2015-04-27 Bart Polot- remove debug
2015-04-27 Bart Polot- allow just message headers (keepalive uses this)
2015-04-27 Bart Polot- fix size output, don't include headers
2015-04-27 Bart Polot- remove dead code
2015-04-27 Bart Polotimplemented AX dectyption and racheting
2015-04-27 Bart Polot- use correct overhead size, log wrong sizes verbosely
2015-04-27 Bart Polot- adjust checks for different encryption overheads
2015-04-27 Bart Polot- log
2015-04-27 Bart Polot- axolotl debug
2015-04-27 Bart Polot- store peer's permanent key in ax
2015-04-27 Bart Polot- add AX type to send processors, refactor cid setter
2015-04-27 Bart Polot- refactor axolotl encryption
2015-04-27 Bart Polot- fix pointer
2015-04-27 Bart Polot- implement ratchet advance
2015-04-27 Bart Polot- split hmac_derive in two: hmac and hmac_kdf
2015-04-27 Bart Polot- set tunel's e_state from axolotl
2015-04-27 Bart Polot- doxygen
2015-04-27 Bart Polot- don't do otr-rekey if a tunnel is Ax type
2015-04-27 Bart Polot- refactor otr
2015-04-27 Bart Polot- fix wrong state modifier
2015-04-27 Bart Polot- debug info
2015-04-27 Bart Polot- debug
2015-04-27 Bart Polot- fix alice-bob identification
2015-04-27 Bart Polot- refactor kx sending, unify under send_kx
next