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