aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core_kx.c
Commit message (Collapse)AuthorAge
* fix #3688Christian Grothoff2015-02-28
|
* -improve loggingChristian Grothoff2015-02-11
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* -style fixesChristian Grothoff2014-12-13
|
* -doxygen, code cleanupChristian Grothoff2014-09-30
|
* only notify clients about significant (>5s) timeout changesChristian Grothoff2014-05-09
|
* -indent, doxygenChristian Grothoff2014-04-25
|
* fix #3348: send typemap confirmation messages, perform faster typemap ↵Christian Grothoff2014-04-23
| | | | retransmissions for unconfirmed typemaps, restart retransmissions on reconnect
* -do call receive done on monitor callsChristian Grothoff2014-04-11
|
* -also notify monitors on timeout changeChristian Grothoff2014-04-11
|
* towards fixing #3363: replacing old iteration API with new monitoring API ↵Christian Grothoff2014-04-11
| | | | for core (needs testing, gnunet-core incomplete)
* -doxygen improvementsChristian Grothoff2014-04-07
|
* -fix possible assertion failure if rekeying is triggered on session that is ↵Christian Grothoff2013-12-24
| | | | not yet up
* -fix tiny leak, doxygenChristian Grothoff2013-12-23
|
* -trying to fix amatus's KX issueChristian Grothoff2013-12-23
|
* -amatus says this happens with just new peers, booChristian Grothoff2013-12-22
|
* -reduce log levelChristian Grothoff2013-12-22
|
* -style fixChristian Grothoff2013-12-18
|
* -doxygenChristian Grothoff2013-12-12
|
* fix for core key exchangeMatthias Wachs2013-12-12
|
* -match exact types from message structChristian Grothoff2013-10-29
|
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -getting core, nse, testbed, ats-tool and peerinfo-tool to compile again ↵Christian Grothoff2013-09-30
| | | | (part of #3047)
* -rename files/symbols from _aes to _symmetricChristian Grothoff2013-09-30
|
* -encrypt using both AES and TWOFISH, with independent symmetric keysChristian Grothoff2013-09-30
|
* -fix compiler warningsChristian Grothoff2013-09-16
|
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing ↵Christian Grothoff2013-09-13
| | | | and another for encryption
* removing GNUNET_CRYPTO_ecc_key_free, use GNUNET_free directly insteadChristian Grothoff2013-08-21
|
* -big bad bugfix thanks to BartChristian Grothoff2013-08-12
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* improved messagesMatthias Wachs2013-08-08
|
* moving to new, fixed-size encoding of public and private ECC keys ↵Christian Grothoff2013-08-06
| | | | everywhere, also improving ECC API to better support ECRS/GADS operations
* -doxygenChristian Grothoff2013-03-23
|
* ats related changes in coreMatthias Wachs2013-03-21
|
* -go back to 12h intervalChristian Grothoff2013-03-04
|
* -if we do not use ephemeral keys, use validity of 'forever'Christian Grothoff2013-03-04
|
* -trying to fix rekeying (#2812)Christian Grothoff2013-03-04
|
* -trying to fix rekeying (#2812)Christian Grothoff2013-03-04
|
* -fixChristian Grothoff2013-03-03
|
* reduce messages in initial KXChristian Grothoff2013-03-03
|
* do not verify an ephemeral key again if it is the same as the previous keyChristian Grothoff2013-03-02
|
* adding option to disable use of ephemeral keys for HPC testingChristian Grothoff2013-03-02
|
* -trying to fix #2794Christian Grothoff2013-02-13
|
* -fix state machine rekey logic --- #2790Christian Grothoff2013-02-11
|
* switching to ECDHE cryptography f, implementation is incomplete and ↵Christian Grothoff2013-02-05
| | | | INSECURE, do not use for anything but testing
* Replace EPV with a warningLRN2013-01-18
|
* -converting more places to use STRINGS_relative_time_to_stringChristian Grothoff2012-09-27
|
* fixing #1551/#2503Christian Grothoff2012-09-17
|