aboutsummaryrefslogtreecommitdiff
path: root/src/util/gnunet-ecc.c
Commit message (Expand)AuthorAge
* -zero-terminateChristian Grothoff2014-12-07
* Fix gnunet-ecc vanity genDavid Barksdale2014-12-07
* -doxygen, styleChristian Grothoff2014-11-30
* - fix faux compiler warningsBart Polot2014-10-15
* -fix leak, uninit maskChristian Grothoff2014-10-05
* - indentation, fix old(er) gcc compilation warnings "may be uninitialized"Bart Polot2014-09-05
* Since we started using ECC, peer identities ARE public keys, not their hashes...Bart Polot2014-07-03
* Added a cleaned-up vanity key generator to gnunet-eccBart Polot2014-07-03
* -fix leakChristian Grothoff2014-06-07
* Allow gnunet-ecc to list all public keys in a fileBart Polot2014-01-30
* - key generation for secretsharingFlorian Dold2013-12-10
* -adding missing closeChristian Grothoff2013-11-28
* - Added the '-E' option to gnunet-ecc, which prints reference results ofFlorian Dold2013-11-19
* functionality to print ids in hostkey fileMatthias Wachs2013-11-12
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
* -remove trailing whitespaceChristian Grothoff2013-10-06
* -towards addressing #3047, note this causes the code to FTBFSChristian Grothoff2013-09-30
* -fix rename issuesChristian Grothoff2013-09-13
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing and...Christian Grothoff2013-09-13
* removing GNUNET_CRYPTO_ecc_key_free, use GNUNET_free directly insteadChristian Grothoff2013-08-21
* -eliminate more uses of ShortHashCode, breaks signaturesChristian Grothoff2013-08-19
* moving to new, fixed-size encoding of public and private ECC keys everywhere,...Christian Grothoff2013-08-06
* -trying to address #2791Christian Grothoff2013-02-11
* switching to ECDHE cryptography f, implementation is incomplete and INSECURE,...Christian Grothoff2013-02-05
* -renaming testing-new.h to testing.h, bumping library versionsChristian Grothoff2012-12-21
* -misc bugfixes, travel hackingChristian Grothoff2012-11-04
* -fixing obvious ecc issues, adding gnunet-ecc based on gnunet-rsaChristian Grothoff2012-10-17