summaryrefslogtreecommitdiff
path: root/gcr/gcr-certificate.c
Commit message (Expand)AuthorAgeFilesLines
* Drop "volatile" for g_once_init_enter locationsbugfix/drop-volatileNiels De Graef2021-05-021-1/+1
* gcr-certificate: Add (virtual) annotationNiels De Graef2020-01-051-1/+1
* gcr: Use G_PARAM_STATIC_STRINGSNiels De Graef2020-01-041-7/+7
* Mark GIR constants as suchNiels De Graef2020-01-031-4/+4
* Don't use deprecated (allow-none) GIR annotationNiels De Graef2020-01-031-6/+6
* gcr: Don't specify checksum types for certificate fingerprint docswip/mjog/cert-fingerprint-docsMichael Gratton2019-01-091-6/+0
* gcr: Add gcr_certificate_get_markup() functionStef Walter2014-03-031-3/+11
* Makefile.am: Single Makefile mode and parallel-testsStef Walter2014-03-031-1/+2
* Gcr-3.gir: Unbreak virtual-method output for GcrCertificate.get_der_dataStef Walter2014-03-031-5/+5
* gcr: A few tweaks to GcrCertificate introspection dataStef Walter2014-03-031-2/+2
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* gck: Properly flag (out) arguments for introspectionStef Walter2014-01-051-2/+2
* More tweaks and fixes for vapi bindingsStef Walter2013-04-271-1/+36
* gcr-certificate: Handle cases where no certificate data is availableStef Walter2013-04-191-17/+36
* Make gcr oids work between ui and base librariesGabor Adam Toth2013-02-141-2/+0
* egg-hex: Use a full string as the hex delimiterStef Walter2012-11-071-1/+1
* Use GBytes instead of our own EggBytesStef Walter2012-06-201-26/+26
* gcr: Fix up documentation for recent prompting workStef Walter2011-12-171-0/+8
* gcr: Add gcr_certificate_get_basic_constraints()Stef Walter2011-11-291-0/+37
* gcr: Add gcr_certificate_get_xxx_name()Stef Walter2011-11-291-4/+54
* gcr: Implement functions for loading and using SubjectPublicKeyInfoStef Walter2011-11-231-2/+2
* egg: Rename egg_asn1x_xxx_raw_element() to egg_asn1x_xxx_element_raw()Stef Walter2011-11-231-2/+2
* gcr: Add support for viewing certificate requestsStef Walter2011-11-231-93/+7
* gcr: Use GBytes immutable ref counted byte buffersStef Walter2011-11-161-53/+95
* gcr: Function to emit notify on GcrCertificate props for data changeStef Walter2011-10-131-0/+15
* egg: Fix parsing of unsigned integers in DERStef Walter2011-10-041-1/+3
* gck: More introspection tweaks, checking for parameters which allow noneStef Walter2011-09-291-16/+27
* gcr: More introspection and documentation cleanupStef Walter2011-09-291-2/+4
* gcr: Complete introspection annotations for gcr libraryStef Walter2011-09-281-40/+32
* gcr: Don't initialize pkcs11 modules automatically.Stef Walter2011-08-251-1/+1
* gcr: Reorganize how gcr oids are generatedStef Walter2011-08-031-6/+5
* gcr: Split GcrSelector into GcrComboSelector and GcrTreeSelectorStef Walter2011-05-111-1/+1
* gcr: GcrColumn.label should be translated with context.Stef Walter2011-04-191-3/+3
* gcr: Complete documentation for new componentsStef Walter2011-04-081-1/+33
* Merge branch 'gnome-3-0'Stef Walter2011-04-081-0/+12
|\
| * gcr: Complete documentationStef Walter2011-04-081-0/+12
* | gcr: Sortable selectorStef Walter2011-04-051-17/+24
* | [gcr] More implementation of selector widget.Stef Walter2011-04-051-6/+277
|/
* [gcr] Fix problem where issuer was returned instead of subject.Stef Walter2010-12-111-1/+1
* [gcr] Complete documentation for various certificate types.Stef Walter2010-12-071-6/+45
* [gcr] Use void pointers instead of unsigned char for data.Stef Walter2010-12-061-7/+7
* [gcr] Add gcr_certificate_is_issuer() and finish up testing.Stef Walter2010-12-061-8/+50
* [gcr] Functions for access GcrCertificate subject and issuer raw DERStef Walter2010-09-181-3/+33
* Use new DER decoding and encoding routines.Stef Walter2010-07-101-30/+33
* [egg] Move the DN functionality into its own file.Stef Walter2010-06-241-4/+5
* [daemon] Large refactoring of prompting for pkcs11 logins.Stef Walter2009-12-191-1/+1
* [doc] Fix up documentation errors and warnings.Stef Walter2009-12-171-9/+9
* [egg, gcr, pkcs11] Take length of ASN.1 into account, when parsing.Stefan Walter2009-08-021-1/+2
* Fill in some API documentation.stefw2009-04-121-0/+185
* Fill in the key size field.Stefan Walter2009-02-141-61/+171