aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_hash.c
Commit message (Collapse)AuthorAge
* fix pointer indentationChristian Grothoff2019-11-24
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* benchmark collection awk scriptsFlorian Dold2018-08-18
|
* add more general HMAC function for JWTsSchanzenbach, Martin2018-07-21
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* Style fixes (mostly tabs to spaces).anryko2018-01-07
|
* fix indentationChristian Grothoff2017-06-22
|
* util: add component name to LOG macros; util/client: log incoming message ↵tg(x)2017-02-24
| | | | type/size/source for gnunet-logread
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* make libextractor actually optional, both for GNUnet and GNUnet-taler buildsChristian Grothoff2015-05-30
|
* -fix ftbfsChristian Grothoff2015-05-28
|
* adding --enable-taler-wallet configure option to build a reduced version of ↵Christian Grothoff2015-05-28
| | | | libgnunetutil with only the parts needed by GNU Taler wallets
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* adding API for incremental hashing (from Taler)Christian Grothoff2015-01-09
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* -fixing misc issues and bugs, including better termination logic for ↵Christian Grothoff2014-11-28
| | | | intersection and salt handling
* -revert 'optimization' that broke test_crypto_hkdfChristian Grothoff2014-01-09
|
* -eliminate repeated calls to gcry_md_open, use reset instead of close/openChristian Grothoff2014-01-07
|
* -simplify utf8_tolower/upper APIsChristian Grothoff2013-10-30
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -towards addressing #3047, note this causes the code to FTBFSChristian Grothoff2013-09-30
|
* -rename files/symbols from _aes to _symmetricChristian Grothoff2013-09-30
|
* -encrypt using both AES and TWOFISH, with independent symmetric keysChristian Grothoff2013-09-30
|
* -only use x for ECDHChristian Grothoff2013-09-05
|
* -remove ShortHashCode from API, deprecate SListChristian Grothoff2013-08-19
|
* - conclude for SETFlorian Dold2013-06-03
| | | | | - consensus with SET
* switching to ECDHE cryptography f, implementation is incomplete and ↵Christian Grothoff2013-02-05
| | | | INSECURE, do not use for anything but testing
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
|
* -utf8 tolower/upperMartin Schanzenbach2012-03-26
|
* -doxygenChristian Grothoff2012-03-22
|
* -new short hashes, new short hash cmpMartin Schanzenbach2012-03-19
|
* -LRN: calculate file size for single files when needed and use ↵Christian Grothoff2012-03-19
| | | | GNUNET_DISK_file_size instead of STAT
* adding API for short (256-bit) hash codesChristian Grothoff2012-03-19
|
* -renamingChristian Grothoff2012-03-04
|
* -adding conversion of public key to string and backChristian Grothoff2012-03-04
|
* LRN: adding generic functions for conversion of binary data to ascii and ↵Christian Grothoff2012-03-04
| | | | back: GNUNET_CRYPTO_string_to_data and GNUNET_CRYPTO_data_to_string
* -fixChristian Grothoff2012-02-24
|
* TG: attached are the following patches for GNUnet:Christian Grothoff2012-02-23
| | | | | | | | | | | | | | | - 1: added GNUNET_i2s_full - full variant of GNUNET_i2s - 2: GNUNET_CRYPTO_hash_from_string2 with additional length parameter, useful to prevent an additional strlen call when the caller already knows the length - 3: custom mst callbacks for the server, enables using the server with a custom parser - 4: added GNUNET_SERVER_client_set_finish_pending_write - enables changing the server behavior to finish pending writes when closing the connection Best regards, Gabor Adam Toth
* -add missing comments, expand error checkingChristian Grothoff2012-01-07
|
* changing scheduler priorities to revert to DEFAULT instead of inheriting ↵Christian Grothoff2012-01-01
| | | | parent-task priority unless something else is explicitly specified
* curly wars / auto-indentationChristian Grothoff2011-11-04
|
* converting to GNUNET_LOG_from*Christian Grothoff2011-10-11
|
* run indent twice, it alternates between two 'canonical' forms, also run ↵Christian Grothoff2011-08-29
| | | | whitespace remover
* indentationChristian Grothoff2011-08-15
|