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# See the License for the specific language governing permissions
797N/A# and limitations under the License.
797N/A# When distributing Covered Code, include this CDDL HEADER in each
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]
1709N/A# Copyright (c) 2013, Oracle
and/or its affiliates. All rights reserved.
797N/A# This file defines interface requirements of wanboot on OpenSSL.
797N/A SSL_CTX_set_default_passwd_cb;
797N/A SSL_load_error_strings;
797N/A SSL_get_peer_certificate;
797N/A X509_NAME_get_text_by_NID;
797N/A SSL_CTX_set_default_passwd_cb_userdata;
797N/A SSL_CTX_use_PrivateKey_file;
797N/A OPENSSL_add_all_algorithms_noconf;
797N/A SSL_CTX_set_verify_depth;
797N/A PKCS8_PRIV_KEY_INFO_free;
797N/A SSL_CTX_use_PrivateKey;
797N/A X509_check_private_key;
797N/A SSL_CTX_load_verify_locations;
797N/A PKCS12_unpack_authsafes;
797N/A PKCS12_unpack_p7encdata;
797N/A SSL_CTX_use_certificate_file;
797N/A X509_verify_cert_error_string;
797N/A SSL_CTX_use_certificate;
797N/A SSL_get_current_cipher;
797N/A ERR_get_next_error_library;
797N/A SSL_CTX_set_cipher_list;