aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_hkdf.c
AgeCommit message (Expand)Author
2017-02-24util: add component name to LOG macros; util/client: log incoming message typ...tg(x)
2016-07-08-avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff
2014-01-09-revert 'optimization' that broke test_crypto_hkdfChristian Grothoff
2014-01-07-eliminate repeated calls to gcry_md_open, use reset instead of close/openChristian Grothoff
2013-09-30-encrypt using both AES and TWOFISH, with independent symmetric keysChristian Grothoff
2012-04-21-misc offline hacking / code cleanup in utilChristian Grothoff
2011-11-04curly wars / auto-indentationChristian Grothoff
2011-10-11converting to GNUNET_LOG_from*Christian Grothoff
2011-08-15indentationChristian Grothoff
2011-08-15indentationChristian Grothoff
2010-12-21doxygen fixesMatthias Wachs
2010-10-22minor improvementsNils Durner
2010-10-18Fix logic error in HKDF and provide test case for regressions.David Barksdale
2010-10-08enable out-of-gnunet buildChristian Grothoff
2010-10-08auditChristian Grothoff
2010-10-08style fixes, minor bugfixesNils Durner
2010-10-07small fixes and style issuesChristian Grothoff
2010-10-07small fixes and style issuesChristian Grothoff
2010-10-05fix warningsChristian Grothoff
2010-10-03constNils Durner
2010-09-28fixesNils Durner
2010-09-26support chunked context parameter for HKDFNils Durner
2010-09-26debug outpitNils Durner
2010-07-03remove debug infoNils Durner
2010-06-29The zeroed K(i)-field for K(1) was not included in the RFC (Appendix D, point...Nils Durner
2010-06-29minorNils Durner
2010-06-29fixNils Durner
2010-06-29HKDF (does not work yet)Nils Durner