summaryrefslogtreecommitdiff
path: root/glib/ghmac.c
Commit message (Expand)AuthorAgeFilesLines
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* ghmac: Fix some signed/unsigned issues with g_checksum_type_get_length()Philip Withnall2022-05-051-2/+14
* ghmac: Fix some signed/unsigned issues with g_checksum_update()Philip Withnall2022-05-051-4/+16
* ghmac: Use new g_alloca0() functionNishal Kulkarni2021-11-261-3/+1
* minor typos in the documentation (a/an)Дилян Палаузов2019-08-241-1/+1
* glib: Add (inout) annotations to g_[hmac|checksum]_get_digest()Philip Withnall2018-03-201-2/+2
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-5/+5
* ghmac: use stable version in documentationIgor Gnatenko2017-02-261-2/+2
* ghmac: Add support for G_CHECKSUM_SHA384 to GHmacPhilip Withnall2017-02-201-1/+3
* Add g_compute_hmac_for_bytes()Giovanni Campagna2016-07-161-0/+36
* Fix annotations of g_compute_hmac_for_dataGiovanni Campagna2016-07-161-1/+1
* hmac: Add support for SHA-512 in GHmacPhilip Withnall2014-04-161-2/+8
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-6/+6
* Convert external links to markdown syntaxMatthias Clasen2014-02-051-1/+2
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* g_hmac_get_string: don't allocate and leak an unused bufferSimon McVittie2011-12-141-1/+5
* g_hmac_copy: initialize the refcountSimon McVittie2011-12-141-0/+1
* More consistent doc formattingMatthias Clasen2011-11-121-1/+1
* Don't #include <glib/gslice.h> from gmem.hRyan Lortie2011-09-181-0/+1
* Correct a doc typoMatthias Clasen2011-08-301-1/+1
* GHmac: pedantic doc fixesMatthias Clasen2011-08-141-19/+25
* hmac: Implementation of HMAC in glibStef Walter2011-08-141-0/+388