Andreas Wacknitz
2024-03-02 f1be4ec69d8395d0ceff28e9d983a4057ea1ad64
gcr: update to 3.41.1

1 files deleted
5 files modified
2712 ■■■■ changed files
components/library/gcr/Makefile 35 ●●●●● patch | view | raw | blame | history
components/library/gcr/gcr.p5m 989 ●●●●● patch | view | raw | blame | history
components/library/gcr/manifests/sample-manifest.p5m 984 ●●●●● patch | view | raw | blame | history
components/library/gcr/patches/02-memrchr.patch 111 ●●●●● patch | view | raw | blame | history
components/library/gcr/pkg5 5 ●●●●● patch | view | raw | blame | history
components/library/gcr/test/results-all.master 588 ●●●●● patch | view | raw | blame | history
components/library/gcr/Makefile
@@ -22,22 +22,22 @@
#
# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2019, Michal Nowak
# Copyright (c) 2022, Andreas Wacknitz
# Copyright (c) 2022, 2024, Andreas Wacknitz
#
BUILD_BITS= 64_and_32
BUILD_STYLE= meson
BUILD_BITS= 64
USE_DEFAULT_TEST_TRANSFORMS= yes
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=            gcr
COMPONENT_MJR_VERSION=    3.38
COMPONENT_MJR_VERSION=    3.41
COMPONENT_VERSION=    $(COMPONENT_MJR_VERSION).1
COMPONENT_REVISION=    3
COMPONENT_SUMMARY=    A GNOME library for displaying certificates and crypto UI
COMPONENT_PROJECT_URL=    https://gitlab.gnome.org/GNOME/gcr/
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
COMPONENT_ARCHIVE_HASH=    sha256:17fcaf9c4a93a65fb1c72b82643bb102c13344084687d5886ea66313868d9ec9
COMPONENT_ARCHIVE_HASH=    sha256:bb7128a3c2febbfee9c03b90d77d498d0ceb237b0789802d60185c71c4bea24f
COMPONENT_ARCHIVE_URL=    https://download.gnome.org/sources/$(COMPONENT_NAME)/$(COMPONENT_MJR_VERSION)/$(COMPONENT_ARCHIVE)
COMPONENT_PROJECT_URL=    https://github.com/GNOME/gcr
COMPONENT_FMRI=            library/gnome/$(COMPONENT_NAME)
@@ -47,7 +47,9 @@
include $(WS_MAKE_RULES)/common.mk
CONFIGURE_OPTIONS += --libexecdir="$(USRLIBDIR.$(BITS))"
PATH= $(PATH.gnu)
CONFIGURE_OPTIONS += --libexecdir="$(USRLIBEXECDIR)"
CONFIGURE_OPTIONS += --localstatedir="$(VARDIR)"
CONFIGURE_OPTIONS += --sysconfdir="$(ETCDIR)"
@@ -55,28 +57,18 @@
CONFIGURE_ENV += PATH=$(PATH.gnu)
CONFIGURE_ENV += GLIB_COMPILE_SCHEMAS=/usr/bin/glib-compile-schemas
# Requires a reconf due to patch to autoconf and automake-related files.
COMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv);
# We don't have introspection for 32-bit.
CONFIGURE_OPTIONS.32 += --enable-introspection=no
# Required for other components.
CONFIGURE_OPTIONS.64 += --enable-introspection
# Required for other components.
CONFIGURE_OPTIONS.64 += --enable-vala
# Fix 64-bit builds.
CONFIGURE_OPTIONS.64 += ac_cv_path_LIBGCRYPT_CONFIG=$(USRBINDIR64)/libgcrypt-config
LDFLAGS += -lsocket
LIBS    += -lsocket
# g-ir-scanner
CC_PIC_MODE = $(CC_PIC_DISABLE)
LD_Z_PIE_MODE = $(LD_Z_PIE_DISABLE)
# gobject-introspection
COMPONENT_BUILD_ENV += CC="$(CC)"
COMPONENT_BUILD_ENV += CFLAGS="$(CFLAGS)"
COMPONENT_TEST_ARGS= -k -i
# Build dependencies
# Manually added build dependencies
REQUIRED_PACKAGES += crypto/gnupg
REQUIRED_PACKAGES += developer/documentation-tool/doxygen
REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
@@ -91,5 +83,6 @@
REQUIRED_PACKAGES += library/desktop/p11-kit
REQUIRED_PACKAGES += library/desktop/pango
REQUIRED_PACKAGES += library/glib2
REQUIRED_PACKAGES += library/libsecret
REQUIRED_PACKAGES += system/library
REQUIRED_PACKAGES += system/library/security/libgcrypt
components/library/gcr/gcr.p5m
@@ -10,9 +10,7 @@
#
#
# Copyright 2016 Alexander Pyhalov
# Copyright 2018 Michal Nowak
# Copyright 2022 Andreas Wacknitz
# Copyright 2024 Andreas Wacknitz
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -25,10 +23,6 @@
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
# Drop 32-bit binaries:
<transform file path=.*/bin/$(MACH32)/.+ -> drop>
file path=usr/bin/$(MACH32)/gcr-viewer
file path=usr/bin/gcr-viewer
file path=usr/include/gck-1/gck/gck-deprecated.h
file path=usr/include/gck-1/gck/gck-enum-types.h
@@ -90,51 +84,979 @@
file path=usr/include/gcr-3/ui/gcr-unlock-options-widget.h
file path=usr/include/gcr-3/ui/gcr-viewer-widget.h
file path=usr/include/gcr-3/ui/gcr-viewer.h
file path=usr/lib/$(MACH64)/gcr-prompter mode=0555
file path=usr/lib/$(MACH64)/gcr-ssh-askpass mode=0555
file path=usr/lib/$(MACH64)/girepository-1.0/Gck-1.typelib
file path=usr/lib/$(MACH64)/girepository-1.0/Gcr-3.typelib
file path=usr/lib/$(MACH64)/girepository-1.0/GcrUi-3.typelib
link path=usr/lib/$(MACH64)/libgck-1.so target=libgck-1.so.0.0.0
link path=usr/lib/$(MACH64)/libgck-1.so target=libgck-1.so.0
link path=usr/lib/$(MACH64)/libgck-1.so.0 target=libgck-1.so.0.0.0
file path=usr/lib/$(MACH64)/libgck-1.so.0.0.0
link path=usr/lib/$(MACH64)/libgcr-3.so target=libgcr-ui-3.so.1.0.0
link path=usr/lib/$(MACH64)/libgcr-3.so.1 target=libgcr-ui-3.so.1.0.0
link path=usr/lib/$(MACH64)/libgcr-3.so.1.0.0 target=libgcr-ui-3.so.1.0.0
link path=usr/lib/$(MACH64)/libgcr-base-3.so target=libgcr-base-3.so.1.0.0
link path=usr/lib/$(MACH64)/libgcr-base-3.so target=libgcr-base-3.so.1
link path=usr/lib/$(MACH64)/libgcr-base-3.so.1 target=libgcr-base-3.so.1.0.0
file path=usr/lib/$(MACH64)/libgcr-base-3.so.1.0.0
link path=usr/lib/$(MACH64)/libgcr-ui-3.so target=libgcr-ui-3.so.1.0.0
link path=usr/lib/$(MACH64)/libgcr-ui-3.so target=libgcr-ui-3.so.1
link path=usr/lib/$(MACH64)/libgcr-ui-3.so.1 target=libgcr-ui-3.so.1.0.0
file path=usr/lib/$(MACH64)/libgcr-ui-3.so.1.0.0
file path=usr/lib/$(MACH64)/pkgconfig/gck-1.pc
file path=usr/lib/$(MACH64)/pkgconfig/gcr-3.pc
file path=usr/lib/$(MACH64)/pkgconfig/gcr-base-3.pc
file path=usr/lib/$(MACH64)/pkgconfig/gcr-ui-3.pc
file path=usr/lib/gcr-prompter mode=0555
file path=usr/lib/gcr-ssh-askpass mode=0555
link path=usr/lib/libgck-1.so target=libgck-1.so.0.0.0
link path=usr/lib/libgck-1.so.0 target=libgck-1.so.0.0.0
file path=usr/lib/libgck-1.so.0.0.0
link path=usr/lib/libgcr-3.so target=libgcr-ui-3.so.1.0.0
link path=usr/lib/libgcr-3.so.1 target=libgcr-ui-3.so.1.0.0
link path=usr/lib/libgcr-3.so.1.0.0 target=libgcr-ui-3.so.1.0.0
link path=usr/lib/libgcr-base-3.so target=libgcr-base-3.so.1.0.0
link path=usr/lib/libgcr-base-3.so.1 target=libgcr-base-3.so.1.0.0
file path=usr/lib/libgcr-base-3.so.1.0.0
link path=usr/lib/libgcr-ui-3.so target=libgcr-ui-3.so.1.0.0
link path=usr/lib/libgcr-ui-3.so.1 target=libgcr-ui-3.so.1.0.0
file path=usr/lib/libgcr-ui-3.so.1.0.0
file path=usr/lib/pkgconfig/gck-1.pc
file path=usr/lib/pkgconfig/gcr-3.pc
file path=usr/lib/pkgconfig/gcr-base-3.pc
file path=usr/lib/pkgconfig/gcr-ui-3.pc
file path=usr/libexec/gcr-prompter
file path=usr/libexec/gcr-ssh-agent
file path=usr/libexec/gcr-ssh-askpass
file path=usr/share/GConf/gsettings/org.gnome.crypto.pgp.convert
file path=usr/share/GConf/gsettings/org.gnome.crypto.pgp_keyservers.convert
file path=usr/share/applications/gcr-prompter.desktop
file path=usr/share/applications/gcr-viewer.desktop
file path=usr/share/dbus-1/services/org.gnome.keyring.PrivatePrompter.service
file path=usr/share/dbus-1/services/org.gnome.keyring.SystemPrompter.service
file path=usr/share/doc/gck-1/RedHatDisplay-Black.woff
file path=usr/share/doc/gck-1/RedHatDisplay-Black.woff2
file path=usr/share/doc/gck-1/RedHatDisplay-BlackItalic.woff
file path=usr/share/doc/gck-1/RedHatDisplay-BlackItalic.woff2
file path=usr/share/doc/gck-1/RedHatDisplay-Bold.woff
file path=usr/share/doc/gck-1/RedHatDisplay-Bold.woff2
file path=usr/share/doc/gck-1/RedHatDisplay-BoldItalic.woff
file path=usr/share/doc/gck-1/RedHatDisplay-BoldItalic.woff2
file path=usr/share/doc/gck-1/RedHatDisplay-Italic.woff
file path=usr/share/doc/gck-1/RedHatDisplay-Italic.woff2
file path=usr/share/doc/gck-1/RedHatDisplay-Medium.woff
file path=usr/share/doc/gck-1/RedHatDisplay-Medium.woff2
file path=usr/share/doc/gck-1/RedHatDisplay-MediumItalic.woff
file path=usr/share/doc/gck-1/RedHatDisplay-MediumItalic.woff2
file path=usr/share/doc/gck-1/RedHatDisplay-Regular.woff
file path=usr/share/doc/gck-1/RedHatDisplay-Regular.woff2
file path=usr/share/doc/gck-1/RedHatText-Bold.woff
file path=usr/share/doc/gck-1/RedHatText-Bold.woff2
file path=usr/share/doc/gck-1/RedHatText-BoldItalic.woff
file path=usr/share/doc/gck-1/RedHatText-BoldItalic.woff2
file path=usr/share/doc/gck-1/RedHatText-Italic.woff
file path=usr/share/doc/gck-1/RedHatText-Italic.woff2
file path=usr/share/doc/gck-1/RedHatText-Medium.woff
file path=usr/share/doc/gck-1/RedHatText-Medium.woff2
file path=usr/share/doc/gck-1/RedHatText-MediumItalic.woff
file path=usr/share/doc/gck-1/RedHatText-MediumItalic.woff2
file path=usr/share/doc/gck-1/RedHatText-Regular.woff
file path=usr/share/doc/gck-1/RedHatText-Regular.woff2
file path=usr/share/doc/gck-1/SourceCodePro-It.ttf.woff
file path=usr/share/doc/gck-1/SourceCodePro-Regular.ttf.woff
file path=usr/share/doc/gck-1/SourceCodePro-Semibold.ttf.woff
file path=usr/share/doc/gck-1/callback.Allocator.html
file path=usr/share/doc/gck-1/class.Enumerator.html
file path=usr/share/doc/gck-1/class.Module.html
file path=usr/share/doc/gck-1/class.Object.html
file path=usr/share/doc/gck-1/class.Password.html
file path=usr/share/doc/gck-1/class.Session.html
file path=usr/share/doc/gck-1/class.Slot.html
file path=usr/share/doc/gck-1/classes_hierarchy.html
file path=usr/share/doc/gck-1/const.INVALID.html
file path=usr/share/doc/gck-1/const.MAJOR_VERSION.html
file path=usr/share/doc/gck-1/const.MICRO_VERSION.html
file path=usr/share/doc/gck-1/const.MINOR_VERSION.html
file path=usr/share/doc/gck-1/const.URI_FOR_MODULE_WITH_VERSION.html
file path=usr/share/doc/gck-1/const.URI_FOR_OBJECT_ON_TOKEN.html
file path=usr/share/doc/gck-1/const.URI_FOR_OBJECT_ON_TOKEN_AND_MODULE.html
file path=usr/share/doc/gck-1/const.VENDOR_CODE.html
file path=usr/share/doc/gck-1/ctor.Attribute.new.html
file path=usr/share/doc/gck-1/ctor.Attribute.new_boolean.html
file path=usr/share/doc/gck-1/ctor.Attribute.new_date.html
file path=usr/share/doc/gck-1/ctor.Attribute.new_empty.html
file path=usr/share/doc/gck-1/ctor.Attribute.new_invalid.html
file path=usr/share/doc/gck-1/ctor.Attribute.new_string.html
file path=usr/share/doc/gck-1/ctor.Attribute.new_ulong.html
file path=usr/share/doc/gck-1/ctor.Attributes.new.html
file path=usr/share/doc/gck-1/ctor.Attributes.new_empty.html
file path=usr/share/doc/gck-1/ctor.Builder.new.html
file path=usr/share/doc/gck-1/ctor.Module.new.html
file path=usr/share/doc/gck-1/ctor.Object.from_handle.html
file path=usr/share/doc/gck-1/ctor.UriData.new.html
file path=usr/share/doc/gck-1/enum.BuilderFlags.html
file path=usr/share/doc/gck-1/enum.Error.html
file path=usr/share/doc/gck-1/enum.UriError.html
file path=usr/share/doc/gck-1/flags.SessionOptions.html
file path=usr/share/doc/gck-1/flags.UriFlags.html
file path=usr/share/doc/gck-1/fonts.css
file path=usr/share/doc/gck-1/func.CHECK_VERSION.html
file path=usr/share/doc/gck-1/func.list_get_boxed_type.html
file path=usr/share/doc/gck-1/func.list_ref_copy.html
file path=usr/share/doc/gck-1/func.list_unref_free.html
file path=usr/share/doc/gck-1/func.mechanisms_at.html
file path=usr/share/doc/gck-1/func.mechanisms_check.html
file path=usr/share/doc/gck-1/func.mechanisms_length.html
file path=usr/share/doc/gck-1/func.message_from_rv.html
file path=usr/share/doc/gck-1/func.modules_enumerate_objects.html
file path=usr/share/doc/gck-1/func.modules_enumerate_uri.html
file path=usr/share/doc/gck-1/func.modules_get_slots.html
file path=usr/share/doc/gck-1/func.modules_initialize_registered.html
file path=usr/share/doc/gck-1/func.modules_initialize_registered_async.html
file path=usr/share/doc/gck-1/func.modules_initialize_registered_finish.html
file path=usr/share/doc/gck-1/func.modules_object_for_uri.html
file path=usr/share/doc/gck-1/func.modules_objects_for_uri.html
file path=usr/share/doc/gck-1/func.modules_token_for_uri.html
file path=usr/share/doc/gck-1/func.modules_tokens_for_uri.html
file path=usr/share/doc/gck-1/func.objects_from_handle_array.html
file path=usr/share/doc/gck-1/func.slots_enumerate_objects.html
file path=usr/share/doc/gck-1/func.string_from_chars.html
file path=usr/share/doc/gck-1/func.string_to_chars.html
file path=usr/share/doc/gck-1/func.uri_build.html
file path=usr/share/doc/gck-1/func.uri_parse.html
file path=usr/share/doc/gck-1/func.value_to_boolean.html
file path=usr/share/doc/gck-1/func.value_to_ulong.html
file path=usr/share/doc/gck-1/fzy.js
file path=usr/share/doc/gck-1/gck-1.devhelp2
file path=usr/share/doc/gck-1/go-up-symbolic.png
file path=usr/share/doc/gck-1/iface.ObjectCache.html
file path=usr/share/doc/gck-1/index.html
file path=usr/share/doc/gck-1/index.json
file path=usr/share/doc/gck-1/main.js
file path=usr/share/doc/gck-1/method.Attribute.clear.html
file path=usr/share/doc/gck-1/method.Attribute.dump.html
file path=usr/share/doc/gck-1/method.Attribute.dup.html
file path=usr/share/doc/gck-1/method.Attribute.equal.html
file path=usr/share/doc/gck-1/method.Attribute.free.html
file path=usr/share/doc/gck-1/method.Attribute.get_boolean.html
file path=usr/share/doc/gck-1/method.Attribute.get_data.html
file path=usr/share/doc/gck-1/method.Attribute.get_date.html
file path=usr/share/doc/gck-1/method.Attribute.get_string.html
file path=usr/share/doc/gck-1/method.Attribute.get_ulong.html
file path=usr/share/doc/gck-1/method.Attribute.hash.html
file path=usr/share/doc/gck-1/method.Attribute.init.html
file path=usr/share/doc/gck-1/method.Attribute.init_boolean.html
file path=usr/share/doc/gck-1/method.Attribute.init_copy.html
file path=usr/share/doc/gck-1/method.Attribute.init_date.html
file path=usr/share/doc/gck-1/method.Attribute.init_empty.html
file path=usr/share/doc/gck-1/method.Attribute.init_invalid.html
file path=usr/share/doc/gck-1/method.Attribute.init_string.html
file path=usr/share/doc/gck-1/method.Attribute.init_ulong.html
file path=usr/share/doc/gck-1/method.Attribute.is_invalid.html
file path=usr/share/doc/gck-1/method.Attributes.at.html
file path=usr/share/doc/gck-1/method.Attributes.contains.html
file path=usr/share/doc/gck-1/method.Attributes.count.html
file path=usr/share/doc/gck-1/method.Attributes.dump.html
file path=usr/share/doc/gck-1/method.Attributes.find.html
file path=usr/share/doc/gck-1/method.Attributes.find_boolean.html
file path=usr/share/doc/gck-1/method.Attributes.find_date.html
file path=usr/share/doc/gck-1/method.Attributes.find_string.html
file path=usr/share/doc/gck-1/method.Attributes.find_ulong.html
file path=usr/share/doc/gck-1/method.Attributes.ref.html
file path=usr/share/doc/gck-1/method.Attributes.ref_sink.html
file path=usr/share/doc/gck-1/method.Attributes.to_string.html
file path=usr/share/doc/gck-1/method.Attributes.unref.html
file path=usr/share/doc/gck-1/method.Builder.add_all.html
file path=usr/share/doc/gck-1/method.Builder.add_attribute.html
file path=usr/share/doc/gck-1/method.Builder.add_boolean.html
file path=usr/share/doc/gck-1/method.Builder.add_data.html
file path=usr/share/doc/gck-1/method.Builder.add_date.html
file path=usr/share/doc/gck-1/method.Builder.add_empty.html
file path=usr/share/doc/gck-1/method.Builder.add_except.html
file path=usr/share/doc/gck-1/method.Builder.add_exceptv.html
file path=usr/share/doc/gck-1/method.Builder.add_invalid.html
file path=usr/share/doc/gck-1/method.Builder.add_only.html
file path=usr/share/doc/gck-1/method.Builder.add_onlyv.html
file path=usr/share/doc/gck-1/method.Builder.add_string.html
file path=usr/share/doc/gck-1/method.Builder.add_ulong.html
file path=usr/share/doc/gck-1/method.Builder.clear.html
file path=usr/share/doc/gck-1/method.Builder.copy.html
file path=usr/share/doc/gck-1/method.Builder.end.html
file path=usr/share/doc/gck-1/method.Builder.find.html
file path=usr/share/doc/gck-1/method.Builder.find_boolean.html
file path=usr/share/doc/gck-1/method.Builder.find_date.html
file path=usr/share/doc/gck-1/method.Builder.find_string.html
file path=usr/share/doc/gck-1/method.Builder.find_ulong.html
file path=usr/share/doc/gck-1/method.Builder.init.html
file path=usr/share/doc/gck-1/method.Builder.init_full.html
file path=usr/share/doc/gck-1/method.Builder.ref.html
file path=usr/share/doc/gck-1/method.Builder.set_all.html
file path=usr/share/doc/gck-1/method.Builder.set_boolean.html
file path=usr/share/doc/gck-1/method.Builder.set_data.html
file path=usr/share/doc/gck-1/method.Builder.set_date.html
file path=usr/share/doc/gck-1/method.Builder.set_empty.html
file path=usr/share/doc/gck-1/method.Builder.set_invalid.html
file path=usr/share/doc/gck-1/method.Builder.set_string.html
file path=usr/share/doc/gck-1/method.Builder.set_ulong.html
file path=usr/share/doc/gck-1/method.Builder.steal.html
file path=usr/share/doc/gck-1/method.Builder.take_data.html
file path=usr/share/doc/gck-1/method.Enumerator.get_chained.html
file path=usr/share/doc/gck-1/method.Enumerator.get_interaction.html
file path=usr/share/doc/gck-1/method.Enumerator.get_object_type.html
file path=usr/share/doc/gck-1/method.Enumerator.next.html
file path=usr/share/doc/gck-1/method.Enumerator.next_async.html
file path=usr/share/doc/gck-1/method.Enumerator.next_finish.html
file path=usr/share/doc/gck-1/method.Enumerator.next_n.html
file path=usr/share/doc/gck-1/method.Enumerator.set_chained.html
file path=usr/share/doc/gck-1/method.Enumerator.set_interaction.html
file path=usr/share/doc/gck-1/method.Enumerator.set_object_type.html
file path=usr/share/doc/gck-1/method.Enumerator.set_object_type_full.html
file path=usr/share/doc/gck-1/method.MechanismInfo.copy.html
file path=usr/share/doc/gck-1/method.MechanismInfo.free.html
file path=usr/share/doc/gck-1/method.Module.equal.html
file path=usr/share/doc/gck-1/method.Module.get_functions.html
file path=usr/share/doc/gck-1/method.Module.get_info.html
file path=usr/share/doc/gck-1/method.Module.get_path.html
file path=usr/share/doc/gck-1/method.Module.get_slots.html
file path=usr/share/doc/gck-1/method.Module.hash.html
file path=usr/share/doc/gck-1/method.Module.match.html
file path=usr/share/doc/gck-1/method.ModuleInfo.copy.html
file path=usr/share/doc/gck-1/method.ModuleInfo.free.html
file path=usr/share/doc/gck-1/method.Object.cache_lookup.html
file path=usr/share/doc/gck-1/method.Object.cache_lookup_async.html
file path=usr/share/doc/gck-1/method.Object.cache_lookup_finish.html
file path=usr/share/doc/gck-1/method.Object.destroy.html
file path=usr/share/doc/gck-1/method.Object.destroy_async.html
file path=usr/share/doc/gck-1/method.Object.destroy_finish.html
file path=usr/share/doc/gck-1/method.Object.equal.html
file path=usr/share/doc/gck-1/method.Object.get.html
file path=usr/share/doc/gck-1/method.Object.get_async.html
file path=usr/share/doc/gck-1/method.Object.get_data.html
file path=usr/share/doc/gck-1/method.Object.get_data_async.html
file path=usr/share/doc/gck-1/method.Object.get_data_finish.html
file path=usr/share/doc/gck-1/method.Object.get_data_full.html
file path=usr/share/doc/gck-1/method.Object.get_finish.html
file path=usr/share/doc/gck-1/method.Object.get_full.html
file path=usr/share/doc/gck-1/method.Object.get_handle.html
file path=usr/share/doc/gck-1/method.Object.get_module.html
file path=usr/share/doc/gck-1/method.Object.get_session.html
file path=usr/share/doc/gck-1/method.Object.get_template.html
file path=usr/share/doc/gck-1/method.Object.get_template_async.html
file path=usr/share/doc/gck-1/method.Object.get_template_finish.html
file path=usr/share/doc/gck-1/method.Object.hash.html
file path=usr/share/doc/gck-1/method.Object.set.html
file path=usr/share/doc/gck-1/method.Object.set_async.html
file path=usr/share/doc/gck-1/method.Object.set_finish.html
file path=usr/share/doc/gck-1/method.Object.set_template.html
file path=usr/share/doc/gck-1/method.Object.set_template_async.html
file path=usr/share/doc/gck-1/method.Object.set_template_finish.html
file path=usr/share/doc/gck-1/method.ObjectCache.fill.html
file path=usr/share/doc/gck-1/method.ObjectCache.get_attributes.html
file path=usr/share/doc/gck-1/method.ObjectCache.set_attributes.html
file path=usr/share/doc/gck-1/method.ObjectCache.update.html
file path=usr/share/doc/gck-1/method.ObjectCache.update_async.html
file path=usr/share/doc/gck-1/method.ObjectCache.update_finish.html
file path=usr/share/doc/gck-1/method.Password.get_key.html
file path=usr/share/doc/gck-1/method.Password.get_module.html
file path=usr/share/doc/gck-1/method.Password.get_token.html
file path=usr/share/doc/gck-1/method.Session.create_object.html
file path=usr/share/doc/gck-1/method.Session.create_object_async.html
file path=usr/share/doc/gck-1/method.Session.create_object_finish.html
file path=usr/share/doc/gck-1/method.Session.decrypt.html
file path=usr/share/doc/gck-1/method.Session.decrypt_async.html
file path=usr/share/doc/gck-1/method.Session.decrypt_finish.html
file path=usr/share/doc/gck-1/method.Session.decrypt_full.html
file path=usr/share/doc/gck-1/method.Session.derive_key.html
file path=usr/share/doc/gck-1/method.Session.derive_key_async.html
file path=usr/share/doc/gck-1/method.Session.derive_key_finish.html
file path=usr/share/doc/gck-1/method.Session.derive_key_full.html
file path=usr/share/doc/gck-1/method.Session.encrypt.html
file path=usr/share/doc/gck-1/method.Session.encrypt_async.html
file path=usr/share/doc/gck-1/method.Session.encrypt_finish.html
file path=usr/share/doc/gck-1/method.Session.encrypt_full.html
file path=usr/share/doc/gck-1/method.Session.enumerate_objects.html
file path=usr/share/doc/gck-1/method.Session.find_handles.html
file path=usr/share/doc/gck-1/method.Session.find_handles_async.html
file path=usr/share/doc/gck-1/method.Session.find_handles_finish.html
file path=usr/share/doc/gck-1/method.Session.find_objects.html
file path=usr/share/doc/gck-1/method.Session.find_objects_async.html
file path=usr/share/doc/gck-1/method.Session.find_objects_finish.html
file path=usr/share/doc/gck-1/method.Session.generate_key_pair.html
file path=usr/share/doc/gck-1/method.Session.generate_key_pair_async.html
file path=usr/share/doc/gck-1/method.Session.generate_key_pair_finish.html
file path=usr/share/doc/gck-1/method.Session.generate_key_pair_full.html
file path=usr/share/doc/gck-1/method.Session.get_handle.html
file path=usr/share/doc/gck-1/method.Session.get_info.html
file path=usr/share/doc/gck-1/method.Session.get_interaction.html
file path=usr/share/doc/gck-1/method.Session.get_module.html
file path=usr/share/doc/gck-1/method.Session.get_options.html
file path=usr/share/doc/gck-1/method.Session.get_slot.html
file path=usr/share/doc/gck-1/method.Session.get_state.html
file path=usr/share/doc/gck-1/method.Session.init_pin.html
file path=usr/share/doc/gck-1/method.Session.init_pin_async.html
file path=usr/share/doc/gck-1/method.Session.init_pin_finish.html
file path=usr/share/doc/gck-1/method.Session.login.html
file path=usr/share/doc/gck-1/method.Session.login_async.html
file path=usr/share/doc/gck-1/method.Session.login_finish.html
file path=usr/share/doc/gck-1/method.Session.login_interactive.html
file path=usr/share/doc/gck-1/method.Session.login_interactive_async.html
file path=usr/share/doc/gck-1/method.Session.login_interactive_finish.html
file path=usr/share/doc/gck-1/method.Session.logout.html
file path=usr/share/doc/gck-1/method.Session.logout_async.html
file path=usr/share/doc/gck-1/method.Session.logout_finish.html
file path=usr/share/doc/gck-1/method.Session.set_interaction.html
file path=usr/share/doc/gck-1/method.Session.set_pin.html
file path=usr/share/doc/gck-1/method.Session.set_pin_async.html
file path=usr/share/doc/gck-1/method.Session.set_pin_finish.html
file path=usr/share/doc/gck-1/method.Session.sign.html
file path=usr/share/doc/gck-1/method.Session.sign_async.html
file path=usr/share/doc/gck-1/method.Session.sign_finish.html
file path=usr/share/doc/gck-1/method.Session.sign_full.html
file path=usr/share/doc/gck-1/method.Session.unwrap_key.html
file path=usr/share/doc/gck-1/method.Session.unwrap_key_async.html
file path=usr/share/doc/gck-1/method.Session.unwrap_key_finish.html
file path=usr/share/doc/gck-1/method.Session.unwrap_key_full.html
file path=usr/share/doc/gck-1/method.Session.verify.html
file path=usr/share/doc/gck-1/method.Session.verify_async.html
file path=usr/share/doc/gck-1/method.Session.verify_finish.html
file path=usr/share/doc/gck-1/method.Session.verify_full.html
file path=usr/share/doc/gck-1/method.Session.wrap_key.html
file path=usr/share/doc/gck-1/method.Session.wrap_key_async.html
file path=usr/share/doc/gck-1/method.Session.wrap_key_finish.html
file path=usr/share/doc/gck-1/method.Session.wrap_key_full.html
file path=usr/share/doc/gck-1/method.SessionInfo.copy.html
file path=usr/share/doc/gck-1/method.SessionInfo.free.html
file path=usr/share/doc/gck-1/method.Slot.enumerate_objects.html
file path=usr/share/doc/gck-1/method.Slot.equal.html
file path=usr/share/doc/gck-1/method.Slot.get_handle.html
file path=usr/share/doc/gck-1/method.Slot.get_info.html
file path=usr/share/doc/gck-1/method.Slot.get_mechanism_info.html
file path=usr/share/doc/gck-1/method.Slot.get_mechanisms.html
file path=usr/share/doc/gck-1/method.Slot.get_module.html
file path=usr/share/doc/gck-1/method.Slot.get_token_info.html
file path=usr/share/doc/gck-1/method.Slot.has_flags.html
file path=usr/share/doc/gck-1/method.Slot.hash.html
file path=usr/share/doc/gck-1/method.Slot.match.html
file path=usr/share/doc/gck-1/method.Slot.open_session.html
file path=usr/share/doc/gck-1/method.Slot.open_session_async.html
file path=usr/share/doc/gck-1/method.Slot.open_session_finish.html
file path=usr/share/doc/gck-1/method.Slot.open_session_full.html
file path=usr/share/doc/gck-1/method.Slot.open_session_full_async.html
file path=usr/share/doc/gck-1/method.SlotInfo.copy.html
file path=usr/share/doc/gck-1/method.SlotInfo.free.html
file path=usr/share/doc/gck-1/method.TokenInfo.copy.html
file path=usr/share/doc/gck-1/method.TokenInfo.free.html
file path=usr/share/doc/gck-1/method.UriData.copy.html
file path=usr/share/doc/gck-1/method.UriData.free.html
file path=usr/share/doc/gck-1/pkcs11-links.html
file path=usr/share/doc/gck-1/property.Enumerator.chained.html
file path=usr/share/doc/gck-1/property.Enumerator.interaction.html
file path=usr/share/doc/gck-1/property.Enumerator.object-type.html
file path=usr/share/doc/gck-1/property.Module.functions.html
file path=usr/share/doc/gck-1/property.Module.path.html
file path=usr/share/doc/gck-1/property.Object.handle.html
file path=usr/share/doc/gck-1/property.Object.module.html
file path=usr/share/doc/gck-1/property.Object.session.html
file path=usr/share/doc/gck-1/property.ObjectCache.attributes.html
file path=usr/share/doc/gck-1/property.Password.key.html
file path=usr/share/doc/gck-1/property.Password.module.html
file path=usr/share/doc/gck-1/property.Password.token.html
file path=usr/share/doc/gck-1/property.Session.app-data.html
file path=usr/share/doc/gck-1/property.Session.handle.html
file path=usr/share/doc/gck-1/property.Session.interaction.html
file path=usr/share/doc/gck-1/property.Session.module.html
file path=usr/share/doc/gck-1/property.Session.opening-flags.html
file path=usr/share/doc/gck-1/property.Session.options.html
file path=usr/share/doc/gck-1/property.Session.slot.html
file path=usr/share/doc/gck-1/property.Slot.handle.html
file path=usr/share/doc/gck-1/property.Slot.module.html
file path=usr/share/doc/gck-1/search.js
file path=usr/share/doc/gck-1/signal.Module.authenticate-object.html
file path=usr/share/doc/gck-1/signal.Module.authenticate-slot.html
file path=usr/share/doc/gck-1/signal.Session.discard-handle.html
file path=usr/share/doc/gck-1/solarized-dark.css
file path=usr/share/doc/gck-1/solarized-light.css
file path=usr/share/doc/gck-1/struct.Attribute.html
file path=usr/share/doc/gck-1/struct.Attributes.html
file path=usr/share/doc/gck-1/struct.Builder.html
file path=usr/share/doc/gck-1/struct.Mechanism.html
file path=usr/share/doc/gck-1/struct.MechanismInfo.html
file path=usr/share/doc/gck-1/struct.ModuleInfo.html
file path=usr/share/doc/gck-1/struct.SessionInfo.html
file path=usr/share/doc/gck-1/struct.SlotInfo.html
file path=usr/share/doc/gck-1/struct.TokenInfo.html
file path=usr/share/doc/gck-1/struct.UriData.html
file path=usr/share/doc/gck-1/style.css
file path=usr/share/doc/gck-1/type_func.Builder.unref.html
file path=usr/share/doc/gck-1/type_func.Error.get_quark.html
file path=usr/share/doc/gck-1/type_func.Module.initialize.html
file path=usr/share/doc/gck-1/type_func.Module.initialize_async.html
file path=usr/share/doc/gck-1/type_func.Module.initialize_finish.html
file path=usr/share/doc/gck-1/type_func.Session.from_handle.html
file path=usr/share/doc/gck-1/type_func.Session.open.html
file path=usr/share/doc/gck-1/type_func.Session.open_async.html
file path=usr/share/doc/gck-1/type_func.Session.open_finish.html
file path=usr/share/doc/gck-1/type_func.Slot.from_handle.html
file path=usr/share/doc/gck-1/type_func.UriError.get_quark.html
file path=usr/share/doc/gck-1/vfunc.Module.authenticate_object.html
file path=usr/share/doc/gck-1/vfunc.Module.authenticate_slot.html
file path=usr/share/doc/gck-1/vfunc.ObjectCache.fill.html
file path=usr/share/doc/gck-1/vfunc.Session.discard_handle.html
file path=usr/share/doc/gcr-3/RedHatDisplay-Black.woff
file path=usr/share/doc/gcr-3/RedHatDisplay-Black.woff2
file path=usr/share/doc/gcr-3/RedHatDisplay-BlackItalic.woff
file path=usr/share/doc/gcr-3/RedHatDisplay-BlackItalic.woff2
file path=usr/share/doc/gcr-3/RedHatDisplay-Bold.woff
file path=usr/share/doc/gcr-3/RedHatDisplay-Bold.woff2
file path=usr/share/doc/gcr-3/RedHatDisplay-BoldItalic.woff
file path=usr/share/doc/gcr-3/RedHatDisplay-BoldItalic.woff2
file path=usr/share/doc/gcr-3/RedHatDisplay-Italic.woff
file path=usr/share/doc/gcr-3/RedHatDisplay-Italic.woff2
file path=usr/share/doc/gcr-3/RedHatDisplay-Medium.woff
file path=usr/share/doc/gcr-3/RedHatDisplay-Medium.woff2
file path=usr/share/doc/gcr-3/RedHatDisplay-MediumItalic.woff
file path=usr/share/doc/gcr-3/RedHatDisplay-MediumItalic.woff2
file path=usr/share/doc/gcr-3/RedHatDisplay-Regular.woff
file path=usr/share/doc/gcr-3/RedHatDisplay-Regular.woff2
file path=usr/share/doc/gcr-3/RedHatText-Bold.woff
file path=usr/share/doc/gcr-3/RedHatText-Bold.woff2
file path=usr/share/doc/gcr-3/RedHatText-BoldItalic.woff
file path=usr/share/doc/gcr-3/RedHatText-BoldItalic.woff2
file path=usr/share/doc/gcr-3/RedHatText-Italic.woff
file path=usr/share/doc/gcr-3/RedHatText-Italic.woff2
file path=usr/share/doc/gcr-3/RedHatText-Medium.woff
file path=usr/share/doc/gcr-3/RedHatText-Medium.woff2
file path=usr/share/doc/gcr-3/RedHatText-MediumItalic.woff
file path=usr/share/doc/gcr-3/RedHatText-MediumItalic.woff2
file path=usr/share/doc/gcr-3/RedHatText-Regular.woff
file path=usr/share/doc/gcr-3/RedHatText-Regular.woff2
file path=usr/share/doc/gcr-3/SourceCodePro-It.ttf.woff
file path=usr/share/doc/gcr-3/SourceCodePro-Regular.ttf.woff
file path=usr/share/doc/gcr-3/SourceCodePro-Semibold.ttf.woff
file path=usr/share/doc/gcr-3/callback.FilterCollectionFunc.html
file path=usr/share/doc/gcr-3/class.CertificateChain.html
file path=usr/share/doc/gcr-3/class.CertificateRequest.html
file path=usr/share/doc/gcr-3/class.FilterCollection.html
file path=usr/share/doc/gcr-3/class.Parser.html
file path=usr/share/doc/gcr-3/class.Pkcs11Certificate.html
file path=usr/share/doc/gcr-3/class.SecretExchange.html
file path=usr/share/doc/gcr-3/class.SimpleCertificate.html
file path=usr/share/doc/gcr-3/class.SimpleCollection.html
file path=usr/share/doc/gcr-3/class.SshAskpass.html
file path=usr/share/doc/gcr-3/class.SystemPrompt.html
file path=usr/share/doc/gcr-3/class.SystemPrompter.html
file path=usr/share/doc/gcr-3/class.UnionCollection.html
file path=usr/share/doc/gcr-3/classes_hierarchy.html
file path=usr/share/doc/gcr-3/const.ICON_CERTIFICATE.html
file path=usr/share/doc/gcr-3/const.ICON_GNUPG.html
file path=usr/share/doc/gcr-3/const.ICON_HOME_DIRECTORY.html
file path=usr/share/doc/gcr-3/const.ICON_KEY.html
file path=usr/share/doc/gcr-3/const.ICON_KEY_PAIR.html
file path=usr/share/doc/gcr-3/const.ICON_PASSWORD.html
file path=usr/share/doc/gcr-3/const.ICON_SMART_CARD.html
file path=usr/share/doc/gcr-3/const.MAJOR_VERSION.html
file path=usr/share/doc/gcr-3/const.MICRO_VERSION.html
file path=usr/share/doc/gcr-3/const.MINOR_VERSION.html
file path=usr/share/doc/gcr-3/const.PURPOSE_CLIENT_AUTH.html
file path=usr/share/doc/gcr-3/const.PURPOSE_CODE_SIGNING.html
file path=usr/share/doc/gcr-3/const.PURPOSE_EMAIL.html
file path=usr/share/doc/gcr-3/const.PURPOSE_SERVER_AUTH.html
file path=usr/share/doc/gcr-3/const.SECRET_EXCHANGE_PROTOCOL_1.html
file path=usr/share/doc/gcr-3/const.UNLOCK_OPTION_ALWAYS.html
file path=usr/share/doc/gcr-3/const.UNLOCK_OPTION_IDLE.html
file path=usr/share/doc/gcr-3/const.UNLOCK_OPTION_SESSION.html
file path=usr/share/doc/gcr-3/const.UNLOCK_OPTION_TIMEOUT.html
file path=usr/share/doc/gcr-3/ctor.CertificateChain.new.html
file path=usr/share/doc/gcr-3/ctor.FilterCollection.new_with_callback.html
file path=usr/share/doc/gcr-3/ctor.Parser.new.html
file path=usr/share/doc/gcr-3/ctor.SecretExchange.new.html
file path=usr/share/doc/gcr-3/ctor.SimpleCertificate.new.html
file path=usr/share/doc/gcr-3/ctor.SimpleCertificate.new_static.html
file path=usr/share/doc/gcr-3/ctor.SimpleCollection.new.html
file path=usr/share/doc/gcr-3/ctor.SshAskpass.new.html
file path=usr/share/doc/gcr-3/ctor.SystemPrompter.new.html
file path=usr/share/doc/gcr-3/ctor.UnionCollection.new.html
file path=usr/share/doc/gcr-3/enum.CertificateChainStatus.html
file path=usr/share/doc/gcr-3/enum.CertificateRequestFormat.html
file path=usr/share/doc/gcr-3/enum.DataError.html
file path=usr/share/doc/gcr-3/enum.DataFormat.html
file path=usr/share/doc/gcr-3/enum.PromptReply.html
file path=usr/share/doc/gcr-3/enum.SystemPromptError.html
file path=usr/share/doc/gcr-3/enum.SystemPrompterMode.html
file path=usr/share/doc/gcr-3/flags.CertificateChainFlags.html
file path=usr/share/doc/gcr-3/flags.ColumnFlags.html
file path=usr/share/doc/gcr-3/fonts.css
file path=usr/share/doc/gcr-3/func.CHECK_VERSION.html
file path=usr/share/doc/gcr-3/func.data_error_get_domain.html
file path=usr/share/doc/gcr-3/func.fingerprint_from_attributes.html
file path=usr/share/doc/gcr-3/func.fingerprint_from_subject_public_key_info.html
file path=usr/share/doc/gcr-3/func.icon_for_token.html
file path=usr/share/doc/gcr-3/func.mock_prompter_disconnect.html
file path=usr/share/doc/gcr-3/func.mock_prompter_expect_close.html
file path=usr/share/doc/gcr-3/func.mock_prompter_expect_confirm_cancel.html
file path=usr/share/doc/gcr-3/func.mock_prompter_expect_confirm_ok.html
file path=usr/share/doc/gcr-3/func.mock_prompter_expect_password_cancel.html
file path=usr/share/doc/gcr-3/func.mock_prompter_expect_password_ok.html
file path=usr/share/doc/gcr-3/func.mock_prompter_get_delay_msec.html
file path=usr/share/doc/gcr-3/func.mock_prompter_is_expecting.html
file path=usr/share/doc/gcr-3/func.mock_prompter_is_prompting.html
file path=usr/share/doc/gcr-3/func.mock_prompter_set_delay_msec.html
file path=usr/share/doc/gcr-3/func.mock_prompter_start.html
file path=usr/share/doc/gcr-3/func.mock_prompter_stop.html
file path=usr/share/doc/gcr-3/func.pkcs11_add_module.html
file path=usr/share/doc/gcr-3/func.pkcs11_add_module_from_file.html
file path=usr/share/doc/gcr-3/func.pkcs11_get_modules.html
file path=usr/share/doc/gcr-3/func.pkcs11_get_trust_lookup_slots.html
file path=usr/share/doc/gcr-3/func.pkcs11_get_trust_lookup_uris.html
file path=usr/share/doc/gcr-3/func.pkcs11_get_trust_store_slot.html
file path=usr/share/doc/gcr-3/func.pkcs11_get_trust_store_uri.html
file path=usr/share/doc/gcr-3/func.pkcs11_initialize.html
file path=usr/share/doc/gcr-3/func.pkcs11_initialize_async.html
file path=usr/share/doc/gcr-3/func.pkcs11_initialize_finish.html
file path=usr/share/doc/gcr-3/func.pkcs11_set_modules.html
file path=usr/share/doc/gcr-3/func.pkcs11_set_trust_lookup_uris.html
file path=usr/share/doc/gcr-3/func.pkcs11_set_trust_store_uri.html
file path=usr/share/doc/gcr-3/func.secure_memory_alloc.html
file path=usr/share/doc/gcr-3/func.secure_memory_free.html
file path=usr/share/doc/gcr-3/func.secure_memory_is_secure.html
file path=usr/share/doc/gcr-3/func.secure_memory_new.html
file path=usr/share/doc/gcr-3/func.secure_memory_realloc.html
file path=usr/share/doc/gcr-3/func.secure_memory_strdup.html
file path=usr/share/doc/gcr-3/func.secure_memory_strfree.html
file path=usr/share/doc/gcr-3/func.secure_memory_try_alloc.html
file path=usr/share/doc/gcr-3/func.secure_memory_try_realloc.html
file path=usr/share/doc/gcr-3/func.trust_add_pinned_certificate.html
file path=usr/share/doc/gcr-3/func.trust_add_pinned_certificate_async.html
file path=usr/share/doc/gcr-3/func.trust_add_pinned_certificate_finish.html
file path=usr/share/doc/gcr-3/func.trust_is_certificate_anchored.html
file path=usr/share/doc/gcr-3/func.trust_is_certificate_anchored_async.html
file path=usr/share/doc/gcr-3/func.trust_is_certificate_anchored_finish.html
file path=usr/share/doc/gcr-3/func.trust_is_certificate_pinned.html
file path=usr/share/doc/gcr-3/func.trust_is_certificate_pinned_async.html
file path=usr/share/doc/gcr-3/func.trust_is_certificate_pinned_finish.html
file path=usr/share/doc/gcr-3/func.trust_remove_pinned_certificate.html
file path=usr/share/doc/gcr-3/func.trust_remove_pinned_certificate_async.html
file path=usr/share/doc/gcr-3/func.trust_remove_pinned_certificate_finish.html
file path=usr/share/doc/gcr-3/fzy.js
file path=usr/share/doc/gcr-3/gcr-3.devhelp2
file path=usr/share/doc/gcr-3/go-up-symbolic.png
file path=usr/share/doc/gcr-3/iface.Certificate.html
file path=usr/share/doc/gcr-3/iface.Collection.html
file path=usr/share/doc/gcr-3/iface.Comparable.html
file path=usr/share/doc/gcr-3/iface.ImportInteraction.html
file path=usr/share/doc/gcr-3/iface.Importer.html
file path=usr/share/doc/gcr-3/iface.Prompt.html
file path=usr/share/doc/gcr-3/index.html
file path=usr/share/doc/gcr-3/index.json
file path=usr/share/doc/gcr-3/main.js
file path=usr/share/doc/gcr-3/method.Certificate.get_basic_constraints.html
file path=usr/share/doc/gcr-3/method.Certificate.get_der_data.html
file path=usr/share/doc/gcr-3/method.Certificate.get_expiry_date.html
file path=usr/share/doc/gcr-3/method.Certificate.get_fingerprint.html
file path=usr/share/doc/gcr-3/method.Certificate.get_fingerprint_hex.html
file path=usr/share/doc/gcr-3/method.Certificate.get_icon.html
file path=usr/share/doc/gcr-3/method.Certificate.get_issued_date.html
file path=usr/share/doc/gcr-3/method.Certificate.get_issuer_cn.html
file path=usr/share/doc/gcr-3/method.Certificate.get_issuer_dn.html
file path=usr/share/doc/gcr-3/method.Certificate.get_issuer_name.html
file path=usr/share/doc/gcr-3/method.Certificate.get_issuer_part.html
file path=usr/share/doc/gcr-3/method.Certificate.get_issuer_raw.html
file path=usr/share/doc/gcr-3/method.Certificate.get_key_size.html
file path=usr/share/doc/gcr-3/method.Certificate.get_markup_text.html
file path=usr/share/doc/gcr-3/method.Certificate.get_serial_number.html
file path=usr/share/doc/gcr-3/method.Certificate.get_serial_number_hex.html
file path=usr/share/doc/gcr-3/method.Certificate.get_subject_cn.html
file path=usr/share/doc/gcr-3/method.Certificate.get_subject_dn.html
file path=usr/share/doc/gcr-3/method.Certificate.get_subject_name.html
file path=usr/share/doc/gcr-3/method.Certificate.get_subject_part.html
file path=usr/share/doc/gcr-3/method.Certificate.get_subject_raw.html
file path=usr/share/doc/gcr-3/method.Certificate.is_issuer.html
file path=usr/share/doc/gcr-3/method.Certificate.mixin_emit_notify.html
file path=usr/share/doc/gcr-3/method.CertificateChain.add.html
file path=usr/share/doc/gcr-3/method.CertificateChain.build.html
file path=usr/share/doc/gcr-3/method.CertificateChain.build_async.html
file path=usr/share/doc/gcr-3/method.CertificateChain.build_finish.html
file path=usr/share/doc/gcr-3/method.CertificateChain.get_anchor.html
file path=usr/share/doc/gcr-3/method.CertificateChain.get_certificate.html
file path=usr/share/doc/gcr-3/method.CertificateChain.get_endpoint.html
file path=usr/share/doc/gcr-3/method.CertificateChain.get_length.html
file path=usr/share/doc/gcr-3/method.CertificateChain.get_status.html
file path=usr/share/doc/gcr-3/method.CertificateRequest.complete.html
file path=usr/share/doc/gcr-3/method.CertificateRequest.complete_async.html
file path=usr/share/doc/gcr-3/method.CertificateRequest.complete_finish.html
file path=usr/share/doc/gcr-3/method.CertificateRequest.encode.html
file path=usr/share/doc/gcr-3/method.CertificateRequest.get_format.html
file path=usr/share/doc/gcr-3/method.CertificateRequest.get_private_key.html
file path=usr/share/doc/gcr-3/method.CertificateRequest.set_cn.html
file path=usr/share/doc/gcr-3/method.Collection.contains.html
file path=usr/share/doc/gcr-3/method.Collection.emit_added.html
file path=usr/share/doc/gcr-3/method.Collection.emit_removed.html
file path=usr/share/doc/gcr-3/method.Collection.get_length.html
file path=usr/share/doc/gcr-3/method.Collection.get_objects.html
file path=usr/share/doc/gcr-3/method.Comparable.compare.html
file path=usr/share/doc/gcr-3/method.FilterCollection.get_underlying.html
file path=usr/share/doc/gcr-3/method.FilterCollection.refilter.html
file path=usr/share/doc/gcr-3/method.FilterCollection.set_callback.html
file path=usr/share/doc/gcr-3/method.ImportInteraction.supplement.html
file path=usr/share/doc/gcr-3/method.ImportInteraction.supplement_async.html
file path=usr/share/doc/gcr-3/method.ImportInteraction.supplement_finish.html
file path=usr/share/doc/gcr-3/method.ImportInteraction.supplement_prep.html
file path=usr/share/doc/gcr-3/method.Importer.get_interaction.html
file path=usr/share/doc/gcr-3/method.Importer.import.html
file path=usr/share/doc/gcr-3/method.Importer.import_async.html
file path=usr/share/doc/gcr-3/method.Importer.import_finish.html
file path=usr/share/doc/gcr-3/method.Importer.queue_for_parsed.html
file path=usr/share/doc/gcr-3/method.Importer.set_interaction.html
file path=usr/share/doc/gcr-3/method.Parsed.get_attributes.html
file path=usr/share/doc/gcr-3/method.Parsed.get_bytes.html
file path=usr/share/doc/gcr-3/method.Parsed.get_data.html
file path=usr/share/doc/gcr-3/method.Parsed.get_description.html
file path=usr/share/doc/gcr-3/method.Parsed.get_filename.html
file path=usr/share/doc/gcr-3/method.Parsed.get_format.html
file path=usr/share/doc/gcr-3/method.Parsed.get_label.html
file path=usr/share/doc/gcr-3/method.Parsed.ref.html
file path=usr/share/doc/gcr-3/method.Parser.add_password.html
file path=usr/share/doc/gcr-3/method.Parser.format_disable.html
file path=usr/share/doc/gcr-3/method.Parser.format_enable.html
file path=usr/share/doc/gcr-3/method.Parser.format_supported.html
file path=usr/share/doc/gcr-3/method.Parser.get_filename.html
file path=usr/share/doc/gcr-3/method.Parser.get_parsed.html
file path=usr/share/doc/gcr-3/method.Parser.get_parsed_attributes.html
file path=usr/share/doc/gcr-3/method.Parser.get_parsed_block.html
file path=usr/share/doc/gcr-3/method.Parser.get_parsed_bytes.html
file path=usr/share/doc/gcr-3/method.Parser.get_parsed_description.html
file path=usr/share/doc/gcr-3/method.Parser.get_parsed_format.html
file path=usr/share/doc/gcr-3/method.Parser.get_parsed_label.html
file path=usr/share/doc/gcr-3/method.Parser.parse_bytes.html
file path=usr/share/doc/gcr-3/method.Parser.parse_data.html
file path=usr/share/doc/gcr-3/method.Parser.parse_stream.html
file path=usr/share/doc/gcr-3/method.Parser.parse_stream_async.html
file path=usr/share/doc/gcr-3/method.Parser.parse_stream_finish.html
file path=usr/share/doc/gcr-3/method.Parser.set_filename.html
file path=usr/share/doc/gcr-3/method.Pkcs11Certificate.get_attributes.html
file path=usr/share/doc/gcr-3/method.Prompt.close.html
file path=usr/share/doc/gcr-3/method.Prompt.confirm.html
file path=usr/share/doc/gcr-3/method.Prompt.confirm_async.html
file path=usr/share/doc/gcr-3/method.Prompt.confirm_finish.html
file path=usr/share/doc/gcr-3/method.Prompt.confirm_run.html
file path=usr/share/doc/gcr-3/method.Prompt.get_caller_window.html
file path=usr/share/doc/gcr-3/method.Prompt.get_cancel_label.html
file path=usr/share/doc/gcr-3/method.Prompt.get_choice_chosen.html
file path=usr/share/doc/gcr-3/method.Prompt.get_choice_label.html
file path=usr/share/doc/gcr-3/method.Prompt.get_continue_label.html
file path=usr/share/doc/gcr-3/method.Prompt.get_description.html
file path=usr/share/doc/gcr-3/method.Prompt.get_message.html
file path=usr/share/doc/gcr-3/method.Prompt.get_password_new.html
file path=usr/share/doc/gcr-3/method.Prompt.get_password_strength.html
file path=usr/share/doc/gcr-3/method.Prompt.get_title.html
file path=usr/share/doc/gcr-3/method.Prompt.get_warning.html
file path=usr/share/doc/gcr-3/method.Prompt.password.html
file path=usr/share/doc/gcr-3/method.Prompt.password_async.html
file path=usr/share/doc/gcr-3/method.Prompt.password_finish.html
file path=usr/share/doc/gcr-3/method.Prompt.password_run.html
file path=usr/share/doc/gcr-3/method.Prompt.reset.html
file path=usr/share/doc/gcr-3/method.Prompt.set_caller_window.html
file path=usr/share/doc/gcr-3/method.Prompt.set_cancel_label.html
file path=usr/share/doc/gcr-3/method.Prompt.set_choice_chosen.html
file path=usr/share/doc/gcr-3/method.Prompt.set_choice_label.html
file path=usr/share/doc/gcr-3/method.Prompt.set_continue_label.html
file path=usr/share/doc/gcr-3/method.Prompt.set_description.html
file path=usr/share/doc/gcr-3/method.Prompt.set_message.html
file path=usr/share/doc/gcr-3/method.Prompt.set_password_new.html
file path=usr/share/doc/gcr-3/method.Prompt.set_title.html
file path=usr/share/doc/gcr-3/method.Prompt.set_warning.html
file path=usr/share/doc/gcr-3/method.SecretExchange.begin.html
file path=usr/share/doc/gcr-3/method.SecretExchange.get_protocol.html
file path=usr/share/doc/gcr-3/method.SecretExchange.get_secret.html
file path=usr/share/doc/gcr-3/method.SecretExchange.receive.html
file path=usr/share/doc/gcr-3/method.SecretExchange.send.html
file path=usr/share/doc/gcr-3/method.SimpleCollection.add.html
file path=usr/share/doc/gcr-3/method.SimpleCollection.remove.html
file path=usr/share/doc/gcr-3/method.SshAskpass.get_interaction.html
file path=usr/share/doc/gcr-3/method.SystemPrompt.close.html
file path=usr/share/doc/gcr-3/method.SystemPrompt.close_async.html
file path=usr/share/doc/gcr-3/method.SystemPrompt.close_finish.html
file path=usr/share/doc/gcr-3/method.SystemPrompt.get_secret_exchange.html
file path=usr/share/doc/gcr-3/method.SystemPrompter.get_mode.html
file path=usr/share/doc/gcr-3/method.SystemPrompter.get_prompt_type.html
file path=usr/share/doc/gcr-3/method.SystemPrompter.get_prompting.html
file path=usr/share/doc/gcr-3/method.SystemPrompter.register.html
file path=usr/share/doc/gcr-3/method.SystemPrompter.unregister.html
file path=usr/share/doc/gcr-3/method.UnionCollection.add.html
file path=usr/share/doc/gcr-3/method.UnionCollection.elements.html
file path=usr/share/doc/gcr-3/method.UnionCollection.have.html
file path=usr/share/doc/gcr-3/method.UnionCollection.remove.html
file path=usr/share/doc/gcr-3/method.UnionCollection.size.html
file path=usr/share/doc/gcr-3/method.UnionCollection.take.html
file path=usr/share/doc/gcr-3/non-pageable-memory.html
file path=usr/share/doc/gcr-3/pkcs11-configuration.html
file path=usr/share/doc/gcr-3/property.Certificate.description.html
file path=usr/share/doc/gcr-3/property.Certificate.expiry.html
file path=usr/share/doc/gcr-3/property.Certificate.icon.html
file path=usr/share/doc/gcr-3/property.Certificate.issuer.html
file path=usr/share/doc/gcr-3/property.Certificate.label.html
file path=usr/share/doc/gcr-3/property.Certificate.markup.html
file path=usr/share/doc/gcr-3/property.Certificate.subject.html
file path=usr/share/doc/gcr-3/property.CertificateChain.length.html
file path=usr/share/doc/gcr-3/property.CertificateChain.status.html
file path=usr/share/doc/gcr-3/property.CertificateRequest.format.html
file path=usr/share/doc/gcr-3/property.CertificateRequest.private-key.html
file path=usr/share/doc/gcr-3/property.FilterCollection.underlying.html
file path=usr/share/doc/gcr-3/property.Importer.icon.html
file path=usr/share/doc/gcr-3/property.Importer.interaction.html
file path=usr/share/doc/gcr-3/property.Importer.label.html
file path=usr/share/doc/gcr-3/property.Importer.uri.html
file path=usr/share/doc/gcr-3/property.Parser.parsed-attributes.html
file path=usr/share/doc/gcr-3/property.Parser.parsed-description.html
file path=usr/share/doc/gcr-3/property.Parser.parsed-label.html
file path=usr/share/doc/gcr-3/property.Pkcs11Certificate.attributes.html
file path=usr/share/doc/gcr-3/property.Prompt.caller-window.html
file path=usr/share/doc/gcr-3/property.Prompt.cancel-label.html
file path=usr/share/doc/gcr-3/property.Prompt.choice-chosen.html
file path=usr/share/doc/gcr-3/property.Prompt.choice-label.html
file path=usr/share/doc/gcr-3/property.Prompt.continue-label.html
file path=usr/share/doc/gcr-3/property.Prompt.description.html
file path=usr/share/doc/gcr-3/property.Prompt.message.html
file path=usr/share/doc/gcr-3/property.Prompt.password-new.html
file path=usr/share/doc/gcr-3/property.Prompt.password-strength.html
file path=usr/share/doc/gcr-3/property.Prompt.title.html
file path=usr/share/doc/gcr-3/property.Prompt.warning.html
file path=usr/share/doc/gcr-3/property.SecretExchange.protocol.html
file path=usr/share/doc/gcr-3/property.SshAskpass.interaction.html
file path=usr/share/doc/gcr-3/property.SystemPrompt.bus-name.html
file path=usr/share/doc/gcr-3/property.SystemPrompt.secret-exchange.html
file path=usr/share/doc/gcr-3/property.SystemPrompt.timeout-seconds.html
file path=usr/share/doc/gcr-3/property.SystemPrompter.mode.html
file path=usr/share/doc/gcr-3/property.SystemPrompter.prompt-type.html
file path=usr/share/doc/gcr-3/property.SystemPrompter.prompting.html
file path=usr/share/doc/gcr-3/search.js
file path=usr/share/doc/gcr-3/signal.Collection.added.html
file path=usr/share/doc/gcr-3/signal.Collection.removed.html
file path=usr/share/doc/gcr-3/signal.Parser.authenticate.html
file path=usr/share/doc/gcr-3/signal.Parser.parsed.html
file path=usr/share/doc/gcr-3/signal.Prompt.prompt-close.html
file path=usr/share/doc/gcr-3/signal.SystemPrompter.new-prompt.html
file path=usr/share/doc/gcr-3/solarized-dark.css
file path=usr/share/doc/gcr-3/solarized-light.css
file path=usr/share/doc/gcr-3/struct.Column.html
file path=usr/share/doc/gcr-3/struct.Parsed.html
file path=usr/share/doc/gcr-3/style.css
file path=usr/share/doc/gcr-3/trust-store.html
file path=usr/share/doc/gcr-3/type_func.Certificate.compare.html
file path=usr/share/doc/gcr-3/type_func.Certificate.get_columns.html
file path=usr/share/doc/gcr-3/type_func.Certificate.mixin_class_init.html
file path=usr/share/doc/gcr-3/type_func.Certificate.mixin_comparable_init.html
file path=usr/share/doc/gcr-3/type_func.Certificate.mixin_get_property.html
file path=usr/share/doc/gcr-3/type_func.CertificateRequest.capable.html
file path=usr/share/doc/gcr-3/type_func.CertificateRequest.capable_async.html
file path=usr/share/doc/gcr-3/type_func.CertificateRequest.capable_finish.html
file path=usr/share/doc/gcr-3/type_func.CertificateRequest.prepare.html
file path=usr/share/doc/gcr-3/type_func.Comparable.memcmp.html
file path=usr/share/doc/gcr-3/type_func.Importer.create_for_parsed.html
file path=usr/share/doc/gcr-3/type_func.Importer.queue_and_filter_for_parsed.html
file path=usr/share/doc/gcr-3/type_func.Importer.register.html
file path=usr/share/doc/gcr-3/type_func.Importer.register_well_known.html
file path=usr/share/doc/gcr-3/type_func.Parsed.unref.html
file path=usr/share/doc/gcr-3/type_func.Pkcs11Certificate.lookup_issuer.html
file path=usr/share/doc/gcr-3/type_func.Pkcs11Certificate.lookup_issuer_async.html
file path=usr/share/doc/gcr-3/type_func.Pkcs11Certificate.lookup_issuer_finish.html
file path=usr/share/doc/gcr-3/type_func.SshAskpass.child_setup.html
file path=usr/share/doc/gcr-3/type_func.SystemPrompt.error_get_domain.html
file path=usr/share/doc/gcr-3/type_func.SystemPrompt.open.html
file path=usr/share/doc/gcr-3/type_func.SystemPrompt.open_async.html
file path=usr/share/doc/gcr-3/type_func.SystemPrompt.open_finish.html
file path=usr/share/doc/gcr-3/type_func.SystemPrompt.open_for_prompter.html
file path=usr/share/doc/gcr-3/type_func.SystemPrompt.open_for_prompter_async.html
file path=usr/share/doc/gcr-3/vfunc.Certificate.get_der_data.html
file path=usr/share/doc/gcr-3/vfunc.Collection.added.html
file path=usr/share/doc/gcr-3/vfunc.Collection.contains.html
file path=usr/share/doc/gcr-3/vfunc.Collection.get_length.html
file path=usr/share/doc/gcr-3/vfunc.Collection.get_objects.html
file path=usr/share/doc/gcr-3/vfunc.Collection.removed.html
file path=usr/share/doc/gcr-3/vfunc.Comparable.compare.html
file path=usr/share/doc/gcr-3/vfunc.ImportInteraction.supplement.html
file path=usr/share/doc/gcr-3/vfunc.ImportInteraction.supplement_async.html
file path=usr/share/doc/gcr-3/vfunc.ImportInteraction.supplement_finish.html
file path=usr/share/doc/gcr-3/vfunc.ImportInteraction.supplement_prep.html
file path=usr/share/doc/gcr-3/vfunc.Importer.import_async.html
file path=usr/share/doc/gcr-3/vfunc.Importer.import_finish.html
file path=usr/share/doc/gcr-3/vfunc.Importer.import_sync.html
file path=usr/share/doc/gcr-3/vfunc.Importer.queue_for_parsed.html
file path=usr/share/doc/gcr-3/vfunc.Parser.authenticate.html
file path=usr/share/doc/gcr-3/vfunc.Parser.parsed.html
file path=usr/share/doc/gcr-3/vfunc.Prompt.prompt_close.html
file path=usr/share/doc/gcr-3/vfunc.Prompt.prompt_confirm_async.html
file path=usr/share/doc/gcr-3/vfunc.Prompt.prompt_confirm_finish.html
file path=usr/share/doc/gcr-3/vfunc.Prompt.prompt_password_async.html
file path=usr/share/doc/gcr-3/vfunc.Prompt.prompt_password_finish.html
file path=usr/share/doc/gcr-3/vfunc.SecretExchange.decrypt_transport_data.html
file path=usr/share/doc/gcr-3/vfunc.SecretExchange.derive_transport_key.html
file path=usr/share/doc/gcr-3/vfunc.SecretExchange.encrypt_transport_data.html
file path=usr/share/doc/gcr-3/vfunc.SecretExchange.generate_exchange_key.html
file path=usr/share/doc/gcr-3/vfunc.SystemPrompter.new_prompt.html
file path=usr/share/doc/gcr-ui-3/RedHatDisplay-Black.woff
file path=usr/share/doc/gcr-ui-3/RedHatDisplay-Black.woff2
file path=usr/share/doc/gcr-ui-3/RedHatDisplay-BlackItalic.woff
file path=usr/share/doc/gcr-ui-3/RedHatDisplay-BlackItalic.woff2
file path=usr/share/doc/gcr-ui-3/RedHatDisplay-Bold.woff
file path=usr/share/doc/gcr-ui-3/RedHatDisplay-Bold.woff2
file path=usr/share/doc/gcr-ui-3/RedHatDisplay-BoldItalic.woff
file path=usr/share/doc/gcr-ui-3/RedHatDisplay-BoldItalic.woff2
file path=usr/share/doc/gcr-ui-3/RedHatDisplay-Italic.woff
file path=usr/share/doc/gcr-ui-3/RedHatDisplay-Italic.woff2
file path=usr/share/doc/gcr-ui-3/RedHatDisplay-Medium.woff
file path=usr/share/doc/gcr-ui-3/RedHatDisplay-Medium.woff2
file path=usr/share/doc/gcr-ui-3/RedHatDisplay-MediumItalic.woff
file path=usr/share/doc/gcr-ui-3/RedHatDisplay-MediumItalic.woff2
file path=usr/share/doc/gcr-ui-3/RedHatDisplay-Regular.woff
file path=usr/share/doc/gcr-ui-3/RedHatDisplay-Regular.woff2
file path=usr/share/doc/gcr-ui-3/RedHatText-Bold.woff
file path=usr/share/doc/gcr-ui-3/RedHatText-Bold.woff2
file path=usr/share/doc/gcr-ui-3/RedHatText-BoldItalic.woff
file path=usr/share/doc/gcr-ui-3/RedHatText-BoldItalic.woff2
file path=usr/share/doc/gcr-ui-3/RedHatText-Italic.woff
file path=usr/share/doc/gcr-ui-3/RedHatText-Italic.woff2
file path=usr/share/doc/gcr-ui-3/RedHatText-Medium.woff
file path=usr/share/doc/gcr-ui-3/RedHatText-Medium.woff2
file path=usr/share/doc/gcr-ui-3/RedHatText-MediumItalic.woff
file path=usr/share/doc/gcr-ui-3/RedHatText-MediumItalic.woff2
file path=usr/share/doc/gcr-ui-3/RedHatText-Regular.woff
file path=usr/share/doc/gcr-ui-3/RedHatText-Regular.woff2
file path=usr/share/doc/gcr-ui-3/SourceCodePro-It.ttf.woff
file path=usr/share/doc/gcr-ui-3/SourceCodePro-Regular.ttf.woff
file path=usr/share/doc/gcr-ui-3/SourceCodePro-Semibold.ttf.woff
file path=usr/share/doc/gcr-ui-3/certificate-widget.png
file path=usr/share/doc/gcr-ui-3/class.CertificateRenderer.html
file path=usr/share/doc/gcr-ui-3/class.CertificateWidget.html
file path=usr/share/doc/gcr-ui-3/class.CollectionModel.html
file path=usr/share/doc/gcr-ui-3/class.ComboSelector.html
file path=usr/share/doc/gcr-ui-3/class.FailureRenderer.html
file path=usr/share/doc/gcr-ui-3/class.ImportButton.html
file path=usr/share/doc/gcr-ui-3/class.KeyRenderer.html
file path=usr/share/doc/gcr-ui-3/class.KeyWidget.html
file path=usr/share/doc/gcr-ui-3/class.ListSelector.html
file path=usr/share/doc/gcr-ui-3/class.PromptDialog.html
file path=usr/share/doc/gcr-ui-3/class.SecureEntryBuffer.html
file path=usr/share/doc/gcr-ui-3/class.TreeSelector.html
file path=usr/share/doc/gcr-ui-3/class.UnlockOptionsWidget.html
file path=usr/share/doc/gcr-ui-3/class.ViewerWidget.html
file path=usr/share/doc/gcr-ui-3/classes_hierarchy.html
file path=usr/share/doc/gcr-ui-3/combo-selector.png
file path=usr/share/doc/gcr-ui-3/ctor.CertificateRenderer.new.html
file path=usr/share/doc/gcr-ui-3/ctor.CertificateRenderer.new_for_attributes.html
file path=usr/share/doc/gcr-ui-3/ctor.CertificateWidget.new.html
file path=usr/share/doc/gcr-ui-3/ctor.CollectionModel.new.html
file path=usr/share/doc/gcr-ui-3/ctor.CollectionModel.new_full.html
file path=usr/share/doc/gcr-ui-3/ctor.ComboSelector.new.html
file path=usr/share/doc/gcr-ui-3/ctor.FailureRenderer.new.html
file path=usr/share/doc/gcr-ui-3/ctor.ImportButton.new.html
file path=usr/share/doc/gcr-ui-3/ctor.KeyRenderer.new.html
file path=usr/share/doc/gcr-ui-3/ctor.KeyWidget.new.html
file path=usr/share/doc/gcr-ui-3/ctor.ListSelector.new.html
file path=usr/share/doc/gcr-ui-3/ctor.SecureEntryBuffer.new.html
file path=usr/share/doc/gcr-ui-3/ctor.TreeSelector.new.html
file path=usr/share/doc/gcr-ui-3/ctor.UnlockOptionsWidget.new.html
file path=usr/share/doc/gcr-ui-3/ctor.ViewerWidget.new.html
file path=usr/share/doc/gcr-ui-3/enum.CollectionModelMode.html
file path=usr/share/doc/gcr-ui-3/fonts.css
file path=usr/share/doc/gcr-ui-3/fzy.js
file path=usr/share/doc/gcr-ui-3/gcr-ui-3.devhelp2
file path=usr/share/doc/gcr-ui-3/go-up-symbolic.png
file path=usr/share/doc/gcr-ui-3/iface.Renderer.html
file path=usr/share/doc/gcr-ui-3/iface.Viewer.html
file path=usr/share/doc/gcr-ui-3/import-button.png
file path=usr/share/doc/gcr-ui-3/index.html
file path=usr/share/doc/gcr-ui-3/index.json
file path=usr/share/doc/gcr-ui-3/key-widget.png
file path=usr/share/doc/gcr-ui-3/list-selector.png
file path=usr/share/doc/gcr-ui-3/main.js
file path=usr/share/doc/gcr-ui-3/method.CertificateRenderer.get_certificate.html
file path=usr/share/doc/gcr-ui-3/method.CertificateRenderer.set_certificate.html
file path=usr/share/doc/gcr-ui-3/method.CertificateWidget.get_attributes.html
file path=usr/share/doc/gcr-ui-3/method.CertificateWidget.get_certificate.html
file path=usr/share/doc/gcr-ui-3/method.CertificateWidget.set_attributes.html
file path=usr/share/doc/gcr-ui-3/method.CertificateWidget.set_certificate.html
file path=usr/share/doc/gcr-ui-3/method.CollectionModel.change_selected.html
file path=usr/share/doc/gcr-ui-3/method.CollectionModel.column_for_selected.html
file path=usr/share/doc/gcr-ui-3/method.CollectionModel.get_collection.html
file path=usr/share/doc/gcr-ui-3/method.CollectionModel.get_selected_objects.html
file path=usr/share/doc/gcr-ui-3/method.CollectionModel.is_selected.html
file path=usr/share/doc/gcr-ui-3/method.CollectionModel.iter_for_object.html
file path=usr/share/doc/gcr-ui-3/method.CollectionModel.object_for_iter.html
file path=usr/share/doc/gcr-ui-3/method.CollectionModel.set_collection.html
file path=usr/share/doc/gcr-ui-3/method.CollectionModel.set_columns.html
file path=usr/share/doc/gcr-ui-3/method.CollectionModel.set_selected_objects.html
file path=usr/share/doc/gcr-ui-3/method.CollectionModel.toggle_selected.html
file path=usr/share/doc/gcr-ui-3/method.ComboSelector.get_collection.html
file path=usr/share/doc/gcr-ui-3/method.ComboSelector.get_selected.html
file path=usr/share/doc/gcr-ui-3/method.ComboSelector.set_selected.html
file path=usr/share/doc/gcr-ui-3/method.ImportButton.add_parsed.html
file path=usr/share/doc/gcr-ui-3/method.KeyRenderer.get_attributes.html
file path=usr/share/doc/gcr-ui-3/method.KeyRenderer.set_attributes.html
file path=usr/share/doc/gcr-ui-3/method.KeyWidget.get_attributes.html
file path=usr/share/doc/gcr-ui-3/method.KeyWidget.set_attributes.html
file path=usr/share/doc/gcr-ui-3/method.ListSelector.get_collection.html
file path=usr/share/doc/gcr-ui-3/method.ListSelector.get_selected.html
file path=usr/share/doc/gcr-ui-3/method.ListSelector.set_selected.html
file path=usr/share/doc/gcr-ui-3/method.Renderer.emit_data_changed.html
file path=usr/share/doc/gcr-ui-3/method.Renderer.get_attributes.html
file path=usr/share/doc/gcr-ui-3/method.Renderer.popuplate_popup.html
file path=usr/share/doc/gcr-ui-3/method.Renderer.render_view.html
file path=usr/share/doc/gcr-ui-3/method.Renderer.set_attributes.html
file path=usr/share/doc/gcr-ui-3/method.TreeSelector.get_collection.html
file path=usr/share/doc/gcr-ui-3/method.TreeSelector.get_columns.html
file path=usr/share/doc/gcr-ui-3/method.TreeSelector.get_selected.html
file path=usr/share/doc/gcr-ui-3/method.TreeSelector.set_selected.html
file path=usr/share/doc/gcr-ui-3/method.UnlockOptionsWidget.get_choice.html
file path=usr/share/doc/gcr-ui-3/method.UnlockOptionsWidget.get_label.html
file path=usr/share/doc/gcr-ui-3/method.UnlockOptionsWidget.get_sensitive.html
file path=usr/share/doc/gcr-ui-3/method.UnlockOptionsWidget.get_ttl.html
file path=usr/share/doc/gcr-ui-3/method.UnlockOptionsWidget.set_choice.html
file path=usr/share/doc/gcr-ui-3/method.UnlockOptionsWidget.set_label.html
file path=usr/share/doc/gcr-ui-3/method.UnlockOptionsWidget.set_sensitive.html
file path=usr/share/doc/gcr-ui-3/method.UnlockOptionsWidget.set_ttl.html
file path=usr/share/doc/gcr-ui-3/method.Viewer.add_renderer.html
file path=usr/share/doc/gcr-ui-3/method.Viewer.count_renderers.html
file path=usr/share/doc/gcr-ui-3/method.Viewer.get_renderer.html
file path=usr/share/doc/gcr-ui-3/method.Viewer.insert_renderer.html
file path=usr/share/doc/gcr-ui-3/method.Viewer.remove_renderer.html
file path=usr/share/doc/gcr-ui-3/method.ViewerWidget.clear_error.html
file path=usr/share/doc/gcr-ui-3/method.ViewerWidget.get_display_name.html
file path=usr/share/doc/gcr-ui-3/method.ViewerWidget.get_parser.html
file path=usr/share/doc/gcr-ui-3/method.ViewerWidget.get_viewer.html
file path=usr/share/doc/gcr-ui-3/method.ViewerWidget.load_bytes.html
file path=usr/share/doc/gcr-ui-3/method.ViewerWidget.load_data.html
file path=usr/share/doc/gcr-ui-3/method.ViewerWidget.load_file.html
file path=usr/share/doc/gcr-ui-3/method.ViewerWidget.set_display_name.html
file path=usr/share/doc/gcr-ui-3/method.ViewerWidget.show_error.html
file path=usr/share/doc/gcr-ui-3/property.CertificateRenderer.attributes.html
file path=usr/share/doc/gcr-ui-3/property.CertificateRenderer.certificate.html
file path=usr/share/doc/gcr-ui-3/property.CertificateRenderer.label.html
file path=usr/share/doc/gcr-ui-3/property.CertificateWidget.attributes.html
file path=usr/share/doc/gcr-ui-3/property.CertificateWidget.certificate.html
file path=usr/share/doc/gcr-ui-3/property.CollectionModel.collection.html
file path=usr/share/doc/gcr-ui-3/property.CollectionModel.columns.html
file path=usr/share/doc/gcr-ui-3/property.CollectionModel.mode.html
file path=usr/share/doc/gcr-ui-3/property.ComboSelector.collection.html
file path=usr/share/doc/gcr-ui-3/property.FailureRenderer.attributes.html
file path=usr/share/doc/gcr-ui-3/property.FailureRenderer.label.html
file path=usr/share/doc/gcr-ui-3/property.KeyRenderer.object.html
file path=usr/share/doc/gcr-ui-3/property.KeyWidget.attributes.html
file path=usr/share/doc/gcr-ui-3/property.ListSelector.collection.html
file path=usr/share/doc/gcr-ui-3/property.PromptDialog.choice-visible.html
file path=usr/share/doc/gcr-ui-3/property.PromptDialog.confirm-visible.html
file path=usr/share/doc/gcr-ui-3/property.PromptDialog.password-visible.html
file path=usr/share/doc/gcr-ui-3/property.PromptDialog.warning-visible.html
file path=usr/share/doc/gcr-ui-3/property.Renderer.attributes.html
file path=usr/share/doc/gcr-ui-3/property.Renderer.label.html
file path=usr/share/doc/gcr-ui-3/property.TreeSelector.collection.html
file path=usr/share/doc/gcr-ui-3/property.TreeSelector.columns.html
file path=usr/share/doc/gcr-ui-3/property.UnlockOptionsWidget.choice.html
file path=usr/share/doc/gcr-ui-3/property.UnlockOptionsWidget.ttl.html
file path=usr/share/doc/gcr-ui-3/property.ViewerWidget.display-name.html
file path=usr/share/doc/gcr-ui-3/property.ViewerWidget.parser.html
file path=usr/share/doc/gcr-ui-3/search.js
file path=usr/share/doc/gcr-ui-3/signal.ImportButton.imported.html
file path=usr/share/doc/gcr-ui-3/signal.ImportButton.importing.html
file path=usr/share/doc/gcr-ui-3/signal.Renderer.data-changed.html
file path=usr/share/doc/gcr-ui-3/signal.ViewerWidget.added.html
file path=usr/share/doc/gcr-ui-3/solarized-dark.css
file path=usr/share/doc/gcr-ui-3/solarized-light.css
file path=usr/share/doc/gcr-ui-3/style.css
file path=usr/share/doc/gcr-ui-3/tree-selector.png
file path=usr/share/doc/gcr-ui-3/type_func.FailureRenderer.new_unsupported.html
file path=usr/share/doc/gcr-ui-3/type_func.Renderer.create.html
file path=usr/share/doc/gcr-ui-3/type_func.Renderer.register.html
file path=usr/share/doc/gcr-ui-3/type_func.Renderer.register_well_known.html
file path=usr/share/doc/gcr-ui-3/type_func.Viewer.new.html
file path=usr/share/doc/gcr-ui-3/type_func.Viewer.new_scrolled.html
file path=usr/share/doc/gcr-ui-3/vfunc.ImportButton.imported.html
file path=usr/share/doc/gcr-ui-3/vfunc.ImportButton.importing.html
file path=usr/share/doc/gcr-ui-3/vfunc.Renderer.data_changed.html
file path=usr/share/doc/gcr-ui-3/vfunc.Renderer.populate_popup.html
file path=usr/share/doc/gcr-ui-3/vfunc.Renderer.render_view.html
file path=usr/share/doc/gcr-ui-3/vfunc.Viewer.add_renderer.html
file path=usr/share/doc/gcr-ui-3/vfunc.Viewer.count_renderers.html
file path=usr/share/doc/gcr-ui-3/vfunc.Viewer.get_renderer.html
file path=usr/share/doc/gcr-ui-3/vfunc.Viewer.insert_renderer.html
file path=usr/share/doc/gcr-ui-3/vfunc.Viewer.remove_renderer.html
file path=usr/share/doc/gcr-ui-3/viewer-widget.png
file path=usr/share/doc/gcr-ui-3/widget-gallery.html
file path=usr/share/gir-1.0/Gck-1.gir
file path=usr/share/gir-1.0/Gcr-3.gir
file path=usr/share/gir-1.0/GcrUi-3.gir
@@ -206,7 +1128,6 @@
file path=usr/share/locale/hr/LC_MESSAGES/gcr.mo
file path=usr/share/locale/hu/LC_MESSAGES/gcr.mo
file path=usr/share/locale/id/LC_MESSAGES/gcr.mo
file path=usr/share/locale/is/LC_MESSAGES/gcr.mo
file path=usr/share/locale/it/LC_MESSAGES/gcr.mo
file path=usr/share/locale/ja/LC_MESSAGES/gcr.mo
file path=usr/share/locale/ka/LC_MESSAGES/gcr.mo
components/library/gcr/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2023 <contributor>
# Copyright 2024 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -23,7 +23,6 @@
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/bin/$(MACH32)/gcr-viewer
file path=usr/bin/gcr-viewer
file path=usr/include/gck-1/gck/gck-deprecated.h
file path=usr/include/gck-1/gck/gck-enum-types.h
@@ -85,51 +84,979 @@
file path=usr/include/gcr-3/ui/gcr-unlock-options-widget.h
file path=usr/include/gcr-3/ui/gcr-viewer-widget.h
file path=usr/include/gcr-3/ui/gcr-viewer.h
file path=usr/lib/$(MACH64)/gcr-prompter
file path=usr/lib/$(MACH64)/gcr-ssh-askpass
file path=usr/lib/$(MACH64)/girepository-1.0/Gck-1.typelib
file path=usr/lib/$(MACH64)/girepository-1.0/Gcr-3.typelib
file path=usr/lib/$(MACH64)/girepository-1.0/GcrUi-3.typelib
link path=usr/lib/$(MACH64)/libgck-1.so target=libgck-1.so.0.0.0
link path=usr/lib/$(MACH64)/libgck-1.so target=libgck-1.so.0
link path=usr/lib/$(MACH64)/libgck-1.so.0 target=libgck-1.so.0.0.0
file path=usr/lib/$(MACH64)/libgck-1.so.0.0.0
link path=usr/lib/$(MACH64)/libgcr-3.so target=libgcr-ui-3.so.1.0.0
link path=usr/lib/$(MACH64)/libgcr-3.so.1 target=libgcr-ui-3.so.1.0.0
link path=usr/lib/$(MACH64)/libgcr-3.so.1.0.0 target=libgcr-ui-3.so.1.0.0
link path=usr/lib/$(MACH64)/libgcr-base-3.so target=libgcr-base-3.so.1.0.0
link path=usr/lib/$(MACH64)/libgcr-base-3.so target=libgcr-base-3.so.1
link path=usr/lib/$(MACH64)/libgcr-base-3.so.1 target=libgcr-base-3.so.1.0.0
file path=usr/lib/$(MACH64)/libgcr-base-3.so.1.0.0
link path=usr/lib/$(MACH64)/libgcr-ui-3.so target=libgcr-ui-3.so.1.0.0
link path=usr/lib/$(MACH64)/libgcr-ui-3.so target=libgcr-ui-3.so.1
link path=usr/lib/$(MACH64)/libgcr-ui-3.so.1 target=libgcr-ui-3.so.1.0.0
file path=usr/lib/$(MACH64)/libgcr-ui-3.so.1.0.0
file path=usr/lib/$(MACH64)/pkgconfig/gck-1.pc
file path=usr/lib/$(MACH64)/pkgconfig/gcr-3.pc
file path=usr/lib/$(MACH64)/pkgconfig/gcr-base-3.pc
file path=usr/lib/$(MACH64)/pkgconfig/gcr-ui-3.pc
file path=usr/lib/gcr-prompter
file path=usr/lib/gcr-ssh-askpass
link path=usr/lib/libgck-1.so target=libgck-1.so.0.0.0
link path=usr/lib/libgck-1.so.0 target=libgck-1.so.0.0.0
file path=usr/lib/libgck-1.so.0.0.0
link path=usr/lib/libgcr-3.so target=libgcr-ui-3.so.1.0.0
link path=usr/lib/libgcr-3.so.1 target=libgcr-ui-3.so.1.0.0
link path=usr/lib/libgcr-3.so.1.0.0 target=libgcr-ui-3.so.1.0.0
link path=usr/lib/libgcr-base-3.so target=libgcr-base-3.so.1.0.0
link path=usr/lib/libgcr-base-3.so.1 target=libgcr-base-3.so.1.0.0
file path=usr/lib/libgcr-base-3.so.1.0.0
link path=usr/lib/libgcr-ui-3.so target=libgcr-ui-3.so.1.0.0
link path=usr/lib/libgcr-ui-3.so.1 target=libgcr-ui-3.so.1.0.0
file path=usr/lib/libgcr-ui-3.so.1.0.0
file path=usr/lib/pkgconfig/gck-1.pc
file path=usr/lib/pkgconfig/gcr-3.pc
file path=usr/lib/pkgconfig/gcr-base-3.pc
file path=usr/lib/pkgconfig/gcr-ui-3.pc
file path=usr/libexec/gcr-prompter
file path=usr/libexec/gcr-ssh-agent
file path=usr/libexec/gcr-ssh-askpass
file path=usr/share/GConf/gsettings/org.gnome.crypto.pgp.convert
file path=usr/share/GConf/gsettings/org.gnome.crypto.pgp_keyservers.convert
file path=usr/share/applications/gcr-prompter.desktop
file path=usr/share/applications/gcr-viewer.desktop
file path=usr/share/dbus-1/services/org.gnome.keyring.PrivatePrompter.service
file path=usr/share/dbus-1/services/org.gnome.keyring.SystemPrompter.service
file path=usr/share/doc/gck-1/RedHatDisplay-Black.woff
file path=usr/share/doc/gck-1/RedHatDisplay-Black.woff2
file path=usr/share/doc/gck-1/RedHatDisplay-BlackItalic.woff
file path=usr/share/doc/gck-1/RedHatDisplay-BlackItalic.woff2
file path=usr/share/doc/gck-1/RedHatDisplay-Bold.woff
file path=usr/share/doc/gck-1/RedHatDisplay-Bold.woff2
file path=usr/share/doc/gck-1/RedHatDisplay-BoldItalic.woff
file path=usr/share/doc/gck-1/RedHatDisplay-BoldItalic.woff2
file path=usr/share/doc/gck-1/RedHatDisplay-Italic.woff
file path=usr/share/doc/gck-1/RedHatDisplay-Italic.woff2
file path=usr/share/doc/gck-1/RedHatDisplay-Medium.woff
file path=usr/share/doc/gck-1/RedHatDisplay-Medium.woff2
file path=usr/share/doc/gck-1/RedHatDisplay-MediumItalic.woff
file path=usr/share/doc/gck-1/RedHatDisplay-MediumItalic.woff2
file path=usr/share/doc/gck-1/RedHatDisplay-Regular.woff
file path=usr/share/doc/gck-1/RedHatDisplay-Regular.woff2
file path=usr/share/doc/gck-1/RedHatText-Bold.woff
file path=usr/share/doc/gck-1/RedHatText-Bold.woff2
file path=usr/share/doc/gck-1/RedHatText-BoldItalic.woff
file path=usr/share/doc/gck-1/RedHatText-BoldItalic.woff2
file path=usr/share/doc/gck-1/RedHatText-Italic.woff
file path=usr/share/doc/gck-1/RedHatText-Italic.woff2
file path=usr/share/doc/gck-1/RedHatText-Medium.woff
file path=usr/share/doc/gck-1/RedHatText-Medium.woff2
file path=usr/share/doc/gck-1/RedHatText-MediumItalic.woff
file path=usr/share/doc/gck-1/RedHatText-MediumItalic.woff2
file path=usr/share/doc/gck-1/RedHatText-Regular.woff
file path=usr/share/doc/gck-1/RedHatText-Regular.woff2
file path=usr/share/doc/gck-1/SourceCodePro-It.ttf.woff
file path=usr/share/doc/gck-1/SourceCodePro-Regular.ttf.woff
file path=usr/share/doc/gck-1/SourceCodePro-Semibold.ttf.woff
file path=usr/share/doc/gck-1/callback.Allocator.html
file path=usr/share/doc/gck-1/class.Enumerator.html
file path=usr/share/doc/gck-1/class.Module.html
file path=usr/share/doc/gck-1/class.Object.html
file path=usr/share/doc/gck-1/class.Password.html
file path=usr/share/doc/gck-1/class.Session.html
file path=usr/share/doc/gck-1/class.Slot.html
file path=usr/share/doc/gck-1/classes_hierarchy.html
file path=usr/share/doc/gck-1/const.INVALID.html
file path=usr/share/doc/gck-1/const.MAJOR_VERSION.html
file path=usr/share/doc/gck-1/const.MICRO_VERSION.html
file path=usr/share/doc/gck-1/const.MINOR_VERSION.html
file path=usr/share/doc/gck-1/const.URI_FOR_MODULE_WITH_VERSION.html
file path=usr/share/doc/gck-1/const.URI_FOR_OBJECT_ON_TOKEN.html
file path=usr/share/doc/gck-1/const.URI_FOR_OBJECT_ON_TOKEN_AND_MODULE.html
file path=usr/share/doc/gck-1/const.VENDOR_CODE.html
file path=usr/share/doc/gck-1/ctor.Attribute.new.html
file path=usr/share/doc/gck-1/ctor.Attribute.new_boolean.html
file path=usr/share/doc/gck-1/ctor.Attribute.new_date.html
file path=usr/share/doc/gck-1/ctor.Attribute.new_empty.html
file path=usr/share/doc/gck-1/ctor.Attribute.new_invalid.html
file path=usr/share/doc/gck-1/ctor.Attribute.new_string.html
file path=usr/share/doc/gck-1/ctor.Attribute.new_ulong.html
file path=usr/share/doc/gck-1/ctor.Attributes.new.html
file path=usr/share/doc/gck-1/ctor.Attributes.new_empty.html
file path=usr/share/doc/gck-1/ctor.Builder.new.html
file path=usr/share/doc/gck-1/ctor.Module.new.html
file path=usr/share/doc/gck-1/ctor.Object.from_handle.html
file path=usr/share/doc/gck-1/ctor.UriData.new.html
file path=usr/share/doc/gck-1/enum.BuilderFlags.html
file path=usr/share/doc/gck-1/enum.Error.html
file path=usr/share/doc/gck-1/enum.UriError.html
file path=usr/share/doc/gck-1/flags.SessionOptions.html
file path=usr/share/doc/gck-1/flags.UriFlags.html
file path=usr/share/doc/gck-1/fonts.css
file path=usr/share/doc/gck-1/func.CHECK_VERSION.html
file path=usr/share/doc/gck-1/func.list_get_boxed_type.html
file path=usr/share/doc/gck-1/func.list_ref_copy.html
file path=usr/share/doc/gck-1/func.list_unref_free.html
file path=usr/share/doc/gck-1/func.mechanisms_at.html
file path=usr/share/doc/gck-1/func.mechanisms_check.html
file path=usr/share/doc/gck-1/func.mechanisms_length.html
file path=usr/share/doc/gck-1/func.message_from_rv.html
file path=usr/share/doc/gck-1/func.modules_enumerate_objects.html
file path=usr/share/doc/gck-1/func.modules_enumerate_uri.html
file path=usr/share/doc/gck-1/func.modules_get_slots.html
file path=usr/share/doc/gck-1/func.modules_initialize_registered.html
file path=usr/share/doc/gck-1/func.modules_initialize_registered_async.html
file path=usr/share/doc/gck-1/func.modules_initialize_registered_finish.html
file path=usr/share/doc/gck-1/func.modules_object_for_uri.html
file path=usr/share/doc/gck-1/func.modules_objects_for_uri.html
file path=usr/share/doc/gck-1/func.modules_token_for_uri.html
file path=usr/share/doc/gck-1/func.modules_tokens_for_uri.html
file path=usr/share/doc/gck-1/func.objects_from_handle_array.html
file path=usr/share/doc/gck-1/func.slots_enumerate_objects.html
file path=usr/share/doc/gck-1/func.string_from_chars.html
file path=usr/share/doc/gck-1/func.string_to_chars.html
file path=usr/share/doc/gck-1/func.uri_build.html
file path=usr/share/doc/gck-1/func.uri_parse.html
file path=usr/share/doc/gck-1/func.value_to_boolean.html
file path=usr/share/doc/gck-1/func.value_to_ulong.html
file path=usr/share/doc/gck-1/fzy.js
file path=usr/share/doc/gck-1/gck-1.devhelp2
file path=usr/share/doc/gck-1/go-up-symbolic.png
file path=usr/share/doc/gck-1/iface.ObjectCache.html
file path=usr/share/doc/gck-1/index.html
file path=usr/share/doc/gck-1/index.json
file path=usr/share/doc/gck-1/main.js
file path=usr/share/doc/gck-1/method.Attribute.clear.html
file path=usr/share/doc/gck-1/method.Attribute.dump.html
file path=usr/share/doc/gck-1/method.Attribute.dup.html
file path=usr/share/doc/gck-1/method.Attribute.equal.html
file path=usr/share/doc/gck-1/method.Attribute.free.html
file path=usr/share/doc/gck-1/method.Attribute.get_boolean.html
file path=usr/share/doc/gck-1/method.Attribute.get_data.html
file path=usr/share/doc/gck-1/method.Attribute.get_date.html
file path=usr/share/doc/gck-1/method.Attribute.get_string.html
file path=usr/share/doc/gck-1/method.Attribute.get_ulong.html
file path=usr/share/doc/gck-1/method.Attribute.hash.html
file path=usr/share/doc/gck-1/method.Attribute.init.html
file path=usr/share/doc/gck-1/method.Attribute.init_boolean.html
file path=usr/share/doc/gck-1/method.Attribute.init_copy.html
file path=usr/share/doc/gck-1/method.Attribute.init_date.html
file path=usr/share/doc/gck-1/method.Attribute.init_empty.html
file path=usr/share/doc/gck-1/method.Attribute.init_invalid.html
file path=usr/share/doc/gck-1/method.Attribute.init_string.html
file path=usr/share/doc/gck-1/method.Attribute.init_ulong.html
file path=usr/share/doc/gck-1/method.Attribute.is_invalid.html
file path=usr/share/doc/gck-1/method.Attributes.at.html
file path=usr/share/doc/gck-1/method.Attributes.contains.html
file path=usr/share/doc/gck-1/method.Attributes.count.html
file path=usr/share/doc/gck-1/method.Attributes.dump.html
file path=usr/share/doc/gck-1/method.Attributes.find.html
file path=usr/share/doc/gck-1/method.Attributes.find_boolean.html
file path=usr/share/doc/gck-1/method.Attributes.find_date.html
file path=usr/share/doc/gck-1/method.Attributes.find_string.html
file path=usr/share/doc/gck-1/method.Attributes.find_ulong.html
file path=usr/share/doc/gck-1/method.Attributes.ref.html
file path=usr/share/doc/gck-1/method.Attributes.ref_sink.html
file path=usr/share/doc/gck-1/method.Attributes.to_string.html
file path=usr/share/doc/gck-1/method.Attributes.unref.html
file path=usr/share/doc/gck-1/method.Builder.add_all.html
file path=usr/share/doc/gck-1/method.Builder.add_attribute.html
file path=usr/share/doc/gck-1/method.Builder.add_boolean.html
file path=usr/share/doc/gck-1/method.Builder.add_data.html
file path=usr/share/doc/gck-1/method.Builder.add_date.html
file path=usr/share/doc/gck-1/method.Builder.add_empty.html
file path=usr/share/doc/gck-1/method.Builder.add_except.html
file path=usr/share/doc/gck-1/method.Builder.add_exceptv.html
file path=usr/share/doc/gck-1/method.Builder.add_invalid.html
file path=usr/share/doc/gck-1/method.Builder.add_only.html
file path=usr/share/doc/gck-1/method.Builder.add_onlyv.html
file path=usr/share/doc/gck-1/method.Builder.add_string.html
file path=usr/share/doc/gck-1/method.Builder.add_ulong.html
file path=usr/share/doc/gck-1/method.Builder.clear.html
file path=usr/share/doc/gck-1/method.Builder.copy.html
file path=usr/share/doc/gck-1/method.Builder.end.html
file path=usr/share/doc/gck-1/method.Builder.find.html
file path=usr/share/doc/gck-1/method.Builder.find_boolean.html
file path=usr/share/doc/gck-1/method.Builder.find_date.html
file path=usr/share/doc/gck-1/method.Builder.find_string.html
file path=usr/share/doc/gck-1/method.Builder.find_ulong.html
file path=usr/share/doc/gck-1/method.Builder.init.html
file path=usr/share/doc/gck-1/method.Builder.init_full.html
file path=usr/share/doc/gck-1/method.Builder.ref.html
file path=usr/share/doc/gck-1/method.Builder.set_all.html
file path=usr/share/doc/gck-1/method.Builder.set_boolean.html
file path=usr/share/doc/gck-1/method.Builder.set_data.html
file path=usr/share/doc/gck-1/method.Builder.set_date.html
file path=usr/share/doc/gck-1/method.Builder.set_empty.html
file path=usr/share/doc/gck-1/method.Builder.set_invalid.html
file path=usr/share/doc/gck-1/method.Builder.set_string.html
file path=usr/share/doc/gck-1/method.Builder.set_ulong.html
file path=usr/share/doc/gck-1/method.Builder.steal.html
file path=usr/share/doc/gck-1/method.Builder.take_data.html
file path=usr/share/doc/gck-1/method.Enumerator.get_chained.html
file path=usr/share/doc/gck-1/method.Enumerator.get_interaction.html
file path=usr/share/doc/gck-1/method.Enumerator.get_object_type.html
file path=usr/share/doc/gck-1/method.Enumerator.next.html
file path=usr/share/doc/gck-1/method.Enumerator.next_async.html
file path=usr/share/doc/gck-1/method.Enumerator.next_finish.html
file path=usr/share/doc/gck-1/method.Enumerator.next_n.html
file path=usr/share/doc/gck-1/method.Enumerator.set_chained.html
file path=usr/share/doc/gck-1/method.Enumerator.set_interaction.html
file path=usr/share/doc/gck-1/method.Enumerator.set_object_type.html
file path=usr/share/doc/gck-1/method.Enumerator.set_object_type_full.html
file path=usr/share/doc/gck-1/method.MechanismInfo.copy.html
file path=usr/share/doc/gck-1/method.MechanismInfo.free.html
file path=usr/share/doc/gck-1/method.Module.equal.html
file path=usr/share/doc/gck-1/method.Module.get_functions.html
file path=usr/share/doc/gck-1/method.Module.get_info.html
file path=usr/share/doc/gck-1/method.Module.get_path.html
file path=usr/share/doc/gck-1/method.Module.get_slots.html
file path=usr/share/doc/gck-1/method.Module.hash.html
file path=usr/share/doc/gck-1/method.Module.match.html
file path=usr/share/doc/gck-1/method.ModuleInfo.copy.html
file path=usr/share/doc/gck-1/method.ModuleInfo.free.html
file path=usr/share/doc/gck-1/method.Object.cache_lookup.html
file path=usr/share/doc/gck-1/method.Object.cache_lookup_async.html
file path=usr/share/doc/gck-1/method.Object.cache_lookup_finish.html
file path=usr/share/doc/gck-1/method.Object.destroy.html
file path=usr/share/doc/gck-1/method.Object.destroy_async.html
file path=usr/share/doc/gck-1/method.Object.destroy_finish.html
file path=usr/share/doc/gck-1/method.Object.equal.html
file path=usr/share/doc/gck-1/method.Object.get.html
file path=usr/share/doc/gck-1/method.Object.get_async.html
file path=usr/share/doc/gck-1/method.Object.get_data.html
file path=usr/share/doc/gck-1/method.Object.get_data_async.html
file path=usr/share/doc/gck-1/method.Object.get_data_finish.html
file path=usr/share/doc/gck-1/method.Object.get_data_full.html
file path=usr/share/doc/gck-1/method.Object.get_finish.html
file path=usr/share/doc/gck-1/method.Object.get_full.html
file path=usr/share/doc/gck-1/method.Object.get_handle.html
file path=usr/share/doc/gck-1/method.Object.get_module.html
file path=usr/share/doc/gck-1/method.Object.get_session.html
file path=usr/share/doc/gck-1/method.Object.get_template.html
file path=usr/share/doc/gck-1/method.Object.get_template_async.html
file path=usr/share/doc/gck-1/method.Object.get_template_finish.html
file path=usr/share/doc/gck-1/method.Object.hash.html
file path=usr/share/doc/gck-1/method.Object.set.html
file path=usr/share/doc/gck-1/method.Object.set_async.html
file path=usr/share/doc/gck-1/method.Object.set_finish.html
file path=usr/share/doc/gck-1/method.Object.set_template.html
file path=usr/share/doc/gck-1/method.Object.set_template_async.html
file path=usr/share/doc/gck-1/method.Object.set_template_finish.html
file path=usr/share/doc/gck-1/method.ObjectCache.fill.html
file path=usr/share/doc/gck-1/method.ObjectCache.get_attributes.html
file path=usr/share/doc/gck-1/method.ObjectCache.set_attributes.html
file path=usr/share/doc/gck-1/method.ObjectCache.update.html
file path=usr/share/doc/gck-1/method.ObjectCache.update_async.html
file path=usr/share/doc/gck-1/method.ObjectCache.update_finish.html
file path=usr/share/doc/gck-1/method.Password.get_key.html
file path=usr/share/doc/gck-1/method.Password.get_module.html
file path=usr/share/doc/gck-1/method.Password.get_token.html
file path=usr/share/doc/gck-1/method.Session.create_object.html
file path=usr/share/doc/gck-1/method.Session.create_object_async.html
file path=usr/share/doc/gck-1/method.Session.create_object_finish.html
file path=usr/share/doc/gck-1/method.Session.decrypt.html
file path=usr/share/doc/gck-1/method.Session.decrypt_async.html
file path=usr/share/doc/gck-1/method.Session.decrypt_finish.html
file path=usr/share/doc/gck-1/method.Session.decrypt_full.html
file path=usr/share/doc/gck-1/method.Session.derive_key.html
file path=usr/share/doc/gck-1/method.Session.derive_key_async.html
file path=usr/share/doc/gck-1/method.Session.derive_key_finish.html
file path=usr/share/doc/gck-1/method.Session.derive_key_full.html
file path=usr/share/doc/gck-1/method.Session.encrypt.html
file path=usr/share/doc/gck-1/method.Session.encrypt_async.html
file path=usr/share/doc/gck-1/method.Session.encrypt_finish.html
file path=usr/share/doc/gck-1/method.Session.encrypt_full.html
file path=usr/share/doc/gck-1/method.Session.enumerate_objects.html
file path=usr/share/doc/gck-1/method.Session.find_handles.html
file path=usr/share/doc/gck-1/method.Session.find_handles_async.html
file path=usr/share/doc/gck-1/method.Session.find_handles_finish.html
file path=usr/share/doc/gck-1/method.Session.find_objects.html
file path=usr/share/doc/gck-1/method.Session.find_objects_async.html
file path=usr/share/doc/gck-1/method.Session.find_objects_finish.html
file path=usr/share/doc/gck-1/method.Session.generate_key_pair.html
file path=usr/share/doc/gck-1/method.Session.generate_key_pair_async.html
file path=usr/share/doc/gck-1/method.Session.generate_key_pair_finish.html
file path=usr/share/doc/gck-1/method.Session.generate_key_pair_full.html
file path=usr/share/doc/gck-1/method.Session.get_handle.html
file path=usr/share/doc/gck-1/method.Session.get_info.html
file path=usr/share/doc/gck-1/method.Session.get_interaction.html
file path=usr/share/doc/gck-1/method.Session.get_module.html
file path=usr/share/doc/gck-1/method.Session.get_options.html
file path=usr/share/doc/gck-1/method.Session.get_slot.html
file path=usr/share/doc/gck-1/method.Session.get_state.html
file path=usr/share/doc/gck-1/method.Session.init_pin.html
file path=usr/share/doc/gck-1/method.Session.init_pin_async.html
file path=usr/share/doc/gck-1/method.Session.init_pin_finish.html
file path=usr/share/doc/gck-1/method.Session.login.html
file path=usr/share/doc/gck-1/method.Session.login_async.html
file path=usr/share/doc/gck-1/method.Session.login_finish.html
file path=usr/share/doc/gck-1/method.Session.login_interactive.html
file path=usr/share/doc/gck-1/method.Session.login_interactive_async.html
file path=usr/share/doc/gck-1/method.Session.login_interactive_finish.html
file path=usr/share/doc/gck-1/method.Session.logout.html
file path=usr/share/doc/gck-1/method.Session.logout_async.html
file path=usr/share/doc/gck-1/method.Session.logout_finish.html
file path=usr/share/doc/gck-1/method.Session.set_interaction.html
file path=usr/share/doc/gck-1/method.Session.set_pin.html
file path=usr/share/doc/gck-1/method.Session.set_pin_async.html
file path=usr/share/doc/gck-1/method.Session.set_pin_finish.html
file path=usr/share/doc/gck-1/method.Session.sign.html
file path=usr/share/doc/gck-1/method.Session.sign_async.html
file path=usr/share/doc/gck-1/method.Session.sign_finish.html
file path=usr/share/doc/gck-1/method.Session.sign_full.html
file path=usr/share/doc/gck-1/method.Session.unwrap_key.html
file path=usr/share/doc/gck-1/method.Session.unwrap_key_async.html
file path=usr/share/doc/gck-1/method.Session.unwrap_key_finish.html
file path=usr/share/doc/gck-1/method.Session.unwrap_key_full.html
file path=usr/share/doc/gck-1/method.Session.verify.html
file path=usr/share/doc/gck-1/method.Session.verify_async.html
file path=usr/share/doc/gck-1/method.Session.verify_finish.html
file path=usr/share/doc/gck-1/method.Session.verify_full.html
file path=usr/share/doc/gck-1/method.Session.wrap_key.html
file path=usr/share/doc/gck-1/method.Session.wrap_key_async.html
file path=usr/share/doc/gck-1/method.Session.wrap_key_finish.html
file path=usr/share/doc/gck-1/method.Session.wrap_key_full.html
file path=usr/share/doc/gck-1/method.SessionInfo.copy.html
file path=usr/share/doc/gck-1/method.SessionInfo.free.html
file path=usr/share/doc/gck-1/method.Slot.enumerate_objects.html
file path=usr/share/doc/gck-1/method.Slot.equal.html
file path=usr/share/doc/gck-1/method.Slot.get_handle.html
file path=usr/share/doc/gck-1/method.Slot.get_info.html
file path=usr/share/doc/gck-1/method.Slot.get_mechanism_info.html
file path=usr/share/doc/gck-1/method.Slot.get_mechanisms.html
file path=usr/share/doc/gck-1/method.Slot.get_module.html
file path=usr/share/doc/gck-1/method.Slot.get_token_info.html
file path=usr/share/doc/gck-1/method.Slot.has_flags.html
file path=usr/share/doc/gck-1/method.Slot.hash.html
file path=usr/share/doc/gck-1/method.Slot.match.html
file path=usr/share/doc/gck-1/method.Slot.open_session.html
file path=usr/share/doc/gck-1/method.Slot.open_session_async.html
file path=usr/share/doc/gck-1/method.Slot.open_session_finish.html
file path=usr/share/doc/gck-1/method.Slot.open_session_full.html
file path=usr/share/doc/gck-1/method.Slot.open_session_full_async.html
file path=usr/share/doc/gck-1/method.SlotInfo.copy.html
file path=usr/share/doc/gck-1/method.SlotInfo.free.html
file path=usr/share/doc/gck-1/method.TokenInfo.copy.html
file path=usr/share/doc/gck-1/method.TokenInfo.free.html
file path=usr/share/doc/gck-1/method.UriData.copy.html
file path=usr/share/doc/gck-1/method.UriData.free.html
file path=usr/share/doc/gck-1/pkcs11-links.html
file path=usr/share/doc/gck-1/property.Enumerator.chained.html
file path=usr/share/doc/gck-1/property.Enumerator.interaction.html
file path=usr/share/doc/gck-1/property.Enumerator.object-type.html
file path=usr/share/doc/gck-1/property.Module.functions.html
file path=usr/share/doc/gck-1/property.Module.path.html
file path=usr/share/doc/gck-1/property.Object.handle.html
file path=usr/share/doc/gck-1/property.Object.module.html
file path=usr/share/doc/gck-1/property.Object.session.html
file path=usr/share/doc/gck-1/property.ObjectCache.attributes.html
file path=usr/share/doc/gck-1/property.Password.key.html
file path=usr/share/doc/gck-1/property.Password.module.html
file path=usr/share/doc/gck-1/property.Password.token.html
file path=usr/share/doc/gck-1/property.Session.app-data.html
file path=usr/share/doc/gck-1/property.Session.handle.html
file path=usr/share/doc/gck-1/property.Session.interaction.html
file path=usr/share/doc/gck-1/property.Session.module.html
file path=usr/share/doc/gck-1/property.Session.opening-flags.html
file path=usr/share/doc/gck-1/property.Session.options.html
file path=usr/share/doc/gck-1/property.Session.slot.html
file path=usr/share/doc/gck-1/property.Slot.handle.html
file path=usr/share/doc/gck-1/property.Slot.module.html
file path=usr/share/doc/gck-1/search.js
file path=usr/share/doc/gck-1/signal.Module.authenticate-object.html
file path=usr/share/doc/gck-1/signal.Module.authenticate-slot.html
file path=usr/share/doc/gck-1/signal.Session.discard-handle.html
file path=usr/share/doc/gck-1/solarized-dark.css
file path=usr/share/doc/gck-1/solarized-light.css
file path=usr/share/doc/gck-1/struct.Attribute.html
file path=usr/share/doc/gck-1/struct.Attributes.html
file path=usr/share/doc/gck-1/struct.Builder.html
file path=usr/share/doc/gck-1/struct.Mechanism.html
file path=usr/share/doc/gck-1/struct.MechanismInfo.html
file path=usr/share/doc/gck-1/struct.ModuleInfo.html
file path=usr/share/doc/gck-1/struct.SessionInfo.html
file path=usr/share/doc/gck-1/struct.SlotInfo.html
file path=usr/share/doc/gck-1/struct.TokenInfo.html
file path=usr/share/doc/gck-1/struct.UriData.html
file path=usr/share/doc/gck-1/style.css
file path=usr/share/doc/gck-1/type_func.Builder.unref.html
file path=usr/share/doc/gck-1/type_func.Error.get_quark.html
file path=usr/share/doc/gck-1/type_func.Module.initialize.html
file path=usr/share/doc/gck-1/type_func.Module.initialize_async.html
file path=usr/share/doc/gck-1/type_func.Module.initialize_finish.html
file path=usr/share/doc/gck-1/type_func.Session.from_handle.html
file path=usr/share/doc/gck-1/type_func.Session.open.html
file path=usr/share/doc/gck-1/type_func.Session.open_async.html
file path=usr/share/doc/gck-1/type_func.Session.open_finish.html
file path=usr/share/doc/gck-1/type_func.Slot.from_handle.html
file path=usr/share/doc/gck-1/type_func.UriError.get_quark.html
file path=usr/share/doc/gck-1/vfunc.Module.authenticate_object.html
file path=usr/share/doc/gck-1/vfunc.Module.authenticate_slot.html
file path=usr/share/doc/gck-1/vfunc.ObjectCache.fill.html
file path=usr/share/doc/gck-1/vfunc.Session.discard_handle.html
file path=usr/share/doc/gcr-3/RedHatDisplay-Black.woff
file path=usr/share/doc/gcr-3/RedHatDisplay-Black.woff2
file path=usr/share/doc/gcr-3/RedHatDisplay-BlackItalic.woff
file path=usr/share/doc/gcr-3/RedHatDisplay-BlackItalic.woff2
file path=usr/share/doc/gcr-3/RedHatDisplay-Bold.woff
file path=usr/share/doc/gcr-3/RedHatDisplay-Bold.woff2
file path=usr/share/doc/gcr-3/RedHatDisplay-BoldItalic.woff
file path=usr/share/doc/gcr-3/RedHatDisplay-BoldItalic.woff2
file path=usr/share/doc/gcr-3/RedHatDisplay-Italic.woff
file path=usr/share/doc/gcr-3/RedHatDisplay-Italic.woff2
file path=usr/share/doc/gcr-3/RedHatDisplay-Medium.woff
file path=usr/share/doc/gcr-3/RedHatDisplay-Medium.woff2
file path=usr/share/doc/gcr-3/RedHatDisplay-MediumItalic.woff
file path=usr/share/doc/gcr-3/RedHatDisplay-MediumItalic.woff2
file path=usr/share/doc/gcr-3/RedHatDisplay-Regular.woff
file path=usr/share/doc/gcr-3/RedHatDisplay-Regular.woff2
file path=usr/share/doc/gcr-3/RedHatText-Bold.woff
file path=usr/share/doc/gcr-3/RedHatText-Bold.woff2
file path=usr/share/doc/gcr-3/RedHatText-BoldItalic.woff
file path=usr/share/doc/gcr-3/RedHatText-BoldItalic.woff2
file path=usr/share/doc/gcr-3/RedHatText-Italic.woff
file path=usr/share/doc/gcr-3/RedHatText-Italic.woff2
file path=usr/share/doc/gcr-3/RedHatText-Medium.woff
file path=usr/share/doc/gcr-3/RedHatText-Medium.woff2
file path=usr/share/doc/gcr-3/RedHatText-MediumItalic.woff
file path=usr/share/doc/gcr-3/RedHatText-MediumItalic.woff2
file path=usr/share/doc/gcr-3/RedHatText-Regular.woff
file path=usr/share/doc/gcr-3/RedHatText-Regular.woff2
file path=usr/share/doc/gcr-3/SourceCodePro-It.ttf.woff
file path=usr/share/doc/gcr-3/SourceCodePro-Regular.ttf.woff
file path=usr/share/doc/gcr-3/SourceCodePro-Semibold.ttf.woff
file path=usr/share/doc/gcr-3/callback.FilterCollectionFunc.html
file path=usr/share/doc/gcr-3/class.CertificateChain.html
file path=usr/share/doc/gcr-3/class.CertificateRequest.html
file path=usr/share/doc/gcr-3/class.FilterCollection.html
file path=usr/share/doc/gcr-3/class.Parser.html
file path=usr/share/doc/gcr-3/class.Pkcs11Certificate.html
file path=usr/share/doc/gcr-3/class.SecretExchange.html
file path=usr/share/doc/gcr-3/class.SimpleCertificate.html
file path=usr/share/doc/gcr-3/class.SimpleCollection.html
file path=usr/share/doc/gcr-3/class.SshAskpass.html
file path=usr/share/doc/gcr-3/class.SystemPrompt.html
file path=usr/share/doc/gcr-3/class.SystemPrompter.html
file path=usr/share/doc/gcr-3/class.UnionCollection.html
file path=usr/share/doc/gcr-3/classes_hierarchy.html
file path=usr/share/doc/gcr-3/const.ICON_CERTIFICATE.html
file path=usr/share/doc/gcr-3/const.ICON_GNUPG.html
file path=usr/share/doc/gcr-3/const.ICON_HOME_DIRECTORY.html
file path=usr/share/doc/gcr-3/const.ICON_KEY.html
file path=usr/share/doc/gcr-3/const.ICON_KEY_PAIR.html
file path=usr/share/doc/gcr-3/const.ICON_PASSWORD.html
file path=usr/share/doc/gcr-3/const.ICON_SMART_CARD.html
file path=usr/share/doc/gcr-3/const.MAJOR_VERSION.html
file path=usr/share/doc/gcr-3/const.MICRO_VERSION.html
file path=usr/share/doc/gcr-3/const.MINOR_VERSION.html
file path=usr/share/doc/gcr-3/const.PURPOSE_CLIENT_AUTH.html
file path=usr/share/doc/gcr-3/const.PURPOSE_CODE_SIGNING.html
file path=usr/share/doc/gcr-3/const.PURPOSE_EMAIL.html
file path=usr/share/doc/gcr-3/const.PURPOSE_SERVER_AUTH.html
file path=usr/share/doc/gcr-3/const.SECRET_EXCHANGE_PROTOCOL_1.html
file path=usr/share/doc/gcr-3/const.UNLOCK_OPTION_ALWAYS.html
file path=usr/share/doc/gcr-3/const.UNLOCK_OPTION_IDLE.html
file path=usr/share/doc/gcr-3/const.UNLOCK_OPTION_SESSION.html
file path=usr/share/doc/gcr-3/const.UNLOCK_OPTION_TIMEOUT.html
file path=usr/share/doc/gcr-3/ctor.CertificateChain.new.html
file path=usr/share/doc/gcr-3/ctor.FilterCollection.new_with_callback.html
file path=usr/share/doc/gcr-3/ctor.Parser.new.html
file path=usr/share/doc/gcr-3/ctor.SecretExchange.new.html
file path=usr/share/doc/gcr-3/ctor.SimpleCertificate.new.html
file path=usr/share/doc/gcr-3/ctor.SimpleCertificate.new_static.html
file path=usr/share/doc/gcr-3/ctor.SimpleCollection.new.html
file path=usr/share/doc/gcr-3/ctor.SshAskpass.new.html
file path=usr/share/doc/gcr-3/ctor.SystemPrompter.new.html
file path=usr/share/doc/gcr-3/ctor.UnionCollection.new.html
file path=usr/share/doc/gcr-3/enum.CertificateChainStatus.html
file path=usr/share/doc/gcr-3/enum.CertificateRequestFormat.html
file path=usr/share/doc/gcr-3/enum.DataError.html
file path=usr/share/doc/gcr-3/enum.DataFormat.html
file path=usr/share/doc/gcr-3/enum.PromptReply.html
file path=usr/share/doc/gcr-3/enum.SystemPromptError.html
file path=usr/share/doc/gcr-3/enum.SystemPrompterMode.html
file path=usr/share/doc/gcr-3/flags.CertificateChainFlags.html
file path=usr/share/doc/gcr-3/flags.ColumnFlags.html
file path=usr/share/doc/gcr-3/fonts.css
file path=usr/share/doc/gcr-3/func.CHECK_VERSION.html
file path=usr/share/doc/gcr-3/func.data_error_get_domain.html
file path=usr/share/doc/gcr-3/func.fingerprint_from_attributes.html
file path=usr/share/doc/gcr-3/func.fingerprint_from_subject_public_key_info.html
file path=usr/share/doc/gcr-3/func.icon_for_token.html
file path=usr/share/doc/gcr-3/func.mock_prompter_disconnect.html
file path=usr/share/doc/gcr-3/func.mock_prompter_expect_close.html
file path=usr/share/doc/gcr-3/func.mock_prompter_expect_confirm_cancel.html
file path=usr/share/doc/gcr-3/func.mock_prompter_expect_confirm_ok.html
file path=usr/share/doc/gcr-3/func.mock_prompter_expect_password_cancel.html
file path=usr/share/doc/gcr-3/func.mock_prompter_expect_password_ok.html
file path=usr/share/doc/gcr-3/func.mock_prompter_get_delay_msec.html
file path=usr/share/doc/gcr-3/func.mock_prompter_is_expecting.html
file path=usr/share/doc/gcr-3/func.mock_prompter_is_prompting.html
file path=usr/share/doc/gcr-3/func.mock_prompter_set_delay_msec.html
file path=usr/share/doc/gcr-3/func.mock_prompter_start.html
file path=usr/share/doc/gcr-3/func.mock_prompter_stop.html
file path=usr/share/doc/gcr-3/func.pkcs11_add_module.html
file path=usr/share/doc/gcr-3/func.pkcs11_add_module_from_file.html
file path=usr/share/doc/gcr-3/func.pkcs11_get_modules.html
file path=usr/share/doc/gcr-3/func.pkcs11_get_trust_lookup_slots.html
file path=usr/share/doc/gcr-3/func.pkcs11_get_trust_lookup_uris.html
file path=usr/share/doc/gcr-3/func.pkcs11_get_trust_store_slot.html
file path=usr/share/doc/gcr-3/func.pkcs11_get_trust_store_uri.html
file path=usr/share/doc/gcr-3/func.pkcs11_initialize.html
file path=usr/share/doc/gcr-3/func.pkcs11_initialize_async.html
file path=usr/share/doc/gcr-3/func.pkcs11_initialize_finish.html
file path=usr/share/doc/gcr-3/func.pkcs11_set_modules.html
file path=usr/share/doc/gcr-3/func.pkcs11_set_trust_lookup_uris.html
file path=usr/share/doc/gcr-3/func.pkcs11_set_trust_store_uri.html
file path=usr/share/doc/gcr-3/func.secure_memory_alloc.html
file path=usr/share/doc/gcr-3/func.secure_memory_free.html
file path=usr/share/doc/gcr-3/func.secure_memory_is_secure.html
file path=usr/share/doc/gcr-3/func.secure_memory_new.html
file path=usr/share/doc/gcr-3/func.secure_memory_realloc.html
file path=usr/share/doc/gcr-3/func.secure_memory_strdup.html
file path=usr/share/doc/gcr-3/func.secure_memory_strfree.html
file path=usr/share/doc/gcr-3/func.secure_memory_try_alloc.html
file path=usr/share/doc/gcr-3/func.secure_memory_try_realloc.html
file path=usr/share/doc/gcr-3/func.trust_add_pinned_certificate.html
file path=usr/share/doc/gcr-3/func.trust_add_pinned_certificate_async.html
file path=usr/share/doc/gcr-3/func.trust_add_pinned_certificate_finish.html
file path=usr/share/doc/gcr-3/func.trust_is_certificate_anchored.html
file path=usr/share/doc/gcr-3/func.trust_is_certificate_anchored_async.html
file path=usr/share/doc/gcr-3/func.trust_is_certificate_anchored_finish.html
file path=usr/share/doc/gcr-3/func.trust_is_certificate_pinned.html
file path=usr/share/doc/gcr-3/func.trust_is_certificate_pinned_async.html
file path=usr/share/doc/gcr-3/func.trust_is_certificate_pinned_finish.html
file path=usr/share/doc/gcr-3/func.trust_remove_pinned_certificate.html
file path=usr/share/doc/gcr-3/func.trust_remove_pinned_certificate_async.html
file path=usr/share/doc/gcr-3/func.trust_remove_pinned_certificate_finish.html
file path=usr/share/doc/gcr-3/fzy.js
file path=usr/share/doc/gcr-3/gcr-3.devhelp2
file path=usr/share/doc/gcr-3/go-up-symbolic.png
file path=usr/share/doc/gcr-3/iface.Certificate.html
file path=usr/share/doc/gcr-3/iface.Collection.html
file path=usr/share/doc/gcr-3/iface.Comparable.html
file path=usr/share/doc/gcr-3/iface.ImportInteraction.html
file path=usr/share/doc/gcr-3/iface.Importer.html
file path=usr/share/doc/gcr-3/iface.Prompt.html
file path=usr/share/doc/gcr-3/index.html
file path=usr/share/doc/gcr-3/index.json
file path=usr/share/doc/gcr-3/main.js
file path=usr/share/doc/gcr-3/method.Certificate.get_basic_constraints.html
file path=usr/share/doc/gcr-3/method.Certificate.get_der_data.html
file path=usr/share/doc/gcr-3/method.Certificate.get_expiry_date.html
file path=usr/share/doc/gcr-3/method.Certificate.get_fingerprint.html
file path=usr/share/doc/gcr-3/method.Certificate.get_fingerprint_hex.html
file path=usr/share/doc/gcr-3/method.Certificate.get_icon.html
file path=usr/share/doc/gcr-3/method.Certificate.get_issued_date.html
file path=usr/share/doc/gcr-3/method.Certificate.get_issuer_cn.html
file path=usr/share/doc/gcr-3/method.Certificate.get_issuer_dn.html
file path=usr/share/doc/gcr-3/method.Certificate.get_issuer_name.html
file path=usr/share/doc/gcr-3/method.Certificate.get_issuer_part.html
file path=usr/share/doc/gcr-3/method.Certificate.get_issuer_raw.html
file path=usr/share/doc/gcr-3/method.Certificate.get_key_size.html
file path=usr/share/doc/gcr-3/method.Certificate.get_markup_text.html
file path=usr/share/doc/gcr-3/method.Certificate.get_serial_number.html
file path=usr/share/doc/gcr-3/method.Certificate.get_serial_number_hex.html
file path=usr/share/doc/gcr-3/method.Certificate.get_subject_cn.html
file path=usr/share/doc/gcr-3/method.Certificate.get_subject_dn.html
file path=usr/share/doc/gcr-3/method.Certificate.get_subject_name.html
file path=usr/share/doc/gcr-3/method.Certificate.get_subject_part.html
file path=usr/share/doc/gcr-3/method.Certificate.get_subject_raw.html
file path=usr/share/doc/gcr-3/method.Certificate.is_issuer.html
file path=usr/share/doc/gcr-3/method.Certificate.mixin_emit_notify.html
file path=usr/share/doc/gcr-3/method.CertificateChain.add.html
file path=usr/share/doc/gcr-3/method.CertificateChain.build.html
file path=usr/share/doc/gcr-3/method.CertificateChain.build_async.html
file path=usr/share/doc/gcr-3/method.CertificateChain.build_finish.html
file path=usr/share/doc/gcr-3/method.CertificateChain.get_anchor.html
file path=usr/share/doc/gcr-3/method.CertificateChain.get_certificate.html
file path=usr/share/doc/gcr-3/method.CertificateChain.get_endpoint.html
file path=usr/share/doc/gcr-3/method.CertificateChain.get_length.html
file path=usr/share/doc/gcr-3/method.CertificateChain.get_status.html
file path=usr/share/doc/gcr-3/method.CertificateRequest.complete.html
file path=usr/share/doc/gcr-3/method.CertificateRequest.complete_async.html
file path=usr/share/doc/gcr-3/method.CertificateRequest.complete_finish.html
file path=usr/share/doc/gcr-3/method.CertificateRequest.encode.html
file path=usr/share/doc/gcr-3/method.CertificateRequest.get_format.html
file path=usr/share/doc/gcr-3/method.CertificateRequest.get_private_key.html
file path=usr/share/doc/gcr-3/method.CertificateRequest.set_cn.html
file path=usr/share/doc/gcr-3/method.Collection.contains.html
file path=usr/share/doc/gcr-3/method.Collection.emit_added.html
file path=usr/share/doc/gcr-3/method.Collection.emit_removed.html
file path=usr/share/doc/gcr-3/method.Collection.get_length.html
file path=usr/share/doc/gcr-3/method.Collection.get_objects.html
file path=usr/share/doc/gcr-3/method.Comparable.compare.html
file path=usr/share/doc/gcr-3/method.FilterCollection.get_underlying.html
file path=usr/share/doc/gcr-3/method.FilterCollection.refilter.html
file path=usr/share/doc/gcr-3/method.FilterCollection.set_callback.html
file path=usr/share/doc/gcr-3/method.ImportInteraction.supplement.html
file path=usr/share/doc/gcr-3/method.ImportInteraction.supplement_async.html
file path=usr/share/doc/gcr-3/method.ImportInteraction.supplement_finish.html
file path=usr/share/doc/gcr-3/method.ImportInteraction.supplement_prep.html
file path=usr/share/doc/gcr-3/method.Importer.get_interaction.html
file path=usr/share/doc/gcr-3/method.Importer.import.html
file path=usr/share/doc/gcr-3/method.Importer.import_async.html
file path=usr/share/doc/gcr-3/method.Importer.import_finish.html
file path=usr/share/doc/gcr-3/method.Importer.queue_for_parsed.html
file path=usr/share/doc/gcr-3/method.Importer.set_interaction.html
file path=usr/share/doc/gcr-3/method.Parsed.get_attributes.html
file path=usr/share/doc/gcr-3/method.Parsed.get_bytes.html
file path=usr/share/doc/gcr-3/method.Parsed.get_data.html
file path=usr/share/doc/gcr-3/method.Parsed.get_description.html
file path=usr/share/doc/gcr-3/method.Parsed.get_filename.html
file path=usr/share/doc/gcr-3/method.Parsed.get_format.html
file path=usr/share/doc/gcr-3/method.Parsed.get_label.html
file path=usr/share/doc/gcr-3/method.Parsed.ref.html
file path=usr/share/doc/gcr-3/method.Parser.add_password.html
file path=usr/share/doc/gcr-3/method.Parser.format_disable.html
file path=usr/share/doc/gcr-3/method.Parser.format_enable.html
file path=usr/share/doc/gcr-3/method.Parser.format_supported.html
file path=usr/share/doc/gcr-3/method.Parser.get_filename.html
file path=usr/share/doc/gcr-3/method.Parser.get_parsed.html
file path=usr/share/doc/gcr-3/method.Parser.get_parsed_attributes.html
file path=usr/share/doc/gcr-3/method.Parser.get_parsed_block.html
file path=usr/share/doc/gcr-3/method.Parser.get_parsed_bytes.html
file path=usr/share/doc/gcr-3/method.Parser.get_parsed_description.html
file path=usr/share/doc/gcr-3/method.Parser.get_parsed_format.html
file path=usr/share/doc/gcr-3/method.Parser.get_parsed_label.html
file path=usr/share/doc/gcr-3/method.Parser.parse_bytes.html
file path=usr/share/doc/gcr-3/method.Parser.parse_data.html
file path=usr/share/doc/gcr-3/method.Parser.parse_stream.html
file path=usr/share/doc/gcr-3/method.Parser.parse_stream_async.html
file path=usr/share/doc/gcr-3/method.Parser.parse_stream_finish.html
file path=usr/share/doc/gcr-3/method.Parser.set_filename.html
file path=usr/share/doc/gcr-3/method.Pkcs11Certificate.get_attributes.html
file path=usr/share/doc/gcr-3/method.Prompt.close.html
file path=usr/share/doc/gcr-3/method.Prompt.confirm.html
file path=usr/share/doc/gcr-3/method.Prompt.confirm_async.html
file path=usr/share/doc/gcr-3/method.Prompt.confirm_finish.html
file path=usr/share/doc/gcr-3/method.Prompt.confirm_run.html
file path=usr/share/doc/gcr-3/method.Prompt.get_caller_window.html
file path=usr/share/doc/gcr-3/method.Prompt.get_cancel_label.html
file path=usr/share/doc/gcr-3/method.Prompt.get_choice_chosen.html
file path=usr/share/doc/gcr-3/method.Prompt.get_choice_label.html
file path=usr/share/doc/gcr-3/method.Prompt.get_continue_label.html
file path=usr/share/doc/gcr-3/method.Prompt.get_description.html
file path=usr/share/doc/gcr-3/method.Prompt.get_message.html
file path=usr/share/doc/gcr-3/method.Prompt.get_password_new.html
file path=usr/share/doc/gcr-3/method.Prompt.get_password_strength.html
file path=usr/share/doc/gcr-3/method.Prompt.get_title.html
file path=usr/share/doc/gcr-3/method.Prompt.get_warning.html
file path=usr/share/doc/gcr-3/method.Prompt.password.html
file path=usr/share/doc/gcr-3/method.Prompt.password_async.html
file path=usr/share/doc/gcr-3/method.Prompt.password_finish.html
file path=usr/share/doc/gcr-3/method.Prompt.password_run.html
file path=usr/share/doc/gcr-3/method.Prompt.reset.html
file path=usr/share/doc/gcr-3/method.Prompt.set_caller_window.html
file path=usr/share/doc/gcr-3/method.Prompt.set_cancel_label.html
file path=usr/share/doc/gcr-3/method.Prompt.set_choice_chosen.html
file path=usr/share/doc/gcr-3/method.Prompt.set_choice_label.html
file path=usr/share/doc/gcr-3/method.Prompt.set_continue_label.html
file path=usr/share/doc/gcr-3/method.Prompt.set_description.html
file path=usr/share/doc/gcr-3/method.Prompt.set_message.html
file path=usr/share/doc/gcr-3/method.Prompt.set_password_new.html
file path=usr/share/doc/gcr-3/method.Prompt.set_title.html
file path=usr/share/doc/gcr-3/method.Prompt.set_warning.html
file path=usr/share/doc/gcr-3/method.SecretExchange.begin.html
file path=usr/share/doc/gcr-3/method.SecretExchange.get_protocol.html
file path=usr/share/doc/gcr-3/method.SecretExchange.get_secret.html
file path=usr/share/doc/gcr-3/method.SecretExchange.receive.html
file path=usr/share/doc/gcr-3/method.SecretExchange.send.html
file path=usr/share/doc/gcr-3/method.SimpleCollection.add.html
file path=usr/share/doc/gcr-3/method.SimpleCollection.remove.html
file path=usr/share/doc/gcr-3/method.SshAskpass.get_interaction.html
file path=usr/share/doc/gcr-3/method.SystemPrompt.close.html
file path=usr/share/doc/gcr-3/method.SystemPrompt.close_async.html
file path=usr/share/doc/gcr-3/method.SystemPrompt.close_finish.html
file path=usr/share/doc/gcr-3/method.SystemPrompt.get_secret_exchange.html
file path=usr/share/doc/gcr-3/method.SystemPrompter.get_mode.html
file path=usr/share/doc/gcr-3/method.SystemPrompter.get_prompt_type.html
file path=usr/share/doc/gcr-3/method.SystemPrompter.get_prompting.html
file path=usr/share/doc/gcr-3/method.SystemPrompter.register.html
file path=usr/share/doc/gcr-3/method.SystemPrompter.unregister.html
file path=usr/share/doc/gcr-3/method.UnionCollection.add.html
file path=usr/share/doc/gcr-3/method.UnionCollection.elements.html
file path=usr/share/doc/gcr-3/method.UnionCollection.have.html
file path=usr/share/doc/gcr-3/method.UnionCollection.remove.html
file path=usr/share/doc/gcr-3/method.UnionCollection.size.html
file path=usr/share/doc/gcr-3/method.UnionCollection.take.html
file path=usr/share/doc/gcr-3/non-pageable-memory.html
file path=usr/share/doc/gcr-3/pkcs11-configuration.html
file path=usr/share/doc/gcr-3/property.Certificate.description.html
file path=usr/share/doc/gcr-3/property.Certificate.expiry.html
file path=usr/share/doc/gcr-3/property.Certificate.icon.html
file path=usr/share/doc/gcr-3/property.Certificate.issuer.html
file path=usr/share/doc/gcr-3/property.Certificate.label.html
file path=usr/share/doc/gcr-3/property.Certificate.markup.html
file path=usr/share/doc/gcr-3/property.Certificate.subject.html
file path=usr/share/doc/gcr-3/property.CertificateChain.length.html
file path=usr/share/doc/gcr-3/property.CertificateChain.status.html
file path=usr/share/doc/gcr-3/property.CertificateRequest.format.html
file path=usr/share/doc/gcr-3/property.CertificateRequest.private-key.html
file path=usr/share/doc/gcr-3/property.FilterCollection.underlying.html
file path=usr/share/doc/gcr-3/property.Importer.icon.html
file path=usr/share/doc/gcr-3/property.Importer.interaction.html
file path=usr/share/doc/gcr-3/property.Importer.label.html
file path=usr/share/doc/gcr-3/property.Importer.uri.html
file path=usr/share/doc/gcr-3/property.Parser.parsed-attributes.html
file path=usr/share/doc/gcr-3/property.Parser.parsed-description.html
file path=usr/share/doc/gcr-3/property.Parser.parsed-label.html
file path=usr/share/doc/gcr-3/property.Pkcs11Certificate.attributes.html
file path=usr/share/doc/gcr-3/property.Prompt.caller-window.html
file path=usr/share/doc/gcr-3/property.Prompt.cancel-label.html
file path=usr/share/doc/gcr-3/property.Prompt.choice-chosen.html
file path=usr/share/doc/gcr-3/property.Prompt.choice-label.html
file path=usr/share/doc/gcr-3/property.Prompt.continue-label.html
file path=usr/share/doc/gcr-3/property.Prompt.description.html
file path=usr/share/doc/gcr-3/property.Prompt.message.html
file path=usr/share/doc/gcr-3/property.Prompt.password-new.html
file path=usr/share/doc/gcr-3/property.Prompt.password-strength.html
file path=usr/share/doc/gcr-3/property.Prompt.title.html
file path=usr/share/doc/gcr-3/property.Prompt.warning.html
file path=usr/share/doc/gcr-3/property.SecretExchange.protocol.html
file path=usr/share/doc/gcr-3/property.SshAskpass.interaction.html
file path=usr/share/doc/gcr-3/property.SystemPrompt.bus-name.html
file path=usr/share/doc/gcr-3/property.SystemPrompt.secret-exchange.html
file path=usr/share/doc/gcr-3/property.SystemPrompt.timeout-seconds.html
file path=usr/share/doc/gcr-3/property.SystemPrompter.mode.html
file path=usr/share/doc/gcr-3/property.SystemPrompter.prompt-type.html
file path=usr/share/doc/gcr-3/property.SystemPrompter.prompting.html
file path=usr/share/doc/gcr-3/search.js
file path=usr/share/doc/gcr-3/signal.Collection.added.html
file path=usr/share/doc/gcr-3/signal.Collection.removed.html
file path=usr/share/doc/gcr-3/signal.Parser.authenticate.html
file path=usr/share/doc/gcr-3/signal.Parser.parsed.html
file path=usr/share/doc/gcr-3/signal.Prompt.prompt-close.html
file path=usr/share/doc/gcr-3/signal.SystemPrompter.new-prompt.html
file path=usr/share/doc/gcr-3/solarized-dark.css
file path=usr/share/doc/gcr-3/solarized-light.css
file path=usr/share/doc/gcr-3/struct.Column.html
file path=usr/share/doc/gcr-3/struct.Parsed.html
file path=usr/share/doc/gcr-3/style.css
file path=usr/share/doc/gcr-3/trust-store.html
file path=usr/share/doc/gcr-3/type_func.Certificate.compare.html
file path=usr/share/doc/gcr-3/type_func.Certificate.get_columns.html
file path=usr/share/doc/gcr-3/type_func.Certificate.mixin_class_init.html
file path=usr/share/doc/gcr-3/type_func.Certificate.mixin_comparable_init.html
file path=usr/share/doc/gcr-3/type_func.Certificate.mixin_get_property.html
file path=usr/share/doc/gcr-3/type_func.CertificateRequest.capable.html
file path=usr/share/doc/gcr-3/type_func.CertificateRequest.capable_async.html
file path=usr/share/doc/gcr-3/type_func.CertificateRequest.capable_finish.html
file path=usr/share/doc/gcr-3/type_func.CertificateRequest.prepare.html
file path=usr/share/doc/gcr-3/type_func.Comparable.memcmp.html
file path=usr/share/doc/gcr-3/type_func.Importer.create_for_parsed.html
file path=usr/share/doc/gcr-3/type_func.Importer.queue_and_filter_for_parsed.html
file path=usr/share/doc/gcr-3/type_func.Importer.register.html
file path=usr/share/doc/gcr-3/type_func.Importer.register_well_known.html
file path=usr/share/doc/gcr-3/type_func.Parsed.unref.html
file path=usr/share/doc/gcr-3/type_func.Pkcs11Certificate.lookup_issuer.html
file path=usr/share/doc/gcr-3/type_func.Pkcs11Certificate.lookup_issuer_async.html
file path=usr/share/doc/gcr-3/type_func.Pkcs11Certificate.lookup_issuer_finish.html
file path=usr/share/doc/gcr-3/type_func.SshAskpass.child_setup.html
file path=usr/share/doc/gcr-3/type_func.SystemPrompt.error_get_domain.html
file path=usr/share/doc/gcr-3/type_func.SystemPrompt.open.html
file path=usr/share/doc/gcr-3/type_func.SystemPrompt.open_async.html
file path=usr/share/doc/gcr-3/type_func.SystemPrompt.open_finish.html
file path=usr/share/doc/gcr-3/type_func.SystemPrompt.open_for_prompter.html
file path=usr/share/doc/gcr-3/type_func.SystemPrompt.open_for_prompter_async.html
file path=usr/share/doc/gcr-3/vfunc.Certificate.get_der_data.html
file path=usr/share/doc/gcr-3/vfunc.Collection.added.html
file path=usr/share/doc/gcr-3/vfunc.Collection.contains.html
file path=usr/share/doc/gcr-3/vfunc.Collection.get_length.html
file path=usr/share/doc/gcr-3/vfunc.Collection.get_objects.html
file path=usr/share/doc/gcr-3/vfunc.Collection.removed.html
file path=usr/share/doc/gcr-3/vfunc.Comparable.compare.html
file path=usr/share/doc/gcr-3/vfunc.ImportInteraction.supplement.html
file path=usr/share/doc/gcr-3/vfunc.ImportInteraction.supplement_async.html
file path=usr/share/doc/gcr-3/vfunc.ImportInteraction.supplement_finish.html
file path=usr/share/doc/gcr-3/vfunc.ImportInteraction.supplement_prep.html
file path=usr/share/doc/gcr-3/vfunc.Importer.import_async.html
file path=usr/share/doc/gcr-3/vfunc.Importer.import_finish.html
file path=usr/share/doc/gcr-3/vfunc.Importer.import_sync.html
file path=usr/share/doc/gcr-3/vfunc.Importer.queue_for_parsed.html
file path=usr/share/doc/gcr-3/vfunc.Parser.authenticate.html
file path=usr/share/doc/gcr-3/vfunc.Parser.parsed.html
file path=usr/share/doc/gcr-3/vfunc.Prompt.prompt_close.html
file path=usr/share/doc/gcr-3/vfunc.Prompt.prompt_confirm_async.html
file path=usr/share/doc/gcr-3/vfunc.Prompt.prompt_confirm_finish.html
file path=usr/share/doc/gcr-3/vfunc.Prompt.prompt_password_async.html
file path=usr/share/doc/gcr-3/vfunc.Prompt.prompt_password_finish.html
file path=usr/share/doc/gcr-3/vfunc.SecretExchange.decrypt_transport_data.html
file path=usr/share/doc/gcr-3/vfunc.SecretExchange.derive_transport_key.html
file path=usr/share/doc/gcr-3/vfunc.SecretExchange.encrypt_transport_data.html
file path=usr/share/doc/gcr-3/vfunc.SecretExchange.generate_exchange_key.html
file path=usr/share/doc/gcr-3/vfunc.SystemPrompter.new_prompt.html
file path=usr/share/doc/gcr-ui-3/RedHatDisplay-Black.woff
file path=usr/share/doc/gcr-ui-3/RedHatDisplay-Black.woff2
file path=usr/share/doc/gcr-ui-3/RedHatDisplay-BlackItalic.woff
file path=usr/share/doc/gcr-ui-3/RedHatDisplay-BlackItalic.woff2
file path=usr/share/doc/gcr-ui-3/RedHatDisplay-Bold.woff
file path=usr/share/doc/gcr-ui-3/RedHatDisplay-Bold.woff2
file path=usr/share/doc/gcr-ui-3/RedHatDisplay-BoldItalic.woff
file path=usr/share/doc/gcr-ui-3/RedHatDisplay-BoldItalic.woff2
file path=usr/share/doc/gcr-ui-3/RedHatDisplay-Italic.woff
file path=usr/share/doc/gcr-ui-3/RedHatDisplay-Italic.woff2
file path=usr/share/doc/gcr-ui-3/RedHatDisplay-Medium.woff
file path=usr/share/doc/gcr-ui-3/RedHatDisplay-Medium.woff2
file path=usr/share/doc/gcr-ui-3/RedHatDisplay-MediumItalic.woff
file path=usr/share/doc/gcr-ui-3/RedHatDisplay-MediumItalic.woff2
file path=usr/share/doc/gcr-ui-3/RedHatDisplay-Regular.woff
file path=usr/share/doc/gcr-ui-3/RedHatDisplay-Regular.woff2
file path=usr/share/doc/gcr-ui-3/RedHatText-Bold.woff
file path=usr/share/doc/gcr-ui-3/RedHatText-Bold.woff2
file path=usr/share/doc/gcr-ui-3/RedHatText-BoldItalic.woff
file path=usr/share/doc/gcr-ui-3/RedHatText-BoldItalic.woff2
file path=usr/share/doc/gcr-ui-3/RedHatText-Italic.woff
file path=usr/share/doc/gcr-ui-3/RedHatText-Italic.woff2
file path=usr/share/doc/gcr-ui-3/RedHatText-Medium.woff
file path=usr/share/doc/gcr-ui-3/RedHatText-Medium.woff2
file path=usr/share/doc/gcr-ui-3/RedHatText-MediumItalic.woff
file path=usr/share/doc/gcr-ui-3/RedHatText-MediumItalic.woff2
file path=usr/share/doc/gcr-ui-3/RedHatText-Regular.woff
file path=usr/share/doc/gcr-ui-3/RedHatText-Regular.woff2
file path=usr/share/doc/gcr-ui-3/SourceCodePro-It.ttf.woff
file path=usr/share/doc/gcr-ui-3/SourceCodePro-Regular.ttf.woff
file path=usr/share/doc/gcr-ui-3/SourceCodePro-Semibold.ttf.woff
file path=usr/share/doc/gcr-ui-3/certificate-widget.png
file path=usr/share/doc/gcr-ui-3/class.CertificateRenderer.html
file path=usr/share/doc/gcr-ui-3/class.CertificateWidget.html
file path=usr/share/doc/gcr-ui-3/class.CollectionModel.html
file path=usr/share/doc/gcr-ui-3/class.ComboSelector.html
file path=usr/share/doc/gcr-ui-3/class.FailureRenderer.html
file path=usr/share/doc/gcr-ui-3/class.ImportButton.html
file path=usr/share/doc/gcr-ui-3/class.KeyRenderer.html
file path=usr/share/doc/gcr-ui-3/class.KeyWidget.html
file path=usr/share/doc/gcr-ui-3/class.ListSelector.html
file path=usr/share/doc/gcr-ui-3/class.PromptDialog.html
file path=usr/share/doc/gcr-ui-3/class.SecureEntryBuffer.html
file path=usr/share/doc/gcr-ui-3/class.TreeSelector.html
file path=usr/share/doc/gcr-ui-3/class.UnlockOptionsWidget.html
file path=usr/share/doc/gcr-ui-3/class.ViewerWidget.html
file path=usr/share/doc/gcr-ui-3/classes_hierarchy.html
file path=usr/share/doc/gcr-ui-3/combo-selector.png
file path=usr/share/doc/gcr-ui-3/ctor.CertificateRenderer.new.html
file path=usr/share/doc/gcr-ui-3/ctor.CertificateRenderer.new_for_attributes.html
file path=usr/share/doc/gcr-ui-3/ctor.CertificateWidget.new.html
file path=usr/share/doc/gcr-ui-3/ctor.CollectionModel.new.html
file path=usr/share/doc/gcr-ui-3/ctor.CollectionModel.new_full.html
file path=usr/share/doc/gcr-ui-3/ctor.ComboSelector.new.html
file path=usr/share/doc/gcr-ui-3/ctor.FailureRenderer.new.html
file path=usr/share/doc/gcr-ui-3/ctor.ImportButton.new.html
file path=usr/share/doc/gcr-ui-3/ctor.KeyRenderer.new.html
file path=usr/share/doc/gcr-ui-3/ctor.KeyWidget.new.html
file path=usr/share/doc/gcr-ui-3/ctor.ListSelector.new.html
file path=usr/share/doc/gcr-ui-3/ctor.SecureEntryBuffer.new.html
file path=usr/share/doc/gcr-ui-3/ctor.TreeSelector.new.html
file path=usr/share/doc/gcr-ui-3/ctor.UnlockOptionsWidget.new.html
file path=usr/share/doc/gcr-ui-3/ctor.ViewerWidget.new.html
file path=usr/share/doc/gcr-ui-3/enum.CollectionModelMode.html
file path=usr/share/doc/gcr-ui-3/fonts.css
file path=usr/share/doc/gcr-ui-3/fzy.js
file path=usr/share/doc/gcr-ui-3/gcr-ui-3.devhelp2
file path=usr/share/doc/gcr-ui-3/go-up-symbolic.png
file path=usr/share/doc/gcr-ui-3/iface.Renderer.html
file path=usr/share/doc/gcr-ui-3/iface.Viewer.html
file path=usr/share/doc/gcr-ui-3/import-button.png
file path=usr/share/doc/gcr-ui-3/index.html
file path=usr/share/doc/gcr-ui-3/index.json
file path=usr/share/doc/gcr-ui-3/key-widget.png
file path=usr/share/doc/gcr-ui-3/list-selector.png
file path=usr/share/doc/gcr-ui-3/main.js
file path=usr/share/doc/gcr-ui-3/method.CertificateRenderer.get_certificate.html
file path=usr/share/doc/gcr-ui-3/method.CertificateRenderer.set_certificate.html
file path=usr/share/doc/gcr-ui-3/method.CertificateWidget.get_attributes.html
file path=usr/share/doc/gcr-ui-3/method.CertificateWidget.get_certificate.html
file path=usr/share/doc/gcr-ui-3/method.CertificateWidget.set_attributes.html
file path=usr/share/doc/gcr-ui-3/method.CertificateWidget.set_certificate.html
file path=usr/share/doc/gcr-ui-3/method.CollectionModel.change_selected.html
file path=usr/share/doc/gcr-ui-3/method.CollectionModel.column_for_selected.html
file path=usr/share/doc/gcr-ui-3/method.CollectionModel.get_collection.html
file path=usr/share/doc/gcr-ui-3/method.CollectionModel.get_selected_objects.html
file path=usr/share/doc/gcr-ui-3/method.CollectionModel.is_selected.html
file path=usr/share/doc/gcr-ui-3/method.CollectionModel.iter_for_object.html
file path=usr/share/doc/gcr-ui-3/method.CollectionModel.object_for_iter.html
file path=usr/share/doc/gcr-ui-3/method.CollectionModel.set_collection.html
file path=usr/share/doc/gcr-ui-3/method.CollectionModel.set_columns.html
file path=usr/share/doc/gcr-ui-3/method.CollectionModel.set_selected_objects.html
file path=usr/share/doc/gcr-ui-3/method.CollectionModel.toggle_selected.html
file path=usr/share/doc/gcr-ui-3/method.ComboSelector.get_collection.html
file path=usr/share/doc/gcr-ui-3/method.ComboSelector.get_selected.html
file path=usr/share/doc/gcr-ui-3/method.ComboSelector.set_selected.html
file path=usr/share/doc/gcr-ui-3/method.ImportButton.add_parsed.html
file path=usr/share/doc/gcr-ui-3/method.KeyRenderer.get_attributes.html
file path=usr/share/doc/gcr-ui-3/method.KeyRenderer.set_attributes.html
file path=usr/share/doc/gcr-ui-3/method.KeyWidget.get_attributes.html
file path=usr/share/doc/gcr-ui-3/method.KeyWidget.set_attributes.html
file path=usr/share/doc/gcr-ui-3/method.ListSelector.get_collection.html
file path=usr/share/doc/gcr-ui-3/method.ListSelector.get_selected.html
file path=usr/share/doc/gcr-ui-3/method.ListSelector.set_selected.html
file path=usr/share/doc/gcr-ui-3/method.Renderer.emit_data_changed.html
file path=usr/share/doc/gcr-ui-3/method.Renderer.get_attributes.html
file path=usr/share/doc/gcr-ui-3/method.Renderer.popuplate_popup.html
file path=usr/share/doc/gcr-ui-3/method.Renderer.render_view.html
file path=usr/share/doc/gcr-ui-3/method.Renderer.set_attributes.html
file path=usr/share/doc/gcr-ui-3/method.TreeSelector.get_collection.html
file path=usr/share/doc/gcr-ui-3/method.TreeSelector.get_columns.html
file path=usr/share/doc/gcr-ui-3/method.TreeSelector.get_selected.html
file path=usr/share/doc/gcr-ui-3/method.TreeSelector.set_selected.html
file path=usr/share/doc/gcr-ui-3/method.UnlockOptionsWidget.get_choice.html
file path=usr/share/doc/gcr-ui-3/method.UnlockOptionsWidget.get_label.html
file path=usr/share/doc/gcr-ui-3/method.UnlockOptionsWidget.get_sensitive.html
file path=usr/share/doc/gcr-ui-3/method.UnlockOptionsWidget.get_ttl.html
file path=usr/share/doc/gcr-ui-3/method.UnlockOptionsWidget.set_choice.html
file path=usr/share/doc/gcr-ui-3/method.UnlockOptionsWidget.set_label.html
file path=usr/share/doc/gcr-ui-3/method.UnlockOptionsWidget.set_sensitive.html
file path=usr/share/doc/gcr-ui-3/method.UnlockOptionsWidget.set_ttl.html
file path=usr/share/doc/gcr-ui-3/method.Viewer.add_renderer.html
file path=usr/share/doc/gcr-ui-3/method.Viewer.count_renderers.html
file path=usr/share/doc/gcr-ui-3/method.Viewer.get_renderer.html
file path=usr/share/doc/gcr-ui-3/method.Viewer.insert_renderer.html
file path=usr/share/doc/gcr-ui-3/method.Viewer.remove_renderer.html
file path=usr/share/doc/gcr-ui-3/method.ViewerWidget.clear_error.html
file path=usr/share/doc/gcr-ui-3/method.ViewerWidget.get_display_name.html
file path=usr/share/doc/gcr-ui-3/method.ViewerWidget.get_parser.html
file path=usr/share/doc/gcr-ui-3/method.ViewerWidget.get_viewer.html
file path=usr/share/doc/gcr-ui-3/method.ViewerWidget.load_bytes.html
file path=usr/share/doc/gcr-ui-3/method.ViewerWidget.load_data.html
file path=usr/share/doc/gcr-ui-3/method.ViewerWidget.load_file.html
file path=usr/share/doc/gcr-ui-3/method.ViewerWidget.set_display_name.html
file path=usr/share/doc/gcr-ui-3/method.ViewerWidget.show_error.html
file path=usr/share/doc/gcr-ui-3/property.CertificateRenderer.attributes.html
file path=usr/share/doc/gcr-ui-3/property.CertificateRenderer.certificate.html
file path=usr/share/doc/gcr-ui-3/property.CertificateRenderer.label.html
file path=usr/share/doc/gcr-ui-3/property.CertificateWidget.attributes.html
file path=usr/share/doc/gcr-ui-3/property.CertificateWidget.certificate.html
file path=usr/share/doc/gcr-ui-3/property.CollectionModel.collection.html
file path=usr/share/doc/gcr-ui-3/property.CollectionModel.columns.html
file path=usr/share/doc/gcr-ui-3/property.CollectionModel.mode.html
file path=usr/share/doc/gcr-ui-3/property.ComboSelector.collection.html
file path=usr/share/doc/gcr-ui-3/property.FailureRenderer.attributes.html
file path=usr/share/doc/gcr-ui-3/property.FailureRenderer.label.html
file path=usr/share/doc/gcr-ui-3/property.KeyRenderer.object.html
file path=usr/share/doc/gcr-ui-3/property.KeyWidget.attributes.html
file path=usr/share/doc/gcr-ui-3/property.ListSelector.collection.html
file path=usr/share/doc/gcr-ui-3/property.PromptDialog.choice-visible.html
file path=usr/share/doc/gcr-ui-3/property.PromptDialog.confirm-visible.html
file path=usr/share/doc/gcr-ui-3/property.PromptDialog.password-visible.html
file path=usr/share/doc/gcr-ui-3/property.PromptDialog.warning-visible.html
file path=usr/share/doc/gcr-ui-3/property.Renderer.attributes.html
file path=usr/share/doc/gcr-ui-3/property.Renderer.label.html
file path=usr/share/doc/gcr-ui-3/property.TreeSelector.collection.html
file path=usr/share/doc/gcr-ui-3/property.TreeSelector.columns.html
file path=usr/share/doc/gcr-ui-3/property.UnlockOptionsWidget.choice.html
file path=usr/share/doc/gcr-ui-3/property.UnlockOptionsWidget.ttl.html
file path=usr/share/doc/gcr-ui-3/property.ViewerWidget.display-name.html
file path=usr/share/doc/gcr-ui-3/property.ViewerWidget.parser.html
file path=usr/share/doc/gcr-ui-3/search.js
file path=usr/share/doc/gcr-ui-3/signal.ImportButton.imported.html
file path=usr/share/doc/gcr-ui-3/signal.ImportButton.importing.html
file path=usr/share/doc/gcr-ui-3/signal.Renderer.data-changed.html
file path=usr/share/doc/gcr-ui-3/signal.ViewerWidget.added.html
file path=usr/share/doc/gcr-ui-3/solarized-dark.css
file path=usr/share/doc/gcr-ui-3/solarized-light.css
file path=usr/share/doc/gcr-ui-3/style.css
file path=usr/share/doc/gcr-ui-3/tree-selector.png
file path=usr/share/doc/gcr-ui-3/type_func.FailureRenderer.new_unsupported.html
file path=usr/share/doc/gcr-ui-3/type_func.Renderer.create.html
file path=usr/share/doc/gcr-ui-3/type_func.Renderer.register.html
file path=usr/share/doc/gcr-ui-3/type_func.Renderer.register_well_known.html
file path=usr/share/doc/gcr-ui-3/type_func.Viewer.new.html
file path=usr/share/doc/gcr-ui-3/type_func.Viewer.new_scrolled.html
file path=usr/share/doc/gcr-ui-3/vfunc.ImportButton.imported.html
file path=usr/share/doc/gcr-ui-3/vfunc.ImportButton.importing.html
file path=usr/share/doc/gcr-ui-3/vfunc.Renderer.data_changed.html
file path=usr/share/doc/gcr-ui-3/vfunc.Renderer.populate_popup.html
file path=usr/share/doc/gcr-ui-3/vfunc.Renderer.render_view.html
file path=usr/share/doc/gcr-ui-3/vfunc.Viewer.add_renderer.html
file path=usr/share/doc/gcr-ui-3/vfunc.Viewer.count_renderers.html
file path=usr/share/doc/gcr-ui-3/vfunc.Viewer.get_renderer.html
file path=usr/share/doc/gcr-ui-3/vfunc.Viewer.insert_renderer.html
file path=usr/share/doc/gcr-ui-3/vfunc.Viewer.remove_renderer.html
file path=usr/share/doc/gcr-ui-3/viewer-widget.png
file path=usr/share/doc/gcr-ui-3/widget-gallery.html
file path=usr/share/gir-1.0/Gck-1.gir
file path=usr/share/gir-1.0/Gcr-3.gir
file path=usr/share/gir-1.0/GcrUi-3.gir
@@ -201,7 +1128,6 @@
file path=usr/share/locale/hr/LC_MESSAGES/gcr.mo
file path=usr/share/locale/hu/LC_MESSAGES/gcr.mo
file path=usr/share/locale/id/LC_MESSAGES/gcr.mo
file path=usr/share/locale/is/LC_MESSAGES/gcr.mo
file path=usr/share/locale/it/LC_MESSAGES/gcr.mo
file path=usr/share/locale/ja/LC_MESSAGES/gcr.mo
file path=usr/share/locale/ka/LC_MESSAGES/gcr.mo
components/library/gcr/patches/02-memrchr.patch
File was deleted
components/library/gcr/pkg5
@@ -1,6 +1,5 @@
{
    "dependencies": [
        "SUNWcs",
        "crypto/gnupg",
        "developer/documentation-tool/doxygen",
        "developer/documentation-tool/gtk-doc",
@@ -12,8 +11,8 @@
        "library/desktop/p11-kit",
        "library/desktop/pango",
        "library/glib2",
        "library/libsecret",
        "library/security/libgpg-error",
        "shell/ksh93",
        "system/library",
        "system/library/security/libgcrypt"
    ],
@@ -21,4 +20,4 @@
        "library/gnome/gcr"
    ],
    "name": "gcr"
}
}
components/library/gcr/test/results-all.master
@@ -1,582 +1,6 @@
PASS: test-asn1 1 /asn1/boolean
PASS: test-asn1 2 /asn1/boolean-bad
PASS: test-asn1 3 /asn1/boolean-default
PASS: test-asn1 4 /asn1/null
PASS: test-asn1 5 /asn1/integer
PASS: test-asn1 6 /asn1/integer-zero-length
PASS: test-asn1 7 /asn1/unsigned
PASS: test-asn1 8 /asn1/octet_string
PASS: test-asn1 9 /asn1/generalized_time
PASS: test-asn1 10 /asn1/time-get-missing
PASS: test-asn1 11 /asn1/bit_string_decode
PASS: test-asn1 12 /asn1/bit_string_decode_bad
PASS: test-asn1 13 /asn1/bit_string_decode_ulong
PASS: test-asn1 14 /asn1/bit_string_encode_decode
PASS: test-asn1 15 /asn1/bit_string_encode_decode_ulong
PASS: test-asn1 16 /asn1/bit_string_encode_decode_zero
PASS: test-asn1 17 /asn1/oid
PASS: test-asn1 18 /asn1/have
PASS: test-asn1 19 /asn1/any-raw
PASS: test-asn1 20 /asn1/any-into
PASS: test-asn1 21 /asn1/choice_not_chosen
PASS: test-asn1 22 /asn1/any_choice_set_raw_short_tag
PASS: test-asn1 23 /asn1/any_choice_set_raw_long_tag
PASS: test-asn1 24 /asn1/seq-of-any
PASS: test-asn1 25 /asn1/seq-of-invalid
PASS: test-asn1 26 /asn1/seq-of-different
PASS: test-asn1 27 /asn1/set-order
PASS: test-asn1 28 /asn1/append
PASS: test-asn1 29 /asn1/append_and_clear
PASS: test-asn1 30 /asn1/setof
PASS: test-asn1 31 /asn1/setof_empty
PASS: test-asn1 32 /asn1/enumerated
PASS: test-asn1 33 /asn1/enumerated-bad
PASS: test-asn1 34 /asn1/enumerated-not-in-list
PASS: test-asn1 35 /asn1/enumerated-not-set
PASS: test-asn1 36 /asn1/nested-fails-with-extra
PASS: test-asn1 37 /asn1/nested-unexpected
PASS: test-asn1 38 /asn1/create-and-decode-invalid
PASS: test-asn1 39 /asn1/create-quark
PASS: test-asn1 40 /asn1/validate-default
PASS: test-asn1 41 /asn1/validate-missing
PASS: test-asn1 42 /asn1/validate-seq-of-child-invalid
PASS: test-asn1 43 /asn1/validate-optional-seq
PASS: test-asn1 44 /asn1/node_name
PASS: test-asn1 45 /asn1/asn1_integers
PASS: test-asn1 46 /asn1/boolean_seq
PASS: test-asn1 47 /asn1/write_value
PASS: test-asn1 48 /asn1/element_length_content
PASS: test-asn1 49 /asn1/read_element
PASS: test-asn1 50 /asn1/general_time
PASS: test-asn1 51 /asn1/utc_time
PASS: test-asn1 52 /asn1/read_time
PASS: test-asn1 53 /asn1/read_date
PASS: test-asn1 54 /asn1/create_by_oid
PASS: test-asn1 55 /asn1/create_by_oid_invalid
PASS: test-asn1 56 /asn1/create_by_bad_order
PASS: test-asn1 57 /asn1/count
PASS: test-asn1 58 /asn1/decode/extra
PASS: test-asn1 59 /asn1/decode/nested-short
PASS: test-asn1 60 /asn1/decode/indefinite-primitive
PASS: test-asn1 61 /asn1/decode/invalid-long-length
PASS: test-asn1 62 /asn1/decode/truncated-at-tag
PASS: test-asn1 63 /asn1/decode/decode-long-tag
PASS: test-asn1 64 /asn1/integer/raw
PASS: test-asn1 65 /asn1/integer/raw-not-twos-complement
PASS: test-asn1 66 /asn1/unsigned/not-set
PASS: test-asn1 67 /asn1/unsigned/default
PASS: test-asn1 68 /asn1/unsigned/constant
PASS: test-asn1 69 /asn1/unsigned/zero
PASS: test-asn1 70 /asn1/octet-string/set-bad-utf8
PASS: test-asn1 71 /asn1/octet-string/bmp-as-utf8
PASS: test-asn1 72 /asn1/octet-string/get-as-bytes
PASS: test-asn1 73 /asn1/octet-string/set-as-bytes
PASS: test-asn1 74 /asn1/octet-string/structured
PASS: test-asn1 75 /asn1/octet-string/structured-bad
PASS: test-asn1 76 /asn1/implicit/decode
PASS: test-asn1 77 /asn1/implicit/encode
PASS: test-asn1 78 /asn1/explicit/decode
PASS: test-asn1 79 /asn1/explicit/encode
PASS: test-asn1 80 /asn1/explicit/no-context-specific
PASS: test-asn1 81 /asn1/explicit/no-context-child
PASS: test-asn1 82 /asn1/explicit/extra-context-child
PASS: test-asn1 83 /asn1/universal/decode
PASS: test-asn1 84 /asn1/universal/encode
PASS: test-asn1 85 /asn1/bit-string/ulong-too-long
PASS: test-asn1 86 /asn1/bit-string/get-not-set
PASS: test-asn1 87 /asn1/bit-string/invalid-length
PASS: test-asn1 88 /asn1/bit-string/invalid-empty
PASS: test-asn1 89 /asn1/oid/set-invalid
PASS: test-asn1 90 /asn1/oid/get-no-value
PASS: test-asn1 91 /asn1/oid/decode-bad
PASS: test-asn1 92 /asn1/any-raw/explicit
PASS: test-asn1 93 /asn1/any-raw/invalid
PASS: test-asn1 94 /asn1/any-raw/not-set
PASS: test-asn1 95 /asn1/any-into/explicit
PASS: test-asn1 96 /asn1/any-into/explicit-not-set
PASS: test-asn1 97 /asn1/get-element/not-set
PASS: test-asn1x 1 /asn1x/encode-decode-0-Certificate
PASS: test-asn1x 2 /asn1x/encode-decode-1-pkcs-8-PrivateKeyInfo
PASS: test-asn1x 3 /asn1x/encode-decode-2-RSAPrivateKey
PASS: test-asn1x 4 /asn1x/encode-decode-3-pkcs-7-ContentInfo
PASS: test-asn1x 5 /asn1x/encode-decode-4-pkcs-7-ContentInfo
PASS: test-asn1x 6 /asn1x/pkcs12-decode/1
PASS: test-asn1x 7 /asn1x/pkcs5-personal-name/invalid
PASS: test-dn 1 /dn/read_dn
PASS: test-dn 2 /dn/dn_value
PASS: test-dn 3 /dn/parse_dn
PASS: test-dn 4 /dn/read_dn_part
PASS: test-dn 5 /dn/add_dn_part
PASS: test-decimal 1 /decimal/decode-success/35
PASS: test-decimal 2 /decimal/decode-success/2048
PASS: test-decimal 3 /decimal/decode-success/209328042309
PASS: test-decimal 4 /decimal/decode-success/0002048
PASS: test-decimal 5 /decimal/decode-success/20480000
PASS: test-decimal 6 /decimal/decode-success/2521368004379664277055118629334750468402_long
PASS: test-decimal 7 /decimal/decode-failure/-35
PASS: test-decimal 8 /decimal/decode-failure/abcd
PASS: test-decimal 9 /decimal/decode-failure/_3_33
PASS: test-hex 1 /hex/encode
PASS: test-hex 2 /hex/encode_spaces
PASS: test-hex 3 /hex/decode
PASS: test-hex 4 /hex/decode_fail
PASS: test-hkdf 1 /hkdf/test-case-1
PASS: test-hkdf 2 /hkdf/test-case-2
PASS: test-hkdf 3 /hkdf/test-case-3
PASS: test-hkdf 4 /hkdf/test-case-4
PASS: test-hkdf 5 /hkdf/test-case-5
PASS: test-hkdf 6 /hkdf/test-case-6
PASS: test-hkdf 7 /hkdf/test-case-7
PASS: test-oid 1 /oid/tests
ERROR:$(SOURCE_DIR)/egg/test-secmem.c:74:test_alloc_free: assertion failed: (p != NULL)
SKIP: test-secmem Bail out! ERROR:$(SOURCE_DIR)/egg/test-secmem.c:74:test_alloc_free: assertion failed: (p != NULL)
SKIP: test-secmem Bail out! ERROR:$(SOURCE_DIR)/egg/test-secmem.c:74:test_alloc_free: assertion failed: (p != NULL)
ERROR: test-secmem process failed: -6
PASS: test-padding 1 /padding/zero_padding
PASS: test-padding 2 /padding/zero_padding_no_data
PASS: test-padding 3 /padding/pkcs1_one_padding
PASS: test-padding 4 /padding/pkcs1_one_padding_no_data
PASS: test-padding 5 /padding/pkcs1_two_padding
PASS: test-padding 6 /padding/pkcs1_padding_invalid_prefix
PASS: test-padding 7 /padding/pkcs1_padding_invalid_type
PASS: test-padding 8 /padding/pkcs1_padding_invalid_no_zero
PASS: test-padding 9 /padding/pkcs1_padding_invalid_length
PASS: test-padding 10 /padding/pkcs7_padding
PASS: test-padding 11 /padding/pkcs7_padding_equal_block
PASS: test-padding 12 /padding/pkcs7_padding_zero
PASS: test-padding 13 /padding/pkcs7_padding_invalid_zero
PASS: test-padding 14 /padding/pkcs7_padding_invalid_too_long
PASS: test-padding 15 /padding/pkcs7_padding_invalid_different
PASS: test-symkey 1 /symkey/generate_key_simple
PASS: test-symkey 2 /symkey/generate_key_pkcs12
PASS: test-symkey 3 /symkey/generate_key_pbkdf2
PASS: test-symkey 4 /symkey/generate_key_pbe
PASS: test-symkey 5 /symkey/read-mac-invalid
PASS: test-symkey 6 /symkey/read-cipher/pbe-sha1-des-cbc
PASS: test-symkey 7 /symkey/read-cipher/pkcs12-pbe-3des-sha1
PASS: test-symkey 8 /symkey/read-cipher/pkcs5-pbes2
PASS: test-symkey 9 /symkey/read-cipher/pkcs5-pbes2-des-cbc
PASS: test-symkey 10 /symkey/read-cipher-invalid/pbe-bad-der
PASS: test-symkey 11 /symkey/read-cipher-invalid/pkcs5-pbe-bad-der
PASS: test-symkey 12 /symkey/read-cipher-invalid/pkcs5-pbes2-bad-der
PASS: test-symkey 13 /symkey/read-cipher-invalid/pkcs5-pbes2-missing-key-parameters
PASS: test-symkey 14 /symkey/read-cipher-invalid/pkcs5-pbes2-missing-scheme-parameters
PASS: test-symkey 15 /symkey/read-cipher-invalid/pkcs5-pbes2-bad-key-derivation-algo
PASS: test-symkey 16 /symkey/read-cipher-invalid/pkcs5-pbes2-salt-not-specified
PASS: test-symkey 17 /symkey/read-cipher-invalid/pkcs5-pbes2-unsupported-des-rc5-cbc
PASS: test-symkey 18 /symkey/read-cipher-unsupported/pbe
PASS: test-symkey 19 /symkey/read-mac/sha1
PASS: test-armor 1 /armor/parse
PASS: test-armor 2 /armor/skip-checksum
PASS: test-armor 3 /armor/invalid-start
PASS: test-armor 4 /armor/invalid-end
PASS: test-armor 5 /armor/invalid-mismatch
PASS: test-armor 6 /armor/invalid-suffix
PASS: test-armor 7 /armor/invalid-truncated
PASS: test-openssl 1 /openssl/parse_reference
PASS: test-openssl 2 /openssl/write_reference
PASS: test-openssl 3 /openssl/write_exactly_same
PASS: test-openssl 4 /openssl/openssl_roundtrip
PASS: test-dh 1 /dh/default_768
PASS: test-dh 2 /dh/default_1024
PASS: test-dh 3 /dh/default_1536
PASS: test-dh 4 /dh/default_2048
PASS: test-dh 5 /dh/default_3072
PASS: test-dh 6 /dh/default_4096
PASS: test-dh 7 /dh/default_8192
PASS: test-dh 8 /dh/default_bad
PASS: test-gck-attributes 1 /gck/value/to_boolean
PASS: test-gck-attributes 2 /gck/value/to_ulong
PASS: test-gck-attributes 3 /gck/attribute/init_memory
PASS: test-gck-attributes 4 /gck/attribute/init_boolean
PASS: test-gck-attributes 5 /gck/attribute/init_date
PASS: test-gck-attributes 6 /gck/attribute/init_ulong
PASS: test-gck-attributes 7 /gck/attribute/init_string
PASS: test-gck-attributes 8 /gck/attribute/init_invalid
PASS: test-gck-attributes 9 /gck/attribute/init_empty
PASS: test-gck-attributes 10 /gck/attribute/new_memory
PASS: test-gck-attributes 11 /gck/attribute/new_boolean
PASS: test-gck-attributes 12 /gck/attribute/new_date
PASS: test-gck-attributes 13 /gck/attribute/new_ulong
PASS: test-gck-attributes 14 /gck/attribute/new_string
PASS: test-gck-attributes 15 /gck/attribute/new_invalid
PASS: test-gck-attributes 16 /gck/attribute/new_empty
PASS: test-gck-attributes 17 /gck/attribute/get_boolean
PASS: test-gck-attributes 18 /gck/attribute/get_date
PASS: test-gck-attributes 19 /gck/attribute/get_ulong
PASS: test-gck-attributes 20 /gck/attribute/get_string
PASS: test-gck-attributes 21 /gck/attribute/dup_attribute
PASS: test-gck-attributes 22 /gck/attribute/copy_attribute
PASS: test-gck-attributes 23 /gck/attribute/hash
PASS: test-gck-attributes 24 /gck/builder/blank
PASS: test-gck-attributes 25 /gck/builder/data
PASS: test-gck-attributes 26 /gck/builder/data-invalid
Gck:ERROR:$(SOURCE_DIR)/gck/test-gck-attributes.c:420:test_build_data_secure: assertion failed: (egg_secure_check (attr->value) == TRUE)
SKIP: test-gck-attributes Bail out! Gck:ERROR:$(SOURCE_DIR)/gck/test-gck-attributes.c:420:test_build_data_secure: assertion failed: (egg_secure_check (attr->value) == TRUE)
SKIP: test-gck-attributes Bail out! Gck:ERROR:$(SOURCE_DIR)/gck/test-gck-attributes.c:420:test_build_data_secure: assertion failed: (egg_secure_check (attr->value) == TRUE)
ERROR: test-gck-attributes process failed: -6
PASS: test-gck-module 1 /gck/module/initialize_async
PASS: test-gck-module 2 /gck/module/invalid_modules
PASS: test-gck-module 3 /gck/module/module_equals_hash
PASS: test-gck-module 4 /gck/module/module_props
PASS: test-gck-module 5 /gck/module/module_info
PASS: test-gck-slot 1 /gck/slot/slot_info
PASS: test-gck-slot 2 /gck/slot/slot_props
PASS: test-gck-slot 3 /gck/slot/slot_equals_hash
PASS: test-gck-slot 4 /gck/slot/slot_mechanisms
PASS: test-gck-slot 5 /gck/slot/token_info_match_null
PASS: test-gck-slot 6 /gck/slot/token_info_match_label
PASS: test-gck-slot 7 /gck/slot/token_info_match_different
PASS: test-gck-session 1 /gck/session/session_props
PASS: test-gck-session 2 /gck/session/session_info
PASS: test-gck-session 3 /gck/session/open_close_session
PASS: test-gck-session 4 /gck/session/open_initable
PASS: test-gck-session 5 /gck/session/open_already
PASS: test-gck-session 6 /gck/session/open_interaction
PASS: test-gck-session 7 /gck/session/init_set_pin
PASS: test-gck-session 8 /gck/session/login_logout
PASS: test-gck-session 9 /gck/session/login_interactive
PASS: test-gck-session 10 /gck/session/auto_login
PASS: test-gck-object 1 /gck/object/object_props
PASS: test-gck-object 2 /gck/object/object_equals_hash
PASS: test-gck-object 3 /gck/object/create_object
PASS: test-gck-object 4 /gck/object/destroy_object
PASS: test-gck-object 5 /gck/object/get_attributes
PASS: test-gck-object 6 /gck/object/get_data_attribute
PASS: test-gck-object 7 /gck/object/set_attributes
PASS: test-gck-object 8 /gck/object/find_objects
PASS: test-gck-crypto 1 /gck/crypto/encrypt
PASS: test-gck-crypto 2 /gck/crypto/decrypt
PASS: test-gck-crypto 3 /gck/crypto/login_context_specific
PASS: test-gck-crypto 4 /gck/crypto/sign
PASS: test-gck-crypto 5 /gck/crypto/verify
PASS: test-gck-crypto 6 /gck/crypto/generate_key_pair
PASS: test-gck-crypto 7 /gck/crypto/wrap_key
PASS: test-gck-crypto 8 /gck/crypto/unwrap_key
PASS: test-gck-crypto 9 /gck/crypto/derive_key
PASS: test-gck-uri 1 /gck/uri/parse
PASS: test-gck-uri 2 /gck/uri/parse_bad_scheme
PASS: test-gck-uri 3 /gck/uri/parse_with_label
PASS: test-gck-uri 4 /gck/uri/parse_with_label_and_klass
PASS: test-gck-uri 5 /gck/uri/parse_with_id
PASS: test-gck-uri 6 /gck/uri/parse_with_bad_string_encoding
PASS: test-gck-uri 7 /gck/uri/parse_with_bad_binary_encoding
PASS: test-gck-uri 8 /gck/uri/parse_with_token
PASS: test-gck-uri 9 /gck/uri/parse_with_token_bad_encoding
PASS: test-gck-uri 10 /gck/uri/parse_with_bad_syntax
PASS: test-gck-uri 11 /gck/uri/parse_with_library
PASS: test-gck-uri 12 /gck/uri/parse_with_library_bad_encoding
PASS: test-gck-uri 13 /gck/uri/build_empty
PASS: test-gck-uri 14 /gck/uri/build_with_token_info
PASS: test-gck-uri 15 /gck/uri/build_with_token_null_info
PASS: test-gck-uri 16 /gck/uri/build_with_token_empty_info
PASS: test-gck-uri 17 /gck/uri/build_with_attributes
PASS: test-gck-uri 18 /gck/uri/parse_private_key
PASS: test-gck-uri 19 /gck/uri/parse_secret_key
PASS: test-gck-uri 20 /gck/uri/parse_unknown_objecttype
PASS: test-gck-uri 21 /gck/uri/build_objecttype_cert
PASS: test-gck-uri 22 /gck/uri/build_objecttype_private
PASS: test-gck-uri 23 /gck/uri/build_objecttype_public
PASS: test-gck-uri 24 /gck/uri/build_objecttype_secret
PASS: test-gck-uri 25 /gck/uri/build_with_library
PASS: test-gck-enumerator 1 /gck/enumerator/create
PASS: test-gck-enumerator 2 /gck/enumerator/create_slots
PASS: test-gck-enumerator 3 /gck/enumerator/next
PASS: test-gck-enumerator 4 /gck/enumerator/next_slots
PASS: test-gck-enumerator 5 /gck/enumerator/next_and_resume
PASS: test-gck-enumerator 6 /gck/enumerator/next_n
PASS: test-gck-enumerator 7 /gck/enumerator/next_async
PASS: test-gck-enumerator 8 /gck/enumerator/session
PASS: test-gck-enumerator 9 /gck/enumerator/authenticate-interaction
PASS: test-gck-enumerator 10 /gck/enumerator/authenticate-compat
PASS: test-gck-enumerator 11 /gck/enumerator/attribute_match
PASS: test-gck-enumerator 12 /gck/enumerator/token_match
PASS: test-gck-enumerator 13 /gck/enumerator/attribute_get
PASS: test-gck-enumerator 14 /gck/enumerator/attribute_get_one_at_a_time
PASS: test-gck-enumerator 15 /gck/enumerator/chained
PASS: test-gck-modules 1 /gck/modules/enumerate_objects
PASS: test-gck-modules 2 /gck/modules/token_for_uri
PASS: test-gck-modules 3 /gck/modules/token_for_uri_not_found
PASS: test-gck-modules 4 /gck/modules/token_for_uri_error
PASS: test-gck-modules 5 /gck/modules/object_for_uri
PASS: test-gck-modules 6 /gck/modules/object_for_uri_not_found
PASS: test-gck-modules 7 /gck/modules/object_for_uri_error
PASS: test-gck-modules 8 /gck/modules/objects_for_uri
PASS: test-gck-modules 9 /gck/modules/enumerate_uri
PASS: test-util 1 /gcr/util/test_parse_lines
PASS: test-util 2 /gcr/util/test_parse_lines_and_last
PASS: test-util 3 /gcr/util/test_parse_lines_dos
PASS: test-filter-collection 1 /gcr/filter-collection/create
PASS: test-filter-collection 2 /gcr/filter-collection/callbacks
PASS: test-filter-collection 3 /gcr/filter-collection/filtering
PASS: test-filter-collection 4 /gcr/filter-collection/add-remove
PASS: test-secret-exchange 1 /gcr/secret-exchange/perform-exchange
PASS: test-secret-exchange 2 /gcr/secret-exchange/perform-reverse
PASS: test-secret-exchange 3 /gcr/secret-exchange/perform-multiple
PASS: test-simple-certificate 1 /gcr/simple-certificate/new
PASS: test-simple-certificate 2 /gcr/simple-certificate/new_static
PASS: test-certificate 1 /gcr/certificate/issuer_cn
PASS: test-certificate 2 /gcr/certificate/issuer_dn
PASS: test-certificate 3 /gcr/certificate/issuer_part
PASS: test-certificate 4 /gcr/certificate/issuer_raw
PASS: test-certificate 5 /gcr/certificate/subject_cn
PASS: test-certificate 6 /gcr/certificate/subject_dn
PASS: test-certificate 7 /gcr/certificate/subject_part
PASS: test-certificate 8 /gcr/certificate/subject_raw
PASS: test-certificate 9 /gcr/certificate/issued_date
PASS: test-certificate 10 /gcr/certificate/expiry_date
PASS: test-certificate 11 /gcr/certificate/serial_number
PASS: test-certificate 12 /gcr/certificate/fingerprint
PASS: test-certificate 13 /gcr/certificate/fingerprint_hex
PASS: test-certificate 14 /gcr/certificate/key_size
PASS: test-certificate 15 /gcr/certificate/is_issuer
PASS: test-certificate 16 /gcr/certificate/basic_constraints
PASS: test-certificate 17 /gcr/certificate/subject_alt_name
PASS: test-certificate 18 /gcr/certificate/key_usage
PASS: test-certificate-chain 1 /gcr/certificate-chain/new
PASS: test-certificate-chain 2 /gcr/certificate-chain/new_with_cert
PASS: test-certificate-chain 3 /gcr/certificate-chain/selfsigned
PASS: test-certificate-chain 4 /gcr/certificate-chain/incomplete
PASS: test-certificate-chain 5 /gcr/certificate-chain/empty
PASS: test-certificate-chain 6 /gcr/certificate-chain/trim_extras
PASS: test-certificate-chain 7 /gcr/certificate-chain/complete_async
PASS: test-certificate-chain 8 /gcr/certificate-chain/with_anchor
PASS: test-certificate-chain 9 /gcr/certificate-chain/with_anchor_and_lookup_ca
PASS: test-certificate-chain 10 /gcr/certificate-chain/with_pinned
PASS: test-certificate-chain 11 /gcr/certificate-chain/without_lookups
PASS: test-certificate-chain 12 /gcr/certificate-chain/wrong_order_anchor
PASS: test-certificate-chain 13 /gcr/certificate-chain/with_lookup_error
PASS: test-certificate-chain 14 /gcr/certificate-chain/with_anchor_error
PASS: test-certificate-chain 15 /gcr/certificate-chain/with_anchor_error_async
PASS: test-subject-public-key 1 /gcr/subject-public-key/load-failure-lookup
PASS: test-subject-public-key 2 /gcr/subject-public-key/load-failure-build
PASS: test-subject-public-key 3 /gcr/subject-public-key/rsa/cert-attributes
PASS: test-subject-public-key 4 /gcr/subject-public-key/rsa/public-key-attributes
PASS: test-subject-public-key 5 /gcr/subject-public-key/rsa/private-key-attributes
PASS: test-subject-public-key 6 /gcr/subject-public-key/rsa/certificate-size
PASS: test-subject-public-key 7 /gcr/subject-public-key/rsa/public-key-size
PASS: test-subject-public-key 8 /gcr/subject-public-key/rsa/private-key-size
PASS: test-subject-public-key 9 /gcr/subject-public-key/rsa/certificate-load
PASS: test-subject-public-key 10 /gcr/subject-public-key/rsa/public-key-load
PASS: test-subject-public-key 11 /gcr/subject-public-key/rsa/private-key-load
PASS: test-subject-public-key 12 /gcr/subject-public-key/rsa/certificate-load-async
PASS: test-subject-public-key 13 /gcr/subject-public-key/rsa/public-key-load-async
PASS: test-subject-public-key 14 /gcr/subject-public-key/rsa/private-key-load-async
PASS: test-subject-public-key 15 /gcr/subject-public-key/rsa/certificate-load-already
PASS: test-subject-public-key 16 /gcr/subject-public-key/rsa/public-key-load-already
PASS: test-subject-public-key 17 /gcr/subject-public-key/rsa/private-key-load-already
PASS: test-subject-public-key 18 /gcr/subject-public-key/rsa/certificate-load-partial
PASS: test-subject-public-key 19 /gcr/subject-public-key/rsa/public-key-load-partial
PASS: test-subject-public-key 20 /gcr/subject-public-key/rsa/private-key-load-partial
PASS: test-subject-public-key 21 /gcr/subject-public-key/dsa/cert-attributes
PASS: test-subject-public-key 22 /gcr/subject-public-key/dsa/public-key-attributes
PASS: test-subject-public-key 23 /gcr/subject-public-key/dsa/private-key-attributes
PASS: test-subject-public-key 24 /gcr/subject-public-key/dsa/certificate-size
PASS: test-subject-public-key 25 /gcr/subject-public-key/dsa/public-key-size
PASS: test-subject-public-key 26 /gcr/subject-public-key/dsa/private-key-size
PASS: test-subject-public-key 27 /gcr/subject-public-key/dsa/certificate-load
PASS: test-subject-public-key 28 /gcr/subject-public-key/dsa/public-key-load
PASS: test-subject-public-key 29 /gcr/subject-public-key/dsa/private-key-load
PASS: test-subject-public-key 30 /gcr/subject-public-key/dsa/certificate-load-async
PASS: test-subject-public-key 31 /gcr/subject-public-key/dsa/public-key-load-async
PASS: test-subject-public-key 32 /gcr/subject-public-key/dsa/private-key-load-async
PASS: test-subject-public-key 33 /gcr/subject-public-key/dsa/certificate-load-already
PASS: test-subject-public-key 34 /gcr/subject-public-key/dsa/public-key-load-already
PASS: test-subject-public-key 35 /gcr/subject-public-key/dsa/private-key-load-already
PASS: test-subject-public-key 36 /gcr/subject-public-key/dsa/certificate-load-partial
PASS: test-subject-public-key 37 /gcr/subject-public-key/dsa/public-key-load-partial
PASS: test-subject-public-key 38 /gcr/subject-public-key/dsa/private-key-load-partial
PASS: test-subject-public-key 39 /gcr/subject-public-key/ec/cert-attributes
PASS: test-subject-public-key 40 /gcr/subject-public-key/ec/public-key-attributes
PASS: test-subject-public-key 41 /gcr/subject-public-key/ec/private-key-attributes
PASS: test-subject-public-key 42 /gcr/subject-public-key/ec/certificate-size
PASS: test-subject-public-key 43 /gcr/subject-public-key/ec/public-key-size
PASS: test-subject-public-key 44 /gcr/subject-public-key/ec/private-key-size
PASS: test-subject-public-key 45 /gcr/subject-public-key/ec/certificate-load
PASS: test-subject-public-key 46 /gcr/subject-public-key/ec/public-key-load
PASS: test-subject-public-key 47 /gcr/subject-public-key/ec/private-key-load
PASS: test-subject-public-key 48 /gcr/subject-public-key/ec/certificate-load-async
PASS: test-subject-public-key 49 /gcr/subject-public-key/ec/public-key-load-async
PASS: test-subject-public-key 50 /gcr/subject-public-key/ec/private-key-load-async
PASS: test-subject-public-key 51 /gcr/subject-public-key/ec/certificate-load-already
PASS: test-subject-public-key 52 /gcr/subject-public-key/ec/public-key-load-already
PASS: test-subject-public-key 53 /gcr/subject-public-key/ec/private-key-load-already
PASS: test-subject-public-key 54 /gcr/subject-public-key/ec/certificate-load-partial
PASS: test-subject-public-key 55 /gcr/subject-public-key/ec/public-key-load-partial
PASS: test-subject-public-key 56 /gcr/subject-public-key/ec/private-key-load-partial
PASS: test-fingerprint 1 /gcr/fingerprint/rsa
ERROR: test-fingerprint process failed: -6
PASS: test-pkcs11-certificate 1 /gcr/pkcs11-certificate/lookup_certificate_issuer
PASS: test-pkcs11-certificate 2 /gcr/pkcs11-certificate/lookup_certificate_issuer_not_found
PASS: test-pkcs11-certificate 3 /gcr/pkcs11-certificate/lookup_certificate_issuer_async
PASS: test-pkcs11-certificate 4 /gcr/pkcs11-certificate/lookup_certificate_issuer_failure
PASS: test-pkcs11-certificate 5 /gcr/pkcs11-certificate/lookup_certificate_issuer_fail_async
PASS: test-openpgp 1 /gcr/openpgp/werner_koch
PASS: test-openpgp 2 /gcr/openpgp/werner_koch_with_sigs
PASS: test-openpgp 3 /gcr/openpgp/pubring
PASS: test-openpgp 4 /gcr/openpgp/secring
PASS: test-openssh 1 /gcr/openssh/parse_v1_rsa
PASS: test-openssh 2 /gcr/openssh/parse_v2_rsa
PASS: test-openssh 3 /gcr/openssh/parse_v2_dsa
PASS: test-openssh 4 /gcr/openssh/parse_v2_ecdsa
PASS: test-openssh 5 /gcr/openssh/parse_v1_options
PASS: test-openssh 6 /gcr/openssh/parse_v2_options
ERROR:$(SOURCE_DIR)/gcr/test-secure-memory.c:108:test_alloc_free: assertion failed: (ret == TRUE)
SKIP: test-secure-memory Bail out! ERROR:$(SOURCE_DIR)/gcr/test-secure-memory.c:108:test_alloc_free: assertion failed: (ret == TRUE)
SKIP: test-secure-memory Bail out! ERROR:$(SOURCE_DIR)/gcr/test-secure-memory.c:108:test_alloc_free: assertion failed: (ret == TRUE)
ERROR: test-secure-memory process failed: -6
PASS: test-trust 1 /gcr/trust/is_pinned_none
PASS: test-trust 2 /gcr/trust/add_and_is_pinned
PASS: test-trust 3 /gcr/trust/add_certificate_pinned_fail
PASS: test-trust 4 /gcr/trust/add_and_remov_pinned
PASS: test-trust 5 /gcr/trust/add_and_is_pinned_async
PASS: test-trust 6 /gcr/trust/add_and_remov_pinned_async
PASS: test-trust 7 /gcr/trust/is_certificate_anchored_not
PASS: test-trust 8 /gcr/trust/is_certificate_anchored_yes
PASS: test-trust 9 /gcr/trust/is_certificate_anchored_async
PASS: test-parser 1 /gcr/parser/base64_rsa_2048_spkac
PASS: test-parser 2 /gcr/parser/der_key_dsa_p8
PASS: test-parser 3 /gcr/parser/thawte_server_ca_pem
PASS: test-parser 4 /gcr/parser/collabora_ca_cer
PASS: test-parser 5 /gcr/parser/der_ec_256_key
PASS: test-parser 6 /gcr/parser/der_certificate_crt
PASS: test-parser 7 /gcr/parser/der_key_pbe_sha1_rc2_40_p8
PASS: test-parser 8 /gcr/parser/der_rsa_1024_key
PASS: test-parser 9 /gcr/parser/gost_sample1_crq
PASS: test-parser 10 /gcr/parser/der_dsa_1024_key
PASS: test-parser 11 /gcr/parser/generic_dsa_pem
PASS: test-parser 12 /gcr/parser/usr0052_firefox_p12
PASS: test-parser 13 /gcr/parser/email_p12
PASS: test-parser 14 /gcr/parser/thawte_personal_freemail_ca_pem
PASS: test-parser 15 /gcr/parser/der_rsa_2048_spkac
PASS: test-parser 16 /gcr/parser/new_cert_request_csr
PASS: test-parser 17 /gcr/parser/der_rsa_2048_p10
PASS: test-parser 18 /gcr/parser/startcom_intermediate_cer
PASS: test-parser 19 /gcr/parser/client_spk
PASS: test-parser 20 /gcr/parser/der_key_pbe_md5_des_p8
PASS: test-parser 21 /gcr/parser/personal_p12
PASS: test-parser 22 /gcr/parser/pem_dsa_1024_key
PASS: test-parser 23 /gcr/parser/ecc256_pem
PASS: test-parser 24 /gcr/parser/grfc_crt
PASS: test-parser 25 /gcr/parser/cert_ecc521_pub
PASS: test-parser 26 /gcr/parser/client_pem
PASS: test-parser 27 /gcr/parser/openssh_keys_pub
PASS: test-parser 28 /gcr/parser/generic_dsa_spk
PASS: test-parser 29 /gcr/parser/der_key_pbe_sha1_des_p8
PASS: test-parser 30 /gcr/parser/thawte_personal_premium_ca_pem
PASS: test-parser 31 /gcr/parser/thawte_personal_basic_ca_pem
PASS: test-parser 32 /gcr/parser/unclient_p12
PASS: test-parser 33 /gcr/parser/pem_rsa_enc_key
PASS: test-parser 34 /gcr/parser/34_10_01_crt
PASS: test-parser 35 /gcr/parser/pem_pkcs8_key
PASS: test-parser 36 /gcr/parser/gost_sample3_crt
PASS: test-parser 37 /gcr/parser/werner_koch_asc
PASS: test-parser 38 /gcr/parser/ecc_strong_spk
PASS: test-parser 39 /gcr/parser/dhansak_collabora_cer
PASS: test-parser 40 /gcr/parser/der_key_p8
PASS: test-parser 41 /gcr/parser/thawte_premium_server_ca_pem
PASS: test-parser 42 /gcr/parser/thawte_time_stamping_ca_pem
PASS: test-parser 43 /gcr/parser/pem_with_attributes_req
PASS: test-parser 44 /gcr/parser/generic_dsa_crt
PASS: test-parser 45 /gcr/parser/der_key_pbe_sha1_3des_p8
PASS: test-parser 46 /gcr/parser/gost_sample3_crq
PASS: test-parser 47 /gcr/parser/test_x509_swiss_p7b
PASS: test-parser 48 /gcr/parser/der_key_v2_des3_p8
PASS: test-parser 49 /gcr/parser/cert_ecc521_pem
PASS: test-parser 50 /gcr/parser/der_key_v2_des_p8
PASS: test-parser 51 /gcr/parser/rsa_security_2048_v3_pem
PASS: test-parser 52 /gcr/parser/client_key
PASS: test-parser 53 /gcr/parser/rsa_security_1024_v3_pem
PASS: test-parser 54 /gcr/parser/ecc_strong_crt
PASS: test-parser 55 /gcr/parser/ca_certificates_crt
PASS: test-parser 56 /gcr/parser/jabber_server_cer
PASS: test-parser 57 /gcr/parser/startcom_ca_cer
PASS: test-parser 58 /gcr/parser/der_certificate_dsa_cer
PASS: test-parser 59 /gcr/parser/gost_sample1_crt
PASS: test-parser 60 /gcr/parser/generic_dsa_key
PASS: test-parser 61 /gcr/parser/gost_ca_256_cer
PASS: test-parser 62 /gcr/parser/cacert_org_pem
PASS: test-parser 63 /gcr/parser/secring_gpg
PASS: test-parser 64 /gcr/parser/der_key_encrypted_pkcs5_p8
PASS: test-parser 65 /gcr/parser/der_key_pbe_sha1_rc4_128_p8
PASS: test-parser 66 /gcr/parser/pem_rsa_2048_req
PASS: test-parser 67 /gcr/parser/pubring_gpg
PASS: test-parser 68 /gcr/parser/cacert_org_cer
PASS: test-parser 69 /gcr/parser/ecc_strong_key
PASS: test-parser 70 /gcr/parser/client_crt
PASS: test-parser 71 /gcr/parser/rsa_root_certificate_1_pem
PASS: test-parser 72 /gcr/parser/parse_null
PASS: test-parser 73 /gcr/parser/parse_empty
PASS: test-parser 74 /gcr/parser/parse_stream
PASS: test-parser 75 /gcr/parser/parsed_bytes
PASS: test-parser 76 /gcr/parser/filename
PASS: test-record 1 /gcr/record/parse-colons
PASS: test-record 2 /gcr/record/parse-spaces
PASS: test-record 3 /gcr/record/parse_part
PASS: test-record 4 /gcr/record/parse_too_long
PASS: test-record 5 /gcr/record/free_null
PASS: test-record 6 /gcr/record/find
PASS: test-record 7 /gcr/record/count
PASS: test-record 8 /gcr/record/copy
PASS: test-record 9 /gcr/record/boxed
PASS: test-record 10 /gcr/record/get_string
PASS: test-record 11 /gcr/record/get_string_null
PASS: test-record 12 /gcr/record/get_string_latin1
PASS: test-record 13 /gcr/record/get_uint
PASS: test-record 14 /gcr/record/get_uint_invalid
PASS: test-record 15 /gcr/record/get_uint_range
PASS: test-record 16 /gcr/record/get_base64
PASS: test-record 17 /gcr/record/get_schema
PASS: test-memory-icon 1 /gcr/memory-icon/equal_same
PASS: test-memory-icon 2 /gcr/memory-icon/equal_not
PASS: test-memory-icon 3 /gcr/memory-icon/equal_data
PASS: test-memory-icon 4 /gcr/memory-icon/different_type
PASS: test-memory-icon 5 /gcr/memory-icon/different_offset
PASS: test-memory-icon 6 /gcr/memory-icon/load_sync
PASS: test-memory-icon 7 /gcr/memory-icon/load_async
PASS: test-gnupg-key 1 /gcr/gnupg-key/label
PASS: test-gnupg-key 2 /gcr/gnupg-key/description
PASS: test-gnupg-key 3 /gcr/gnupg-key/markup
PASS: test-gnupg-key 4 /gcr/gnupg-key/records
PASS: test-gnupg-key 5 /gcr/gnupg-key/keyid
PASS: test-gnupg-key 6 /gcr/gnupg-key/short_keyid
PASS: test-gnupg-key 7 /gcr/gnupg-key/keyid_for_records
PASS: test-gnupg-key 8 /gcr/gnupg-key/with_secret
PASS: test-gnupg-key 9 /gcr/gnupg-key/no_change_keyid
PASS: test-gnupg-key 10 /gcr/gnupg-key/secret_mismatched_keyid
PASS: test-gnupg-collection 1 /gcr/gnupg-collection/properties
PASS: test-gnupg-collection 2 /gcr/gnupg-collection/load
PASS: test-gnupg-collection 3 /gcr/gnupg-collection/reload
PASS: test-gnupg-process 1 /gcr/gnupg-process/create
ERROR:$(SOURCE_DIR)/gcr/test-gnupg-process.c:197:test_run_simple_output: assertion failed ("simple-output\n" == test->output_buf->str): ("simple-output\n" == "-n simple-\n-n outp\nut\n")
SKIP: test-gnupg-process Bail out! ERROR:$(SOURCE_DIR)/gcr/test-gnupg-process.c:197:test_run_simple_output: assertion failed ("simple-output\n" == test->output_buf->str): ("simple-output\n" == "-n simple-\n-n outp\nut\n")
SKIP: test-gnupg-process Bail out! ERROR:$(SOURCE_DIR)/gcr/test-gnupg-process.c:197:test_run_simple_output: assertion failed ("simple-output\n" == test->output_buf->str): ("simple-output\n" == "-n simple-\n-n outp\nut\n")
ERROR: test-gnupg-process process failed: -6
PASS: test-system-prompt 1 /gcr/system-prompt/open
PASS: test-system-prompt 2 /gcr/system-prompt/open-failure
PASS: test-system-prompt 3 /gcr/system-prompt/password
PASS: test-system-prompt 4 /gcr/system-prompt/password-async
PASS: test-system-prompt 5 /gcr/system-prompt/password-cancel
PASS: test-system-prompt 6 /gcr/system-prompt/password-in-exchange
PASS: test-system-prompt 7 /gcr/system-prompt/password-custom-exchange
PASS: test-system-prompt 8 /gcr/system-prompt/confirm
PASS: test-system-prompt 9 /gcr/system-prompt/confirm-async
PASS: test-system-prompt 10 /gcr/system-prompt/confirm-cancel
PASS: test-system-prompt 11 /gcr/system-prompt/properties
PASS: test-system-prompt 12 /gcr/system-prompt/properties-unset
PASS: test-system-prompt 13 /gcr/system-prompt/properties-reset
PASS: test-system-prompt 14 /gcr/system-prompt/close
PASS: test-system-prompt 15 /gcr/system-prompt/close-cancels
PASS: test-system-prompt 16 /gcr/system-prompt/after-close-dismisses
PASS: test-system-prompt 17 /gcr/system-prompt/close-from-prompter
PASS: test-system-prompt 18 /gcr/system-prompt/watch-cancels
PASS: test-ssh-askpass 1 /gcr/ssh-askpass/ssh-keygen
PASS: test-ssh-askpass 2 /gcr/ssh-askpass/cancelled
PASS: test-ssh-askpass 3 /gcr/ssh-askpass/properties
# TOTAL: 567
# PASS:  558
# SKIP:  4
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 5
Ok:                 40
Expected Fail:      0
Fail:               7
Unexpected Pass:    0
Skipped:            0
Timeout:            0