aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_hkdf.c
Commit message (Collapse)AuthorAge
* add integer overflow guards and avoid (unlimited) stack allocationChristian Grothoff2020-04-15
|
* take care of odd memset() callsChristian Grothoff2020-04-15
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* fix include orderChristian Grothoff2018-10-20
|
* benchmark collection awk scriptsFlorian Dold2018-08-18
|
* 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
|
* -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
|
* -encrypt using both AES and TWOFISH, with independent symmetric keysChristian Grothoff2013-09-30
|
* -misc offline hacking / code cleanup in utilChristian Grothoff2012-04-21
|
* curly wars / auto-indentationChristian Grothoff2011-11-04
|
* converting to GNUNET_LOG_from*Christian Grothoff2011-10-11
|
* indentationChristian Grothoff2011-08-15
|
* indentationChristian Grothoff2011-08-15
|
* doxygen fixesMatthias Wachs2010-12-21
|
* minor improvementsNils Durner2010-10-22
|
* Fix logic error in HKDF and provide test case for regressions.David Barksdale2010-10-18
|
* enable out-of-gnunet buildChristian Grothoff2010-10-08
|
* auditChristian Grothoff2010-10-08
|
* style fixes, minor bugfixesNils Durner2010-10-08
|
* small fixes and style issuesChristian Grothoff2010-10-07
|
* small fixes and style issuesChristian Grothoff2010-10-07
|
* fix warningsChristian Grothoff2010-10-05
|
* constNils Durner2010-10-03
|
* fixesNils Durner2010-09-28
|
* support chunked context parameter for HKDFNils Durner2010-09-26
|
* debug outpitNils Durner2010-09-26
|
* remove debug infoNils Durner2010-07-03
|
* The zeroed K(i)-field for K(1) was not included in the RFC (Appendix D, ↵Nils Durner2010-06-29
| | | | point 5 of the *revised* (Crypto'2010) paper)
* minorNils Durner2010-06-29
|
* fixNils Durner2010-06-29
|
* HKDF (does not work yet)Nils Durner2010-06-29