summaryrefslogtreecommitdiff
path: root/gio/gtlscertificate.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all nicks and blurbs from param specswip/sophie-h/remove-nick-blurbSophie Herold2023-04-281-45/+15
* gtlscertificate: Update reference to G_TLS_CERTIFICATE_NO_FLAGSMarco Trevisan (Treviño)2022-08-061-1/+1
* gioenums: Add G_TLS_CERTIFICATE_FLAGS_NONESimon McVittie2022-06-231-0/+2
* gtlscertificate: Hold a ref on the root certificate when building chainsPhilip Withnall2022-06-211-1/+3
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* Fix redefinition of local variable in gio/gtlscertificate.cLoic Le Page2022-04-011-4/+4
* Add `(array length)` annotation to `g_tls_certificate_new_from_pkcs12()`Sebastian Dröge2022-01-251-1/+1
* gtlscertificate: Add ability to load PKCS #12 encrypted filesPatrick Griffis2022-01-071-18/+187
* gtlscertificate: tone down warning about g_tls_certificate_verify()Michael Catanzaro2021-11-221-2/+2
* Document potential footgun with GTlsCertificateFlagsMichael Catanzaro2021-11-161-2/+7
* gtlscertificate: improve documentationMichael Catanzaro2021-08-041-0/+19
* gtlscertificate: Add more annotations to new propertiesMichael Catanzaro2021-06-211-2/+2
* gtlscertificate: add some doc links to PKCS #11 specificationMichael Catanzaro2021-06-151-5/+7
* gtlscertificate: make private key properties readableMichael Catanzaro2021-06-151-19/+37
* tls: expose SAN details on GTlsCertificateRoss Wollman2021-06-101-0/+80
* tlscertificate: Avoid possible invalid readPeter Bloomfield2021-06-041-3/+4
* tls: expose cert details on GTlsCertificateRoss A. Wollman2021-06-011-0/+156
* docs: Fix formatting of code blockpgriffis/doc-fixPatrick Griffis2021-04-191-2/+2
* gio: Add missing nullable annotationsSebastian Dröge2020-11-111-1/+1
* gtlscertificate: Add support for PKCS #11 backed certificatesPatrick Griffis2020-10-011-3/+129
* Revert "gtlscertificate: Add support for PKCS #11 backed certificates"Michael Catanzaro2020-01-301-129/+3
* gtlscertificate: Add support for PKCS #11 backed certificatesPatrick Griffis2019-10-021-3/+129
* gtlscertificate: Allow any type of private key in PEM filesFredrik Ternerot2018-12-181-34/+35
* gtlscertificate: Fix bug in PEM private key parserFredrik Ternerot2018-12-141-1/+1
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* Drop trailing semi-colon from G_DEFINE_ macroEmmanuele Bassi2017-04-101-1/+1
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-2/+2
* Use Unicode in translatable stringsPiotr Drąg2016-10-121-2/+2
* gio: Add filename type annotationsChristoph Reiter2016-06-041-5/+6
* gtlscertificate: Fix error reporting if a GError is not passed inPhilip Withnall2015-10-031-3/+8
* GTlsCertificate: fix loading of chain with private keyMichael Catanzaro2015-08-291-2/+8
* docs: fix up docs issues in gio/Xavier Claessens2015-02-051-1/+0
* GTlsCertificate: fix loading of bad certificate chainsDan Winship2014-11-011-6/+6
* tlscertificate: add support for certificate chainsAleix Conchillo Flaqué2014-10-061-46/+184
* gtlscertificate: fix certificate list parsing with trailing commentsDan Winship2014-04-091-10/+15
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-7/+7
* Docs: replace <literal> by `Matthias Clasen2014-02-061-5/+5
* Docs: Big entity cleanupMatthias Clasen2014-02-011-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Add includes to all gio docsMatthias Clasen2014-01-071-0/+1
* Revert "gtlscertificate: Add certificate-bytes and private-key-bytes props"Stef Walter2012-08-211-48/+11
* gtlscertificate: Add certificate-bytes and private-key-bytes propsStef Walter2012-08-061-11/+48
* gtlscertificate: Don't confuse certificate and public key in docsStef Walter2012-08-061-8/+7
* gtlscertificate: Add g_tls_certificate_is_same() functionStef Walter2012-08-031-0/+37
* GTlsCertificate: support unencrypted PKCS#8 private keysDan Winship2011-11-181-22/+54
* gio static fixupsRyan Lortie2011-10-161-2/+2
* Rework PEM parsing to not be order dependentNicolas Dufresne2011-07-271-54/+95
* Fix two leaks seen when using TLS connectionsDan Winship2011-04-071-0/+1
* Correct gtk-doc SECTION: syntaxJohan Dahlin2011-02-011-1/+1
* Add g_tls_certificate_verify()Dan Winship2010-12-071-45/+47