aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_hkdf.c
Commit message (Collapse)AuthorAge
* -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