xref: /illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/mapfile-vers (revision fbb63b428340370268557fdc3b3f35e789a0445e)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
22# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
23# Use is subject to license terms.
24#
25# ident	"%Z%%M%	%I%	%E% SMI"
26#
27
28SUNWprivate_1.1 {
29    global:
30	KMF_Plugin_Initialize;
31	OpenSSL_CertGetPrintable;
32	OpenSSL_CheckCRLDate;
33	OpenSSL_CreateKeypair;
34	OpenSSL_CreateOCSPRequest;
35	OpenSSL_CreateSymKey;
36	OpenSSL_DecryptData;
37	OpenSSL_DeleteCRL;
38	OpenSSL_DeleteCert;
39	OpenSSL_DeleteKey;
40	OpenSSL_EncodePubKeyData;
41	OpenSSL_ExportP12;
42	OpenSSL_FindCert;
43	OpenSSL_FindCertInCRL;
44	OpenSSL_FindKey;
45	OpenSSL_FreeKMFCert;
46	OpenSSL_GetErrorString;
47	OpenSSL_GetOCSPStatusForCert;
48	OpenSSL_GetPrikeyByCert;
49	OpenSSL_GetSymKeyValue;
50	OpenSSL_ImportCRL;
51	OpenSSL_IsCRLFile;
52	OpenSSL_IsCertFile;
53	OpenSSL_ListCRL;
54	OpenSSL_SignData;
55	OpenSSL_StoreCert;
56	OpenSSL_StorePrivateKey;
57	OpenSSL_VerifyCRLFile;
58	openssl_read_pkcs12;
59    local:
60	*;
61};
62