xref: /illumos-gate/usr/src/lib/libelfsign/README (revision bbf215553c7233fbab8a0afdf1fac74c44781867)
1df8bdeb3Sjohnz#
2df8bdeb3Sjohnz# CDDL HEADER START
3df8bdeb3Sjohnz#
4df8bdeb3Sjohnz# The contents of this file are subject to the terms of the
5df8bdeb3Sjohnz# Common Development and Distribution License (the "License").
6df8bdeb3Sjohnz# You may not use this file except in compliance with the License.
7df8bdeb3Sjohnz#
8df8bdeb3Sjohnz# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9df8bdeb3Sjohnz# or http://www.opensolaris.org/os/licensing.
10df8bdeb3Sjohnz# See the License for the specific language governing permissions
11df8bdeb3Sjohnz# and limitations under the License.
12df8bdeb3Sjohnz#
13df8bdeb3Sjohnz# When distributing Covered Code, include this CDDL HEADER in each
14df8bdeb3Sjohnz# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15df8bdeb3Sjohnz# If applicable, add the following below this CDDL HEADER, with the
16df8bdeb3Sjohnz# fields enclosed by brackets "[]" replaced with your own identifying
17df8bdeb3Sjohnz# information: Portions Copyright [yyyy] [name of copyright owner]
18df8bdeb3Sjohnz#
19df8bdeb3Sjohnz# CDDL HEADER END
20df8bdeb3Sjohnz#
21df8bdeb3Sjohnz
22df8bdeb3Sjohnz#
23df8bdeb3Sjohnz# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
24df8bdeb3Sjohnz# Use is subject to license terms.
25df8bdeb3Sjohnz#
26df8bdeb3Sjohnz
27df8bdeb3SjohnzNote that this library does not have a spec file.
28df8bdeb3Sjohnz
29df8bdeb3SjohnzThere are no interfaces in this library that are public so an abi_
30df8bdeb3Sjohnzlibrary for appcert and friends doesn't make any sense.  If the APIs
31df8bdeb3Sjohnzhere are ever elevated to a public taxonomy then a spec file needs to
32df8bdeb3Sjohnzbe introduced.
33df8bdeb3Sjohnz
34df8bdeb3SjohnzA 64 bit version of this library does not exist.
35*bbf21555SRichard LoweThat isn't an issue since kcfd(8) and elfsign(1) are 32 bit
36df8bdeb3Sjohnzapplications and are the only consumers.
37