aboutsummaryrefslogtreecommitdiff
path: root/src/revocation
Commit message (Collapse)AuthorAge
* add option to create identity from private keyspaeth/import_identityjospaeth2020-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
|
* first step to remove plibcng02019-09-06
|
* Change and improved comments.Bernd Fix2019-05-30
|
* last minute fixes for 0.11.4 (test cases adjustments only)Christian Grothoff2019-05-12
|
* memcmp() -> GNUNET_memcmp(), first takeJulius Bünger2019-04-26
|
* Fix Python code: remove imports from `python-future`.Hartmut Goebel2019-03-10
| | | | | | | | I missed in 3d6ba937a5a5046b3d531c17691d5d1155daae71 that `future` also provides the modules `past` and `builtins`. Imports of `builtins` can simply be removed for Python-3-only code. `past.old_div` had to be replaces by the "old" div-operatot `//`, while `past.xrange` was unused.
* Cleanup Python code: remove `import __future__`.Hartmut Goebel2019-03-10
| | | | | All of these only made Python 2 accept some Python 3 language idioms, and the code is Python-3-only.