aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_ecc.c
Commit message (Collapse)AuthorAge
...
* -fix compiler warningsChristian Grothoff2013-09-16
|
* -fix rename issuesChristian Grothoff2013-09-13
|
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing ↵Christian Grothoff2013-09-13
| | | | and another for encryption
* -eliminate LISTEN_PID check, silly idea anyway, better to just unset the ↵Christian Grothoff2013-09-09
| | | | LISTEN_FDS after use; also this is needed to make things work with gdb/valgrind/monkey/etc.
* -only use x for ECDHChristian Grothoff2013-09-05
|
* -noteChristian Grothoff2013-09-04
|
* -docuChristian Grothoff2013-08-30
|
* removing GNUNET_CRYPTO_ecc_key_free, use GNUNET_free directly insteadChristian Grothoff2013-08-21
|
* -eliminate more uses of ShortHashCode, breaks signaturesChristian Grothoff2013-08-19
|
* -fix leaks (kind-of related to #2981)Christian Grothoff2013-08-12
|
* -add extra context argument for key deriviation, so that fs and gads do not ↵Christian Grothoff2013-08-11
| | | | collide
* -fixChristian Grothoff2013-08-08
|
* -fix loglevelChristian Grothoff2013-08-08
|
* -testcase for new ECC crypto functionsChristian Grothoff2013-08-07
|
* -fixing main FS build, updating man page of gnunet-pseudonymChristian Grothoff2013-08-06
|
* 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
* -documentChristian Grothoff2013-07-11
|
* -remove async ecc key generation, not neededChristian Grothoff2013-07-09
|
* -introducing convenience function to load private key of peerChristian Grothoff2013-06-26
|
* -handle case that we are in restart on stopChristian Grothoff2013-05-21
|
* work on gnunet-set, isolated bug in streamFlorian Dold2013-04-27
|
* implemented GNUNET_CRYPTO_get_host_identityFlorian Dold2013-04-27
|
* -cleanupChristian Grothoff2013-03-22
|
* -fixing #2563Christian Grothoff2013-03-20
|
* -fixChristian Grothoff2013-03-07
|
* -go to more sane ECC curve to be more DoS-resistantChristian Grothoff2013-03-04
|
* add argument to GNUNET_CRYPTO_ecc_decode_key to allow testing to disable key ↵Christian Grothoff2013-03-04
| | | | validation
* -disable extra checksChristian Grothoff2013-03-02
|
* - Don't silence WARNINGBart Polot2013-02-21
|
* - fix compileSree Harsha Totakura2013-02-21
|
* breakMatthias Wachs2013-02-18
|
* changesMatthias Wachs2013-02-15
|
* -trying to address #2791Christian Grothoff2013-02-11
|
* -clarifying what we need for ECCChristian Grothoff2013-02-05
|
* -export ecc generation functionChristian Grothoff2013-02-03
|
* -cleanupChristian Grothoff2013-01-31
|
* -ecc signing workingChristian Grothoff2012-10-28
|
* -wk says not to specify pkcs1Christian Grothoff2012-10-28
|
* -bugfixes, code cleanupChristian Grothoff2012-10-26
|
* -doneChristian Grothoff2012-10-17
|
* -ecc sign/verify onlyChristian Grothoff2012-10-17
|
* -adding ecc test -- still failingChristian Grothoff2012-10-17
|
* -fixing obvious ecc issues, adding gnunet-ecc based on gnunet-rsaChristian Grothoff2012-10-17
|
* -ecc draft codeChristian Grothoff2012-10-17