xref: /illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/mapfile-vers (revision cd3e933325e68e23516a196a8fea7f49b1e497c3)
199ebb4caSwyllys#
299ebb4caSwyllys# CDDL HEADER START
399ebb4caSwyllys#
499ebb4caSwyllys# The contents of this file are subject to the terms of the
599ebb4caSwyllys# Common Development and Distribution License (the "License").
699ebb4caSwyllys# You may not use this file except in compliance with the License.
799ebb4caSwyllys#
899ebb4caSwyllys# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
999ebb4caSwyllys# or http://www.opensolaris.org/os/licensing.
1099ebb4caSwyllys# See the License for the specific language governing permissions
1199ebb4caSwyllys# and limitations under the License.
1299ebb4caSwyllys#
1399ebb4caSwyllys# When distributing Covered Code, include this CDDL HEADER in each
1499ebb4caSwyllys# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1599ebb4caSwyllys# If applicable, add the following below this CDDL HEADER, with the
1699ebb4caSwyllys# fields enclosed by brackets "[]" replaced with your own identifying
1799ebb4caSwyllys# information: Portions Copyright [yyyy] [name of copyright owner]
1899ebb4caSwyllys#
1999ebb4caSwyllys# CDDL HEADER END
2099ebb4caSwyllys#
21*cd3e9333SAli Bahrami# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
2299ebb4caSwyllys#
23bfed486aSAli Bahrami
24bfed486aSAli Bahrami#
25bfed486aSAli Bahrami# MAPFILE HEADER START
26bfed486aSAli Bahrami#
27bfed486aSAli Bahrami# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
28bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in
29bfed486aSAli Bahrami#
30bfed486aSAli Bahrami#	usr/src/lib/README.mapfiles
31bfed486aSAli Bahrami#
32bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current
33bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance.
34bfed486aSAli Bahrami#
35bfed486aSAli Bahrami# MAPFILE HEADER END
3699ebb4caSwyllys#
3799ebb4caSwyllys
38*cd3e9333SAli Bahrami$mapfile_version 2
39*cd3e9333SAli Bahrami
40*cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate_1.1 {
4199ebb4caSwyllys    global:
4299ebb4caSwyllys	KMF_Plugin_Initialize;
4399ebb4caSwyllys	OpenSSL_CertGetPrintable;
4499ebb4caSwyllys	OpenSSL_CheckCRLDate;
4599ebb4caSwyllys	OpenSSL_CreateKeypair;
4699ebb4caSwyllys	OpenSSL_CreateOCSPRequest;
4799ebb4caSwyllys	OpenSSL_CreateSymKey;
4899ebb4caSwyllys	OpenSSL_DecryptData;
4999ebb4caSwyllys	OpenSSL_DeleteCRL;
5099ebb4caSwyllys	OpenSSL_DeleteCert;
5199ebb4caSwyllys	OpenSSL_DeleteKey;
5299ebb4caSwyllys	OpenSSL_EncodePubKeyData;
5330a5e8faSwyllys	OpenSSL_ExportPK12;
5499ebb4caSwyllys	OpenSSL_FindCert;
5599ebb4caSwyllys	OpenSSL_FindCertInCRL;
5699ebb4caSwyllys	OpenSSL_FindKey;
5730a5e8faSwyllys	OpenSSL_FindPrikeyByCert;
5899ebb4caSwyllys	OpenSSL_FreeKMFCert;
5999ebb4caSwyllys	OpenSSL_GetErrorString;
6099ebb4caSwyllys	OpenSSL_GetOCSPStatusForCert;
6199ebb4caSwyllys	OpenSSL_GetSymKeyValue;
6299ebb4caSwyllys	OpenSSL_ImportCRL;
6399ebb4caSwyllys	OpenSSL_IsCRLFile;
6499ebb4caSwyllys	OpenSSL_ListCRL;
6599ebb4caSwyllys	OpenSSL_SignData;
6699ebb4caSwyllys	OpenSSL_StoreCert;
6730a5e8faSwyllys	OpenSSL_StoreKey;
6899ebb4caSwyllys	OpenSSL_VerifyCRLFile;
6930a5e8faSwyllys	openssl_import_objects;
7030a5e8faSwyllys	openssl_build_pk12;
7199ebb4caSwyllys    local:
7299ebb4caSwyllys	*;
7399ebb4caSwyllys};
74