summaryrefslogtreecommitdiff
path: root/gcr/gcr-pkcs11-certificate.h
Commit message (Collapse)AuthorAgeFilesLines
* gcr: Add means to construct GcrCertificate from PKCS #11 URIDaiki Ueno2023-01-161-0/+12
| | | | | | This adds an alternative constructor for GcrPkcs11Certificate, namely gcr_pkcs11_certificate_new_from_uri and its async variant, which would allow applications to handle PKCS #11 certificates more easily.
* gcr: Update the inclusion guard to not mention gcr-baseCorentin Noël2022-04-091-4/+4
| | | | Signed-off-by: Corentin Noël <corentin.noel@collabora.com>
* gcr: Provide support for g_autoptr for all typesNiels De Graef2020-01-131-0/+2
|
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
|
* Split the gcr library into base and ui components.Stef Walter2011-09-261-2/+2
| | | | | | * Different pkg-config files gcr-3.pc and gcr-base-3.pc * The base library doesn't link to GTK+ or anything that is used in the UI. It can be used by non-ui programs.
* gcr: Complete documentationStef Walter2011-04-081-0/+3
|
* [gcr] Fix type check macros for certificate implementations.Stef Walter2010-12-101-5/+5
| | | | | The type check macros for GcrSimpleCertificate and GcrPkcs11Certificate were wrong.
* [gcr] Complete documentation for various certificate types.Stef Walter2010-12-071-5/+5
|
* [gcr] Implement GcrPkcs11Certificate which loads certs from PKCS#11Stef Walter2010-12-061-0/+76
In particular we can lookup certs by issuer from the PKCS#11 store.