Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: gcr-doc | Distribution: openSUSE Tumbleweed |
Version: 4.3.0 | Vendor: openSUSE |
Release: 1.1 | Build date: Fri Apr 12 09:44:46 2024 |
Group: Development/Libraries/GNOME | Build host: reproducible |
Size: 6337842 | Source RPM: gcr-4.3.0-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: http://www.gnome.org | |
Summary: Documentation for gcr |
This packages provides the documentation for various gcr packages.
LGPL-2.1-or-later
* Fri Apr 12 2024 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 4.3.0: + certificate: Add API to retrieve version. + Bump required GnuTLS version to 3.8.5. + Avoid potential integer overflow spotted by UBSan> + Support GnuTLS as an alternative crypto backend. + Updated translations. * Mon Mar 04 2024 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 4.2.1: + gcr-ssh-agent: set `SSH_AUTH_SOCK`. + gcr-ssh-agent: port avoid deadlock fix. + Updated translations. * Mon Feb 12 2024 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 4.2.0: + gcr-ssh-agent: add command line options to gcr-ssh-agent. + gcr-ssh-agent: Fix memory leak spotted by ASan. + gcr-ssh-agent: Port memory safety fixes from gnome-keyring ssh-agent. + Updated translations. * Tue Nov 28 2023 Dominique Leuenberger <dimstar@opensuse.org> - Use %patch -p N instead of deprecated %patchN. * Mon Mar 06 2023 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 4.1.0: + The soversion is now properly set to 4. + certificate: Print dates in ISO8601 format + viewer: Support certificates read from PKCS#11 store + gcr: Add means to construct GcrCertificate from PKCS#11 URI + Several smaller fixes found with ASAN + Stop using GSlice + a11y: Improve reading of certificate info by screen readers + Updated translations. - Rename sub-packages following upstreams correction of soversion. libgcr-4-0_0_0 is now libgcr-4-4, and libgck-2-0_0_0 is now libgck-2-2. * Thu Oct 13 2022 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 4.0.0: + This the first stable release of gcr4 and gck2. + Updated translations. * Mon Sep 05 2022 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 3.92.0: + This is the beta release of gcr4, which is a major version bump after gcr3 with several API and ABI breaks. + `GcrCertificateSection` and `GcrCertificateField` have been added, which now allow consumers to more easily create their own GcrCertificate-based UIs. + gcr4 will no longer ship UI libraries, i.e. gcr-gtk3 or gcr-gtk4. + `GcrComparable` and `GckList` have been removed. - Drop pkgconfig(gtk+-3.0) BuildRequires, no longer needed, nor supported. Following upstream changes, stop passing gtk3=true to meson. - Drop sub-package typelib-1_0-GcrUi-3, it was already gone since 3.90.0 release. * Wed Aug 03 2022 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 3.90.0: + The "gcr" pkgconfig package now no longer contains the UI widgets (i.e. the former "gcr-base" package).. + "gcr-ui" no longer exists. There is now "gcr-gtk3" and "gcr-gtk4" for the GTK3 and GTK4 versions respectively. These might be removed from by the beta release however, in favor of widgets for each DE (e.g. libadwaita or libgranite or ...). + All deprecated API has been removed, as well as most UI-related code. This includes most widgets, GcrColumn and any icons. + Most GObject-based code has been updated to use modern constructs like the `G_DECLARE_*` macros. + "pkcs11.h" and "pkcs11.vapi" have been removed. If you used "pcks11.h", this is provided by the p11-kit package. If you used pkcs11.vapi, you'll have to copy it directly in your repository. + The org.gnome.crypto.pgp schema is no longer shipped. The options provided in it are part of GPG configuration files. + The minimally required version of Meson is now 0.59. + All `GcrCollection` based APIs are now ported to `GListModel`. + Added lookup of trust assertions for distrusted certs. + Updated translations. - Drop b3ca1d02bb0148ca787ac4aead164d7c8ce2c4d8.patch: fixed upstream. * Mon Jul 18 2022 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 3.41.1: + meson: Fix unknown kw argument in gnome.generate_gir. + gcr: Add G_SPAWN_CLOEXEC_PIPES flag to all the g_spawn commands. + docs: Port from gtk-doc to gi-docgen. + Unbreak build without systemd. + Several CI fixes. + Updated translations. - Drop b3ca1d02bb0148ca787ac4aead164d7c8ce2c4d8.patch: Fixed upstream. - Replace gtk-doc with pkgconfig(gi-docgen) BuildRequires following upstreams port. - Use ldconfig_scriptlets macro for post(un) handling. - Split out doc subpackage. - Add fdupes BuildRequires and macro, remove duplicate files. - Build data and doc sub-packages as noarch. * Tue Feb 01 2022 Bjørn Lie <bjorn.lie@gmail.com> - Add b3ca1d02bb0148ca787ac4aead164d7c8ce2c4d8.patch: Fix build with meson 060.0 and newer. * Tue Oct 05 2021 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 3.41.0: + Port ssh-agent from gnome-keyring. + build: Fix parallel build failure due to missing marshal dependency. + Fix warnings by dropping `volatile` for g_once_init_inter locations. + tests: More robust against GTask unref race condition. + Updated translations. - Add pkgconfig(libsecret-1), pkgconfig(libsystemd), pkgconfig(systemd) and openssh-clients BuildRequires: Build new standalone ssh-agent, and split it out in own sub-package. * Sat Apr 17 2021 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 3.40.0: + FEATURE: add hkps://keys.openpgp.org to keyserver defaults. + gcr/key-mechanism: Port to GTask. + GckCall: Simplify the code by using GTask based implementation. + Updated translations. - Make use of the new gpg_path meson option by passing %{_bindir}/gpg2 as value to it: We know that openSUSE installs gpg2 to this path. Allows to drop gpg2 BuildRequires. - Drop pkgconfig(gtk+-x11-3.0) BuildRequires: no longer needed. * Wed Jan 13 2021 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 3.38.1: + ui: Set "use-underline" for GcrImportButton. + Updated translations.
/usr/share/doc/packages/gck-2 /usr/share/doc/packages/gck-2/RedHatDisplay-Black.woff /usr/share/doc/packages/gck-2/RedHatDisplay-Black.woff2 /usr/share/doc/packages/gck-2/RedHatDisplay-BlackItalic.woff /usr/share/doc/packages/gck-2/RedHatDisplay-BlackItalic.woff2 /usr/share/doc/packages/gck-2/RedHatDisplay-Bold.woff /usr/share/doc/packages/gck-2/RedHatDisplay-Bold.woff2 /usr/share/doc/packages/gck-2/RedHatDisplay-BoldItalic.woff /usr/share/doc/packages/gck-2/RedHatDisplay-BoldItalic.woff2 /usr/share/doc/packages/gck-2/RedHatDisplay-Italic.woff /usr/share/doc/packages/gck-2/RedHatDisplay-Italic.woff2 /usr/share/doc/packages/gck-2/RedHatDisplay-Medium.woff /usr/share/doc/packages/gck-2/RedHatDisplay-Medium.woff2 /usr/share/doc/packages/gck-2/RedHatDisplay-MediumItalic.woff /usr/share/doc/packages/gck-2/RedHatDisplay-MediumItalic.woff2 /usr/share/doc/packages/gck-2/RedHatDisplay-Regular.woff /usr/share/doc/packages/gck-2/RedHatDisplay-Regular.woff2 /usr/share/doc/packages/gck-2/RedHatText-Bold.woff /usr/share/doc/packages/gck-2/RedHatText-Bold.woff2 /usr/share/doc/packages/gck-2/RedHatText-BoldItalic.woff /usr/share/doc/packages/gck-2/RedHatText-BoldItalic.woff2 /usr/share/doc/packages/gck-2/RedHatText-Italic.woff /usr/share/doc/packages/gck-2/RedHatText-Italic.woff2 /usr/share/doc/packages/gck-2/RedHatText-Medium.woff /usr/share/doc/packages/gck-2/RedHatText-Medium.woff2 /usr/share/doc/packages/gck-2/RedHatText-MediumItalic.woff /usr/share/doc/packages/gck-2/RedHatText-MediumItalic.woff2 /usr/share/doc/packages/gck-2/RedHatText-Regular.woff /usr/share/doc/packages/gck-2/RedHatText-Regular.woff2 /usr/share/doc/packages/gck-2/SourceCodePro-It.ttf.woff /usr/share/doc/packages/gck-2/SourceCodePro-Regular.ttf.woff /usr/share/doc/packages/gck-2/SourceCodePro-Semibold.ttf.woff /usr/share/doc/packages/gck-2/callback.Allocator.html /usr/share/doc/packages/gck-2/class.Enumerator.html /usr/share/doc/packages/gck-2/class.Module.html /usr/share/doc/packages/gck-2/class.Object.html /usr/share/doc/packages/gck-2/class.Password.html /usr/share/doc/packages/gck-2/class.Session.html /usr/share/doc/packages/gck-2/class.Slot.html /usr/share/doc/packages/gck-2/classes_hierarchy.html /usr/share/doc/packages/gck-2/const.INVALID.html /usr/share/doc/packages/gck-2/const.MAJOR_VERSION.html /usr/share/doc/packages/gck-2/const.MICRO_VERSION.html /usr/share/doc/packages/gck-2/const.MINOR_VERSION.html /usr/share/doc/packages/gck-2/const.URI_FOR_MODULE_WITH_VERSION.html /usr/share/doc/packages/gck-2/const.URI_FOR_OBJECT_ON_TOKEN.html /usr/share/doc/packages/gck-2/const.URI_FOR_OBJECT_ON_TOKEN_AND_MODULE.html /usr/share/doc/packages/gck-2/const.VENDOR_CODE.html /usr/share/doc/packages/gck-2/ctor.Attribute.new.html /usr/share/doc/packages/gck-2/ctor.Attribute.new_boolean.html /usr/share/doc/packages/gck-2/ctor.Attribute.new_date.html /usr/share/doc/packages/gck-2/ctor.Attribute.new_empty.html /usr/share/doc/packages/gck-2/ctor.Attribute.new_invalid.html /usr/share/doc/packages/gck-2/ctor.Attribute.new_string.html /usr/share/doc/packages/gck-2/ctor.Attribute.new_ulong.html /usr/share/doc/packages/gck-2/ctor.Attributes.new.html /usr/share/doc/packages/gck-2/ctor.Attributes.new_empty.html /usr/share/doc/packages/gck-2/ctor.Builder.new.html /usr/share/doc/packages/gck-2/ctor.Module.new.html /usr/share/doc/packages/gck-2/ctor.Object.from_handle.html /usr/share/doc/packages/gck-2/ctor.UriData.new.html /usr/share/doc/packages/gck-2/enum.BuilderFlags.html /usr/share/doc/packages/gck-2/error.Error.html /usr/share/doc/packages/gck-2/error.UriError.html /usr/share/doc/packages/gck-2/flags.SessionOptions.html /usr/share/doc/packages/gck-2/flags.UriFlags.html /usr/share/doc/packages/gck-2/fonts.css /usr/share/doc/packages/gck-2/func.CHECK_VERSION.html /usr/share/doc/packages/gck-2/func.mechanisms_at.html /usr/share/doc/packages/gck-2/func.mechanisms_check.html /usr/share/doc/packages/gck-2/func.mechanisms_length.html /usr/share/doc/packages/gck-2/func.message_from_rv.html /usr/share/doc/packages/gck-2/func.modules_enumerate_objects.html /usr/share/doc/packages/gck-2/func.modules_enumerate_uri.html /usr/share/doc/packages/gck-2/func.modules_get_slots.html /usr/share/doc/packages/gck-2/func.modules_initialize_registered.html /usr/share/doc/packages/gck-2/func.modules_initialize_registered_async.html /usr/share/doc/packages/gck-2/func.modules_initialize_registered_finish.html /usr/share/doc/packages/gck-2/func.modules_object_for_uri.html /usr/share/doc/packages/gck-2/func.modules_objects_for_uri.html /usr/share/doc/packages/gck-2/func.modules_token_for_uri.html /usr/share/doc/packages/gck-2/func.modules_tokens_for_uri.html /usr/share/doc/packages/gck-2/func.objects_from_handle_array.html /usr/share/doc/packages/gck-2/func.slots_enumerate_objects.html /usr/share/doc/packages/gck-2/func.string_from_chars.html /usr/share/doc/packages/gck-2/func.string_to_chars.html /usr/share/doc/packages/gck-2/func.value_to_boolean.html /usr/share/doc/packages/gck-2/func.value_to_ulong.html /usr/share/doc/packages/gck-2/fzy.js /usr/share/doc/packages/gck-2/gck-2.devhelp2 /usr/share/doc/packages/gck-2/go-up-symbolic.png /usr/share/doc/packages/gck-2/iface.ObjectCache.html /usr/share/doc/packages/gck-2/index.html /usr/share/doc/packages/gck-2/index.json /usr/share/doc/packages/gck-2/main.js /usr/share/doc/packages/gck-2/method.Attribute.clear.html /usr/share/doc/packages/gck-2/method.Attribute.dump.html /usr/share/doc/packages/gck-2/method.Attribute.dup.html /usr/share/doc/packages/gck-2/method.Attribute.equal.html /usr/share/doc/packages/gck-2/method.Attribute.free.html /usr/share/doc/packages/gck-2/method.Attribute.get_boolean.html /usr/share/doc/packages/gck-2/method.Attribute.get_data.html /usr/share/doc/packages/gck-2/method.Attribute.get_date.html /usr/share/doc/packages/gck-2/method.Attribute.get_string.html /usr/share/doc/packages/gck-2/method.Attribute.get_ulong.html /usr/share/doc/packages/gck-2/method.Attribute.hash.html /usr/share/doc/packages/gck-2/method.Attribute.init.html /usr/share/doc/packages/gck-2/method.Attribute.init_boolean.html /usr/share/doc/packages/gck-2/method.Attribute.init_copy.html /usr/share/doc/packages/gck-2/method.Attribute.init_date.html /usr/share/doc/packages/gck-2/method.Attribute.init_empty.html /usr/share/doc/packages/gck-2/method.Attribute.init_invalid.html /usr/share/doc/packages/gck-2/method.Attribute.init_string.html /usr/share/doc/packages/gck-2/method.Attribute.init_ulong.html /usr/share/doc/packages/gck-2/method.Attribute.is_invalid.html /usr/share/doc/packages/gck-2/method.Attributes.at.html /usr/share/doc/packages/gck-2/method.Attributes.contains.html /usr/share/doc/packages/gck-2/method.Attributes.count.html /usr/share/doc/packages/gck-2/method.Attributes.dump.html /usr/share/doc/packages/gck-2/method.Attributes.find.html /usr/share/doc/packages/gck-2/method.Attributes.find_boolean.html /usr/share/doc/packages/gck-2/method.Attributes.find_date.html /usr/share/doc/packages/gck-2/method.Attributes.find_string.html /usr/share/doc/packages/gck-2/method.Attributes.find_ulong.html /usr/share/doc/packages/gck-2/method.Attributes.ref.html /usr/share/doc/packages/gck-2/method.Attributes.to_string.html /usr/share/doc/packages/gck-2/method.Attributes.unref.html /usr/share/doc/packages/gck-2/method.Builder.add_all.html /usr/share/doc/packages/gck-2/method.Builder.add_attribute.html /usr/share/doc/packages/gck-2/method.Builder.add_boolean.html /usr/share/doc/packages/gck-2/method.Builder.add_data.html /usr/share/doc/packages/gck-2/method.Builder.add_date.html /usr/share/doc/packages/gck-2/method.Builder.add_empty.html /usr/share/doc/packages/gck-2/method.Builder.add_except.html /usr/share/doc/packages/gck-2/method.Builder.add_exceptv.html /usr/share/doc/packages/gck-2/method.Builder.add_invalid.html /usr/share/doc/packages/gck-2/method.Builder.add_only.html /usr/share/doc/packages/gck-2/method.Builder.add_onlyv.html /usr/share/doc/packages/gck-2/method.Builder.add_string.html /usr/share/doc/packages/gck-2/method.Builder.add_ulong.html /usr/share/doc/packages/gck-2/method.Builder.clear.html /usr/share/doc/packages/gck-2/method.Builder.copy.html /usr/share/doc/packages/gck-2/method.Builder.end.html /usr/share/doc/packages/gck-2/method.Builder.find.html /usr/share/doc/packages/gck-2/method.Builder.find_boolean.html /usr/share/doc/packages/gck-2/method.Builder.find_date.html /usr/share/doc/packages/gck-2/method.Builder.find_string.html /usr/share/doc/packages/gck-2/method.Builder.find_ulong.html /usr/share/doc/packages/gck-2/method.Builder.init.html /usr/share/doc/packages/gck-2/method.Builder.init_full.html /usr/share/doc/packages/gck-2/method.Builder.ref.html /usr/share/doc/packages/gck-2/method.Builder.set_all.html /usr/share/doc/packages/gck-2/method.Builder.set_boolean.html /usr/share/doc/packages/gck-2/method.Builder.set_data.html /usr/share/doc/packages/gck-2/method.Builder.set_date.html /usr/share/doc/packages/gck-2/method.Builder.set_empty.html /usr/share/doc/packages/gck-2/method.Builder.set_invalid.html /usr/share/doc/packages/gck-2/method.Builder.set_string.html /usr/share/doc/packages/gck-2/method.Builder.set_ulong.html /usr/share/doc/packages/gck-2/method.Builder.take_data.html /usr/share/doc/packages/gck-2/method.Builder.unref.html /usr/share/doc/packages/gck-2/method.Enumerator.get_chained.html /usr/share/doc/packages/gck-2/method.Enumerator.get_interaction.html /usr/share/doc/packages/gck-2/method.Enumerator.get_object_type.html /usr/share/doc/packages/gck-2/method.Enumerator.next.html /usr/share/doc/packages/gck-2/method.Enumerator.next_async.html /usr/share/doc/packages/gck-2/method.Enumerator.next_finish.html /usr/share/doc/packages/gck-2/method.Enumerator.next_n.html /usr/share/doc/packages/gck-2/method.Enumerator.set_chained.html /usr/share/doc/packages/gck-2/method.Enumerator.set_interaction.html /usr/share/doc/packages/gck-2/method.Enumerator.set_object_type.html /usr/share/doc/packages/gck-2/method.Enumerator.set_object_type_full.html /usr/share/doc/packages/gck-2/method.MechanismInfo.copy.html /usr/share/doc/packages/gck-2/method.MechanismInfo.free.html /usr/share/doc/packages/gck-2/method.Module.equal.html /usr/share/doc/packages/gck-2/method.Module.get_functions.html /usr/share/doc/packages/gck-2/method.Module.get_info.html /usr/share/doc/packages/gck-2/method.Module.get_path.html /usr/share/doc/packages/gck-2/method.Module.get_slots.html /usr/share/doc/packages/gck-2/method.Module.hash.html /usr/share/doc/packages/gck-2/method.Module.match.html /usr/share/doc/packages/gck-2/method.ModuleInfo.copy.html /usr/share/doc/packages/gck-2/method.ModuleInfo.free.html /usr/share/doc/packages/gck-2/method.Object.cache_lookup.html /usr/share/doc/packages/gck-2/method.Object.cache_lookup_async.html /usr/share/doc/packages/gck-2/method.Object.cache_lookup_finish.html /usr/share/doc/packages/gck-2/method.Object.destroy.html /usr/share/doc/packages/gck-2/method.Object.destroy_async.html /usr/share/doc/packages/gck-2/method.Object.destroy_finish.html /usr/share/doc/packages/gck-2/method.Object.equal.html /usr/share/doc/packages/gck-2/method.Object.get.html /usr/share/doc/packages/gck-2/method.Object.get_async.html /usr/share/doc/packages/gck-2/method.Object.get_data.html /usr/share/doc/packages/gck-2/method.Object.get_data_async.html /usr/share/doc/packages/gck-2/method.Object.get_data_finish.html /usr/share/doc/packages/gck-2/method.Object.get_data_full.html /usr/share/doc/packages/gck-2/method.Object.get_finish.html /usr/share/doc/packages/gck-2/method.Object.get_full.html /usr/share/doc/packages/gck-2/method.Object.get_handle.html /usr/share/doc/packages/gck-2/method.Object.get_module.html /usr/share/doc/packages/gck-2/method.Object.get_session.html /usr/share/doc/packages/gck-2/method.Object.get_template.html /usr/share/doc/packages/gck-2/method.Object.get_template_async.html /usr/share/doc/packages/gck-2/method.Object.get_template_finish.html /usr/share/doc/packages/gck-2/method.Object.hash.html /usr/share/doc/packages/gck-2/method.Object.set.html /usr/share/doc/packages/gck-2/method.Object.set_async.html /usr/share/doc/packages/gck-2/method.Object.set_finish.html /usr/share/doc/packages/gck-2/method.Object.set_template.html /usr/share/doc/packages/gck-2/method.Object.set_template_async.html /usr/share/doc/packages/gck-2/method.Object.set_template_finish.html /usr/share/doc/packages/gck-2/method.ObjectCache.fill.html /usr/share/doc/packages/gck-2/method.ObjectCache.get_attributes.html /usr/share/doc/packages/gck-2/method.ObjectCache.set_attributes.html /usr/share/doc/packages/gck-2/method.ObjectCache.update.html /usr/share/doc/packages/gck-2/method.ObjectCache.update_async.html /usr/share/doc/packages/gck-2/method.ObjectCache.update_finish.html /usr/share/doc/packages/gck-2/method.Password.get_key.html /usr/share/doc/packages/gck-2/method.Password.get_module.html /usr/share/doc/packages/gck-2/method.Password.get_token.html /usr/share/doc/packages/gck-2/method.Session.create_object.html /usr/share/doc/packages/gck-2/method.Session.create_object_async.html /usr/share/doc/packages/gck-2/method.Session.create_object_finish.html /usr/share/doc/packages/gck-2/method.Session.decrypt.html /usr/share/doc/packages/gck-2/method.Session.decrypt_async.html /usr/share/doc/packages/gck-2/method.Session.decrypt_finish.html /usr/share/doc/packages/gck-2/method.Session.decrypt_full.html /usr/share/doc/packages/gck-2/method.Session.derive_key.html /usr/share/doc/packages/gck-2/method.Session.derive_key_async.html /usr/share/doc/packages/gck-2/method.Session.derive_key_finish.html /usr/share/doc/packages/gck-2/method.Session.derive_key_full.html /usr/share/doc/packages/gck-2/method.Session.encrypt.html /usr/share/doc/packages/gck-2/method.Session.encrypt_async.html /usr/share/doc/packages/gck-2/method.Session.encrypt_finish.html /usr/share/doc/packages/gck-2/method.Session.encrypt_full.html /usr/share/doc/packages/gck-2/method.Session.enumerate_objects.html /usr/share/doc/packages/gck-2/method.Session.find_handles.html /usr/share/doc/packages/gck-2/method.Session.find_handles_async.html /usr/share/doc/packages/gck-2/method.Session.find_handles_finish.html /usr/share/doc/packages/gck-2/method.Session.find_objects.html /usr/share/doc/packages/gck-2/method.Session.find_objects_async.html /usr/share/doc/packages/gck-2/method.Session.find_objects_finish.html /usr/share/doc/packages/gck-2/method.Session.generate_key_pair.html /usr/share/doc/packages/gck-2/method.Session.generate_key_pair_async.html /usr/share/doc/packages/gck-2/method.Session.generate_key_pair_finish.html /usr/share/doc/packages/gck-2/method.Session.generate_key_pair_full.html /usr/share/doc/packages/gck-2/method.Session.get_handle.html /usr/share/doc/packages/gck-2/method.Session.get_info.html /usr/share/doc/packages/gck-2/method.Session.get_interaction.html /usr/share/doc/packages/gck-2/method.Session.get_module.html /usr/share/doc/packages/gck-2/method.Session.get_options.html /usr/share/doc/packages/gck-2/method.Session.get_slot.html /usr/share/doc/packages/gck-2/method.Session.get_state.html /usr/share/doc/packages/gck-2/method.Session.init_pin.html /usr/share/doc/packages/gck-2/method.Session.init_pin_async.html /usr/share/doc/packages/gck-2/method.Session.init_pin_finish.html /usr/share/doc/packages/gck-2/method.Session.login.html /usr/share/doc/packages/gck-2/method.Session.login_async.html /usr/share/doc/packages/gck-2/method.Session.login_finish.html /usr/share/doc/packages/gck-2/method.Session.login_interactive.html /usr/share/doc/packages/gck-2/method.Session.login_interactive_async.html /usr/share/doc/packages/gck-2/method.Session.login_interactive_finish.html /usr/share/doc/packages/gck-2/method.Session.logout.html /usr/share/doc/packages/gck-2/method.Session.logout_async.html /usr/share/doc/packages/gck-2/method.Session.logout_finish.html /usr/share/doc/packages/gck-2/method.Session.set_interaction.html /usr/share/doc/packages/gck-2/method.Session.set_pin.html /usr/share/doc/packages/gck-2/method.Session.set_pin_async.html /usr/share/doc/packages/gck-2/method.Session.set_pin_finish.html /usr/share/doc/packages/gck-2/method.Session.sign.html /usr/share/doc/packages/gck-2/method.Session.sign_async.html /usr/share/doc/packages/gck-2/method.Session.sign_finish.html /usr/share/doc/packages/gck-2/method.Session.sign_full.html /usr/share/doc/packages/gck-2/method.Session.unwrap_key.html /usr/share/doc/packages/gck-2/method.Session.unwrap_key_async.html /usr/share/doc/packages/gck-2/method.Session.unwrap_key_finish.html /usr/share/doc/packages/gck-2/method.Session.unwrap_key_full.html /usr/share/doc/packages/gck-2/method.Session.verify.html /usr/share/doc/packages/gck-2/method.Session.verify_async.html /usr/share/doc/packages/gck-2/method.Session.verify_finish.html /usr/share/doc/packages/gck-2/method.Session.verify_full.html /usr/share/doc/packages/gck-2/method.Session.wrap_key.html /usr/share/doc/packages/gck-2/method.Session.wrap_key_async.html /usr/share/doc/packages/gck-2/method.Session.wrap_key_finish.html /usr/share/doc/packages/gck-2/method.Session.wrap_key_full.html /usr/share/doc/packages/gck-2/method.SessionInfo.copy.html /usr/share/doc/packages/gck-2/method.SessionInfo.free.html /usr/share/doc/packages/gck-2/method.Slot.enumerate_objects.html /usr/share/doc/packages/gck-2/method.Slot.equal.html /usr/share/doc/packages/gck-2/method.Slot.get_handle.html /usr/share/doc/packages/gck-2/method.Slot.get_info.html /usr/share/doc/packages/gck-2/method.Slot.get_mechanism_info.html /usr/share/doc/packages/gck-2/method.Slot.get_mechanisms.html /usr/share/doc/packages/gck-2/method.Slot.get_module.html /usr/share/doc/packages/gck-2/method.Slot.get_token_info.html /usr/share/doc/packages/gck-2/method.Slot.has_flags.html /usr/share/doc/packages/gck-2/method.Slot.hash.html /usr/share/doc/packages/gck-2/method.Slot.match.html /usr/share/doc/packages/gck-2/method.Slot.open_session.html /usr/share/doc/packages/gck-2/method.Slot.open_session_async.html /usr/share/doc/packages/gck-2/method.Slot.open_session_finish.html /usr/share/doc/packages/gck-2/method.Slot.open_session_full.html /usr/share/doc/packages/gck-2/method.Slot.open_session_full_async.html /usr/share/doc/packages/gck-2/method.SlotInfo.copy.html /usr/share/doc/packages/gck-2/method.SlotInfo.free.html /usr/share/doc/packages/gck-2/method.TokenInfo.copy.html /usr/share/doc/packages/gck-2/method.TokenInfo.free.html /usr/share/doc/packages/gck-2/method.UriData.build.html /usr/share/doc/packages/gck-2/method.UriData.copy.html /usr/share/doc/packages/gck-2/method.UriData.free.html /usr/share/doc/packages/gck-2/pkcs11-links.html /usr/share/doc/packages/gck-2/property.Enumerator.chained.html /usr/share/doc/packages/gck-2/property.Enumerator.interaction.html /usr/share/doc/packages/gck-2/property.Enumerator.object-type.html /usr/share/doc/packages/gck-2/property.Module.functions.html /usr/share/doc/packages/gck-2/property.Module.path.html /usr/share/doc/packages/gck-2/property.Object.handle.html /usr/share/doc/packages/gck-2/property.Object.module.html /usr/share/doc/packages/gck-2/property.Object.session.html /usr/share/doc/packages/gck-2/property.ObjectCache.attributes.html /usr/share/doc/packages/gck-2/property.Password.key.html /usr/share/doc/packages/gck-2/property.Password.module.html /usr/share/doc/packages/gck-2/property.Password.token.html /usr/share/doc/packages/gck-2/property.Session.app-data.html /usr/share/doc/packages/gck-2/property.Session.handle.html /usr/share/doc/packages/gck-2/property.Session.interaction.html /usr/share/doc/packages/gck-2/property.Session.module.html /usr/share/doc/packages/gck-2/property.Session.opening-flags.html /usr/share/doc/packages/gck-2/property.Session.options.html /usr/share/doc/packages/gck-2/property.Session.slot.html /usr/share/doc/packages/gck-2/property.Slot.handle.html /usr/share/doc/packages/gck-2/property.Slot.module.html /usr/share/doc/packages/gck-2/search.js /usr/share/doc/packages/gck-2/signal.Session.discard-handle.html /usr/share/doc/packages/gck-2/solarized-dark.css /usr/share/doc/packages/gck-2/solarized-light.css /usr/share/doc/packages/gck-2/struct.Attribute.html /usr/share/doc/packages/gck-2/struct.Attributes.html /usr/share/doc/packages/gck-2/struct.Builder.html /usr/share/doc/packages/gck-2/struct.Mechanism.html /usr/share/doc/packages/gck-2/struct.MechanismInfo.html /usr/share/doc/packages/gck-2/struct.ModuleInfo.html /usr/share/doc/packages/gck-2/struct.SessionInfo.html /usr/share/doc/packages/gck-2/struct.SlotInfo.html /usr/share/doc/packages/gck-2/struct.TokenInfo.html /usr/share/doc/packages/gck-2/struct.UriData.html /usr/share/doc/packages/gck-2/style.css /usr/share/doc/packages/gck-2/type_func.Error.quark.html /usr/share/doc/packages/gck-2/type_func.Module.initialize.html /usr/share/doc/packages/gck-2/type_func.Module.initialize_async.html /usr/share/doc/packages/gck-2/type_func.Module.initialize_finish.html /usr/share/doc/packages/gck-2/type_func.Session.from_handle.html /usr/share/doc/packages/gck-2/type_func.Session.open.html /usr/share/doc/packages/gck-2/type_func.Session.open_async.html /usr/share/doc/packages/gck-2/type_func.Session.open_finish.html /usr/share/doc/packages/gck-2/type_func.Slot.from_handle.html /usr/share/doc/packages/gck-2/type_func.UriData.parse.html /usr/share/doc/packages/gck-2/type_func.UriError.quark.html /usr/share/doc/packages/gck-2/urlmap.js /usr/share/doc/packages/gck-2/vfunc.Module.authenticate_object.html /usr/share/doc/packages/gck-2/vfunc.Module.authenticate_slot.html /usr/share/doc/packages/gck-2/vfunc.ObjectCache.fill.html /usr/share/doc/packages/gck-2/vfunc.Session.discard_handle.html /usr/share/doc/packages/gcr-4 /usr/share/doc/packages/gcr-4/RedHatDisplay-Black.woff /usr/share/doc/packages/gcr-4/RedHatDisplay-Black.woff2 /usr/share/doc/packages/gcr-4/RedHatDisplay-BlackItalic.woff /usr/share/doc/packages/gcr-4/RedHatDisplay-BlackItalic.woff2 /usr/share/doc/packages/gcr-4/RedHatDisplay-Bold.woff /usr/share/doc/packages/gcr-4/RedHatDisplay-Bold.woff2 /usr/share/doc/packages/gcr-4/RedHatDisplay-BoldItalic.woff /usr/share/doc/packages/gcr-4/RedHatDisplay-BoldItalic.woff2 /usr/share/doc/packages/gcr-4/RedHatDisplay-Italic.woff /usr/share/doc/packages/gcr-4/RedHatDisplay-Italic.woff2 /usr/share/doc/packages/gcr-4/RedHatDisplay-Medium.woff /usr/share/doc/packages/gcr-4/RedHatDisplay-Medium.woff2 /usr/share/doc/packages/gcr-4/RedHatDisplay-MediumItalic.woff /usr/share/doc/packages/gcr-4/RedHatDisplay-MediumItalic.woff2 /usr/share/doc/packages/gcr-4/RedHatDisplay-Regular.woff /usr/share/doc/packages/gcr-4/RedHatDisplay-Regular.woff2 /usr/share/doc/packages/gcr-4/RedHatText-Bold.woff /usr/share/doc/packages/gcr-4/RedHatText-Bold.woff2 /usr/share/doc/packages/gcr-4/RedHatText-BoldItalic.woff /usr/share/doc/packages/gcr-4/RedHatText-BoldItalic.woff2 /usr/share/doc/packages/gcr-4/RedHatText-Italic.woff /usr/share/doc/packages/gcr-4/RedHatText-Italic.woff2 /usr/share/doc/packages/gcr-4/RedHatText-Medium.woff /usr/share/doc/packages/gcr-4/RedHatText-Medium.woff2 /usr/share/doc/packages/gcr-4/RedHatText-MediumItalic.woff /usr/share/doc/packages/gcr-4/RedHatText-MediumItalic.woff2 /usr/share/doc/packages/gcr-4/RedHatText-Regular.woff /usr/share/doc/packages/gcr-4/RedHatText-Regular.woff2 /usr/share/doc/packages/gcr-4/SourceCodePro-It.ttf.woff /usr/share/doc/packages/gcr-4/SourceCodePro-Regular.ttf.woff /usr/share/doc/packages/gcr-4/SourceCodePro-Semibold.ttf.woff /usr/share/doc/packages/gcr-4/class.CertificateChain.html /usr/share/doc/packages/gcr-4/class.CertificateField.html /usr/share/doc/packages/gcr-4/class.CertificateRequest.html /usr/share/doc/packages/gcr-4/class.CertificateSection.html /usr/share/doc/packages/gcr-4/class.Parser.html /usr/share/doc/packages/gcr-4/class.Pkcs11Certificate.html /usr/share/doc/packages/gcr-4/class.SecretExchange.html /usr/share/doc/packages/gcr-4/class.SimpleCertificate.html /usr/share/doc/packages/gcr-4/class.SshAskpass.html /usr/share/doc/packages/gcr-4/class.SystemPrompt.html /usr/share/doc/packages/gcr-4/class.SystemPrompter.html /usr/share/doc/packages/gcr-4/classes_hierarchy.html /usr/share/doc/packages/gcr-4/const.MAJOR_VERSION.html /usr/share/doc/packages/gcr-4/const.MICRO_VERSION.html /usr/share/doc/packages/gcr-4/const.MINOR_VERSION.html /usr/share/doc/packages/gcr-4/const.PURPOSE_CLIENT_AUTH.html /usr/share/doc/packages/gcr-4/const.PURPOSE_CODE_SIGNING.html /usr/share/doc/packages/gcr-4/const.PURPOSE_EMAIL.html /usr/share/doc/packages/gcr-4/const.PURPOSE_SERVER_AUTH.html /usr/share/doc/packages/gcr-4/const.SECRET_EXCHANGE_PROTOCOL_1.html /usr/share/doc/packages/gcr-4/const.UNLOCK_OPTION_ALWAYS.html /usr/share/doc/packages/gcr-4/const.UNLOCK_OPTION_IDLE.html /usr/share/doc/packages/gcr-4/const.UNLOCK_OPTION_SESSION.html /usr/share/doc/packages/gcr-4/const.UNLOCK_OPTION_TIMEOUT.html /usr/share/doc/packages/gcr-4/ctor.CertificateChain.new.html /usr/share/doc/packages/gcr-4/ctor.Parser.new.html /usr/share/doc/packages/gcr-4/ctor.SecretExchange.new.html /usr/share/doc/packages/gcr-4/ctor.SimpleCertificate.new.html /usr/share/doc/packages/gcr-4/ctor.SimpleCertificate.new_static.html /usr/share/doc/packages/gcr-4/ctor.SshAskpass.new.html /usr/share/doc/packages/gcr-4/ctor.SystemPrompter.new.html /usr/share/doc/packages/gcr-4/enum.CertificateChainStatus.html /usr/share/doc/packages/gcr-4/enum.CertificateRequestFormat.html /usr/share/doc/packages/gcr-4/enum.DataError.html /usr/share/doc/packages/gcr-4/enum.DataFormat.html /usr/share/doc/packages/gcr-4/enum.PromptReply.html /usr/share/doc/packages/gcr-4/enum.SystemPromptError.html /usr/share/doc/packages/gcr-4/enum.SystemPrompterMode.html /usr/share/doc/packages/gcr-4/flags.CertificateChainFlags.html /usr/share/doc/packages/gcr-4/flags.CertificateSectionFlags.html /usr/share/doc/packages/gcr-4/fonts.css /usr/share/doc/packages/gcr-4/func.CHECK_VERSION.html /usr/share/doc/packages/gcr-4/func.data_error_get_domain.html /usr/share/doc/packages/gcr-4/func.fingerprint_from_attributes.html /usr/share/doc/packages/gcr-4/func.fingerprint_from_subject_public_key_info.html /usr/share/doc/packages/gcr-4/func.mock_prompter_disconnect.html /usr/share/doc/packages/gcr-4/func.mock_prompter_expect_close.html /usr/share/doc/packages/gcr-4/func.mock_prompter_expect_confirm_cancel.html /usr/share/doc/packages/gcr-4/func.mock_prompter_expect_confirm_ok.html /usr/share/doc/packages/gcr-4/func.mock_prompter_expect_password_cancel.html /usr/share/doc/packages/gcr-4/func.mock_prompter_expect_password_ok.html /usr/share/doc/packages/gcr-4/func.mock_prompter_get_delay_msec.html /usr/share/doc/packages/gcr-4/func.mock_prompter_is_expecting.html /usr/share/doc/packages/gcr-4/func.mock_prompter_is_prompting.html /usr/share/doc/packages/gcr-4/func.mock_prompter_set_delay_msec.html /usr/share/doc/packages/gcr-4/func.mock_prompter_start.html /usr/share/doc/packages/gcr-4/func.mock_prompter_stop.html /usr/share/doc/packages/gcr-4/func.pkcs11_add_module.html /usr/share/doc/packages/gcr-4/func.pkcs11_add_module_from_file.html /usr/share/doc/packages/gcr-4/func.pkcs11_get_modules.html /usr/share/doc/packages/gcr-4/func.pkcs11_get_trust_lookup_slots.html /usr/share/doc/packages/gcr-4/func.pkcs11_get_trust_lookup_uris.html /usr/share/doc/packages/gcr-4/func.pkcs11_get_trust_store_slot.html /usr/share/doc/packages/gcr-4/func.pkcs11_get_trust_store_uri.html /usr/share/doc/packages/gcr-4/func.pkcs11_initialize.html /usr/share/doc/packages/gcr-4/func.pkcs11_initialize_async.html /usr/share/doc/packages/gcr-4/func.pkcs11_initialize_finish.html /usr/share/doc/packages/gcr-4/func.pkcs11_set_modules.html /usr/share/doc/packages/gcr-4/func.pkcs11_set_trust_lookup_uris.html /usr/share/doc/packages/gcr-4/func.pkcs11_set_trust_store_uri.html /usr/share/doc/packages/gcr-4/func.secure_memory_alloc.html /usr/share/doc/packages/gcr-4/func.secure_memory_free.html /usr/share/doc/packages/gcr-4/func.secure_memory_is_secure.html /usr/share/doc/packages/gcr-4/func.secure_memory_new.html /usr/share/doc/packages/gcr-4/func.secure_memory_realloc.html /usr/share/doc/packages/gcr-4/func.secure_memory_strdup.html /usr/share/doc/packages/gcr-4/func.secure_memory_strfree.html /usr/share/doc/packages/gcr-4/func.secure_memory_try_alloc.html /usr/share/doc/packages/gcr-4/func.secure_memory_try_realloc.html /usr/share/doc/packages/gcr-4/func.trust_add_pinned_certificate.html /usr/share/doc/packages/gcr-4/func.trust_add_pinned_certificate_async.html /usr/share/doc/packages/gcr-4/func.trust_add_pinned_certificate_finish.html /usr/share/doc/packages/gcr-4/func.trust_is_certificate_anchored.html /usr/share/doc/packages/gcr-4/func.trust_is_certificate_anchored_async.html /usr/share/doc/packages/gcr-4/func.trust_is_certificate_anchored_finish.html /usr/share/doc/packages/gcr-4/func.trust_is_certificate_distrusted.html /usr/share/doc/packages/gcr-4/func.trust_is_certificate_distrusted_async.html /usr/share/doc/packages/gcr-4/func.trust_is_certificate_distrusted_finish.html /usr/share/doc/packages/gcr-4/func.trust_is_certificate_pinned.html /usr/share/doc/packages/gcr-4/func.trust_is_certificate_pinned_async.html /usr/share/doc/packages/gcr-4/func.trust_is_certificate_pinned_finish.html /usr/share/doc/packages/gcr-4/func.trust_remove_pinned_certificate.html /usr/share/doc/packages/gcr-4/func.trust_remove_pinned_certificate_async.html /usr/share/doc/packages/gcr-4/func.trust_remove_pinned_certificate_finish.html /usr/share/doc/packages/gcr-4/fzy.js /usr/share/doc/packages/gcr-4/gcr-4.devhelp2 /usr/share/doc/packages/gcr-4/go-up-symbolic.png /usr/share/doc/packages/gcr-4/iface.Certificate.html /usr/share/doc/packages/gcr-4/iface.ImportInteraction.html /usr/share/doc/packages/gcr-4/iface.Importer.html /usr/share/doc/packages/gcr-4/iface.Prompt.html /usr/share/doc/packages/gcr-4/index.html /usr/share/doc/packages/gcr-4/index.json /usr/share/doc/packages/gcr-4/main.js /usr/share/doc/packages/gcr-4/method.Certificate.get_basic_constraints.html /usr/share/doc/packages/gcr-4/method.Certificate.get_der_data.html /usr/share/doc/packages/gcr-4/method.Certificate.get_expiry_date.html /usr/share/doc/packages/gcr-4/method.Certificate.get_fingerprint.html /usr/share/doc/packages/gcr-4/method.Certificate.get_fingerprint_hex.html /usr/share/doc/packages/gcr-4/method.Certificate.get_interface_elements.html /usr/share/doc/packages/gcr-4/method.Certificate.get_issued_date.html /usr/share/doc/packages/gcr-4/method.Certificate.get_issuer_cn.html /usr/share/doc/packages/gcr-4/method.Certificate.get_issuer_dn.html /usr/share/doc/packages/gcr-4/method.Certificate.get_issuer_name.html /usr/share/doc/packages/gcr-4/method.Certificate.get_issuer_part.html /usr/share/doc/packages/gcr-4/method.Certificate.get_issuer_raw.html /usr/share/doc/packages/gcr-4/method.Certificate.get_key_size.html /usr/share/doc/packages/gcr-4/method.Certificate.get_serial_number.html /usr/share/doc/packages/gcr-4/method.Certificate.get_serial_number_hex.html /usr/share/doc/packages/gcr-4/method.Certificate.get_subject_cn.html /usr/share/doc/packages/gcr-4/method.Certificate.get_subject_dn.html /usr/share/doc/packages/gcr-4/method.Certificate.get_subject_name.html /usr/share/doc/packages/gcr-4/method.Certificate.get_subject_part.html /usr/share/doc/packages/gcr-4/method.Certificate.get_subject_raw.html /usr/share/doc/packages/gcr-4/method.Certificate.get_version.html /usr/share/doc/packages/gcr-4/method.Certificate.is_issuer.html /usr/share/doc/packages/gcr-4/method.Certificate.mixin_emit_notify.html /usr/share/doc/packages/gcr-4/method.CertificateChain.add.html /usr/share/doc/packages/gcr-4/method.CertificateChain.build.html /usr/share/doc/packages/gcr-4/method.CertificateChain.build_async.html /usr/share/doc/packages/gcr-4/method.CertificateChain.build_finish.html /usr/share/doc/packages/gcr-4/method.CertificateChain.get_anchor.html /usr/share/doc/packages/gcr-4/method.CertificateChain.get_certificate.html /usr/share/doc/packages/gcr-4/method.CertificateChain.get_endpoint.html /usr/share/doc/packages/gcr-4/method.CertificateChain.get_length.html /usr/share/doc/packages/gcr-4/method.CertificateChain.get_status.html /usr/share/doc/packages/gcr-4/method.CertificateField.get_label.html /usr/share/doc/packages/gcr-4/method.CertificateField.get_section.html /usr/share/doc/packages/gcr-4/method.CertificateField.get_value.html /usr/share/doc/packages/gcr-4/method.CertificateField.get_value_type.html /usr/share/doc/packages/gcr-4/method.CertificateRequest.complete.html /usr/share/doc/packages/gcr-4/method.CertificateRequest.complete_async.html /usr/share/doc/packages/gcr-4/method.CertificateRequest.complete_finish.html /usr/share/doc/packages/gcr-4/method.CertificateRequest.encode.html /usr/share/doc/packages/gcr-4/method.CertificateRequest.get_format.html /usr/share/doc/packages/gcr-4/method.CertificateRequest.get_private_key.html /usr/share/doc/packages/gcr-4/method.CertificateRequest.set_cn.html /usr/share/doc/packages/gcr-4/method.CertificateSection.get_fields.html /usr/share/doc/packages/gcr-4/method.CertificateSection.get_flags.html /usr/share/doc/packages/gcr-4/method.CertificateSection.get_label.html /usr/share/doc/packages/gcr-4/method.ImportInteraction.supplement.html /usr/share/doc/packages/gcr-4/method.ImportInteraction.supplement_async.html /usr/share/doc/packages/gcr-4/method.ImportInteraction.supplement_finish.html /usr/share/doc/packages/gcr-4/method.ImportInteraction.supplement_prep.html /usr/share/doc/packages/gcr-4/method.Importer.get_interaction.html /usr/share/doc/packages/gcr-4/method.Importer.import_async.html /usr/share/doc/packages/gcr-4/method.Importer.import_finish.html /usr/share/doc/packages/gcr-4/method.Importer.queue_for_parsed.html /usr/share/doc/packages/gcr-4/method.Importer.set_interaction.html /usr/share/doc/packages/gcr-4/method.Parsed.get_attributes.html /usr/share/doc/packages/gcr-4/method.Parsed.get_bytes.html /usr/share/doc/packages/gcr-4/method.Parsed.get_data.html /usr/share/doc/packages/gcr-4/method.Parsed.get_description.html /usr/share/doc/packages/gcr-4/method.Parsed.get_filename.html /usr/share/doc/packages/gcr-4/method.Parsed.get_format.html /usr/share/doc/packages/gcr-4/method.Parsed.get_label.html /usr/share/doc/packages/gcr-4/method.Parsed.ref.html /usr/share/doc/packages/gcr-4/method.Parser.add_password.html /usr/share/doc/packages/gcr-4/method.Parser.format_disable.html /usr/share/doc/packages/gcr-4/method.Parser.format_enable.html /usr/share/doc/packages/gcr-4/method.Parser.format_supported.html /usr/share/doc/packages/gcr-4/method.Parser.get_filename.html /usr/share/doc/packages/gcr-4/method.Parser.get_parsed.html /usr/share/doc/packages/gcr-4/method.Parser.get_parsed_attributes.html /usr/share/doc/packages/gcr-4/method.Parser.get_parsed_block.html /usr/share/doc/packages/gcr-4/method.Parser.get_parsed_bytes.html /usr/share/doc/packages/gcr-4/method.Parser.get_parsed_description.html /usr/share/doc/packages/gcr-4/method.Parser.get_parsed_format.html /usr/share/doc/packages/gcr-4/method.Parser.get_parsed_label.html /usr/share/doc/packages/gcr-4/method.Parser.parse_bytes.html /usr/share/doc/packages/gcr-4/method.Parser.parse_data.html /usr/share/doc/packages/gcr-4/method.Parser.parse_stream.html /usr/share/doc/packages/gcr-4/method.Parser.parse_stream_async.html /usr/share/doc/packages/gcr-4/method.Parser.parse_stream_finish.html /usr/share/doc/packages/gcr-4/method.Parser.set_filename.html /usr/share/doc/packages/gcr-4/method.Pkcs11Certificate.get_attributes.html /usr/share/doc/packages/gcr-4/method.Prompt.close.html /usr/share/doc/packages/gcr-4/method.Prompt.confirm.html /usr/share/doc/packages/gcr-4/method.Prompt.confirm_async.html /usr/share/doc/packages/gcr-4/method.Prompt.confirm_finish.html /usr/share/doc/packages/gcr-4/method.Prompt.confirm_run.html /usr/share/doc/packages/gcr-4/method.Prompt.get_caller_window.html /usr/share/doc/packages/gcr-4/method.Prompt.get_cancel_label.html /usr/share/doc/packages/gcr-4/method.Prompt.get_choice_chosen.html /usr/share/doc/packages/gcr-4/method.Prompt.get_choice_label.html /usr/share/doc/packages/gcr-4/method.Prompt.get_continue_label.html /usr/share/doc/packages/gcr-4/method.Prompt.get_description.html /usr/share/doc/packages/gcr-4/method.Prompt.get_message.html /usr/share/doc/packages/gcr-4/method.Prompt.get_password_new.html /usr/share/doc/packages/gcr-4/method.Prompt.get_password_strength.html /usr/share/doc/packages/gcr-4/method.Prompt.get_title.html /usr/share/doc/packages/gcr-4/method.Prompt.get_warning.html /usr/share/doc/packages/gcr-4/method.Prompt.password.html /usr/share/doc/packages/gcr-4/method.Prompt.password_async.html /usr/share/doc/packages/gcr-4/method.Prompt.password_finish.html /usr/share/doc/packages/gcr-4/method.Prompt.password_run.html /usr/share/doc/packages/gcr-4/method.Prompt.reset.html /usr/share/doc/packages/gcr-4/method.Prompt.set_caller_window.html /usr/share/doc/packages/gcr-4/method.Prompt.set_cancel_label.html /usr/share/doc/packages/gcr-4/method.Prompt.set_choice_chosen.html /usr/share/doc/packages/gcr-4/method.Prompt.set_choice_label.html /usr/share/doc/packages/gcr-4/method.Prompt.set_continue_label.html /usr/share/doc/packages/gcr-4/method.Prompt.set_description.html /usr/share/doc/packages/gcr-4/method.Prompt.set_message.html /usr/share/doc/packages/gcr-4/method.Prompt.set_password_new.html /usr/share/doc/packages/gcr-4/method.Prompt.set_title.html /usr/share/doc/packages/gcr-4/method.Prompt.set_warning.html /usr/share/doc/packages/gcr-4/method.SecretExchange.begin.html /usr/share/doc/packages/gcr-4/method.SecretExchange.get_protocol.html /usr/share/doc/packages/gcr-4/method.SecretExchange.get_secret.html /usr/share/doc/packages/gcr-4/method.SecretExchange.receive.html /usr/share/doc/packages/gcr-4/method.SecretExchange.send.html /usr/share/doc/packages/gcr-4/method.SshAskpass.get_interaction.html /usr/share/doc/packages/gcr-4/method.SystemPrompt.close.html /usr/share/doc/packages/gcr-4/method.SystemPrompt.close_async.html /usr/share/doc/packages/gcr-4/method.SystemPrompt.close_finish.html /usr/share/doc/packages/gcr-4/method.SystemPrompt.get_secret_exchange.html /usr/share/doc/packages/gcr-4/method.SystemPrompter.get_mode.html /usr/share/doc/packages/gcr-4/method.SystemPrompter.get_prompt_type.html /usr/share/doc/packages/gcr-4/method.SystemPrompter.get_prompting.html /usr/share/doc/packages/gcr-4/method.SystemPrompter.register.html /usr/share/doc/packages/gcr-4/method.SystemPrompter.unregister.html /usr/share/doc/packages/gcr-4/non-pageable-memory.html /usr/share/doc/packages/gcr-4/pkcs11-configuration.html /usr/share/doc/packages/gcr-4/property.Certificate.description.html /usr/share/doc/packages/gcr-4/property.Certificate.expiry-date.html /usr/share/doc/packages/gcr-4/property.Certificate.issuer-name.html /usr/share/doc/packages/gcr-4/property.Certificate.label.html /usr/share/doc/packages/gcr-4/property.Certificate.subject-name.html /usr/share/doc/packages/gcr-4/property.CertificateChain.length.html /usr/share/doc/packages/gcr-4/property.CertificateChain.status.html /usr/share/doc/packages/gcr-4/property.CertificateField.label.html /usr/share/doc/packages/gcr-4/property.CertificateField.section.html /usr/share/doc/packages/gcr-4/property.CertificateField.value.html /usr/share/doc/packages/gcr-4/property.CertificateRequest.format.html /usr/share/doc/packages/gcr-4/property.CertificateRequest.private-key.html /usr/share/doc/packages/gcr-4/property.CertificateSection.fields.html /usr/share/doc/packages/gcr-4/property.CertificateSection.flags.html /usr/share/doc/packages/gcr-4/property.CertificateSection.label.html /usr/share/doc/packages/gcr-4/property.Importer.interaction.html /usr/share/doc/packages/gcr-4/property.Importer.label.html /usr/share/doc/packages/gcr-4/property.Importer.uri.html /usr/share/doc/packages/gcr-4/property.Parser.parsed-attributes.html /usr/share/doc/packages/gcr-4/property.Parser.parsed-description.html /usr/share/doc/packages/gcr-4/property.Parser.parsed-label.html /usr/share/doc/packages/gcr-4/property.Pkcs11Certificate.attributes.html /usr/share/doc/packages/gcr-4/property.Prompt.caller-window.html /usr/share/doc/packages/gcr-4/property.Prompt.cancel-label.html /usr/share/doc/packages/gcr-4/property.Prompt.choice-chosen.html /usr/share/doc/packages/gcr-4/property.Prompt.choice-label.html /usr/share/doc/packages/gcr-4/property.Prompt.continue-label.html /usr/share/doc/packages/gcr-4/property.Prompt.description.html /usr/share/doc/packages/gcr-4/property.Prompt.message.html /usr/share/doc/packages/gcr-4/property.Prompt.password-new.html /usr/share/doc/packages/gcr-4/property.Prompt.password-strength.html /usr/share/doc/packages/gcr-4/property.Prompt.title.html /usr/share/doc/packages/gcr-4/property.Prompt.warning.html /usr/share/doc/packages/gcr-4/property.SecretExchange.protocol.html /usr/share/doc/packages/gcr-4/property.SshAskpass.interaction.html /usr/share/doc/packages/gcr-4/property.SystemPrompt.bus-name.html /usr/share/doc/packages/gcr-4/property.SystemPrompt.secret-exchange.html /usr/share/doc/packages/gcr-4/property.SystemPrompt.timeout-seconds.html /usr/share/doc/packages/gcr-4/property.SystemPrompter.mode.html /usr/share/doc/packages/gcr-4/property.SystemPrompter.prompt-type.html /usr/share/doc/packages/gcr-4/property.SystemPrompter.prompting.html /usr/share/doc/packages/gcr-4/search.js /usr/share/doc/packages/gcr-4/signal.Parser.authenticate.html /usr/share/doc/packages/gcr-4/signal.Parser.parsed.html /usr/share/doc/packages/gcr-4/signal.Prompt.prompt-close.html /usr/share/doc/packages/gcr-4/signal.SystemPrompter.new-prompt.html /usr/share/doc/packages/gcr-4/solarized-dark.css /usr/share/doc/packages/gcr-4/solarized-light.css /usr/share/doc/packages/gcr-4/struct.Parsed.html /usr/share/doc/packages/gcr-4/style.css /usr/share/doc/packages/gcr-4/trust-store.html /usr/share/doc/packages/gcr-4/type_func.Certificate.mixin_class_init.html /usr/share/doc/packages/gcr-4/type_func.Certificate.mixin_get_property.html /usr/share/doc/packages/gcr-4/type_func.CertificateRequest.capable.html /usr/share/doc/packages/gcr-4/type_func.CertificateRequest.capable_async.html /usr/share/doc/packages/gcr-4/type_func.CertificateRequest.capable_finish.html /usr/share/doc/packages/gcr-4/type_func.CertificateRequest.prepare.html /usr/share/doc/packages/gcr-4/type_func.Importer.create_for_parsed.html /usr/share/doc/packages/gcr-4/type_func.Importer.queue_and_filter_for_parsed.html /usr/share/doc/packages/gcr-4/type_func.Importer.register.html /usr/share/doc/packages/gcr-4/type_func.Importer.register_well_known.html /usr/share/doc/packages/gcr-4/type_func.Parsed.unref.html /usr/share/doc/packages/gcr-4/type_func.Pkcs11Certificate.lookup_issuer.html /usr/share/doc/packages/gcr-4/type_func.Pkcs11Certificate.lookup_issuer_async.html /usr/share/doc/packages/gcr-4/type_func.Pkcs11Certificate.lookup_issuer_finish.html /usr/share/doc/packages/gcr-4/type_func.Pkcs11Certificate.new_from_uri.html /usr/share/doc/packages/gcr-4/type_func.Pkcs11Certificate.new_from_uri_async.html /usr/share/doc/packages/gcr-4/type_func.Pkcs11Certificate.new_from_uri_finish.html /usr/share/doc/packages/gcr-4/type_func.SshAskpass.child_setup.html /usr/share/doc/packages/gcr-4/type_func.SystemPrompt.error_get_domain.html /usr/share/doc/packages/gcr-4/type_func.SystemPrompt.open.html /usr/share/doc/packages/gcr-4/type_func.SystemPrompt.open_async.html /usr/share/doc/packages/gcr-4/type_func.SystemPrompt.open_finish.html /usr/share/doc/packages/gcr-4/type_func.SystemPrompt.open_for_prompter.html /usr/share/doc/packages/gcr-4/type_func.SystemPrompt.open_for_prompter_async.html /usr/share/doc/packages/gcr-4/urlmap.js /usr/share/doc/packages/gcr-4/vfunc.Certificate.get_der_data.html /usr/share/doc/packages/gcr-4/vfunc.ImportInteraction.supplement.html /usr/share/doc/packages/gcr-4/vfunc.ImportInteraction.supplement_async.html /usr/share/doc/packages/gcr-4/vfunc.ImportInteraction.supplement_finish.html /usr/share/doc/packages/gcr-4/vfunc.ImportInteraction.supplement_prep.html /usr/share/doc/packages/gcr-4/vfunc.Importer.import_async.html /usr/share/doc/packages/gcr-4/vfunc.Importer.import_finish.html /usr/share/doc/packages/gcr-4/vfunc.Importer.queue_for_parsed.html /usr/share/doc/packages/gcr-4/vfunc.Parser.authenticate.html /usr/share/doc/packages/gcr-4/vfunc.Parser.parsed.html /usr/share/doc/packages/gcr-4/vfunc.Prompt.prompt_close.html /usr/share/doc/packages/gcr-4/vfunc.Prompt.prompt_confirm_async.html /usr/share/doc/packages/gcr-4/vfunc.Prompt.prompt_confirm_finish.html /usr/share/doc/packages/gcr-4/vfunc.Prompt.prompt_password_async.html /usr/share/doc/packages/gcr-4/vfunc.Prompt.prompt_password_finish.html /usr/share/doc/packages/gcr-4/vfunc.SecretExchange.decrypt_transport_data.html /usr/share/doc/packages/gcr-4/vfunc.SecretExchange.derive_transport_key.html /usr/share/doc/packages/gcr-4/vfunc.SecretExchange.encrypt_transport_data.html /usr/share/doc/packages/gcr-4/vfunc.SecretExchange.generate_exchange_key.html /usr/share/doc/packages/gcr-4/vfunc.SystemPrompter.new_prompt.html
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Sep 27 00:13:43 2024