summaryrefslogtreecommitdiff
path: root/gcr/gcr-parser.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gcr: Show warnings about keys that have not been verifiedStef Walter2011-09-271-1/+3
* gcr: Add Renderer for Gnupg keysStef Walter2011-09-271-2/+18
* gcr: Implement parsing of openpgp packet contents into records.Stef Walter2011-09-271-1/+3
* gcr: GcrParser now reports current format for block parsedStef Walter2011-09-271-261/+385
* gcr: Implement recognizing of OpenPGP packetsStef Walter2011-09-271-11/+72
* gcr: Implement OpenSSH public key parserStef Walter2011-09-271-16/+92
* Merge branch 'track-memory'Stef Walter2011-09-191-0/+2
|\
| * Secure memory taggingStef Walter2011-09-101-0/+2
* | gcr: Accept slightly invalid PKCS#12 filesStef Walter2011-09-121-7/+51
* | gcr: Verify PKCS#12 MACStef Walter2011-09-121-4/+92
* | gcr: Fix memory leak while parsing PKCS#8 encrypted keys.Stef Walter2011-09-121-0/+1
|/
* gcr: Stop parsing PKCS#12 bag if lockedStef Walter2011-09-021-1/+3
* gcr: Add support for getting friendly name out of a PKCS#12 file.Stef Walter2011-09-011-5/+47
* gcr: Support multiple items inside a PKCS#12 bag.Stef Walter2011-09-011-9/+4
* gcr: Documentation, testing and distcheck fixesStef Walter2011-09-011-5/+2
* gcr: Expose correct outer block for PEM in GcrParserStef Walter2011-09-011-6/+7
* egg: Make OpenSSL PEM routines return outer block as well.Stef Walter2011-09-011-2/+7
* gcr: Add support for unlocking files in gcr-viewerStef Walter2011-09-011-16/+23
* gcr: Support get surrounding data block from GcrParserStef Walter2011-09-011-14/+70
* gcr: Test GcrParser with null and empty dataStef Walter2011-09-011-10/+12
* Fix compile warnings when building with --disable-debugStef Walter2011-08-301-1/+1
* gcr: Don't initialize pkcs11 modules automatically.Stef Walter2011-08-251-1/+1
* gcr: Reorganize how gcr oids are generatedStef Walter2011-08-031-38/+17