summaryrefslogtreecommitdiff
path: root/gcr/gcr-parser.c
Commit message (Expand)AuthorAgeFilesLines
* parser: use gi-docgen syntaxNiels De Graef2022-07-091-19/+21
* gck: Remove floating capabilities to GckAttributesCorentin Noël2022-04-091-1/+1
* docs: Port from gtk-doc to gi-docgenNiels De Graef2021-11-101-29/+23
* Drop "volatile" for g_once_init_enter locationsbugfix/drop-volatileNiels De Graef2021-05-021-1/+1
* gcr, ui: Use NULL for "simple" signalsNiels De Graef2021-01-161-1/+1
* gcr: Cleanup with G_DEFINE_BOXED_TYPENiels De Graef2020-03-311-13/+1
* gcr: add support for "NEW CERTIFICATE REQUEST" headerDmitry Baryshkov2020-01-301-0/+5
* gcr: use new egg_asn1x_decode_any_as_string()Dmitry Baryshkov2020-01-291-1/+1
* gcr: Use G_PARAM_STATIC_STRINGSNiels De Graef2020-01-041-3/+6
* Don't use deprecated (allow-none) GIR annotationNiels De Graef2020-01-031-10/+10
* gcr: g_type_class_add_private() is deprecatedNiels De Graef2019-05-241-4/+2
* Properly DER encode CKA_EC_POINTJakub Jelen2017-11-271-5/+43
* Don't leak GcrParsing in gcr_parser_parse_stream()Christophe Fergeau2014-10-141-1/+5
* Free GcrParser::filename in ::finalize()Christophe Fergeau2014-10-141-0/+3
* gcr: GcrParser support or PEM 'PUBLIC KEY' filesStef Walter2014-04-191-0/+14
* gcr: GcrParser support for EC private and public keysStef Walter2014-04-191-0/+111
* Makefile.am: Single Makefile mode and parallel-testsStef Walter2014-03-031-2/+3
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Fix up documentation warningsStef Walter2013-10-181-1/+1
* Parser: Store imported key filename in Parsed & ParserHashem Nasarat2013-10-071-15/+65
* gcr: Allow using GBytes with GcrParserStef Walter2013-09-301-14/+86
* Fix return annotation of gcr_parser_get_parsed_blockHashem Nasarat2013-09-191-1/+1
* Make gcr oids work between ui and base librariesGabor Adam Toth2013-02-141-2/+0
* gcr: fix declaration of GcrParser::authenticateDan Winship2012-07-311-1/+1
* gcr: minor gtk-doc fixesDan Winship2012-07-311-11/+11
* Remove support code for old glib versionsStef Walter2012-06-261-4/+0
* Documentation fixesStef Walter2012-06-261-1/+1
* egg: Rework how DER parsing worksStef Walter2012-06-211-124/+66
* Use GBytes instead of our own EggBytesStef Walter2012-06-201-118/+115
* gcr: Fix signal documentation for GcrParserStef Walter2012-06-191-1/+3
* gck: Add floating references to GckAttributesStef Walter2011-12-081-1/+1
* gck: Add GckBuilder as a mutable attribute setStef Walter2011-12-081-16/+17
* gcr: Fix problem looking up the renderersStef Walter2011-11-301-0/+2
* gcr: Add missing symbols, and build fixesStef Walter2011-11-231-1/+1
* gcr: Implement functions for loading and using SubjectPublicKeyInfoStef Walter2011-11-231-0/+117
* egg: Rename egg_asn1x_xxx_raw_element() to egg_asn1x_xxx_element_raw()Stef Walter2011-11-231-12/+12
* gcr: Add support for parsing PKCS#10 and SPKAC formatsStef Walter2011-11-231-2/+142
* Fix bugs and unused code highlighted by the clang static analyzerStef Walter2011-11-211-3/+0
* egg: Remove usage of libtasn1.hStef Walter2011-11-211-1/+1
* Add valgrind memory checking and fix up errorsStef Walter2011-11-211-2/+12
* gcr: Use GBytes immutable ref counted byte buffersStef Walter2011-11-161-219/+251
* gcr: Parse required attributes out of certificatesStef Walter2011-10-051-21/+45
* egg: Fix parsing of unsigned integers in DERStef Walter2011-10-041-22/+21
* gcr: Complete the PKCS#11 import dialogStef Walter2011-10-041-1/+0
* gck: More introspection tweaks, checking for parameters which allow noneStef Walter2011-09-291-18/+21
* gcr: More introspection and documentation cleanupStef Walter2011-09-291-7/+40
* gcr: Complete introspection annotations for gcr libraryStef Walter2011-09-281-7/+8
* gcr: More deprecation tweaking so we can build on FC16Stef Walter2011-09-271-0/+4
* gcr: Fix documentation, abi, and translation issuesStef Walter2011-09-271-1/+41
* gcr: Refactor GcrParser and delay listing of importersStef Walter2011-09-271-64/+182