components/libpki/libpki.p5m
author Jan Parcel <jan.parcel@oracle.com>
Wed, 06 Jul 2016 18:39:47 -0700
branchs11u3-sru
changeset 6360 9d123b58131d
child 6440 cbff81e6409f
permissions -rw-r--r--
PSARC/2016/217 Smartcard Reintroduction PSARC/2016/220 libPKI PSARC/2016/365 Mediated implementation of libpki in Solaris 11.3 22673523 Add libpki v0.8.9 to Userland consolidation 23535842 Mediated implementation of libpki in Solaris 11.3 23528052 libpki's configure and Makefile need refactoring
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6360
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
     1
#
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
     3
#
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
     7
#
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    12
#
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    18
#
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    20
#
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    21
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    22
#
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    23
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    24
#
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    25
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    26
set name=pkg.fmri \
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    27
    value=pkg:/library/security/ocsp/libpki@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    28
set name=pkg.summary \
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    29
    value="Provides a library for managing certificates for smartcards"
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    30
set name=pkg.description \
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    31
    value="Provides a library to manage PKI-enabled application certificates from generation to validation for smartcards. OpenLDAP and Mozilla LDAP implementation is mediated."
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    32
set name=com.oracle.info.description value="the LibPKI Project"
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    33
set name=com.oracle.info.tpno value=$(TPNO)
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    34
set name=info.classification \
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    35
    value=org.opensolaris.category.2008:System/Libraries \
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    36
    value=org.opensolaris.category.2008:System/Security
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    37
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    38
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    39
set name=org.opensolaris.arc-caseid value=PSARC/2016/220
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    40
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    41
dir  path=etc/libpki/hsm.d
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    42
file path=etc/libpki/profile.d/server.xml
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    43
file path=etc/libpki/profile.d/test.xml
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    44
file path=etc/libpki/profile.d/user.xml
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    45
file path=etc/libpki/store.d/empty.xml
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    46
dir  path=etc/libpki/token.d
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    47
file path=etc/pki.conf
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    48
file path=usr/bin/libpki-config
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    49
file path=usr/bin/pki-cert
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    50
file path=usr/bin/pki-crl
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    51
file path=usr/bin/pki-derenc
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    52
file path=usr/bin/pki-lirt
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    53
file path=usr/bin/pki-query
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    54
file path=usr/bin/pki-request
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    55
file path=usr/bin/pki-siginfo
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    56
file path=usr/bin/pki-tool
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    57
file path=usr/bin/pki-xpair
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    58
file path=usr/bin/url-tool
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    59
file path=usr/include/libpki/cms.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    60
file path=usr/include/libpki/cms/cms_cert_req.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    61
file path=usr/include/libpki/config.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    62
file path=usr/include/libpki/crypto.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    63
file path=usr/include/libpki/drivers/engine/data_st.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    64
file path=usr/include/libpki/drivers/engine/engine_hsm.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    65
file path=usr/include/libpki/drivers/engine/engine_hsm_obj.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    66
file path=usr/include/libpki/drivers/engine/engine_hsm_pkey.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    67
file path=usr/include/libpki/drivers/engine/engine_st.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    68
file path=usr/include/libpki/drivers/hsm_keypair.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    69
file path=usr/include/libpki/drivers/hsm_main.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    70
file path=usr/include/libpki/drivers/hsm_slot.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    71
file path=usr/include/libpki/drivers/kmf/data_st.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    72
file path=usr/include/libpki/drivers/kmf/kmf_hsm.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    73
file path=usr/include/libpki/drivers/kmf/kmf_hsm_engine.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    74
file path=usr/include/libpki/drivers/kmf/kmf_hsm_pkey.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    75
file path=usr/include/libpki/drivers/kmf/kmf_hsm_sign.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    76
file path=usr/include/libpki/drivers/kmf/pki_kmflib.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    77
file path=usr/include/libpki/drivers/openssl/data_st.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    78
file path=usr/include/libpki/drivers/openssl/openssl_hsm.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    79
file path=usr/include/libpki/drivers/openssl/openssl_hsm_cb.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    80
file path=usr/include/libpki/drivers/openssl/openssl_hsm_obj.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    81
file path=usr/include/libpki/drivers/openssl/openssl_hsm_pkey.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    82
file path=usr/include/libpki/drivers/pkcs11/pkcs11_hsm.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    83
file path=usr/include/libpki/drivers/pkcs11/pkcs11_hsm_obj.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    84
file path=usr/include/libpki/drivers/pkcs11/pkcs11_hsm_pkey.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    85
file path=usr/include/libpki/drivers/pkcs11/pkcs11_utils.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    86
file path=usr/include/libpki/drivers/pkcs11/rsa/cryptoki.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    87
file path=usr/include/libpki/drivers/pkcs11/rsa/pkcs11_func.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    88
file path=usr/include/libpki/drivers/pkcs11/rsa/pkcs11t.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    89
file path=usr/include/libpki/errors-new.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    90
file path=usr/include/libpki/errors.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    91
file path=usr/include/libpki/extensions.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    92
file path=usr/include/libpki/hsm_st.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    93
file path=usr/include/libpki/io/pki_keypair_io.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    94
file path=usr/include/libpki/io/pki_msg_req_io.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    95
file path=usr/include/libpki/io/pki_msg_resp_io.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    96
file path=usr/include/libpki/io/pki_ocsp_req_io.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    97
file path=usr/include/libpki/io/pki_ocsp_resp_io.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    98
file path=usr/include/libpki/io/pki_x509_cert_io.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
    99
