20367980 GNUTLS should be updated to version 3.4.1
authorAnn Lai <ann.lai@oracle.com>
Thu, 24 Sep 2015 13:56:38 -0700
changeset 4903 6b60e63145ed
parent 4902 d852c9504ffb
child 4904 4f05d46b7e44
20367980 GNUTLS should be updated to version 3.4.1 PSARC/2015/363 Update GnuTLS to version 3.4.1
components/gnutls-3/Makefile
components/gnutls-3/gnutls.p5m
components/gnutls-3/patches/01_def_max_align_t.patch
components/gnutls-3/patches/02_remove_elliptical.patch
components/gnutls-3/test/results-all.master
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnutls-3/Makefile	Thu Sep 24 13:56:38 2015 -0700
@@ -0,0 +1,106 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
+#
+
+include ../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		gnutls
+COMPONENT_VERSION=	3.4.1
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_PROJECT_URL=  ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.xz
+COMPONENT_ARCHIVE_HASH= \
+     sha256:e9b5f58becf34756464216056cd5abbf04315eda80a374d02699dee83f80b12e
+COMPONENT_ARCHIVE_URL=  ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/$(COMPONENT_ARCHIVE)
+COMPONENT_BUGDB=	library/gnutls
+
+TPNO=			22096
+
+COMPONENT_BUILD_TARGETS = all info
+
+include $(WS_MAKE_RULES)/prep.mk
+include $(WS_MAKE_RULES)/configure.mk
+include $(WS_MAKE_RULES)/ips.mk
+
+# The GnuTLS API and ABI have incompatible changes between versions 2.8.6
+# and 3.4.1; but the basic symlink name 'libgnutls.so' and pkg-config file
+# name 'gnutls.pc' are unchanged.  As a result, it's not possible to have
+# both versions installed at the same time in the default paths in a way
+# that makes it possible to build programs that are only compatible with
+# one version of the API.  As a result, GnuTLS version 3 delivered to a folder
+# called gnutls-3 temporarily.  The plan is to integrate 3.4.1 and move all
+# programs to 3.4.1; after all usage of 2.8.6  excised, move 3.4.1 to the
+# default location.
+CONFIGURE_OPTIONS += --sysconfdir=/etc 
+CONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
+CONFIGURE_OPTIONS += --mandir=/usr/share/$(COMPONENT_NAME)-3/man
+CONFIGURE_OPTIONS += --includedir=/usr/include/$(COMPONENT_NAME)-3/
+CONFIGURE_OPTIONS.32 += --libdir=/usr/lib/$(COMPONENT_NAME)-3/
+CONFIGURE_OPTIONS.64 += --libdir=/usr/lib/$(MACH64)/$(COMPONENT_NAME)-3/
+CONFIGURE_OPTIONS.32 += --libexecdir=/usr/lib/pkgconfig/$(COMPONENT_NAME)-3/
+CONFIGURE_OPTIONS.64 += --libexecdir=/usr/lib/$(MACH64)/pkgconfig/$(COMPONENT_NAME)-3/
+CONFIGURE_OPTIONS += --localedir=/usr/share/locale/$(COMPONENT_NAME)-3/
+CONFIGURE_OPTIONS += --localstatedir=/var 
+CONFIGURE_OPTIONS += --enable-guile=no
+CONFIGURE_OPTIONS += --with-included-libtasn1
+CONFIGURE_OPTIONS += --without-p11-kit
+CONFIGURE_OPTIONS += --disable-ecdhe
+CONFIGURE_OPTIONS += --disable-openssl-compatibility
+CONFIGURE_OPTIONS += --disable-tests
+CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS) -I/usr/include/gmp -I/usr/include/idn $(CC_BITS)"
+CONFIGURE_OPTIONS += CXX="$(CXX) -norunpath $(CC_BITS)"
+
+CONFIGURE_ENV += LDFLAGS="$(LDFLAGS) $(CC_BITS)" 
+
+ASLR_MODE = $(ASLR_ENABLE)
+
+include ../../make-rules/shared-targets.mk
+
+configure:      $(CONFIGURE_32_and_64)
+
+build:          $(BUILD_32_and_64)
+
+install:	$(INSTALL_32_and_64)
+
+COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
+
+COMPONENT_TEST_TRANSFORMS += \
+	'-n -e "/SKIP/p" ' \
+	'-e "/PASS/p" ' \
+	'-e "/FAIL/p" ' \
+	'-e "/TOTAL/p" ' \
+	'-e "/ERROR/p" '
+
+test:		$(TEST_32_and_64)
+
+system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
+
+REQUIRED_PACKAGES += library/gmp
+REQUIRED_PACKAGES += library/libidn
+REQUIRED_PACKAGES += library/libtasn1
+REQUIRED_PACKAGES += library/security/nettle
+REQUIRED_PACKAGES += library/security/trousers
+REQUIRED_PACKAGES += library/zlib
+REQUIRED_PACKAGES += system/library
+REQUIRED_PACKAGES += system/library/c++-runtime
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnutls-3/gnutls.p5m	Thu Sep 24 13:56:38 2015 -0700
@@ -0,0 +1,1103 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file path=usr.*/man/.+ -> default mangler.man.stability committed>
+set name=pkg.fmri \
+    value=pkg:/library/gnutls-3@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="GNU transport layer security library"
+set name=pkg.description \
+    value="GnuTLS is a project that aims to develop a library which provides a secure layer, over a reliable transport layer. Currently the GnuTLS library implements the proposed standards by the IETF's TLS working group (RFC2246, TLS 1.0)."
+set name=com.oracle.info.description value="the GnuTLS library"
+set name=com.oracle.info.tpno value=$(TPNO)
+set name=info.classification \
+    value=org.opensolaris.category.2008:System/Libraries
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=PSARC/2009/098 value=PSARC/2015/363
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+file path=usr/include/$(COMPONENT_NAME)-3/$(COMPONENT_NAME)/abstract.h
+file path=usr/include/$(COMPONENT_NAME)-3/$(COMPONENT_NAME)/compat.h
+file path=usr/include/$(COMPONENT_NAME)-3/$(COMPONENT_NAME)/crypto.h
+file path=usr/include/$(COMPONENT_NAME)-3/$(COMPONENT_NAME)/dtls.h
+file path=usr/include/$(COMPONENT_NAME)-3/$(COMPONENT_NAME)/gnutls.h
+file path=usr/include/$(COMPONENT_NAME)-3/$(COMPONENT_NAME)/gnutlsxx.h
+file path=usr/include/$(COMPONENT_NAME)-3/$(COMPONENT_NAME)/ocsp.h
+file path=usr/include/$(COMPONENT_NAME)-3/$(COMPONENT_NAME)/openpgp.h
+file path=usr/include/$(COMPONENT_NAME)-3/$(COMPONENT_NAME)/pkcs11.h
+file path=usr/include/$(COMPONENT_NAME)-3/$(COMPONENT_NAME)/pkcs12.h
+file path=usr/include/$(COMPONENT_NAME)-3/$(COMPONENT_NAME)/self-test.h
+file path=usr/include/$(COMPONENT_NAME)-3/$(COMPONENT_NAME)/system-keys.h
+file path=usr/include/$(COMPONENT_NAME)-3/$(COMPONENT_NAME)/tpm.h
+file path=usr/include/$(COMPONENT_NAME)-3/$(COMPONENT_NAME)/urls.h
+file path=usr/include/$(COMPONENT_NAME)-3/$(COMPONENT_NAME)/x509-ext.h
+file path=usr/include/$(COMPONENT_NAME)-3/$(COMPONENT_NAME)/x509.h
+link path=usr/lib/$(COMPONENT_NAME)-3/libgnutls.so target=libgnutls.so.30.0.1
+link path=usr/lib/$(COMPONENT_NAME)-3/libgnutls.so.30 target=libgnutls.so.30.0.1
+file path=usr/lib/$(COMPONENT_NAME)-3/libgnutls.so.30.0.1
+link path=usr/lib/$(COMPONENT_NAME)-3/libgnutlsxx.so \
+    target=libgnutlsxx.so.28.1.0
+link path=usr/lib/$(COMPONENT_NAME)-3/libgnutlsxx.so.28 \
+    target=libgnutlsxx.so.28.1.0
+file path=usr/lib/$(COMPONENT_NAME)-3/libgnutlsxx.so.28.1.0
+link path=usr/lib/$(MACH64)/$(COMPONENT_NAME)-3/libgnutls.so \
+    target=libgnutls.so.30.0.1
+link path=usr/lib/$(MACH64)/$(COMPONENT_NAME)-3/libgnutls.so.30 \
+    target=libgnutls.so.30.0.1
+file path=usr/lib/$(MACH64)/$(COMPONENT_NAME)-3/libgnutls.so.30.0.1
+link path=usr/lib/$(MACH64)/$(COMPONENT_NAME)-3/libgnutlsxx.so \
+    target=libgnutlsxx.so.28.1.0
+link path=usr/lib/$(MACH64)/$(COMPONENT_NAME)-3/libgnutlsxx.so.28 \
+    target=libgnutlsxx.so.28.1.0
+file path=usr/lib/$(MACH64)/$(COMPONENT_NAME)-3/libgnutlsxx.so.28.1.0
+link path=usr/lib/$(MACH64)/libgnutls.so.30 \
+    target=$(COMPONENT_NAME)-3/libgnutls.so.30.0.1
+file usr/lib/$(MACH64)/$(COMPONENT_NAME)-3/pkgconfig/gnutls.pc \
+    path=usr/lib/$(MACH64)/pkgconfig/$(COMPONENT_NAME)-3/gnutls.pc
+link path=usr/lib/libgnutls.so.30 target=$(COMPONENT_NAME)-3/libgnutls.so.30.0.1
+file usr/lib/$(COMPONENT_NAME)-3/pkgconfig/gnutls.pc \
+    path=usr/lib/pkgconfig/$(COMPONENT_NAME)-3/gnutls.pc
+file path=usr/share/$(COMPONENT_NAME)-3/man/man1/certtool.1
+file path=usr/share/$(COMPONENT_NAME)-3/man/man1/gnutls-cli-debug.1
+file path=usr/share/$(COMPONENT_NAME)-3/man/man1/gnutls-cli.1
+file path=usr/share/$(COMPONENT_NAME)-3/man/man1/gnutls-serv.1
+file path=usr/share/$(COMPONENT_NAME)-3/man/man1/ocsptool.1
+file path=usr/share/$(COMPONENT_NAME)-3/man/man1/p11tool.1
+file path=usr/share/$(COMPONENT_NAME)-3/man/man1/psktool.1
+file path=usr/share/$(COMPONENT_NAME)-3/man/man1/srptool.1
+file path=usr/share/$(COMPONENT_NAME)-3/man/man1/tpmtool.1
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_aead_cipher_decrypt.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_aead_cipher_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_aead_cipher_encrypt.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_aead_cipher_init.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_alert_get.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_alert_get_name.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_alert_get_strname.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_alert_send.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_alert_send_appropriate.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_alpn_get_selected_protocol.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_alpn_set_protocols.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_anon_allocate_client_credentials.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_anon_allocate_server_credentials.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_anon_free_client_credentials.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_anon_free_server_credentials.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_anon_set_params_function.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_anon_set_server_dh_params.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_anon_set_server_params_function.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_auth_client_get_type.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_auth_get_type.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_auth_server_get_type.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_buffer_append_data.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_bye.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_activation_time_peers.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_allocate_credentials.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_client_get_request_status.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_expiration_time_peers.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_free_ca_names.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_free_cas.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_free_credentials.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_free_crls.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_free_keys.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_get_crt_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_get_issuer.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_get_openpgp_crt.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_get_openpgp_key.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_get_ours.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_get_peers.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_get_peers_subkey_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_get_trust_list.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_get_verify_flags.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_get_x509_crt.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_get_x509_key.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_send_x509_rdn_sequence.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_server_set_request.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_set_dh_params.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_set_key.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_set_ocsp_status_request_file.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_set_ocsp_status_request_function.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_set_openpgp_key.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_set_openpgp_key_file.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_set_openpgp_key_file2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_set_openpgp_key_mem.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_set_openpgp_key_mem2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_set_openpgp_keyring_file.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_set_openpgp_keyring_mem.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_set_params_function.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_set_pin_function.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_set_retrieve_function.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_set_retrieve_function2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_set_trust_list.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_set_verify_flags.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_set_verify_function.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_set_verify_limits.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_set_x509_crl.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_set_x509_crl_file.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_set_x509_crl_mem.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_set_x509_key.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_set_x509_key_file.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_set_x509_key_file2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_set_x509_key_mem.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_set_x509_key_mem2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_set_x509_simple_pkcs12_file.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_set_x509_simple_pkcs12_mem.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_set_x509_system_trust.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_set_x509_trust.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_set_x509_trust_dir.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_set_x509_trust_file.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_set_x509_trust_mem.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_type_get.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_type_get_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_type_get_name.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_type_list.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_verification_status_print.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_verify_peers.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_verify_peers2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_certificate_verify_peers3.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_check_version.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_cipher_add_auth.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_cipher_decrypt.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_cipher_decrypt2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_cipher_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_cipher_encrypt.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_cipher_encrypt2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_cipher_get.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_cipher_get_block_size.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_cipher_get_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_cipher_get_iv_size.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_cipher_get_key_size.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_cipher_get_name.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_cipher_get_tag_size.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_cipher_init.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_cipher_list.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_cipher_self_test.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_cipher_set_iv.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_cipher_suite_get_name.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_cipher_suite_info.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_cipher_tag.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_compression_get.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_compression_get_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_compression_get_name.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_compression_list.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_credentials_clear.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_credentials_get.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_credentials_set.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_crypto_register_aead_cipher.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_crypto_register_cipher.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_crypto_register_digest.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_crypto_register_mac.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_db_check_entry.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_db_check_entry_time.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_db_get_default_cache_expiration.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_db_get_ptr.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_db_remove_session.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_db_set_cache_expiration.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_db_set_ptr.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_db_set_remove_function.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_db_set_retrieve_function.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_db_set_store_function.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_dh_get_group.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_dh_get_peers_public_bits.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_dh_get_prime_bits.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_dh_get_pubkey.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_dh_get_secret_bits.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_dh_params_cpy.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_dh_params_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_dh_params_export2_pkcs3.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_dh_params_export_pkcs3.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_dh_params_export_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_dh_params_generate2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_dh_params_import_pkcs3.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_dh_params_import_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_dh_params_import_raw2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_dh_params_init.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_dh_set_prime_bits.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_digest_get_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_digest_get_name.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_digest_list.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_digest_self_test.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_dtls_cookie_send.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_dtls_cookie_verify.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_dtls_get_data_mtu.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_dtls_get_mtu.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_dtls_get_timeout.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_dtls_prestate_set.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_dtls_set_data_mtu.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_dtls_set_mtu.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_dtls_set_timeouts.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ecc_curve_get.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ecc_curve_get_name.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ecc_curve_get_size.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ecc_curve_list.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_error_is_fatal.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_error_to_alert.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_est_record_overhead_size.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ext_get_data.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ext_register.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ext_set_data.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_fingerprint.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_fips140_mode_enabled.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_global_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_global_init.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_global_set_audit_log_function.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_global_set_log_function.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_global_set_log_level.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_global_set_mem_functions.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_global_set_mutex.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_global_set_time_function.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_handshake.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_handshake_description_get_name.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_handshake_get_last_in.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_handshake_get_last_out.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_handshake_set_hook_function.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_handshake_set_max_packet_length.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_handshake_set_post_client_hello_function.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_handshake_set_private_extensions.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_handshake_set_random.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_handshake_set_timeout.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_hash.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_hash_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_hash_fast.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_hash_get_len.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_hash_init.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_hash_output.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_heartbeat_allowed.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_heartbeat_enable.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_heartbeat_get_timeout.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_heartbeat_ping.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_heartbeat_pong.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_heartbeat_set_timeouts.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_hex2bin.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_hex_decode.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_hex_encode.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_hmac.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_hmac_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_hmac_fast.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_hmac_get_len.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_hmac_init.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_hmac_output.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_hmac_set_nonce.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_init.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_key_generate.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_kx_get.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_kx_get_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_kx_get_name.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_kx_list.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_load_file.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_mac_get.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_mac_get_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_mac_get_key_size.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_mac_get_name.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_mac_get_nonce_size.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_mac_list.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_mac_self_test.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_memcmp.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_memset.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_req_add_cert.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_req_add_cert_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_req_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_req_export.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_req_get_cert_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_req_get_extension.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_req_get_nonce.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_req_get_version.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_req_import.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_req_init.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_req_print.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_req_randomize_nonce.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_req_set_extension.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_req_set_nonce.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_resp_check_crt.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_resp_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_resp_export.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_resp_get_certs.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_resp_get_extension.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_resp_get_nonce.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_resp_get_produced.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_resp_get_responder.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_resp_get_responder_raw_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_resp_get_response.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_resp_get_signature.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_resp_get_signature_algorithm.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_resp_get_single.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_resp_get_status.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_resp_get_version.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_resp_import.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_resp_init.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_resp_print.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_resp_verify.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_resp_verify_direct.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_status_request_enable_client.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_status_request_get.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_ocsp_status_request_is_checked.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_crt_check_email.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_crt_check_hostname.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_crt_check_hostname2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_crt_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_crt_export.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_crt_export2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_crt_get_auth_subkey.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_crt_get_creation_time.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_crt_get_expiration_time.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_crt_get_fingerprint.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_crt_get_key_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_crt_get_key_usage.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_crt_get_name.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_crt_get_pk_algorithm.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_crt_get_pk_dsa_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_crt_get_pk_rsa_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_crt_get_preferred_key_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_crt_get_revoked_status.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_crt_get_subkey_count.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_crt_get_subkey_creation_time.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_crt_get_subkey_expiration_time.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_crt_get_subkey_fingerprint.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_crt_get_subkey_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_crt_get_subkey_idx.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_crt_get_subkey_pk_algorithm.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_crt_get_subkey_pk_dsa_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_crt_get_subkey_pk_rsa_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_crt_get_subkey_revoked_status.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_crt_get_subkey_usage.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_crt_get_version.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_crt_import.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_crt_init.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_crt_print.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_crt_set_preferred_key_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_crt_verify_ring.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_crt_verify_self.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_keyring_check_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_keyring_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_keyring_get_crt.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_keyring_get_crt_count.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_keyring_import.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_keyring_init.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_privkey_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_privkey_export.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_privkey_export2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_privkey_export_dsa_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_privkey_export_rsa_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_privkey_export_subkey_dsa_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_privkey_export_subkey_rsa_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_privkey_get_fingerprint.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_privkey_get_key_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_privkey_get_pk_algorithm.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_privkey_get_preferred_key_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_privkey_get_revoked_status.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_privkey_get_subkey_count.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_privkey_get_subkey_creation_time.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_privkey_get_subkey_expiration_time.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_privkey_get_subkey_fingerprint.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_privkey_get_subkey_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_privkey_get_subkey_idx.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_privkey_get_subkey_pk_algorithm.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_privkey_get_subkey_revoked_status.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_privkey_import.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_privkey_init.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_privkey_sec_param.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_privkey_set_preferred_key_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_privkey_sign_hash.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_send_cert.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_openpgp_set_recv_key_function.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_packet_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_packet_get.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pcert_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pcert_export_openpgp.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pcert_export_x509.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pcert_import_openpgp.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pcert_import_openpgp_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pcert_import_x509.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pcert_import_x509_list.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pcert_import_x509_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pcert_list_import_x509_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pem_base64_decode.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pem_base64_decode2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pem_base64_encode.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pem_base64_encode2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_perror.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pk_algorithm_get_name.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pk_bits_to_sec_param.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pk_get_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pk_get_name.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pk_list.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pk_self_test.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pk_to_sign.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_add_provider.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_copy_attached_extension.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_copy_secret_key.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_copy_x509_crt.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_copy_x509_crt2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_copy_x509_privkey.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_copy_x509_privkey2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_crt_is_known.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_delete_url.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_get_pin_function.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_get_raw_issuer.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_get_raw_issuer_by_dn.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_init.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_obj_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_obj_export.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_obj_export2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_obj_export3.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_obj_export_url.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_obj_flags_get_str.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_obj_get_exts.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_obj_get_flags.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_obj_get_info.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_obj_get_type.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_obj_import_url.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_obj_init.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_obj_list_import_url3.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_obj_list_import_url4.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_obj_set_info.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_obj_set_pin_function.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_privkey_cpy.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_privkey_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_privkey_export_pubkey.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_privkey_export_url.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_privkey_generate.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_privkey_generate2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_privkey_generate3.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_privkey_get_info.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_privkey_get_pk_algorithm.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_privkey_import_url.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_privkey_init.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_privkey_set_pin_function.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_privkey_status.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_reinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_set_pin_function.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_set_token_function.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_token_get_flags.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_token_get_info.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_token_get_mechanism.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_token_get_random.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_token_get_url.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_token_init.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_token_set_pin.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs11_type_get_name.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs12_bag_decrypt.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs12_bag_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs12_bag_enc_info.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs12_bag_encrypt.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs12_bag_get_count.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs12_bag_get_data.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs12_bag_get_friendly_name.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs12_bag_get_key_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs12_bag_get_type.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs12_bag_init.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs12_bag_set_crl.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs12_bag_set_crt.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs12_bag_set_data.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs12_bag_set_friendly_name.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs12_bag_set_key_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs12_bag_set_privkey.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs12_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs12_export.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs12_export2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs12_generate_mac.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs12_generate_mac2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs12_get_bag.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs12_import.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs12_init.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs12_mac_info.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs12_set_bag.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs12_simple_parse.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs12_verify_mac.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs7_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs7_delete_crl.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs7_delete_crt.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs7_export.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs7_export2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs7_get_crl_count.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs7_get_crl_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs7_get_crt_count.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs7_get_crt_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs7_import.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs7_init.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs7_set_crl.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs7_set_crl_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs7_set_crt.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs7_set_crt_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs8_info.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs_schema_get_name.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pkcs_schema_get_oid.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_prf.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_prf_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_priority_certificate_type_list.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_priority_cipher_list.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_priority_compression_list.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_priority_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_priority_ecc_curve_list.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_priority_get_cipher_suite_index.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_priority_init.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_priority_kx_list.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_priority_mac_list.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_priority_protocol_list.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_priority_set.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_priority_set_direct.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_priority_sign_list.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_priority_string_list.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_privkey_decrypt_data.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_privkey_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_privkey_export_dsa_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_privkey_export_ecc_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_privkey_export_openpgp.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_privkey_export_pkcs11.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_privkey_export_rsa_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_privkey_export_x509.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_privkey_generate.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_privkey_get_pk_algorithm.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_privkey_get_type.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_privkey_import_dsa_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_privkey_import_ecc_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_privkey_import_ext.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_privkey_import_ext2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_privkey_import_ext3.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_privkey_import_openpgp.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_privkey_import_openpgp_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_privkey_import_pkcs11.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_privkey_import_pkcs11_url.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_privkey_import_rsa_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_privkey_import_tpm_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_privkey_import_tpm_url.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_privkey_import_url.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_privkey_import_x509.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_privkey_import_x509_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_privkey_init.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_privkey_set_pin_function.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_privkey_sign_data.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_privkey_sign_hash.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_privkey_status.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_privkey_verify_params.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_protocol_get_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_protocol_get_name.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_protocol_get_version.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_protocol_list.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_psk_allocate_client_credentials.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_psk_allocate_server_credentials.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_psk_client_get_hint.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_psk_free_client_credentials.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_psk_free_server_credentials.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_psk_server_get_username.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_psk_set_client_credentials.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_psk_set_client_credentials_function.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_psk_set_params_function.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_psk_set_server_credentials_file.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_psk_set_server_credentials_function.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_psk_set_server_credentials_hint.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_psk_set_server_dh_params.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_psk_set_server_params_function.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pubkey_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pubkey_encrypt_data.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pubkey_export.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pubkey_export2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pubkey_export_dsa_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pubkey_export_ecc_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pubkey_export_ecc_x962.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pubkey_export_rsa_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pubkey_get_key_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pubkey_get_key_usage.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pubkey_get_openpgp_key_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pubkey_get_pk_algorithm.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pubkey_get_preferred_hash_algorithm.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pubkey_import.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pubkey_import_dsa_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pubkey_import_ecc_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pubkey_import_ecc_x962.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pubkey_import_openpgp.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pubkey_import_openpgp_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pubkey_import_pkcs11.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pubkey_import_privkey.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pubkey_import_rsa_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pubkey_import_tpm_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pubkey_import_tpm_url.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pubkey_import_url.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pubkey_import_x509.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pubkey_import_x509_crq.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pubkey_import_x509_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pubkey_init.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pubkey_print.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pubkey_set_key_usage.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pubkey_set_pin_function.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pubkey_verify_data2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pubkey_verify_hash2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_pubkey_verify_params.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_random_art.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_range_split.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_record_can_use_length_hiding.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_record_check_corked.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_record_check_pending.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_record_cork.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_record_disable_padding.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_record_discard_queued.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_record_get_direction.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_record_get_discarded.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_record_get_max_size.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_record_get_state.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_record_overhead_size.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_record_recv.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_record_recv_packet.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_record_recv_seq.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_record_send.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_record_send_range.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_record_set_max_size.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_record_set_state.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_record_set_timeout.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_record_uncork.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_register_custom_url.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_rehandshake.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_rnd.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_rnd_refresh.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_safe_renegotiation_status.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_sec_param_get_name.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_sec_param_to_pk_bits.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_sec_param_to_symmetric_bits.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_server_name_get.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_server_name_set.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_session_channel_binding.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_session_enable_compatibility_mode.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_session_etm_status.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_session_ext_master_secret_status.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_session_force_valid.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_session_get_data.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_session_get_data2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_session_get_desc.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_session_get_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_session_get_id2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_session_get_ptr.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_session_get_random.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_session_is_resumed.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_session_resumption_requested.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_session_set_data.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_session_set_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_session_set_premaster.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_session_set_ptr.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_session_ticket_enable_client.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_session_ticket_enable_server.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_session_ticket_key_generate.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_set_default_priority.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_sign_algorithm_get.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_sign_algorithm_get_client.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_sign_algorithm_get_requested.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_sign_get_hash_algorithm.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_sign_get_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_sign_get_name.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_sign_get_pk_algorithm.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_sign_is_secure.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_sign_list.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_srp_allocate_client_credentials.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_srp_allocate_server_credentials.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_srp_base64_decode.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_srp_base64_decode2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_srp_base64_encode.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_srp_base64_encode2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_srp_free_client_credentials.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_srp_free_server_credentials.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_srp_server_get_username.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_srp_set_client_credentials.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_srp_set_client_credentials_function.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_srp_set_prime_bits.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_srp_set_server_credentials_file.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_srp_set_server_credentials_function.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_srp_set_server_fake_salt_seed.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_srp_verifier.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_srtp_get_keys.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_srtp_get_mki.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_srtp_get_profile_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_srtp_get_profile_name.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_srtp_get_selected_profile.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_srtp_set_mki.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_srtp_set_profile.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_srtp_set_profile_direct.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_store_commitment.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_store_pubkey.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_strerror.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_strerror_name.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_subject_alt_names_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_subject_alt_names_get.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_subject_alt_names_init.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_subject_alt_names_set.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_supplemental_get_name.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_supplemental_recv.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_supplemental_register.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_supplemental_send.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_system_key_add_x509.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_system_key_delete.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_system_key_iter_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_system_key_iter_get_info.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_system_recv_timeout.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_tdb_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_tdb_init.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_tdb_set_store_commitment_func.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_tdb_set_store_func.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_tdb_set_verify_func.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_tpm_get_registered.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_tpm_key_list_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_tpm_key_list_get_url.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_tpm_privkey_delete.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_tpm_privkey_generate.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_transport_get_int.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_transport_get_int2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_transport_get_ptr.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_transport_get_ptr2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_transport_set_errno.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_transport_set_errno_function.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_transport_set_int.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_transport_set_int2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_transport_set_ptr.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_transport_set_ptr2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_transport_set_pull_function.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_transport_set_pull_timeout_function.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_transport_set_push_function.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_transport_set_vec_push_function.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_url_is_supported.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_verify_stored_pubkey.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_aia_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_aia_get.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_aia_init.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_aia_set.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_aki_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_aki_get_cert_issuer.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_aki_get_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_aki_init.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_aki_set_cert_issuer.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_aki_set_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_check_issuer.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_dist_points_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_dist_points_get.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_dist_points_init.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_dist_points_set.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_export.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_export2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_get_authority_key_gn_serial.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_get_authority_key_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_get_crt_count.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_get_crt_serial.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_get_dn_oid.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_get_extension_data.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_get_extension_data2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_get_extension_info.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_get_extension_oid.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_get_issuer_dn.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_get_issuer_dn2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_get_issuer_dn_by_oid.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_get_next_update.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_get_number.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_get_raw_issuer_dn.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_get_signature.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_get_signature_algorithm.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_get_this_update.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_get_version.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_import.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_init.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_iter_crt_serial.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_iter_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_list_import.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_list_import2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_print.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_privkey_sign.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_set_authority_key_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_set_crt.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_set_crt_serial.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_set_next_update.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_set_number.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_set_this_update.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_set_version.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_sign.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_sign2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crl_verify.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_export.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_export2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_get_attribute_by_oid.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_get_attribute_data.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_get_attribute_info.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_get_basic_constraints.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_get_challenge_password.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_get_dn.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_get_dn2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_get_dn_by_oid.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_get_dn_oid.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_get_extension_by_oid.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_get_extension_by_oid2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_get_extension_data.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_get_extension_data2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_get_extension_info.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_get_key_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_get_key_purpose_oid.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_get_key_rsa_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_get_key_usage.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_get_pk_algorithm.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_get_private_key_usage_period.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_get_signature_algorithm.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_get_subject_alt_name.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_get_subject_alt_othername_oid.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_get_version.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_import.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_init.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_print.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_privkey_sign.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_set_attribute_by_oid.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_set_basic_constraints.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_set_challenge_password.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_set_dn.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_set_dn_by_oid.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_set_key.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_set_key_purpose_oid.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_set_key_rsa_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_set_key_usage.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_set_private_key_usage_period.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_set_pubkey.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_set_subject_alt_name.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_set_version.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_sign.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_sign2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crq_verify.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_check_email.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_check_hostname.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_check_hostname2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_check_issuer.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_check_revocation.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_cpy_crl_dist_points.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_export.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_export2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_activation_time.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_authority_info_access.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_authority_key_gn_serial.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_authority_key_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_basic_constraints.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_ca_status.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_crl_dist_points.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_dn.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_dn2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_dn_by_oid.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_dn_oid.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_expiration_time.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_extension_by_oid.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_extension_by_oid2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_extension_data.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_extension_data2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_extension_info.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_extension_oid.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_fingerprint.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_issuer.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_issuer_alt_name.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_issuer_alt_name2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_issuer_alt_othername_oid.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_issuer_dn.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_issuer_dn2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_issuer_dn_by_oid.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_issuer_dn_oid.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_issuer_unique_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_key_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_key_purpose_oid.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_key_usage.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_name_constraints.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_pk_algorithm.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_pk_dsa_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_pk_ecc_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_pk_rsa_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_policy.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_preferred_hash_algorithm.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_private_key_usage_period.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_proxy.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_raw_dn.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_raw_issuer_dn.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_serial.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_signature.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_signature_algorithm.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_subject.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_subject_alt_name.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_subject_alt_name2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_subject_alt_othername_oid.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_subject_key_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_subject_unique_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_get_version.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_import.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_import_pkcs11.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_import_url.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_init.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_list_import.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_list_import2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_list_import_pkcs11.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_list_verify.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_print.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_privkey_sign.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_set_activation_time.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_set_authority_info_access.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_set_authority_key_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_set_basic_constraints.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_set_ca_status.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_set_crl_dist_points.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_set_crl_dist_points2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_set_crq.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_set_crq_extensions.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_set_dn.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_set_dn_by_oid.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_set_expiration_time.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_set_extension_by_oid.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_set_issuer_alt_name.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_set_issuer_dn.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_set_issuer_dn_by_oid.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_set_key.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_set_key_purpose_oid.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_set_key_usage.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_set_name_constraints.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_set_pin_function.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_set_policy.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_set_private_key_usage_period.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_set_proxy.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_set_proxy_dn.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_set_pubkey.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_set_serial.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_set_subject_alt_name.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_set_subject_alternative_name.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_set_subject_key_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_set_version.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_sign.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_sign2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_crt_verify.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_dn_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_dn_export.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_dn_export2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_dn_get_rdn_ava.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_dn_import.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_dn_init.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_dn_oid_known.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_dn_oid_name.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_ext_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_ext_export_aia.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_ext_export_authority_key_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_ext_export_basic_constraints.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_ext_export_crl_dist_points.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_ext_export_key_purposes.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_ext_export_key_usage.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_ext_export_name_constraints.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_ext_export_policies.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_ext_export_private_key_usage_period.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_ext_export_proxy.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_ext_export_subject_alt_names.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_ext_export_subject_key_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_ext_import_aia.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_ext_import_authority_key_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_ext_import_basic_constraints.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_ext_import_crl_dist_points.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_ext_import_key_purposes.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_ext_import_key_usage.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_ext_import_name_constraints.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_ext_import_policies.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_ext_import_private_key_usage_period.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_ext_import_proxy.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_ext_import_subject_alt_names.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_ext_import_subject_key_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_ext_print.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_key_purpose_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_key_purpose_get.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_key_purpose_init.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_key_purpose_set.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_name_constraints_add_excluded.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_name_constraints_add_permitted.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_name_constraints_check.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_name_constraints_check_crt.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_name_constraints_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_name_constraints_get_excluded.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_name_constraints_get_permitted.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_name_constraints_init.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_othername_to_virtual.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_policies_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_policies_get.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_policies_init.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_policies_set.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_policy_release.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_privkey_cpy.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_privkey_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_privkey_export.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_privkey_export2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_privkey_export2_pkcs8.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_privkey_export_dsa_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_privkey_export_ecc_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_privkey_export_pkcs8.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_privkey_export_rsa_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_privkey_export_rsa_raw2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_privkey_fix.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_privkey_generate.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_privkey_get_key_id.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_privkey_get_pk_algorithm.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_privkey_get_pk_algorithm2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_privkey_import.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_privkey_import2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_privkey_import_dsa_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_privkey_import_ecc_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_privkey_import_openssl.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_privkey_import_pkcs8.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_privkey_import_rsa_raw.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_privkey_import_rsa_raw2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_privkey_init.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_privkey_sec_param.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_privkey_set_pin_function.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_privkey_sign_data.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_privkey_sign_hash.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_privkey_verify_params.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_rdn_get.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_rdn_get_by_oid.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_rdn_get_oid.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_trust_list_add_cas.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_trust_list_add_crls.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_trust_list_add_named_crt.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_trust_list_add_system_trust.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_trust_list_add_trust_dir.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_trust_list_add_trust_file.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_trust_list_add_trust_mem.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_trust_list_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_trust_list_get_issuer.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_trust_list_get_issuer_by_dn.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_trust_list_init.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_trust_list_iter_deinit.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_trust_list_iter_get_ca.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_trust_list_remove_cas.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_trust_list_remove_trust_file.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_trust_list_remove_trust_mem.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_trust_list_verify_crt.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_trust_list_verify_crt2.3
+file path=usr/share/$(COMPONENT_NAME)-3/man/man3/gnutls_x509_trust_list_verify_named_crt.3
+file path=usr/share/locale/$(COMPONENT_NAME)-3/cs/LC_MESSAGES/gnutls.mo
+file path=usr/share/locale/$(COMPONENT_NAME)-3/de/LC_MESSAGES/gnutls.mo
+file path=usr/share/locale/$(COMPONENT_NAME)-3/en@boldquot/LC_MESSAGES/gnutls.mo
+file path=usr/share/locale/$(COMPONENT_NAME)-3/en@quot/LC_MESSAGES/gnutls.mo
+file path=usr/share/locale/$(COMPONENT_NAME)-3/eo/LC_MESSAGES/gnutls.mo
+file path=usr/share/locale/$(COMPONENT_NAME)-3/fi/LC_MESSAGES/gnutls.mo
+file path=usr/share/locale/$(COMPONENT_NAME)-3/fr/LC_MESSAGES/gnutls.mo
+file path=usr/share/locale/$(COMPONENT_NAME)-3/it/LC_MESSAGES/gnutls.mo
+file path=usr/share/locale/$(COMPONENT_NAME)-3/ms/LC_MESSAGES/gnutls.mo
+file path=usr/share/locale/$(COMPONENT_NAME)-3/nl/LC_MESSAGES/gnutls.mo
+file path=usr/share/locale/$(COMPONENT_NAME)-3/pl/LC_MESSAGES/gnutls.mo
+file path=usr/share/locale/$(COMPONENT_NAME)-3/sv/LC_MESSAGES/gnutls.mo
+file path=usr/share/locale/$(COMPONENT_NAME)-3/uk/LC_MESSAGES/gnutls.mo
+file path=usr/share/locale/$(COMPONENT_NAME)-3/vi/LC_MESSAGES/gnutls.mo
+file path=usr/share/locale/$(COMPONENT_NAME)-3/zh_CN/LC_MESSAGES/gnutls.mo
+license COPYING license=GPLv3
+license COPYING.LESSER license=LGPLv2.1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnutls-3/patches/01_def_max_align_t.patch	Thu Sep 24 13:56:38 2015 -0700
@@ -0,0 +1,27 @@
+Source:
+Internal
+
+Info:
+This patch check to see if _MAX_ALIGN_T has been defined.
+
+Status:
+Need to determine if this patch has been sent upstream.
+
+--- ORIGINAL/src/gl/stddef.in.h	2015-07-24 17:04:37.414430921 -0700
++++ gnutls-3.4.1/src/gl/stddef.in.h	2015-07-24 16:58:31.925282844 -0700
+@@ -83,6 +83,7 @@
+ 
+ /* Some platforms lack max_align_t.  */
+ #if !@HAVE_MAX_ALIGN_T@
++ #ifndef _MAX_ALIGN_T
+ typedef union
+ {
+   char *__p;
+@@ -90,6 +91,7 @@
+   long double __ld;
+   long int __i;
+ } max_align_t;
++ #endif /* #ifndef _MAX_ALIGN_T */
+ #endif
+ 
+ #  endif /* _@GUARD_PREFIX@_STDDEF_H */
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnutls-3/patches/02_remove_elliptical.patch	Thu Sep 24 13:56:38 2015 -0700
@@ -0,0 +1,354 @@
+Source:
+Internal
+
+Info:
+This patch makes the changes necessary to remove all usage of elliptical curve 
+code in this library.
+
+Status:
+Need to determine if this patch has been sent upstream.
+
+--- ORIGINAL/./lib/auth/ecdhe.h	2015-07-24 15:17:22.747625209 -0700
++++ gnutls-3.4.1/./lib/auth/ecdhe.h	2015-07-24 15:19:55.707550982 -0700
+@@ -23,6 +23,7 @@
+ #ifndef AUTH_ECDH_COMMON
+ #define AUTH_ECDH_COMMON
+ 
++#if defined(ENABLE_ECDHE)
+ #include <gnutls_auth.h>
+ 
+ int
+@@ -48,4 +49,5 @@
+ 
+ 
+ 
++#endif /*ENABLE_ECDHE*/
+ #endif
+--- ORIGINAL/./lib/auth/dhe_psk.c	2015-07-24 15:17:55.194610558 -0700
++++ gnutls-3.4.1/./lib/auth/dhe_psk.c	2015-07-24 15:19:55.727540829 -0700
+@@ -39,20 +39,28 @@
+ #include "gnutls_mpi.h"
+ #include <gnutls_state.h>
+ #include <auth/dh_common.h>
++#if defined(ENABLE_ECDHE)
+ #include <auth/ecdhe.h>
++#endif
+ #include <gnutls_datum.h>
+ #include <auth/psk_passwd.h>
+ 
++#if defined(ENABLE_ECDHE)
+ static int
+ proc_ecdhe_psk_server_kx(gnutls_session_t session, uint8_t * data,
+ 			 size_t _data_size);
++#endif
+ static int gen_dhe_psk_server_kx(gnutls_session_t, gnutls_buffer_st *);
+ static int gen_dhe_psk_client_kx(gnutls_session_t, gnutls_buffer_st *);
++#if defined(ENABLE_ECDHE)
+ static int gen_ecdhe_psk_client_kx(gnutls_session_t, gnutls_buffer_st *);
+ static int proc_ecdhe_psk_client_kx(gnutls_session_t, uint8_t *, size_t);
++#endif
+ static int proc_dhe_psk_server_kx(gnutls_session_t, uint8_t *, size_t);
++#if defined(ENABLE_ECDHE)
+ static int gen_ecdhe_psk_server_kx(gnutls_session_t session,
+ 				   gnutls_buffer_st * data);
++#endif
+ static int proc_dhe_psk_client_kx(gnutls_session_t session, uint8_t * data,
+ 				  size_t _data_size);
+ #ifdef ENABLE_DHE
+@@ -93,6 +101,7 @@
+ };
+ #endif
+ 
++#if defined(ENABLE_ECDHE)
+ static int
+ gen_ecdhe_psk_client_kx(gnutls_session_t session, gnutls_buffer_st * data)
+ {
+@@ -136,6 +145,7 @@
+ 
+ 	return ret;
+ }
++#endif
+ 
+ static int
+ gen_dhe_psk_client_kx(gnutls_session_t session, gnutls_buffer_st * data)
+@@ -234,6 +244,7 @@
+ 	return ret;
+ }
+ 
++#if defined(ENABLE_ECDHE)
+ static int
+ gen_ecdhe_psk_server_kx(gnutls_session_t session, gnutls_buffer_st * data)
+ {
+@@ -258,6 +269,7 @@
+ 
+ 	return ret;
+ }
++#endif
+ 
+ 
+ static int
+@@ -341,6 +353,7 @@
+ 
+ }
+ 
++#if defined(ENABLE_ECDHE)
+ static int
+ proc_ecdhe_psk_client_kx(gnutls_session_t session, uint8_t * data,
+ 			 size_t _data_size)
+@@ -409,6 +422,7 @@
+ 
+ 	return ret;
+ }
++#endif
+ 
+ static int
+ proc_dhe_psk_server_kx(gnutls_session_t session, uint8_t * data,
+@@ -440,6 +454,7 @@
+ 	return 0;
+ }
+ 
++#if defined(ENABLE_ECDHE)
+ static int
+ proc_ecdhe_psk_server_kx(gnutls_session_t session, uint8_t * data,
+ 			 size_t _data_size)
+@@ -469,5 +484,6 @@
+ 
+ 	return 0;
+ }
++#endif /*ENABLE_ECDHE*/
+ 
+ #endif				/* ENABLE_PSK */
+--- ORIGINAL/./lib/auth/ecdhe.c	2015-07-24 15:17:30.508450604 -0700
++++ gnutls-3.4.1/./lib/auth/ecdhe.c	2015-07-24 15:19:55.717659786 -0700
+@@ -25,6 +25,7 @@
+  * procedure of the certificate and anoymous authentication.
+  */
+ 
++#if defined(ENABLE_ECDHE)
+ #include <gnutls_int.h>
+ #include "gnutls_auth.h"
+ #include "gnutls_errors.h"
+@@ -50,7 +51,6 @@
+ proc_ecdhe_client_kx(gnutls_session_t session,
+ 		     uint8_t * data, size_t _data_size);
+ 
+-#if defined(ENABLE_ECDHE)
+ const mod_auth_st ecdhe_ecdsa_auth_struct = {
+ 	"ECDHE_ECDSA",
+ 	_gnutls_gen_cert_server_crt,
+--- ORIGINAL/./lib/nettle/pk.c	2015-07-24 15:18:27.631820369 -0700
++++ gnutls-3.4.1/./lib/nettle/pk.c	2015-07-24 15:19:55.737837073 -0700
+@@ -45,13 +45,17 @@
+ #include <nettle/rsa.h>
+ #include <gnutls/crypto.h>
+ #include <nettle/bignum.h>
++#if defined(ENABLE_ECDHE)
+ #include <nettle/ecc.h>
+ #include <nettle/ecdsa.h>
+ #include <nettle/ecc-curve.h>
++#endif
+ #include <gnettle.h>
+ #include <fips.h>
+ 
++#if defined(ENABLE_ECDHE)
+ static inline const struct ecc_curve *get_supported_curve(int curve);
++#endif
+ 
+ static void rnd_func(void *_ctx, size_t length, uint8_t * data)
+ {
+@@ -64,6 +68,7 @@
+ 	}
+ }
+ 
++#if defined(ENABLE_ECDHE)
+ static void
+ ecc_scalar_zclear (struct ecc_scalar *s)
+ {
+@@ -77,6 +82,7 @@
+         zeroize_key(p->p, ecc_size_a(p->ecc)*sizeof(mp_limb_t));
+         ecc_point_clear(p);
+ }
++#endif
+   
+ static void
+ _dsa_params_get(const gnutls_pk_params_st * pk_params,
+@@ -113,6 +119,7 @@
+ 	pub->size = nettle_mpz_sizeinbase_256_u(pub->n);
+ }
+ 
++#if defined(ENABLE_ECDHE)
+ static int
+ _ecc_params_to_privkey(const gnutls_pk_params_st * pk_params,
+ 		       struct ecc_scalar *priv,
+@@ -161,6 +168,7 @@
+ 
+ 	return;
+ }
++#endif
+ 
+ #define MAX_DH_BITS DEFAULT_MAX_VERIFY_BITS
+ /* This is used when we have no idea on the structure
+@@ -245,6 +253,7 @@
+ 
+ 		break;
+ 	}
++#if defined(ENABLE_ECDHE)
+ 	case GNUTLS_PK_EC:
+ 		{
+ 			struct ecc_scalar ecc_priv;
+@@ -290,6 +299,7 @@
+ 				goto cleanup;
+ 			break;
+ 		}
++#endif
+ 	default:
+ 		gnutls_assert();
+ 		ret = GNUTLS_E_INTERNAL_ERROR;
+@@ -447,6 +457,7 @@
+ 	const mac_entry_st *me;
+ 
+ 	switch (algo) {
++#if defined(ENABLE_ECDHE)
+ 	case GNUTLS_PK_EC:	/* we do ECDSA */
+ 		{
+ 			struct ecc_scalar priv;
+@@ -495,6 +506,7 @@
+ 			}
+ 			break;
+ 		}
++#endif
+ 	case GNUTLS_PK_DSA:
+ 		{
+ 			struct dsa_params pub;
+@@ -601,6 +613,7 @@
+ 	bigint_t tmp[2] = { NULL, NULL };
+ 
+ 	switch (algo) {
++#if defined(ENABLE_ECDHE)
+ 	case GNUTLS_PK_EC:	/* ECDSA */
+ 		{
+ 			struct ecc_point pub;
+@@ -647,6 +660,7 @@
+ 			ecc_point_clear(&pub);
+ 			break;
+ 		}
++#endif
+ 	case GNUTLS_PK_DSA:
+ 		{
+ 			struct dsa_params pub;
+@@ -726,6 +740,7 @@
+ 	return ret;
+ }
+ 
++#if defined(ENABLE_ECDHE)
+ static inline const struct ecc_curve *get_supported_curve(int curve)
+ {
+ 	switch (curve) {
+@@ -750,6 +765,7 @@
+ {
+ 	return ((get_supported_curve(curve)!=NULL)?1:0);
+ }
++#endif
+ 
+ /* Generates algorithm's parameters. That is:
+  *  For DSA: p, q, and g are generated.
+@@ -854,9 +870,11 @@
+ 			break;
+ 		}
+ 	case GNUTLS_PK_RSA:
++#if defined(ENABLE_ECDHE)
+ 	case GNUTLS_PK_EC:
+ 		ret = 0;
+ 		break;
++#endif
+ 	default:
+ 		gnutls_assert();
+ 		return GNUTLS_E_INVALID_REQUEST;
+@@ -884,6 +902,7 @@
+ 			   const gnutls_datum_t *priv_key, const gnutls_datum_t *pub_key,
+ 			   const gnutls_datum_t *peer_key, gnutls_datum_t *Z);
+ 
++#if defined(ENABLE_ECDHE)
+ int _gnutls_ecdh_compute_key(gnutls_ecc_curve_t curve,
+ 			   const gnutls_datum_t *x, const gnutls_datum_t *y,
+ 			   const gnutls_datum_t *k,
+@@ -893,6 +912,7 @@
+ int _gnutls_ecdh_generate_key(gnutls_ecc_curve_t curve,
+ 			      gnutls_datum_t *x, gnutls_datum_t *y,
+ 			      gnutls_datum_t *k);
++#endif
+ 
+ 
+ int _gnutls_dh_generate_key(gnutls_dh_params_t dh_params,
+@@ -988,6 +1008,7 @@
+  	return ret;
+ }
+ 
++#if defined(ENABLE_ECDHE)
+ int _gnutls_ecdh_generate_key(gnutls_ecc_curve_t curve,
+ 			      gnutls_datum_t *x, gnutls_datum_t *y,
+ 			      gnutls_datum_t *k)
+@@ -1116,6 +1137,7 @@
+  	gnutls_pk_params_clear(&priv);
+  	return ret;
+ }
++#endif /*ENABLE_ECDHE*/
+ #endif
+ 
+ 
+@@ -1308,6 +1330,7 @@
+ 
+ 			break;
+ 		}
++#if defined(ENABLE_ECDHE)
+ 	case GNUTLS_PK_EC:
+ 		{
+ 			struct ecc_scalar key;
+@@ -1350,6 +1373,7 @@
+ 
+ 			break;
+ 		}
++#endif
+ 	default:
+ 		gnutls_assert();
+ 		return GNUTLS_E_INVALID_REQUEST;
+@@ -1494,6 +1518,7 @@
+ 		}
+ 
+ 		break;
++#if defined(ENABLE_ECDHE)
+ 	case GNUTLS_PK_EC:
+ 		{
+ 			struct ecc_point r, pub;
+@@ -1567,6 +1592,7 @@
+ 			mpz_clear(y2);
+ 		}
+ 		break;
++#endif
+ 	default:
+ 		ret = gnutls_assert_val(GNUTLS_E_INVALID_REQUEST);
+ 	}
+@@ -1584,6 +1610,7 @@
+ 	case GNUTLS_PK_RSA:
+ 	case GNUTLS_PK_DSA:
+ 		return 0;
++#if defined(ENABLE_ECDHE)
+ 	case GNUTLS_PK_EC:
+ 		{
+ 			/* just verify that x and y lie on the curve */
+@@ -1624,6 +1651,7 @@
+ 			ecc_point_clear(&pub);
+ 		}
+ 		break;
++#endif
+ 	default:
+ 		ret = gnutls_assert_val(GNUTLS_E_INVALID_REQUEST);
+ 	}
+@@ -1725,5 +1753,7 @@
+ 	.generate_keys = wrap_nettle_pk_generate_keys,
+ 	.pk_fixup_private_params = wrap_nettle_pk_fixup,
+ 	.derive = _wrap_nettle_pk_derive,
++#if defined(ENABLE_ECDHE)
+ 	.curve_exists = _wrap_nettle_pk_curve_exists,
++#endif
+ };
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnutls-3/test/results-all.master	Thu Sep 24 13:56:38 2015 -0700
@@ -0,0 +1,66 @@
+PASS: test-alloca-opt
+PASS: test-base64
+PASS: test-binary-io.sh
+PASS: test-byteswap
+PASS: test-c-ctype
+PASS: test-errno
+PASS: test-fcntl-h
+PASS: test-fdopen
+PASS: test-fgetc
+SKIP: test-float
+PASS: test-fputc
+PASS: test-fread
+PASS: test-fstat
+PASS: test-ftell.sh
+PASS: test-ftell2.sh
+PASS: test-ftell3
+PASS: test-ftello.sh
+PASS: test-ftello2.sh
+PASS: test-ftello3
+PASS: test-ftello4.sh
+PASS: test-func
+PASS: test-fwrite
+PASS: test-getdelim
+PASS: test-getline
+PASS: test-gettimeofday
+PASS: test-iconv
+PASS: test-intprops
+PASS: test-inttypes
+PASS: test-memchr
+PASS: test-netdb
+PASS: test-netinet_in
+PASS: test-read-file
+PASS: test-snprintf
+SKIP: test-stdalign
+PASS: test-stdbool
+PASS: test-stddef
+PASS: test-stdint
+PASS: test-stdio
+PASS: test-stdlib
+PASS: test-string
+PASS: test-strings
+PASS: test-strnlen
+PASS: test-strverscmp
+PASS: test-sys_socket
+PASS: test-sys_stat
+PASS: test-sys_time
+PASS: test-sys_types
+PASS: test-sys_uio
+PASS: test-init.sh
+PASS: test-time
+PASS: test-unistd
+PASS: test-vasnprintf
+PASS: test-vasprintf
+PASS: test-vc-list-files-git.sh
+PASS: test-vc-list-files-cvs.sh
+PASS: test-verify
+PASS: test-verify.sh
+PASS: test-vsnprintf
+PASS: test-wchar
+# TOTAL: 59
+# PASS:  57
+# SKIP:  2
+# XFAIL: 0
+# FAIL:  0
+# XPASS: 0
+# ERROR: 0