xref: /onnv-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/mapfile-vers (revision 12692:4341b447c069)
13089Swyllys#
23089Swyllys# CDDL HEADER START
33089Swyllys#
43089Swyllys# The contents of this file are subject to the terms of the
53089Swyllys# Common Development and Distribution License (the "License").
63089Swyllys# You may not use this file except in compliance with the License.
73089Swyllys#
83089Swyllys# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
93089Swyllys# or http://www.opensolaris.org/os/licensing.
103089Swyllys# See the License for the specific language governing permissions
113089Swyllys# and limitations under the License.
123089Swyllys#
133089Swyllys# When distributing Covered Code, include this CDDL HEADER in each
143089Swyllys# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
153089Swyllys# If applicable, add the following below this CDDL HEADER, with the
163089Swyllys# fields enclosed by brackets "[]" replaced with your own identifying
173089Swyllys# information: Portions Copyright [yyyy] [name of copyright owner]
183089Swyllys#
193089Swyllys# CDDL HEADER END
203089Swyllys#
21*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
223089Swyllys#
238744SAli.Bahrami@Sun.COM
248744SAli.Bahrami@Sun.COM#
258744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
268744SAli.Bahrami@Sun.COM#
278744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
288744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
298744SAli.Bahrami@Sun.COM#
308744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
318744SAli.Bahrami@Sun.COM#
328744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
338744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
348744SAli.Bahrami@Sun.COM#
358744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
363089Swyllys#
373089Swyllys
38*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
39*12692SAli.Bahrami@Oracle.COM
40*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 {
413089Swyllys    global:
423089Swyllys	KMF_Plugin_Initialize;
433089Swyllys	OpenSSL_CertGetPrintable;
443089Swyllys	OpenSSL_CheckCRLDate;
453089Swyllys	OpenSSL_CreateKeypair;
463089Swyllys	OpenSSL_CreateOCSPRequest;
473089Swyllys	OpenSSL_CreateSymKey;
483089Swyllys	OpenSSL_DecryptData;
493089Swyllys	OpenSSL_DeleteCRL;
503089Swyllys	OpenSSL_DeleteCert;
513089Swyllys	OpenSSL_DeleteKey;
523089Swyllys	OpenSSL_EncodePubKeyData;
535051Swyllys	OpenSSL_ExportPK12;
543089Swyllys	OpenSSL_FindCert;
553089Swyllys	OpenSSL_FindCertInCRL;
563089Swyllys	OpenSSL_FindKey;
575051Swyllys	OpenSSL_FindPrikeyByCert;
583089Swyllys	OpenSSL_FreeKMFCert;
593089Swyllys	OpenSSL_GetErrorString;
603089Swyllys	OpenSSL_GetOCSPStatusForCert;
613089Swyllys	OpenSSL_GetSymKeyValue;
623089Swyllys	OpenSSL_ImportCRL;
633089Swyllys	OpenSSL_IsCRLFile;
643089Swyllys	OpenSSL_ListCRL;
653089Swyllys	OpenSSL_SignData;
663089Swyllys	OpenSSL_StoreCert;
675051Swyllys	OpenSSL_StoreKey;
683089Swyllys	OpenSSL_VerifyCRLFile;
695051Swyllys	openssl_import_objects;
705051Swyllys	openssl_build_pk12;
713089Swyllys    local:
723089Swyllys	*;
733089Swyllys};
74