file path=usr/include/libpki/io/pki_x509_crl_io.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   100
file path=usr/include/libpki/io/pki_x509_io.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   101
file path=usr/include/libpki/io/pki_x509_p12_io.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   102
file path=usr/include/libpki/io/pki_x509_pkcs7_io.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   103
file path=usr/include/libpki/io/pki_x509_req_io.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   104
file path=usr/include/libpki/io/pki_x509_xpair_io.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   105
file path=usr/include/libpki/lirt/lirt.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   106
file path=usr/include/libpki/lirt/lirt_asn1.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   107
file path=usr/include/libpki/lirt/lirt_bio.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   108
file path=usr/include/libpki/lirt/lirt_lib.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   109
file path=usr/include/libpki/net/dns.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   110
file path=usr/include/libpki/net/http_s.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   111
file path=usr/include/libpki/net/ldap.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   112
file path=usr/include/libpki/net/pkcs11.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   113
file path=usr/include/libpki/net/pki_mysql.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   114
file path=usr/include/libpki/net/pki_pg.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   115
file path=usr/include/libpki/net/pki_socket.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   116
file path=usr/include/libpki/net/sock.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   117
file path=usr/include/libpki/net/ssl.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   118
file path=usr/include/libpki/net/url.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   119
file path=usr/include/libpki/openssl/data_st.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   120
file path=usr/include/libpki/openssl/pthread_init.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   121
file path=usr/include/libpki/os.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   122
file path=usr/include/libpki/pki.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   123
file path=usr/include/libpki/pki_algor.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   124
file path=usr/include/libpki/pki_algorithm.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   125
file path=usr/include/libpki/pki_conf.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   126
file path=usr/include/libpki/pki_cred.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   127
file path=usr/include/libpki/pki_digest.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   128
file path=usr/include/libpki/pki_hmac.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   129
file path=usr/include/libpki/pki_id.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   130
file path=usr/include/libpki/pki_id_info.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   131
file path=usr/include/libpki/pki_init.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   132
file path=usr/include/libpki/pki_integer.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   133
file path=usr/include/libpki/pki_io.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   134
file path=usr/include/libpki/pki_keypair.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   135
file path=usr/include/libpki/pki_keyparams.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   136
file path=usr/include/libpki/pki_log.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   137
file path=usr/include/libpki/pki_mem.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   138
file path=usr/include/libpki/pki_msg.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   139
file path=usr/include/libpki/pki_msg_req.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   140
file path=usr/include/libpki/pki_msg_resp.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   141
file path=usr/include/libpki/pki_ocsp_req.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   142
file path=usr/include/libpki/pki_ocsp_resp.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   143
file path=usr/include/libpki/pki_oid.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   144
file path=usr/include/libpki/pki_string.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   145
file path=usr/include/libpki/pki_threads.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   146
file path=usr/include/libpki/pki_threads_vars.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   147
file path=usr/include/libpki/pki_time.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   148
file path=usr/include/libpki/pki_x509.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   149
file path=usr/include/libpki/pki_x509_attribute.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   150
file path=usr/include/libpki/pki_x509_cert.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   151
file path=usr/include/libpki/pki_x509_cert_mem.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   152
file path=usr/include/libpki/pki_x509_crl.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   153
file path=usr/include/libpki/pki_x509_data_st.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   154
file path=usr/include/libpki/pki_x509_extension.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   155
file path=usr/include/libpki/pki_x509_mem.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   156
file path=usr/include/libpki/pki_x509_mime.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   157
file path=usr/include/libpki/pki_x509_name.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   158
file path=usr/include/libpki/pki_x509_p12.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   159
file path=usr/include/libpki/pki_x509_pkcs7.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   160
file path=usr/include/libpki/pki_x509_profile.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   161
file path=usr/include/libpki/pki_x509_req.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   162
file path=usr/include/libpki/pki_x509_signature.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   163
file path=usr/include/libpki/pki_x509_xpair.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   164
file path=usr/include/libpki/pki_x509_xpair_asn1.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   165
file path=usr/include/libpki/profile.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   166
file path=usr/include/libpki/prqp/http_client.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   167
file path=usr/include/libpki/prqp/prqp.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   168
file path=usr/include/libpki/prqp/prqp_asn1.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   169
file path=usr/include/libpki/prqp/prqp_bio.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   170
file path=usr/include/libpki/prqp/prqp_lib.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   171
file path=usr/include/libpki/prqp/prqp_req_io.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   172
file path=usr/include/libpki/prqp/prqp_resp_io.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   173
file path=usr/include/libpki/prqp/prqp_srv.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   174
file path=usr/include/libpki/prqp/prqp_stack.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   175
file path=usr/include/libpki/scep/pki_x509_scep_asn1.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   176
file path=usr/include/libpki/scep/pki_x509_scep_attrs.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   177
file path=usr/include/libpki/scep/pki_x509_scep_data.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   178
file path=usr/include/libpki/scep/pki_x509_scep_msg.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   179
file path=usr/include/libpki/scep/scep.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   180
file path=usr/include/libpki/stack.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   181
file path=usr/include/libpki/support.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   182
file path=usr/include/libpki/token.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   183
file path=usr/include/libpki/token_data.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   184
file path=usr/include/libpki/token_id.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   185
file path=usr/include/libpki/token_st.h
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   186
link path=usr/lib/$(MACH64)/libpki.so target=libpki.so.89.89.9
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   187
link path=usr/lib/$(MACH64)/libpki.so.89 target=libpki.so.89.89.9
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   188
file build/$(MACH64)-openldap/src/.libs/libpki.so.89.89.9 \
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   189
    path=usr/lib/libpki/openldap/$(MACH64)/libpki.so.89.89.9
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   190
file build/$(MACH64)-mozillaldap/src/.libs/libpki.so.89.89.9 \
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   191
    path=usr/lib/libpki/mozillaldap/$(MACH64)/libpki.so.89.89.9
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   192
file path=usr/lib/$(MACH64)/pkgconfig/libpki.pc
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   193
file README.data_structures path=usr/share/doc/libpki/README.data_structures
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   194
file README.functions path=usr/share/doc/libpki/README.functions
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   195
file path=usr/share/doc/libpki/pkginfo
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   196
license COPYING license=Apache
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   197
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   198
# Mediator links for the library.
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   199
link path=usr/lib/$(MACH64)/libpki.so.89.89.9 \
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   200
    target=../libpki/openldap/$(MACH64)/libpki.so.89.89.9 mediator=libpki \
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   201
    mediator-implementation=openldap mediator-priority=vendor
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   202
link path=usr/lib/$(MACH64)/libpki.so.89.89.9 \
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   203
    target=../libpki/mozillaldap/$(MACH64)/libpki.so.89.89.9 mediator=libpki \
9d123b58131d PSARC/2016/217 Smartcard Reintroduction
Jan Parcel <jan.parcel@oracle.com>
parents:
diff changeset
   204
    mediator-implementation=mozillaldap