aboutsummaryrefslogtreecommitdiff
path: root/src
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
|
* add option to show private keyMartin Schanzenbach2020-05-22
|
* fix #6242Christian Grothoff2020-05-22
|
* style specingChristian Grothoff2020-05-20
|
* missing terminationChristian Grothoff2020-05-19
|
* Improved BIO APIAlessio Vanni2020-05-19
| | | | | | | | | | | | | | | | | | | | BIO now supports reading from and writing to in-memory buffers. For reading, an allocated buffer (array) and a size is passed as arguments to the function opening the handle. For writing, a GNUNET_Buffer is created and used internally. The buffer contents can be extracted using the relevant function. There is a new API in addition to the existing read/write: this new API is more "declarative" in nature and is meant to mimic APIs like GNUNET_SQ. The read/write operations are defined in an array of specs which are then "commited" in a single (non-atomic) operation, rather than explicitly executing multiple function calls and checking their return value. Also there are small changes to GNUNET_Buffer to account for BIO's new features. Signed-off-by: Christian Grothoff <christian@grothoff.org>
* fix ftbfsChristian Grothoff2020-05-19
|
* pow values should be nboMartin Schanzenbach2020-05-18
|
* add smi pow valuesMartin Schanzenbach2020-05-18
|
* fix api for lazy pubkey loadingMartin Schanzenbach2020-05-18
|
* deps are now required, no need for definesMartin Schanzenbach2020-05-17
|
* uncrustifyMartin Schanzenbach2020-05-13
|
* Merge branch 'master' of ssh://gnunet.org/gnunetMartin Schanzenbach2020-05-13
|\
| * fix wrong return valueMartin Schanzenbach2020-05-10
| |
| * fix single label getMartin Schanzenbach2020-05-10
| |
| * add revocation tvgMartin Schanzenbach2020-05-10
| |
| * add zone keys to tvMartin Schanzenbach2020-05-10
| |
| * add gnsrecord tvgMartin Schanzenbach2020-05-10
| |
| * separate id_token and userinfo claims requestsMartin Schanzenbach2020-05-10
| |
| * only include result set of not empty after filteringMartin Schanzenbach2020-05-10
| |
| * fix immediate retryMartin Schanzenbach2020-05-10
| |
| * fix #5782Martin Schanzenbach2020-05-10
| |
* | uncrustifyMartin Schanzenbach2020-05-13
|/
* towards bettwe nss handlingSchanzenbach, Martin2020-05-09
|
* fail of LSD0001 is violated for GNS2DNSSchanzenbach, Martin2020-05-09
|
* fix #6103; make LEHOs supplemental from CNAMEs and GNS2DNS namesSchanzenbach, Martin2020-05-09
|
* add json response headers to rest pluginsSchanzenbach, Martin2020-05-09
|
* add response headers, add replace api to namestoreSchanzenbach, Martin2020-05-09
|
* add filtering and modify deletion APISchanzenbach, Martin2020-05-09
|
* change label processing in namestore REST api for gns recordsSchanzenbach, Martin2020-05-09
| | | | properly fix bugs in json gnsrecord parser
* try to fix messSchanzenbach, Martin2020-05-07
|
* fix DLL assertionSchanzenbach, Martin2020-05-06
|
* same id derivation for anonSchanzenbach, Martin2020-05-06
|
* deprecate ill-defined set_nick APISchanzenbach, Martin2020-05-06
|
* called function twiceSchanzenbach, Martin2020-05-06
|
* minor fixSchanzenbach, Martin2020-05-06
|
* Fix #6070Florian Dold2020-05-06
| | | | | | | | Use same endianess for EdSA and ECDSA private keys. The encoding of (R,S) of ECDSA signatures is still big-endian, to match RFC 6967. This is different from the (R,S) of EdDSA, which is little-endian according to RFC 8032.
* move from tweetnacl (+custom hacks) -> only sodiumFlorian Dold2020-05-06
|
* fixSchanzenbach, Martin2020-05-06
|
* more warningsSchanzenbach, Martin2020-05-06
|
* introduce have_rest; fix warningsSchanzenbach, Martin2020-05-06
|
* improve configure messages for rest and reclaimSchanzenbach, Martin2020-05-06
|
* fix dll removeSchanzenbach, Martin2020-05-05
|
* better deletion of ego handlingSchanzenbach, Martin2020-05-05
|
* better cleanupSchanzenbach, Martin2020-05-05
|
* propery deserialize attestsSchanzenbach, Martin2020-05-05
|
* fix attestationsSchanzenbach, Martin2020-05-05
|
* Merge branch 'master' of git+ssh://gnunet.org/gnunetChristian Grothoff2020-05-02
|\