index
:
gnunet
gnunet
master
v0.9
Amatus' GNUnet stable branch https://gnunet.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
/
crypto_hkdf.c
Age
Commit message (
Expand
)
Author
2017-02-24
util: 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 0
Christian Grothoff
2014-01-09
-revert 'optimization' that broke test_crypto_hkdf
Christian Grothoff
2014-01-07
-eliminate repeated calls to gcry_md_open, use reset instead of close/open
Christian Grothoff
2013-09-30
-encrypt using both AES and TWOFISH, with independent symmetric keys
Christian Grothoff
2012-04-21
-misc offline hacking / code cleanup in util
Christian Grothoff
2011-11-04
curly wars / auto-indentation
Christian Grothoff
2011-10-11
converting to GNUNET_LOG_from*
Christian Grothoff
2011-08-15
indentation
Christian Grothoff
2011-08-15
indentation
Christian Grothoff
2010-12-21
doxygen fixes
Matthias Wachs
2010-10-22
minor improvements
Nils Durner
2010-10-18
Fix logic error in HKDF and provide test case for regressions.
David Barksdale
2010-10-08
enable out-of-gnunet build
Christian Grothoff
2010-10-08
audit
Christian Grothoff
2010-10-08
style fixes, minor bugfixes
Nils Durner
2010-10-07
small fixes and style issues
Christian Grothoff
2010-10-07
small fixes and style issues
Christian Grothoff
2010-10-05
fix warnings
Christian Grothoff
2010-10-03
const
Nils Durner
2010-09-28
fixes
Nils Durner
2010-09-26
support chunked context parameter for HKDF
Nils Durner
2010-09-26
debug outpit
Nils Durner
2010-07-03
remove debug info
Nils Durner
2010-06-29
The zeroed K(i)-field for K(1) was not included in the RFC (Appendix D, point...
Nils Durner
2010-06-29
minor
Nils Durner
2010-06-29
fix
Nils Durner
2010-06-29
HKDF (does not work yet)
Nils Durner