-fix ftbfs
[oweals/gnunet.git] / src / cadet /
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- fix debug msgs, mark tripped break
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- refactor buffer calucations
2015-04-27 Bart Polot- critical error
2015-04-27 Bart Polot- refactor storing AX keys
2015-04-27 Bart Polot- doc
2015-04-27 Bart Polot- skip checking all messages that are not there, no...
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- don't ttl drop ax
2015-04-27 Bart Polot- properly read otr/ax fields
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- refactor
2015-04-27 Bart Polot- keep track of all message types
2015-04-27 Bart Polot- use ax as payload
2015-04-27 Bart Polot- proper name for continuation
2015-04-27 Bart Polot- remove debug
2015-04-27 Bart Polot- allow just message headers (keepalive uses this)
2015-04-27 Bart Polot- register AX for unqueueing
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- shorter names for more info in 80 cols
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- handle AX messages
2015-04-27 Bart Polot- log
2015-04-27 Bart Polot- axolotl debug
2015-04-27 Bart Polot- add getter for peer's permanent ECDH key
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- log format
2015-04-27 Bart Polot- don't count all messages as pid when checking, only...
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- log
2015-04-27 Bart Polot- refactor otr
2015-04-27 Bart Polot- add ECDH key caching and verifying
2015-04-27 Bart Polot- due to incompatibilities in the representation of...
2015-04-27 Bart Polot- implement single peer info
2015-04-27 Bart Polot- fix wrong state modifier
2015-04-27 Bart Polot- debug info
2015-04-27 Bart Polot- debug message name
2015-04-27 Bart Polot- debug
2015-04-27 Bart Polot- ignore unknown connections
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- register ax traffic
2015-04-27 Bart Polot- add cid field to ax_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- don't send receivers ID, not needed
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- doc
2015-04-27 Bart Polot- document axolotl fields
2015-04-27 Bart Polot- refactor kx handling
2015-04-27 Bart Polot- const
2015-04-27 Bart Polot- if C is NULL, can't use it for getting the ID
2015-04-27 Bart Polot- NULL connections means error
2015-04-27 Bart Polot- count traffic as connection confirmation
2015-04-27 Bart Polot- fix const, log
2015-04-27 Bart Polot- refactor to check messages from both enc systems
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- reduce number of messages for snappier test
2015-04-27 Bart Polot- added basic axolotl support
2015-03-08 Christian Grothoffdo not do cryptographic verification for results from...
2015-02-28 Christian Grothoffgenerally use GNUNET_assert() instead of GNUNET_abort...
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
next