summaryrefslogtreecommitdiff
path: root/glib/tests/hmac.c
Commit message (Expand)AuthorAgeFilesLines
* ghmac: Add support for G_CHECKSUM_SHA384 to GHmacPhilip Withnall2017-02-201-1/+63
* Add a test for g_hmac_for_bytesMatthias Clasen2016-07-161-0/+23
* gtestutils: add g_assert_cmpmem()Dan Winship2015-08-311-2/+1
* hmac: Add support for SHA-512 in GHmacPhilip Withnall2014-04-161-12/+165
* hmac: Make unit test const-correctPhilip Withnall2014-02-241-3/+3
* Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIXDan Winship2013-11-201-3/+0
* glib/tests: Clean up inclusion of unistd.hChun-wei Fan2013-11-041-3/+1
* Improve coverage of GHmac testsMatthias Clasen2011-10-081-0/+50
* hmac: Implementation of HMAC in glibStef Walter2011-08-141-0/+268