- refactor kx sending, unify under send_kx
[oweals/gnunet.git] / src / cadet /
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
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-01-16 Christian Grothofffixing #3610
2015-01-15 Bart Polot- log
2015-01-15 Bart PolotAdded a delayed search function to avoid saturating...
2015-01-15 Bart Polot- Check path for NULL, fix #3583
2015-01-15 Bart Polot- use path_cmp
2015-01-15 Bart Polot- added path_cmp
2015-01-15 Bart Polot- fix failed git merge
2015-01-15 Bart Polot- bump message amount
2015-01-15 Bart Polot- fix crashes, zombie controller on ^C
2015-01-10 Bart Polot- remove debug statements
2015-01-09 Bart Polot- allow more time to 5 peer testcase, change stats...
2015-01-09 Bart PolotAccept Out-of-Order connection messages
2015-01-09 Bart Polot- minor log modifications, docs
2015-01-09 Bart Polot- refactor test, always gather stats
2015-01-09 Bart Polot- add statistics to DHT module
2015-01-09 Bart Polot- test connection_create size, add size to log
2015-01-09 Bart Polot- fix test: provide real message size
2015-01-09 Bart Polot- minor changes: tabs, logs, reorder
2015-01-09 Bart Polot- simpify api size handling code
2015-01-09 Bart Polot- more message size checks
2015-01-09 Bart Polot- more size checks
2015-01-09 Bart Polot- add size argument to allow to verify message size
2015-01-09 Bart Polot- fix size handling of payload data
2015-01-09 Bart Polot- check minimum size, param order
2015-01-09 Bart Polot- add space for second kx
2014-12-29 Bart Polot- avoid noise in the testcase logs
2014-12-29 Bart Polot- test message packing
2014-12-24 Christian Grothoffmaking GNUNET_SCHEDULER_cancel() perform in O(1) instea...
2014-12-20 Christian Grothoff-check RV
2014-12-19 Christian Grothoff-fix double-free
2014-12-19 Christian Grothoff-fix use after free (GCCH_destroy frees 'ch', and then...
2014-12-19 Christian Grothoff-fix sec_name leak
2014-12-18 Christian Grothoff-use const in peerstore callback
2014-12-18 Christian Grothoff-disable NSE POW during cadet tests
2014-12-16 Christian Grothoff-ugh
2014-12-16 Christian Grothoff-removing tons of options that should be dead
2014-12-15 Bart Polot- update test config
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 Polot- always allow an ACK
2014-12-15 Bart Polot- Always send traffic coming from channel, even overfil...
2014-12-15 Bart PolotFix channel buffer retrieval, add debug
2014-12-15 Bart Polot- destroy old connection in case of duplicate connectio...
2014-12-15 Bart Polot- use path equivalency
2014-12-15 Bart Polot- refactorize path checking code, look both ways
2014-12-15 Bart Polot- more debug, eliminate bogus assertions
2014-12-15 Bart Polot- avoid duplicate (same path) connections
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- fix PID management on send
2014-12-15 Bart Polot- clear core handle to avoid shutdown crash
2014-12-15 Bart Polot- don't try to ack on non-ready tunnels
2014-12-15 Bart Polot- refactor buffer filling
2014-12-15 Bart Polot- Added correct core request timing info
2014-12-15 Bart Polot- use proper wait time for core timing
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
next