aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/cadet_protocol.h
Commit message (Collapse)AuthorAge
* implement #4973Christian Grothoff2017-03-26
|
* rename cadet*new to just cadet, except for libgnunetcadetnew-logic (where ↵Christian Grothoff2017-03-11
| | | | the 'old' one is not yet entirely dead)
* introduce buffering options on the route levelChristian Grothoff2017-01-29
|
* trying to make KX logic slightly more readableChristian Grothoff2017-01-27
|
* use 'futures' bitfield in ACKs properly, revisit unbuffered/out-of-order ↵Christian Grothoff2017-01-26
| | | | transmission
* spell out correct constantsChristian Grothoff2017-01-22
|
* more logging, minor bugfixes / renamesChristian Grothoff2017-01-21
|
* some renaming, some code general code cleanup, some loggingChristian Grothoff2017-01-21
|
* more work on new tunnel logicChristian Grothoff2017-01-20
|
* pass messages from tunnel to channelChristian Grothoff2017-01-20
|
* more work on channel/tunnel logicChristian Grothoff2017-01-20
|
* create matching connection objects for inbound connectionsChristian Grothoff2017-01-18
|
* more rename festivitiesChristian Grothoff2017-01-18
|
* add note to legacy code about rename operationChristian Grothoff2017-01-18
|
* introduce CadetEncryptedMessageIdentifier instead of over-using uint32_tChristian Grothoff2017-01-18
|
* cadet message struct and type rename-festChristian Grothoff2017-01-18
|
* use new shortmap to simplify CADET logic a bitChristian Grothoff2017-01-17
|
* towards actual routing...Christian Grothoff2017-01-17
|
* more work on new CADETChristian Grothoff2017-01-17
|
* cleaning up some CADET logic, improving types usedChristian Grothoff2017-01-15
|
* Refactor encrypted traffic handlingBart Polot2016-10-29
| | | | | | | - eliminate encapsulation for KX/DATA - simplify cases - remove dead code - Organize message types
* realigning CADET messages and bumping message types to avoid interactions ↵Christian Grothoff2016-09-12
| | | | with incompatible old versions complicating diagnostics
* putting CADET on a diet: proper alignment for AX KX, kill obsolete OTR ↵Christian Grothoff2016-08-26
| | | | legacy code
* Change CADET ports from uint32 to HashCodeBart Polot2016-07-20
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* Fix try_old_keys, in order to use it for data with the same Header key but ↵Bart Polot2015-10-02
| | | | out-of-order message number
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* turn 'force_reply' into a bitfield for future extensionsChristian Grothoff2015-06-05
|
* -simplifying Cadet KX to directly use EdDSA keys for ECDHEChristian Grothoff2015-06-04
|
* - resend ax kx when lostBart Polot2015-04-27
|
* - refactor axolotl encryptionBart Polot2015-04-27
|
* - due to incompatibilities in the representation of the ECC public key for ↵Bart Polot2015-04-27
| | | | ECDH and EdDSA, peers must provide en explicit ECDH key and sign it with theis EdDSA ID.
* - refactor kx sending, unify under send_kxBart Polot2015-04-27
|
* - add cid field to ax_kxBart Polot2015-04-27
|
* - don't send receivers ID, not neededBart Polot2015-04-27
|
* - docBart Polot2015-04-27
|
* - refactor kx handlingBart Polot2015-04-27
|
* - added basic axolotl supportBart Polot2015-04-27
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* Fuse PING into KX_EPHEMERALBart Polot2014-12-15
|
* Renamed directoryBart Polot2014-05-07