aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_simple_shorten.c
Commit message (Collapse)AuthorAge
* -remove old testsMartin Schanzenbach2013-10-20
|
* -another renaming fest for GNUNET_NAMESTORE_ to GNUNET_GNSRECORD_ symbols ↵Christian Grothoff2013-10-16
| | | | that were moved
* -rename fest for symbols moved from GNUNET_NAMESTORE_ to new ↵Christian Grothoff2013-10-16
| | | | GNUNET_GNSRECORD_ library
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing ↵Christian Grothoff2013-09-13
| | | | and another for encryption
* -remove deprecated GNUNET_NAMESTORE_RF_AUTHORITYChristian Grothoff2013-09-05
|
* removing GNUNET_CRYPTO_ecc_key_free, use GNUNET_free directly insteadChristian Grothoff2013-08-21
|
* -gads to gnuChristian Grothoff2013-08-15
|
* -getting rid of duplication of record type values / enum GNUNET_GNS_RecordTypeChristian Grothoff2013-08-13
|
* 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
* -fix build issue, function was renamedChristian Grothoff2013-07-01
|
* -switching GNS from RSA to ECCChristian Grothoff2013-05-29
|
* -renaming testing-new.h to testing.h, bumping library versionsChristian Grothoff2012-12-21
|
* -some gns code cleanup, still a messChristian Grothoff2012-10-30
|
* -fixesMartin Schanzenbach2012-09-18
|
* -towards .gadsMartin Schanzenbach2012-09-14
|
* minor fixesMatthias Wachs2012-09-04
|
* - next testMatthias Wachs2012-09-03
|
* testMatthias Wachs2012-09-03
|
* - fixMatthias Wachs2012-09-03
|
* fixMatthias Wachs2012-09-03
|
* test portingMatthias Wachs2012-09-03
|
* -coverity, fix shorten testMartin Schanzenbach2012-06-29
|
* -big commit, make new ns and valgrind happyMartin Schanzenbach2012-06-28
|
* -fix testsMartin Schanzenbach2012-06-26
|
* -fixesMartin Schanzenbach2012-06-20
|
* -fixed record flags in tests. proper expiration from NS missingMartin Schanzenbach2012-06-20
|
* -fixing some testcase buildsChristian Grothoff2012-06-19
|
* renaming GNUNET_TIME_relative_get_forever and ↵Christian Grothoff2012-05-27
| | | | GNUNET_TIME_absolute_get_forever methods, adding underscore, to make it clear that the respective #defines should be used instead; replacing use of direct function calls with respective macros where applicable; adding additional GNUNET_TIME_relative_get_xxx-functions to avoid calls to GNUNET_TIME_relative_multiply, which turn out to have gotten performance-relevant
* -performance testsMartin Schanzenbach2012-04-10
|
* -use precomp keysMartin Schanzenbach2012-04-10
|
* -testsMartin Schanzenbach2012-04-05
|
* -new short hashes, new short hash cmpMartin Schanzenbach2012-03-19
|
* -fixesMartin Schanzenbach2012-03-16
|
* -fixesMartin Schanzenbach2012-03-16
|
* -cleanupMartin Schanzenbach2012-03-15
|
* -fix config parsing for testsMartin Schanzenbach2012-03-15
|
* -large cleanup and bugfixesMartin Schanzenbach2012-03-14
|
* -bugfixes, debug, new testMartin Schanzenbach2012-03-12
|
* - changes to signing verfifying: includes block expirationMatthias Wachs2012-03-09
|
* -lookup now works in test, removed dns hijack from defaultsMartin Schanzenbach2012-03-08
|
* -GNS service api change, replaced complicated buggy codeMartin Schanzenbach2012-03-08
|
* -new shorten test, fixesMartin Schanzenbach2012-03-08