History log of /dovecot/src/lib/hmac.h
Revision Date Author Comments Expand
ffe51a1969f24d88bbfacb3ba2ec83d5b99ae774 29-Nov-2016 Aki Tuomi <aki.tuomi@dovecot.fi>

lib: Add hmac helpers These run hmac for given data with given parameters and returns stack allocated buffer. They are helpful when doing lots of HMACs, such as the AWS4 signing protocol.

d8361cc8576d9ede93a037f9b96f2a3f9b7e9054 08-Sep-2013 Timo Sirainen <tss@iki.fi>

hmac: Fixed crashes on CPUs that don't allow unaligned memory access.

0a3769a4ef3afbbbd05df38f43ec7382fd65a2b6 30-Aug-2012 Florian Zeitz <florob@babelmonkeys.de>

lib: Generalize hmac to be hash independent