summaryrefslogtreecommitdiff
path: root/gcr/gcr-fingerprint.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Port from gtk-doc to gi-docgenNiels De Graef2021-11-101-17/+7
* Don't use deprecated (allow-none) GIR annotationNiels De Graef2020-01-031-4/+4
* Makefile.am: Single Makefile mode and parallel-testsStef Walter2014-03-031-1/+2
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Use GBytes instead of our own EggBytesStef Walter2012-06-201-4/+4
* Fix copyright headers.Jordi Mallach2012-03-161-3/+3
* gcr: Implement functions for loading and using SubjectPublicKeyInfoStef Walter2011-11-231-309/+18
* egg: Rename egg_asn1x_xxx_raw_element() to egg_asn1x_xxx_element_raw()Stef Walter2011-11-231-4/+4
* Add valgrind memory checking and fix up errorsStef Walter2011-11-211-3/+4
* gcr: Use GBytes immutable ref counted byte buffersStef Walter2011-11-161-41/+74
* gcr: Rework how we get supplemental information for the importStef Walter2011-10-051-2/+2
* gcr: Complete and make gcr_fingerprint_xxx functions publicStef Walter2011-10-051-40/+179
* egg: Fix parsing of unsigned integers in DERStef Walter2011-10-041-7/+7
* gcr: Reorganize how gcr oids are generatedStef Walter2011-08-031-26/+5
* gcr: Fix creation of fingerprints, make tests pass.Stef Walter2011-05-131-2/+13
* Implement calculation of fingerprints for keys.Stef Walter2011-05-131-0/+255