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.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A# When distributing Covered Code, include this CDDL HEADER in each
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# Copyright (c) 2012, 2016, Oracle
and/or its affiliates. All rights reserved.
309N/A# This file defines interface requirements of wanboot on OpenSSL.
970N/A SSL_CTX_set_default_passwd_cb;
977N/A SSL_load_error_strings;
970N/A SSL_get_peer_certificate;
309N/A SSL_CTX_set_default_passwd_cb_userdata;
1068N/A SSL_CTX_use_PrivateKey_file;
OPENSSL_add_all_algorithms_noconf;
SSL_CTX_set_verify_depth;
PKCS8_PRIV_KEY_INFO_free;
SSL_CTX_load_verify_locations;
SSL_CTX_use_certificate_file;
X509_verify_cert_error_string;
ERR_get_next_error_library;