Age | Commit message (Expand) | Author |
2018-01-04 | fix misc compiler warnings | Christian Grothoff |
2017-11-01 | add -P option to gnunet-ecc | Christian Grothoff |
2017-06-04 | add -x option to gnunet-ecc for #4629 | Christian Grothoff |
2017-03-25 | rename GNUNET_GETOPT functions to achieve better consistency | Christian Grothoff |
2017-03-15 | getopt major style fix, remove macro-mania with nicer typed functions | Christian Grothoff |
2016-07-08 | -avoid calling memcpy() with NULL argument, even if len is 0 | Christian Grothoff |
2016-01-19 | -fix (C) notices | Christian Grothoff |
2015-07-06 | -fix non-deterministic peerstore sync failure | Christian Grothoff |
2015-06-30 | fix #3869: outdated FSF address | Christian Grothoff |
2015-02-07 | -bringing copyright tags up to FSF standard | Christian Grothoff |
2014-12-07 | -zero-terminate | Christian Grothoff |
2014-12-07 | Fix gnunet-ecc vanity gen | David Barksdale |
2014-11-30 | -doxygen, style | Christian Grothoff |
2014-10-15 | - fix faux compiler warnings | Bart Polot |
2014-10-05 | -fix leak, uninit mask | Christian Grothoff |
2014-09-05 | - indentation, fix old(er) gcc compilation warnings "may be uninitialized" | Bart Polot |
2014-07-03 | Since we started using ECC, peer identities ARE public keys, not their hashes... | Bart Polot |
2014-07-03 | Added a cleaned-up vanity key generator to gnunet-ecc | Bart Polot |
2014-06-07 | -fix leak | Christian Grothoff |
2014-01-30 | Allow gnunet-ecc to list all public keys in a file | Bart Polot |
2013-12-10 | - key generation for secretsharing | Florian Dold |
2013-11-28 | -adding missing close | Christian Grothoff |
2013-11-19 | - Added the '-E' option to gnunet-ecc, which prints reference results of | Florian Dold |
2013-11-12 | functionality to print ids in hostkey file | Matthias Wachs |
2013-10-10 | separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSA | Christian Grothoff |
2013-10-06 | -remove trailing whitespace | Christian Grothoff |
2013-09-30 | -towards addressing #3047, note this causes the code to FTBFS | Christian Grothoff |
2013-09-13 | -fix rename issues | Christian Grothoff |
2013-09-13 | splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing and... | Christian Grothoff |
2013-08-21 | removing GNUNET_CRYPTO_ecc_key_free, use GNUNET_free directly instead | Christian Grothoff |
2013-08-19 | -eliminate more uses of ShortHashCode, breaks signatures | Christian Grothoff |
2013-08-06 | moving to new, fixed-size encoding of public and private ECC keys everywhere,... | Christian Grothoff |
2013-02-11 | -trying to address #2791 | Christian Grothoff |
2013-02-05 | switching to ECDHE cryptography f, implementation is incomplete and INSECURE,... | Christian Grothoff |
2012-12-21 | -renaming testing-new.h to testing.h, bumping library versions | Christian Grothoff |
2012-11-04 | -misc bugfixes, travel hacking | Christian Grothoff |
2012-10-17 | -fixing obvious ecc issues, adding gnunet-ecc based on gnunet-rsa | Christian Grothoff |