mapfile.wanboot revision 7161
309N/A#
309N/A# CDDL HEADER START
309N/A#
309N/A# The contents of this file are subject to the terms of the
1068N/A# Common Development and Distribution License (the "License").
309N/A# You may not use this file except in compliance with the License.
309N/A#
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A# Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
919N/A#
919N/A
919N/A#
309N/A# This file defines interface requirements of wanboot on OpenSSL.
309N/A#
309N/A
309N/A$mapfile_version 2
493N/ASYMBOL_SCOPE {
309N/A ERR_clear_error;
970N/A SSL_CTX_set_default_passwd_cb;
977N/A SSL_load_error_strings;
970N/A EVP_PKEY_free;
970N/A SSL_get_peer_certificate;
309N/A SSL_CIPHER_get_name;
1068N/A sk_value;
309N/A RAND_load_file;
911N/A X509_NAME_oneline;
1068N/A SSL_write;
1068N/A X509_NAME_get_text_by_NID;
911N/A OPENSSL_uni2asc;
309N/A SSL_CTX_set_default_passwd_cb_userdata;
1068N/A SSL_CTX_use_PrivateKey_file;
309N/A OPENSSL_asc2uni;
309N/A SSL_get_error;
309N/A ASN1_UTF8STRING_free;
493N/A ASN1_mbstring_copy;
309N/A ERR_error_string;
970N/A PKCS12_unpack_p7data;
970N/A X509_free;
970N/A ERR_get_error;
309N/A ERR_put_error;
PKCS12_free;
ASN1_UTF8STRING_new;
OPENSSL_add_all_algorithms_noconf;
OBJ_nid2obj;
PKCS12_SAFEBAG_free;
ASN1_STRING_free;
sk_delete;
OBJ_obj2nid;
SSL_CTX_set_verify_depth;
PKCS8_PRIV_KEY_INFO_free;
SSL_set_connect_state;
sk_pop_free;
BIO_s_file;
SSL_set_fd;
SSL_CTX_use_PrivateKey;
ASN1_STRING_to_UTF8;
PKCS12_certbag2x509;
PKCS7_free;
PKCS12_decrypt_skey;
BIO_new;
RAND_status;
sk_num;
SSL_get_verify_result;
SSL_free;
SSL_read;
SSL_new;
SSLv3_client_method;
TLSv1_2_client_method;
X509_check_private_key;
SSL_CTX_new;
ASN1_TYPE_set;
ASN1_TYPE_new;
ERR_peek_error;
CRYPTO_free;
SSL_CTX_load_verify_locations;
PKCS12_unpack_authsafes;
X509_ATTRIBUTE_new;
PKCS12_unpack_p7encdata;
sk_push;
SSL_connect;
SSL_shutdown;
SSL_CTX_use_certificate_file;
PKCS12_get_attr_gen;
X509_verify_cert_error_string;
X509_ATTRIBUTE_free;
X509_alias_set1;
PKCS12_verify_mac;
ASN1_TIME_print;
SSL_CTX_use_certificate;
SSL_get_ciphers;
SSL_CTX_ctrl;
SSL_CTX_free;
X509_keyid_set1;
ERR_load_strings;
EVP_EncodeBlock;
ASN1_TYPE_free;
sk_new_null;
SSL_get_current_cipher;
ASN1_STRING_cmp;
ASN1_STRING_set;
ERR_get_next_error_library;
EVP_PKCS82PKEY;
X509_get_issuer_name;
CRYPTO_malloc;
BIO_ctrl;
BIO_free;
X509_STORE_add_cert;
ASN1_STRING_type_new;
SSL_CTX_set_cipher_list;
X509_get_subject_name;
SSL_library_init;
d2i_PKCS12_fp;
local:
*;
};