aboutsummaryrefslogtreecommitdiff
path: root/src/revocation
Commit message (Collapse)AuthorAge
* remove argon2 dependency. Use limited libsodium argon2id function for GNS ↵Martin Schanzenbach2020-05-26
| | | | and NSE
* test vectors in binaryMartin Schanzenbach2020-05-26
|
* Merge branch 'spaeth/import_identity'jospaeth2020-05-26
|\
| * add option to create identity from private keyspaeth/import_identityjospaeth2020-05-25
| |
* | fix bit counting messMartin Schanzenbach2020-05-26
| |
* | remove some debugMartin Schanzenbach2020-05-26
| |
* | actually add ttlMartin Schanzenbach2020-05-25
|/
* add some more debug outputMartin Schanzenbach2020-05-25
|
* fix sizes, should not affect actual operationMartin Schanzenbach2020-05-25
|
* pow values should be nboMartin Schanzenbach2020-05-18
|
* add smi pow valuesMartin Schanzenbach2020-05-18
|
* Merge branch 'master' of ssh://gnunet.org/gnunetMartin Schanzenbach2020-05-13
|\
| * add revocation tvgMartin Schanzenbach2020-05-10
| |
* | uncrustifyMartin Schanzenbach2020-05-13
|/
* introduce have_rest; fix warningsSchanzenbach, Martin2020-05-06
|
* fix comments, struct naming; versionSchanzenbach, Martin2020-04-29
|
* Merge branch 'schanzen/argon_pow'Schanzenbach, Martin2020-04-22
|\
| * add epochs CLI parameterSchanzenbach, Martin2020-04-22
| |
| * update API for cleanup of handleMartin Schanzenbach2020-04-21
| |
| * update revocation configMartin Schanzenbach2020-04-21
| |
| * remove pow_getSchanzenbach, Martin2020-04-21
| |
| * rename, fixSchanzenbach, Martin2020-04-21
| |
| * new pass APISchanzenbach, Martin2020-04-21
| |
| * predate validity time on creation; extent ttl on validationSchanzenbach, Martin2020-04-20
| |
| * include buffer of 10& of epochSchanzenbach, Martin2020-04-20
| |
| * check signature in check_powSchanzenbach, Martin2020-04-20
| |
| * fixSchanzenbach, Martin2020-04-20
| |
| * remove sign API callMartin Schanzenbach2020-04-20
| |
| * fix testsMartin Schanzenbach2020-04-20
| |
| * evaluate epochsSchanzenbach, Martin2020-04-20
| |
| * more comments, allow to pick up pow laterSchanzenbach, Martin2020-04-20
| |
| * those are actually debug messagesSchanzenbach, Martin2020-04-19
| |
| * uncrustifySchanzenbach, Martin2020-04-19
| |
| * some commentsSchanzenbach, Martin2020-04-19
| |
| * no diplicate noncesSchanzenbach, Martin2020-04-19
| |
| * towards less varianceSchanzenbach, Martin2020-04-19
| |
| * towards more expirationsSchanzenbach, Martin2020-04-18
| |
| * simplify pow even more; add timestamp to revocation powSchanzenbach, Martin2020-04-18
| |
* | make GNUNET_freez default, have GNUNET_free_nz for cases where that does not ↵Christian Grothoff2020-04-21
|/ | | | work
* fix sign api for to address #6164Christian Grothoff2020-04-08
|
* rewrite sed logic used in Makefiles and move into dosubst awk script.ng02019-12-02
| | | | | | | | | include 'bin' and its files in dist files, this is where dosubst is located. While the invocation (passing of the variables) is not optimal (yet, will be changed), this will in the end allow sharing code between Makefiles better, and maybe drop sed usage in the future.
* clarify cpu usedChristian Grothoff2019-11-30
|
* use new POW function consistently, also in revocationChristian Grothoff2019-11-30
|
* follow-up to 7c14b80a011e9e99b1cef0bfd96bae364edd5663:ng02019-11-20
| | | | use __linux__ instead of redefined LINUX.
* tighten formatting rulesChristian Grothoff2019-10-31
|
* follow-up to win32 removal.ng02019-10-25
|
* format pythonng02019-10-12
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* remove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific ↵ng02019-09-10
| | | | | | | | | files. configures and builds okay. testsuite wasn't checked, will be checked. diff including the plibc removal is now around 14370 lines of code less.
* uncrustify as demanded.ng02019-09-08
|