- ttl is deprecated, don't warn
[oweals/gnunet.git] / src /
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- added a signature purpose for signing of axolotl...
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-04-27 Arthur DewarumezFinish the create of the handler for every message.
2015-04-27 Christian Grothoff-dead decl removal
2015-04-27 Arthur DewarumezAdding some function in the handler
2015-04-27 Christian Grothoff-fix FTBFS from wdht
2015-04-27 Christian Grothoff-reducing to required parts of skeleton
2015-04-27 Christian Grothoff-also don't need xdht routing subsystem for wdht
2015-04-27 Christian Grothoffeliminating dead HELLO logic, not needed for x-vine...
2015-04-27 Christian Grothoffstarting with whanu
2015-04-27 Arthur DewarumezAdding files for whanau.
2015-04-24 Christian Grothoffmove ARM/config logic to util/ where it doesn't need...
2015-04-24 Christian Grothoff-static
2015-04-24 Christian Grothoff-fixing PORT incongruency (LRN's W32 issue)
2015-04-24 Christian Grothoff-indentation and doxygen fixes
2015-04-23 LRNFix a typo in perf_crypto_asymmetric
2015-04-20 Matthias Wachsremoving ATS preference count
2015-04-17 Christian Grothoff-doxygen, indentation
2015-04-13 Christian Grothoff-doxygen, build system fixes, minor API extension
2015-04-10 Martin Schanzenbach-make static
2015-04-10 Matthias Wachsre-renable ats-tests directory:
2015-04-09 LRNDon't shadow the system() function
next