-more datacache integration work
[oweals/gnunet.git] / src / cadet / gnunet-service-cadet_tunnel.c
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
2015-04-27 Bart Polot- fix
2015-04-27 Bart Polot- use axolotl by default
2015-04-27 Bart Polot- don't check own ephemeral
2015-04-27 Bart Polot- add send kx for axolotl
2015-04-27 Bart Polot- add kx ephemeral key to ax context
2015-04-27 Bart Polot- use proper connection to determine direction
2015-04-27 Bart Polot- typo
2015-04-27 Bart Polot- doxygen
2015-04-27 Bart Polot- axolotl encryption
2015-04-27 Bart Polot- add alice/bob order to kx
2015-04-27 Bart Polot- generate a new ephemeral ratchet key on tunnel creation
2015-04-27 Bart Polot- memleak
2015-04-27 Bart Polot- remove dead code
2015-04-27 Bart Polot- doxygen
2015-04-27 Bart Polot- cast own key
2015-04-27 Bart Polot- ax kdf
2015-04-27 Bart Polot- document axolotl fields
2015-04-27 Bart Polot- refactor kx handling
2015-04-27 Bart Polot- fix const, log
2015-04-27 Bart Polot- data struct for axolotl internal state
2015-04-27 Bart Polot- refactor to use same function to decrypt based on...
2015-04-27 Bart Polot- added basic axolotl support
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-01-09 Bart Polot- minor log modifications, docs
2015-01-09 Bart Polot- add space for second kx
2014-12-24 Christian Grothoffmaking GNUNET_SCHEDULER_cancel() perform in O(1) instea...
2014-12-15 Bart PolotFix empty tunnel detection
2014-12-15 Bart Polot- fix cadet's overhead
2014-12-15 Bart PolotOnly allow one EPHM/PONG in the queue.
2014-12-15 Bart Polot- signal wrong tunnel encryption state
2014-12-15 Bart Polot- fix tunnel encryption state on time triggered rekey
2014-12-15 Bart Polot- refactor kx_ctx management
2014-12-15 Bart PolotFix channel buffer retrieval, add debug
2014-12-15 Bart Polot- use path equivalency
2014-12-15 Bart Polot- check KX context at PONG
2014-12-15 Bart Polot- having allowance too spare is not an error
2014-12-15 Bart Polot- don't try to ack on non-ready tunnels
2014-12-15 Bart Polot- calculate the correct amount of messages to allow...
2014-12-15 Bart Polot- make connection always log with ---, reserve ===...
2014-12-15 Bart Polot- send queued data the first time
2014-12-15 Bart PolotFuse PING into KX_EPHEMERAL
2014-12-15 Bart Polot- more debug info
2014-12-15 Bart PolotFix connection count to count only ESTABLISHED connecti...
2014-12-15 Bart Polot- debug for KX
2014-12-15 Bart PolotFix conservation of old keys in case of simultaneous KX:
2014-12-15 Bart Polot- log EPHM on receipt
2014-12-15 Bart Polot- fix sending of queued tunnel data on KX end
2014-12-15 Bart Polot- log
2014-12-15 Bart Polot- fix minor t->estate issues for better debug traceability
2014-12-15 Bart PolotFixed key context manipulation in case of duplicate...
2014-12-15 Bart Polot- refactor enc_state changer
2014-12-15 Bart Polot- doxygen
2014-12-15 Bart Polot- doxygen
2014-12-15 Bart Polot- fix resetting of key cleaner task
2014-12-15 Bart Polot- log
2014-12-15 Bart Polot- avoid usage of direct stdio sprintf
2014-12-11 Bart Polot- proper CADET overhead
2014-10-15 Bart Polot- debug key clearing
2014-10-15 Bart Polot- fix logging of key material
2014-10-15 Bart Polot- fix connection.c:972 assertion, mark tunnel as WAITIN...
2014-09-05 Bart Polot- remove dead code
2014-07-30 Bart Polot- log
next