12522Sraf# 22522Sraf# CDDL HEADER START 32522Sraf# 42522Sraf# The contents of this file are subject to the terms of the 52522Sraf# Common Development and Distribution License (the "License"). 62522Sraf# You may not use this file except in compliance with the License. 72522Sraf# 82522Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 92522Sraf# or http://www.opensolaris.org/os/licensing. 102522Sraf# See the License for the specific language governing permissions 112522Sraf# and limitations under the License. 122522Sraf# 132522Sraf# When distributing Covered Code, include this CDDL HEADER in each 142522Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 152522Sraf# If applicable, add the following below this CDDL HEADER, with the 162522Sraf# fields enclosed by brackets "[]" replaced with your own identifying 172522Sraf# information: Portions Copyright [yyyy] [name of copyright owner] 182522Sraf# 192522Sraf# CDDL HEADER END 202522Sraf# 212522Sraf# 22*8744SAli.Bahrami@Sun.COM# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 232522Sraf# Use is subject to license terms. 242522Sraf# 25*8744SAli.Bahrami@Sun.COM 26*8744SAli.Bahrami@Sun.COM# 27*8744SAli.Bahrami@Sun.COM# MAPFILE HEADER START 28*8744SAli.Bahrami@Sun.COM# 29*8744SAli.Bahrami@Sun.COM# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 30*8744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in 31*8744SAli.Bahrami@Sun.COM# 32*8744SAli.Bahrami@Sun.COM# usr/src/lib/README.mapfiles 33*8744SAli.Bahrami@Sun.COM# 34*8744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current 35*8744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance. 36*8744SAli.Bahrami@Sun.COM# 37*8744SAli.Bahrami@Sun.COM# MAPFILE HEADER END 382522Sraf# 392522Sraf 402522SrafSUNWprivate_1.1 { 412522Sraf global: 422522Sraf bootconf_end; 432522Sraf bootconf_errmsg; 442522Sraf bootconf_get; 452522Sraf bootconf_init; 462522Sraf bootinfo_end; 472522Sraf bootinfo_get; 482522Sraf bootinfo_init; 492522Sraf bootlog; 502522Sraf http_conn_is_https; 512522Sraf http_decode_err; 522522Sraf http_errorstr; 532522Sraf http_free_respinfo; 542522Sraf http_get_conn_info; 552522Sraf http_get_header_value; 562522Sraf http_get_lasterr; 572522Sraf http_get_range_request; 582522Sraf http_get_request; 592522Sraf http_get_response_header; 602522Sraf http_get_version; 612522Sraf http_head_request; 622522Sraf http_process_headers; 632522Sraf http_process_part_headers; 642522Sraf http_read_body; 652522Sraf http_set_basic_auth; 662522Sraf http_set_certificate_authority_file; 672522Sraf http_set_cipher_list; 682522Sraf http_set_client_certificate_file; 692522Sraf http_set_keepalive; 702522Sraf http_set_key_file_password; 712522Sraf http_set_p12_format; 722522Sraf http_set_password; 732522Sraf http_set_private_key_file; 742522Sraf http_set_proxy; 752522Sraf http_set_random_file; 762522Sraf http_set_socket_read_timeout; 772522Sraf http_set_verbose; 782522Sraf http_srv_close; 792522Sraf http_srv_connect; 802522Sraf http_srv_disconnect; 812522Sraf http_srv_init; 822522Sraf sunw_check_keys; 832522Sraf sunw_crypto_init; 842522Sraf sunw_evp_pkey_free; 852522Sraf sunw_issuer_attrs; 862522Sraf sunw_PKCS12_create; 872522Sraf sunw_PKCS12_parse; 882522Sraf sunw_print_times; 892522Sraf sunw_subject_attrs; 902522Sraf url_parse; 912522Sraf url_parse_hostport; 922522Sraf local: 932522Sraf *; 942522Sraf}; 95