diff options
Diffstat (limited to 'usr')
78 files changed, 1751 insertions, 1982 deletions
diff --git a/usr/src/Targetdirs b/usr/src/Targetdirs index 1d4a67bf97..1fb0779e4c 100644 --- a/usr/src/Targetdirs +++ b/usr/src/Targetdirs @@ -38,11 +38,12 @@ SYMLINKS= $(SYM.ROOT.SYS) $(SYM.ROOT.BIN) $(SYM.OTHERS) TARGETDIRS= $(ROOT.SYS) $(ROOT.BIN) $(ROOT.SYS2) \ - $(UUCP.UUCP) $(OTHERS) $(SYM.USRCCSLIB) $(SYM.USRLIB) \ - $(ROOT.SFW) $(ROOT.OTHER) + $(UUCP.UUCP) $(OTHERS) $(ROOT.SFW) $(ROOT.OTHER) \ + $(SYM.USRCCSLIB) $(SYM.USRLIB) $(BUILD64) TARGETDIRS += $(ROOT.SYS64.2) $(ROOT.BIN64) \ - $(SYM.USRCCSLIB64) $(SYM.USRLIB64) $(ROOT.SFW64) + $(ROOT.SFW64) \ + $(SYM.USRCCSLIB64) $(SYM.USRLIB64) $(BUILD64) SYMLINKS += $(SYM.ROOT.BIN64) $(SYM.ROOT.SFW64) @@ -194,9 +195,9 @@ ROOT.SYS= \ # EXPORT DELETE START XROOT.BIN= \ - /etc/sfw/openssl \ - /etc/sfw/openssl/certs \ - /etc/sfw/openssl/private \ + /etc/openssl \ + /etc/openssl/certs \ + /etc/openssl/private \ /usr/lib/inet/wanboot # EXPORT DELETE END @@ -218,6 +219,7 @@ ROOT.BIN= \ /etc/sma \ /etc/sma/snmp \ /lib \ + /lib/crypto \ /lib/inet \ /lib/secure \ /lib/svc \ @@ -239,7 +241,6 @@ ROOT.BIN= \ /usr/demo/SOUND \ /usr/games \ /usr/include \ - /usr/kvm \ /usr/include/ast \ /usr/include/sys/crypto \ /usr/include/fm \ @@ -248,10 +249,12 @@ ROOT.BIN= \ /usr/include/kerberosv5 \ /usr/include/libmilter \ /usr/include/libpolkit \ + /usr/include/openssl \ /usr/include/sasl \ /usr/include/scsi \ - /usr/include/tsol \ /usr/include/security \ + /usr/include/tsol \ + /usr/kvm \ /usr/lib \ /usr/lib/abi \ /usr/lib/brand \ @@ -350,6 +353,7 @@ amd64_ROOT.BIN64= \ ROOT.BIN64= \ $($(MACH64)_ROOT.BIN64) \ /lib/$(MACH64) \ + /lib/crypto/$(MACH64) \ /lib/secure/$(MACH64) \ /usr/bin/$(MACH64) \ /usr/ccs/bin/$(MACH64) \ @@ -423,18 +427,12 @@ UUCP.UUCP= \ ROOT.SFW= \ /usr/sfw/bin \ - /usr/sfw/include \ - /usr/sfw/lib \ - /usr/sfw/share + /usr/sfw/lib ROOT.SFW64= \ + /usr/sfw/bin/$(MACH64) \ /usr/sfw/lib/$(MACH64) -# EXPORT DELETE START -ROOT.SFW64+= \ - /usr/sfw/bin/$(MACH64) -# EXPORT DELETE END - OTHERS= \ /dev/term \ /tmp \ @@ -477,6 +475,7 @@ SYM.ROOT.SYS= \ SYM.ROOT.BIN= \ /bin \ /lib/32 \ + /lib/crypto/32 \ /lib/secure/32 \ /etc/lib/ld.so.1 \ /etc/lib/libdl.so.1 \ @@ -506,6 +505,7 @@ sparc_SYM.ROOT.BIN64= SYM.ROOT.BIN64= \ $($(MACH)_SYM.ROOT.BIN64) \ /lib/64 \ + /lib/crypto/64 \ /lib/secure/64 \ /usr/lib/64 \ /usr/lib/brand/sn1/64 \ @@ -524,6 +524,7 @@ SYM.ROOT.SFW64= \ SYM.OTHERS= \ /etc/log \ + /etc/sfw/openssl \ /usr/mail \ /usr/tmp @@ -608,7 +609,7 @@ $(ROOT)/root:= DIRMODE= 700 $(ROOT)/var/krb5/rcache/root:= DIRMODE= 700 -$(ROOT)/etc/sfw/openssl/private:= DIRMODE= 700 +$(ROOT)/etc/openssl/private:= DIRMODE= 700 # # These permissions must match the ones set @@ -633,6 +634,7 @@ $(ROOT)/system/object:= DIRMODE= 555 $(ROOT)/usr/lib/cron:= LINKDEST=../../etc/cron.d $(ROOT)/bin:= LINKDEST=usr/bin $(ROOT)/lib/32:= LINKDEST=. +$(ROOT)/lib/crypto/32:= LINKDEST=. $(ROOT)/lib/secure/32:= LINKDEST=. $(ROOT)/dev/stdin:= LINKDEST=fd/0 $(ROOT)/dev/stdout:= LINKDEST=fd/1 @@ -645,6 +647,7 @@ $(ROOT)/etc/lib/ld.so.1:= LINKDEST=../../lib/ld.so.1 $(ROOT)/etc/lib/libdl.so.1:= LINKDEST=../../lib/libdl.so.1 $(ROOT)/etc/lib/nss_files.so.1:= LINKDEST=../../lib/nss_files.so.1 $(ROOT)/etc/log:= LINKDEST=../var/adm/log +$(ROOT)/etc/sfw/openssl:= LINKDEST=../openssl $(ROOT)/usr/mail:= LINKDEST=../var/mail $(ROOT)/usr/news:= LINKDEST=../var/news $(ROOT)/usr/preserve:= LINKDEST=../var/preserve @@ -664,6 +667,7 @@ $(ROOT)/usr/ucblib/32:= LINKDEST=. $(BUILD64) $(ROOT)/lib/64:= LINKDEST=$(MACH64) +$(BUILD64) $(ROOT)/lib/crypto/64:= LINKDEST=$(MACH64) $(BUILD64) $(ROOT)/lib/secure/64:= LINKDEST=$(MACH64) $(BUILD64) $(ROOT)/usr/lib/64:= LINKDEST=$(MACH64) $(BUILD64) $(ROOT)/usr/lib/elfedit/64:= LINKDEST=$(MACH64) @@ -885,6 +889,8 @@ $(ROOT)/usr/lib/libcmdutils.so.1:= REALPATH=../../lib/libcmdutils.so.1 $(ROOT)/usr/lib/libcmdutils.so:= REALPATH=../../lib/libcmdutils.so.1 $(ROOT)/usr/lib/libcontract.so.1:= REALPATH=../../lib/libcontract.so.1 $(ROOT)/usr/lib/libcontract.so:= REALPATH=../../lib/libcontract.so.1 +$(ROOT)/usr/lib/libcryptoutil.so.1:= REALPATH=../../lib/libcryptoutil.so.1 +$(ROOT)/usr/lib/libcryptoutil.so:= REALPATH=../../lib/libcryptoutil.so.1 $(ROOT)/usr/lib/libctf.so.1:= REALPATH=../../lib/libctf.so.1 $(ROOT)/usr/lib/libctf.so:= REALPATH=../../lib/libctf.so.1 $(ROOT)/usr/lib/libcurses.so.1:= REALPATH=../../lib/libcurses.so.1 @@ -919,6 +925,10 @@ $(ROOT)/usr/lib/libintl.so.1:= REALPATH=../../lib/libintl.so.1 $(ROOT)/usr/lib/libintl.so:= REALPATH=../../lib/libintl.so.1 $(ROOT)/usr/lib/libiscsitgt.so.1:= REALPATH=../../lib/libiscsitgt.so.1 $(ROOT)/usr/lib/libiscsitgt.so:= REALPATH=../../lib/libiscsitgt.so.1 +$(ROOT)/usr/lib/libkmf.so.1:= REALPATH=../../lib/libkmf.so.1 +$(ROOT)/usr/lib/libkmf.so:= REALPATH=../../lib/libkmf.so.1 +$(ROOT)/usr/lib/libkmfberder.so.1:= REALPATH=../../lib/libkmfberder.so.1 +$(ROOT)/usr/lib/libkmfberder.so:= REALPATH=../../lib/libkmfberder.so.1 $(ROOT)/usr/lib/libkstat.so.1:= REALPATH=../../lib/libkstat.so.1 $(ROOT)/usr/lib/libkstat.so:= REALPATH=../../lib/libkstat.so.1 $(ROOT)/usr/lib/liblddbg.so.4:= REALPATH=../../lib/liblddbg.so.4 diff --git a/usr/src/cmd/Makefile.cmd b/usr/src/cmd/Makefile.cmd index ca394186ff..44364753b2 100644 --- a/usr/src/cmd/Makefile.cmd +++ b/usr/src/cmd/Makefile.cmd @@ -87,9 +87,10 @@ ROOTCMDDIR64= $(ROOTCMDDIR)/$(MACH64) ROOTLIB64= $(ROOTLIB)/$(MACH64) ROOTUSRSBIN32= $(ROOTUSRSBIN)/$(MACH32) ROOTUSRSBIN64= $(ROOTUSRSBIN)/$(MACH64) -ROOTMAN1= $(ROOT)/usr/share/man/man1 -ROOTMAN1M= $(ROOT)/usr/share/man/man1m -ROOTMAN3= $(ROOT)/usr/share/man/man3 +ROOTMAN= $(ROOT)/usr/share/man +ROOTMAN1= $(ROOTMAN)/man1 +ROOTMAN1M= $(ROOTMAN)/man1m +ROOTMAN3= $(ROOTMAN)/man3 ROOTVARSMB= $(ROOT)/var/smb # @@ -106,29 +107,6 @@ ROOTSHAUDIO= $(ROOT)/usr/share/audio ROOTAUDIOSAMP= $(ROOTSHAUDIO)/samples ROOTAUDIOSAMPAU=$(ROOTAUDIOSAMP)/au -# -# Begin /usr/sfw freeware rules for freeware that has "External" -# taxonomy stability level. -# -ROOTSFW= $(ROOT)/usr/sfw -ROOTSFWBIN= $(ROOT)/usr/sfw/bin -ROOTSFWSHARE= $(ROOT)/usr/sfw/share -ROOTSFWSHSRC= $(ROOT)/usr/sfw/share/src -ROOTSFWINFO= $(ROOT)/usr/sfw/share/info -ROOTSFWINCLUDE= $(ROOT)/usr/sfw/include -ROOTSFWLIB= $(ROOT)/usr/sfw/lib -ROOTLIBEXEC= $(ROOT)/usr/sfw/libexec -ROOTSFWMAN= $(ROOT)/usr/sfw/share/man -ROOTSFWMANN= $(ROOT)/usr/sfw/share/mann -ROOTSFWMAN1= $(ROOT)/usr/sfw/share/man/man1 -ROOTSFWMAN1M= $(ROOT)/usr/sfw/share/man/man1m -ROOTSFWMAN3= $(ROOT)/usr/sfw/share/man/man3 -ROOTSFWMAN5= $(ROOT)/usr/sfw/share/man/man5 -ROOTSFWMAN7= $(ROOT)/usr/sfw/share/man/man7 -# -# End /usr/sfw freeware rules -# - ISAEXEC= $(ROOT)/usr/lib/isaexec PLATEXEC= $(ROOT)/usr/lib/platexec diff --git a/usr/src/cmd/cmd-crypto/cryptoadm/Makefile b/usr/src/cmd/cmd-crypto/cryptoadm/Makefile index 9ff966839b..4f9d7ed977 100644 --- a/usr/src/cmd/cmd-crypto/cryptoadm/Makefile +++ b/usr/src/cmd/cmd-crypto/cryptoadm/Makefile @@ -18,12 +18,9 @@ # # CDDL HEADER END # -# # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# PROG = cryptoadm @@ -58,7 +55,9 @@ $(PROG): $(OBJS) $(POFILE): $(POFILES) $(RM) $@; cat $(POFILES) > $@ -install: all $(ROOTUSRSBINPROG) +install: all $(ROOTSBINPROG) + $(RM) $(ROOTUSRSBINPROG) + -$(SYMLINK) ../../sbin/$(PROG) $(ROOTUSRSBINPROG) clean: $(RM) -f $(OBJS) $(PROG) diff --git a/usr/src/cmd/cmd-crypto/cryptoadm/cryptoadm.h b/usr/src/cmd/cmd-crypto/cryptoadm/cryptoadm.h index 9a090d2518..bbaa6587a4 100644 --- a/usr/src/cmd/cmd-crypto/cryptoadm/cryptoadm.h +++ b/usr/src/cmd/cmd-crypto/cryptoadm/cryptoadm.h @@ -36,7 +36,7 @@ extern "C" { #endif #define _PATH_KCF_CONF "/etc/crypto/kcf.conf" -#define _PATH_KCFD "/usr/lib/crypto/kcfd" +#define _PATH_KCFD "/lib/crypto/kcfd" #define TMPFILE_TEMPLATE "/etc/crypto/admXXXXXX" #define ERROR_USAGE 2 diff --git a/usr/src/cmd/cmd-crypto/scripts/cryptosvc.xml b/usr/src/cmd/cmd-crypto/scripts/cryptosvc.xml index 330f48033b..4a7681b56d 100644 --- a/usr/src/cmd/cmd-crypto/scripts/cryptosvc.xml +++ b/usr/src/cmd/cmd-crypto/scripts/cryptosvc.xml @@ -1,15 +1,14 @@ <?xml version="1.0"?> <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1"> <!-- - Copyright 2005 Sun Microsystems, Inc. All rights reserved. + Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. CDDL HEADER START The contents of this file are subject to the terms of the - Common Development and Distribution License, Version 1.0 only - (the "License"). You may not use this file except in compliance - with the License. + Common Development and Distribution License (the "License"). + You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. @@ -24,8 +23,6 @@ CDDL HEADER END - ident "%Z%%M% %I% %E% SMI" - NOTE: This service manifest is not editable; its contents may be overwritten by package or patch operations, including operating system upgrade. Make customizations in a different @@ -47,7 +44,7 @@ restart_on='none' type='service'> <service_fmri - value='svc:/system/filesystem/minimal:default'/> + value='svc:/system/filesystem/root:default'/> </dependency> <dependent @@ -61,19 +58,19 @@ <exec_method type='method' name='start' - exec='/usr/sbin/cryptoadm %m' + exec='/sbin/cryptoadm %m' timeout_seconds='60' /> <exec_method type='method' name='stop' - exec='/usr/sbin/cryptoadm %m' + exec='/sbin/cryptoadm %m' timeout_seconds='60' /> <exec_method type='method' name='refresh' - exec='/usr/sbin/cryptoadm %m' + exec='/sbin/cryptoadm %m' timeout_seconds='60' /> <instance name='default' enabled='false' /> diff --git a/usr/src/cmd/cmd-inet/usr.lib/wanboot/netbootinfo/Makefile b/usr/src/cmd/cmd-inet/usr.lib/wanboot/netbootinfo/Makefile index bf63ad605f..3ffe02e27e 100644 --- a/usr/src/cmd/cmd-inet/usr.lib/wanboot/netbootinfo/Makefile +++ b/usr/src/cmd/cmd-inet/usr.lib/wanboot/netbootinfo/Makefile @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -19,12 +18,9 @@ # # CDDL HEADER END # -# -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include ../Makefile.com include $(SRC)/lib/openssl/Makefile.openssl @@ -33,7 +29,7 @@ PROG = netbootinfo # The OpenSSL libraries need to be linked against in order to resolve # references made to them by libwanboot. -LDLIBS += -lwanbootutil -lwanboot $(OPENSSL_LDFLAGS) +LDLIBS += -lwanbootutil -lwanboot CPPFLAGS += -I$(CMNCRYPTDIR) all: $(PROG) diff --git a/usr/src/cmd/cmd-inet/usr.lib/wanboot/p12split/Makefile b/usr/src/cmd/cmd-inet/usr.lib/wanboot/p12split/Makefile index cc3689e88d..dd91c6112e 100644 --- a/usr/src/cmd/cmd-inet/usr.lib/wanboot/p12split/Makefile +++ b/usr/src/cmd/cmd-inet/usr.lib/wanboot/p12split/Makefile @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -19,20 +18,16 @@ # # CDDL HEADER END # -# -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include ../Makefile.com include $(SRC)/lib/openssl/Makefile.openssl PROG= p12split -LDLIBS += -lwanboot -linetutil -lwanbootutil $(OPENSSL_LDFLAGS) -lcrypto -LDFLAGS += $(OPENSSL_DYNFLAGS) -CPPFLAGS = $(OPENSSL_CPPFLAGS) -I$(CMNCRYPTDIR) $(CPPFLAGS.master) +LDLIBS += -lwanboot -linetutil -lwanbootutil -lcrypto +CPPFLAGS += -I$(CMNCRYPTDIR) all: $(PROG) diff --git a/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/Makefile b/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/Makefile index 0a5c292ea3..0cf5e7d349 100644 --- a/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/Makefile +++ b/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/Makefile @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -19,21 +18,16 @@ # # CDDL HEADER END # -# -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include ../Makefile.com include $(SRC)/lib/openssl/Makefile.openssl PROG = wanboot-cgi -LDLIBS += -lgen -lnsl -lwanbootutil -lnvpair -lwanboot \ - $(OPENSSL_LDFLAGS) -lcrypto -LDFLAGS += $(OPENSSL_DYNFLAGS) -CPPFLAGS = $(OPENSSL_CPPFLAGS) -I$(CMNCRYPTDIR) $(CPPFLAGS.master) +LDLIBS += -lgen -lnsl -lwanbootutil -lnvpair -lwanboot -lcrypto +CPPFLAGS += -I$(CMNCRYPTDIR) all: $(PROG) diff --git a/usr/src/cmd/cmd-inet/usr.lib/wpad/Makefile b/usr/src/cmd/cmd-inet/usr.lib/wpad/Makefile index 7aec89d375..1b82adef80 100644 --- a/usr/src/cmd/cmd-inet/usr.lib/wpad/Makefile +++ b/usr/src/cmd/cmd-inet/usr.lib/wpad/Makefile @@ -18,12 +18,9 @@ # # CDDL HEADER END # -# # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# PROG = wpad MANIFEST = wpa.xml @@ -35,11 +32,9 @@ include ../../../Makefile.cmd ROOTMANIFESTDIR = $(ROOTSVCNETWORK) -LDFLAGS += -L/usr/sfw/lib -R/usr/sfw/lib LDLIBS += -ldladm -ldlpi all install := LDLIBS += -lcrypto -CPPFLAGS += -I/usr/sfw/include LINTFLAGS += -u .KEEP_STATE: diff --git a/usr/src/cmd/cmd-inet/usr.sbin/bootconfchk/Makefile b/usr/src/cmd/cmd-inet/usr.sbin/bootconfchk/Makefile index 5a1f86f2b5..792f235c2b 100644 --- a/usr/src/cmd/cmd-inet/usr.sbin/bootconfchk/Makefile +++ b/usr/src/cmd/cmd-inet/usr.sbin/bootconfchk/Makefile @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -19,21 +18,16 @@ # # CDDL HEADER END # -# -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include ../../../Makefile.cmd include $(SRC)/lib/openssl/Makefile.openssl PROG = bootconfchk -# Need to be told where the OpenSSL libraries are because libwanboot is -# linked to them and they are in a non standard place. -LDLIBS += -lwanbootutil -lwanboot $(OPENSSL_LDFLAGS) +LDLIBS += -lwanbootutil -lwanboot CPPFLAGS += -I$(SRC)/common/net/wanboot/crypt diff --git a/usr/src/cmd/hal/hald/Makefile b/usr/src/cmd/hal/hald/Makefile index fbc557b482..3182c00408 100644 --- a/usr/src/cmd/hal/hald/Makefile +++ b/usr/src/cmd/hal/hald/Makefile @@ -22,8 +22,6 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# SUBDIRS = solaris @@ -48,7 +46,6 @@ LDLIBS += -lc -lm -ldbus-1 -ldbus-glib-1 -lglib-2.0 -lgobject-2.0 \ all install $(PROG) := LDLIBS += -lexpat CPPFLAGS += $(HAL_DBUS_CPPFLAGS) $(HAL_GLIB_CPPFLAGS) $(HAL_CONFIG_CPPFLAGS) -CPPFLAGS += -I/usr/sfw/include C99MODE = $(C99_ENABLE) all := TARGET= all diff --git a/usr/src/cmd/hal/hald/solaris/Makefile b/usr/src/cmd/hal/hald/solaris/Makefile index 842488233f..f4513b315b 100644 --- a/usr/src/cmd/hal/hald/solaris/Makefile +++ b/usr/src/cmd/hal/hald/solaris/Makefile @@ -22,8 +22,6 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# OBJS = devinfo.o devinfo_ieee1394.o devinfo_misc.o devinfo_pci.o \ devinfo_storage.o devinfo_usb.o hotplug.o osspec.o sysevent.o \ @@ -42,7 +40,6 @@ $(ROOTMANIFEST) := FILEMODE = 444 $(ROOTLIBSVCMETHOD)/svc-hal:= FILEMODE = 555 CPPFLAGS += $(HAL_DBUS_CPPFLAGS) $(HAL_GLIB_CPPFLAGS) $(HAL_CONFIG_CPPFLAGS) -CPPFLAGS += -I/usr/sfw/include C99MODE = $(C99_ENABLE) .KEEP_STATE: diff --git a/usr/src/cmd/mms/mm/common/mmsssl.sh b/usr/src/cmd/mms/mm/common/mmsssl.sh index d600c6c11b..0772a8699b 100644 --- a/usr/src/cmd/mms/mm/common/mmsssl.sh +++ b/usr/src/cmd/mms/mm/common/mmsssl.sh @@ -27,7 +27,7 @@ # MMS SSL Self-Signed Certificate Authority # -PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/sadm/bin:/usr/sfw/bin:$PATH +PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/sadm/bin:$PATH LD_LIBRARY_PATH=/lib:/usr/lib:$LD_LIBRARY_PATH umask 066 diff --git a/usr/src/cmd/openssl/Makefile b/usr/src/cmd/openssl/Makefile index c1f013a6ff..10003108a7 100644 --- a/usr/src/cmd/openssl/Makefile +++ b/usr/src/cmd/openssl/Makefile @@ -23,330 +23,328 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# -# we need this for OPENSSL_SRC (src/common directory location) +# we need this for OPENSSL_VERSION, OPENSSL_DATE, +# and for OPENSSL_SRC (src/common directory location) include $(SRC)/lib/openssl/Makefile.openssl -# we need this for VERS (OpenSSL version) -include $(SRC)/lib/openssl/Makefile.com SUBDIRS = $(MACH) $(BUILD64) SUBDIRS += $(MACH64) -ROOTOPENSSL = $(ROOT)/etc/sfw/openssl -MANDIRS = man1 man3 man5 man7 -ROOTSFWMANDIRS = $(MANDIRS:%=$(ROOTSFWMAN)/%) +ROOTOPENSSL = $(ROOT)/etc/openssl +MS1 = 1openssl +MS3 = 3openssl +MS5 = 5openssl +MS7 = 7openssl +MANDIRS = man$(MS1) man$(MS3) man$(MS5) man$(MS7) +ROOTMANDIRS = $(MANDIRS:%=$(ROOTMAN)/%) POD2MAN = /usr/perl5/bin/pod2man -OPENSSL_VERSION = $(VERS:.%=%) -# official release date of OpenSSL 0.9.8a -DATE = "Oct 11 2005" EXTRACT_NAMES= $(OPENSSL_SRC)/doc/extract-names.pl # we need to explicitly specify these 3 manual pages since their sections # cannot be read from their location in common/openssl/doc. All other manual # pages follow this rule according to the directory they reside in: apps=1, # crypto=3, ssl=3 -SPECMANPAGES = man7/des_modes.7 -CONFIGMANPAGES = man5/x509v3_config.5 man5/config.5 - -CRYPTOMANPAGES = man3/ASN1_OBJECT_new.3 \ - man3/ASN1_STRING_length.3 \ - man3/ASN1_STRING_new.3 \ - man3/ASN1_STRING_print_ex.3 \ - man3/ASN1_generate_nconf.3 \ - man3/BIO_ctrl.3 \ - man3/BIO_f_base64.3 \ - man3/BIO_f_buffer.3 \ - man3/BIO_f_cipher.3 \ - man3/BIO_f_md.3 \ - man3/BIO_f_null.3 \ - man3/BIO_f_ssl.3 \ - man3/BIO_find_type.3 \ - man3/BIO_new.3 \ - man3/BIO_push.3 \ - man3/BIO_read.3 \ - man3/BIO_s_accept.3 \ - man3/BIO_s_bio.3 \ - man3/BIO_s_connect.3 \ - man3/BIO_s_fd.3 \ - man3/BIO_s_file.3 \ - man3/BIO_s_mem.3 \ - man3/BIO_s_null.3 \ - man3/BIO_s_socket.3 \ - man3/BIO_set_callback.3 \ - man3/BIO_should_retry.3 \ - man3/BN_BLINDING_new.3 \ - man3/BN_CTX_new.3 \ - man3/BN_CTX_start.3 \ - man3/BN_add.3 \ - man3/BN_add_word.3 \ - man3/BN_bn2bin.3 \ - man3/BN_cmp.3 \ - man3/BN_copy.3 \ - man3/BN_generate_prime.3 \ - man3/BN_mod_inverse.3 \ - man3/BN_mod_mul_montgomery.3 \ - man3/BN_mod_mul_reciprocal.3 \ - man3/BN_new.3 \ - man3/BN_num_bytes.3 \ - man3/BN_rand.3 \ - man3/BN_set_bit.3 \ - man3/BN_swap.3 \ - man3/BN_zero.3 \ - man3/CONF_modules_free.3 \ - man3/CONF_modules_load_file.3 \ - man3/CRYPTO_set_ex_data.3 \ - man3/DH_generate_key.3 \ - man3/DH_generate_parameters.3 \ - man3/DH_get_ex_new_index.3 \ - man3/DH_new.3 \ - man3/DH_set_method.3 \ - man3/DH_size.3 \ - man3/DSA_SIG_new.3 \ - man3/DSA_do_sign.3 \ - man3/DSA_dup_DH.3 \ - man3/DSA_generate_key.3 \ - man3/DSA_generate_parameters.3 \ - man3/DSA_get_ex_new_index.3 \ - man3/DSA_new.3 \ - man3/DSA_set_method.3 \ - man3/DSA_sign.3 \ - man3/DSA_size.3 \ - man3/ERR_GET_LIB.3 \ - man3/ERR_clear_error.3 \ - man3/ERR_error_string.3 \ - man3/ERR_get_error.3 \ - man3/ERR_load_crypto_strings.3 \ - man3/ERR_load_strings.3 \ - man3/ERR_print_errors.3 \ - man3/ERR_put_error.3 \ - man3/ERR_remove_state.3 \ - man3/ERR_set_mark.3 \ - man3/EVP_BytesToKey.3 \ - man3/EVP_DigestInit.3 \ - man3/EVP_EncryptInit.3 \ - man3/EVP_OpenInit.3 \ - man3/EVP_PKEY_new.3 \ - man3/EVP_PKEY_set1_RSA.3 \ - man3/EVP_SealInit.3 \ - man3/EVP_SignInit.3 \ - man3/EVP_VerifyInit.3 \ - man3/OBJ_nid2obj.3 \ - man3/OPENSSL_Applink.3 \ - man3/OPENSSL_VERSION_NUMBER.3 \ - man3/OPENSSL_config.3 \ - man3/OPENSSL_ia32cap.3 \ - man3/OPENSSL_load_builtin_modules.3 \ - man3/OpenSSL_add_all_algorithms.3 \ - man3/PKCS12_create.3 \ - man3/PKCS12_parse.3 \ - man3/PKCS7_decrypt.3 \ - man3/PKCS7_encrypt.3 \ - man3/PKCS7_sign.3 \ - man3/PKCS7_verify.3 \ - man3/RAND_add.3 \ - man3/RAND_bytes.3 \ - man3/RAND_cleanup.3 \ - man3/RAND_egd.3 \ - man3/RAND_load_file.3 \ - man3/RAND_set_rand_method.3 \ - man3/RSA_blinding_on.3 \ - man3/RSA_check_key.3 \ - man3/RSA_generate_key.3 \ - man3/RSA_get_ex_new_index.3 \ - man3/RSA_new.3 \ - man3/RSA_padding_add_PKCS1_type_1.3 \ - man3/RSA_print.3 \ - man3/RSA_private_encrypt.3 \ - man3/RSA_public_encrypt.3 \ - man3/RSA_set_method.3 \ - man3/RSA_sign.3 \ - man3/RSA_sign_ASN1_OCTET_STRING.3 \ - man3/RSA_size.3 \ - man3/SMIME_read_PKCS7.3 \ - man3/SMIME_write_PKCS7.3 \ - man3/X509_NAME_ENTRY_get_object.3 \ - man3/X509_NAME_add_entry_by_txt.3 \ - man3/X509_NAME_get_index_by_NID.3 \ - man3/X509_NAME_print_ex.3 \ - man3/X509_new.3 \ - man3/bio.3 \ - man3/blowfish.3 \ - man3/bn.3 \ - man3/bn_internal.3 \ - man3/buffer.3 \ - man3/crypto.3 \ - man3/d2i_ASN1_OBJECT.3 \ - man3/d2i_DHparams.3 \ - man3/d2i_DSAPublicKey.3 \ - man3/d2i_PKCS8PrivateKey.3 \ - man3/d2i_RSAPublicKey.3 \ - man3/d2i_X509.3 \ - man3/d2i_X509_ALGOR.3 \ - man3/d2i_X509_CRL.3 \ - man3/d2i_X509_NAME.3 \ - man3/d2i_X509_REQ.3 \ - man3/d2i_X509_SIG.3 \ - man3/des.3 \ - man3/dh.3 \ - man3/dsa.3 \ - man3/ecdsa.3 \ - man3/engine.3 \ - man3/err.3 \ - man3/evp.3 \ - man3/hmac.3 \ - man3/lh_stats.3 \ - man3/lhash.3 \ - man3/md5.3 \ - man3/mdc2.3 \ - man3/pem.3 \ - man3/rand.3 \ - man3/rc4.3 \ - man3/ripemd.3 \ - man3/rsa.3 \ - man3/sha.3 \ - man3/threads.3 \ - man3/ui.3 \ - man3/ui_compat.3 \ - man3/x509.3 - -APPSMANPAGES = man1/CA.pl.1 \ - man1/asn1parse.1 \ - man1/ca.1 \ - man1/ciphers.1 \ - man1/crl.1 \ - man1/crl2pkcs7.1 \ - man1/dgst.1 \ - man1/dhparam.1 \ - man1/dsa.1 \ - man1/dsaparam.1 \ - man1/ec.1 \ - man1/ecparam.1 \ - man1/enc.1 \ - man1/errstr.1 \ - man1/gendsa.1 \ - man1/genrsa.1 \ - man1/nseq.1 \ - man1/ocsp.1 \ - man1/openssl.1 \ - man1/passwd.1 \ - man1/pkcs12.1 \ - man1/pkcs7.1 \ - man1/pkcs8.1 \ - man1/rand.1 \ - man1/req.1 \ - man1/rsa.1 \ - man1/rsautl.1 \ - man1/s_client.1 \ - man1/s_server.1 \ - man1/s_time.1 \ - man1/sess_id.1 \ - man1/smime.1 \ - man1/speed.1 \ - man1/spkac.1 \ - man1/verify.1 \ - man1/version.1 \ - man1/x509.1 - -SSLMANPAGES = man3/SSL_CIPHER_get_name.3 \ - man3/SSL_COMP_add_compression_method.3 \ - man3/SSL_CTX_add_extra_chain_cert.3 \ - man3/SSL_CTX_add_session.3 \ - man3/SSL_CTX_ctrl.3 \ - man3/SSL_CTX_flush_sessions.3 \ - man3/SSL_CTX_free.3 \ - man3/SSL_CTX_get_ex_new_index.3 \ - man3/SSL_CTX_get_verify_mode.3 \ - man3/SSL_CTX_load_verify_locations.3 \ - man3/SSL_CTX_new.3 \ - man3/SSL_CTX_sess_number.3 \ - man3/SSL_CTX_sess_set_cache_size.3 \ - man3/SSL_CTX_sess_set_get_cb.3 \ - man3/SSL_CTX_sessions.3 \ - man3/SSL_CTX_set_cert_store.3 \ - man3/SSL_CTX_set_cert_verify_callback.3 \ - man3/SSL_CTX_set_cipher_list.3 \ - man3/SSL_CTX_set_client_CA_list.3 \ - man3/SSL_CTX_set_client_cert_cb.3 \ - man3/SSL_CTX_set_default_passwd_cb.3 \ - man3/SSL_CTX_set_generate_session_id.3 \ - man3/SSL_CTX_set_info_callback.3 \ - man3/SSL_CTX_set_max_cert_list.3 \ - man3/SSL_CTX_set_mode.3 \ - man3/SSL_CTX_set_msg_callback.3 \ - man3/SSL_CTX_set_options.3 \ - man3/SSL_CTX_set_quiet_shutdown.3 \ - man3/SSL_CTX_set_session_cache_mode.3 \ - man3/SSL_CTX_set_session_id_context.3 \ - man3/SSL_CTX_set_ssl_version.3 \ - man3/SSL_CTX_set_timeout.3 \ - man3/SSL_CTX_set_tmp_dh_callback.3 \ - man3/SSL_CTX_set_tmp_rsa_callback.3 \ - man3/SSL_CTX_set_verify.3 \ - man3/SSL_CTX_use_certificate.3 \ - man3/SSL_SESSION_free.3 \ - man3/SSL_SESSION_get_ex_new_index.3 \ - man3/SSL_SESSION_get_time.3 \ - man3/SSL_accept.3 \ - man3/SSL_alert_type_string.3 \ - man3/SSL_clear.3 \ - man3/SSL_connect.3 \ - man3/SSL_do_handshake.3 \ - man3/SSL_free.3 \ - man3/SSL_get_SSL_CTX.3 \ - man3/SSL_get_ciphers.3 \ - man3/SSL_get_client_CA_list.3 \ - man3/SSL_get_current_cipher.3 \ - man3/SSL_get_default_timeout.3 \ - man3/SSL_get_error.3 \ - man3/SSL_get_ex_data_X509_STORE_CTX_idx.3 \ - man3/SSL_get_ex_new_index.3 \ - man3/SSL_get_fd.3 \ - man3/SSL_get_peer_cert_chain.3 \ - man3/SSL_get_peer_certificate.3 \ - man3/SSL_get_rbio.3 \ - man3/SSL_get_session.3 \ - man3/SSL_get_verify_result.3 \ - man3/SSL_get_version.3 \ - man3/SSL_library_init.3 \ - man3/SSL_load_client_CA_file.3 \ - man3/SSL_new.3 \ - man3/SSL_pending.3 \ - man3/SSL_read.3 \ - man3/SSL_rstate_string.3 \ - man3/SSL_session_reused.3 \ - man3/SSL_set_bio.3 \ - man3/SSL_set_connect_state.3 \ - man3/SSL_set_fd.3 \ - man3/SSL_set_session.3 \ - man3/SSL_set_shutdown.3 \ - man3/SSL_set_verify_result.3 \ - man3/SSL_shutdown.3 \ - man3/SSL_state_string.3 \ - man3/SSL_want.3 \ - man3/SSL_write.3 \ - man3/d2i_SSL_SESSION.3 \ - man3/ssl.3 - -ROOTSFWSPECMANPAGES = $(SPECMANPAGES:%=$(ROOTSFWMAN)/%) -ROOTSFWCONFIGMANPAGES = $(CONFIGMANPAGES:%=$(ROOTSFWMAN)/%) -ROOTSFWAPPSMANPAGES = $(APPSMANPAGES:%=$(ROOTSFWMAN)/%) -ROOTSFWCRYPTOMANPAGES = $(CRYPTOMANPAGES:%=$(ROOTSFWMAN)/%) -ROOTSFWSSLMANPAGES = $(SSLMANPAGES:%=$(ROOTSFWMAN)/%) - -ROOTSFWMANPAGES = $(ROOTSFWSPECMANPAGES) \ - $(ROOTSFWCONFIGMANPAGES) \ - $(ROOTSFWAPPSMANPAGES) \ - $(ROOTSFWCRYPTOMANPAGES) \ - $(ROOTSFWSSLMANPAGES) - -CONFIGSUNPAGES = $(CONFIGMANPAGES:man5%.5=sunman%.5) -SPECSUNPAGES = $(SPECMANPAGES:man7%.7=sunman%.7) -APPSSUNPAGES = $(APPSMANPAGES:man1%.1=sunman%.1) -CRYPTOSUNPAGES = $(CRYPTOMANPAGES:man3%.3=sunman%.3) -SSLSUNPAGES = $(SSLMANPAGES:man3%.3=sunman%.3) +SPECMANPAGES = man$(MS7)/des_modes.$(MS7) +CONFIGMANPAGES = man$(MS5)/x509v3_config.$(MS5) man$(MS5)/config.$(MS5) + +CRYPTOMANPAGES = man$(MS3)/ASN1_OBJECT_new.$(MS3) \ + man$(MS3)/ASN1_STRING_length.$(MS3) \ + man$(MS3)/ASN1_STRING_new.$(MS3) \ + man$(MS3)/ASN1_STRING_print_ex.$(MS3) \ + man$(MS3)/ASN1_generate_nconf.$(MS3) \ + man$(MS3)/BIO_ctrl.$(MS3) \ + man$(MS3)/BIO_f_base64.$(MS3) \ + man$(MS3)/BIO_f_buffer.$(MS3) \ + man$(MS3)/BIO_f_cipher.$(MS3) \ + man$(MS3)/BIO_f_md.$(MS3) \ + man$(MS3)/BIO_f_null.$(MS3) \ + man$(MS3)/BIO_f_ssl.$(MS3) \ + man$(MS3)/BIO_find_type.$(MS3) \ + man$(MS3)/BIO_new.$(MS3) \ + man$(MS3)/BIO_push.$(MS3) \ + man$(MS3)/BIO_read.$(MS3) \ + man$(MS3)/BIO_s_accept.$(MS3) \ + man$(MS3)/BIO_s_bio.$(MS3) \ + man$(MS3)/BIO_s_connect.$(MS3) \ + man$(MS3)/BIO_s_fd.$(MS3) \ + man$(MS3)/BIO_s_file.$(MS3) \ + man$(MS3)/BIO_s_mem.$(MS3) \ + man$(MS3)/BIO_s_null.$(MS3) \ + man$(MS3)/BIO_s_socket.$(MS3) \ + man$(MS3)/BIO_set_callback.$(MS3) \ + man$(MS3)/BIO_should_retry.$(MS3) \ + man$(MS3)/BN_BLINDING_new.$(MS3) \ + man$(MS3)/BN_CTX_new.$(MS3) \ + man$(MS3)/BN_CTX_start.$(MS3) \ + man$(MS3)/BN_add.$(MS3) \ + man$(MS3)/BN_add_word.$(MS3) \ + man$(MS3)/BN_bn2bin.$(MS3) \ + man$(MS3)/BN_cmp.$(MS3) \ + man$(MS3)/BN_copy.$(MS3) \ + man$(MS3)/BN_generate_prime.$(MS3) \ + man$(MS3)/BN_mod_inverse.$(MS3) \ + man$(MS3)/BN_mod_mul_montgomery.$(MS3) \ + man$(MS3)/BN_mod_mul_reciprocal.$(MS3) \ + man$(MS3)/BN_new.$(MS3) \ + man$(MS3)/BN_num_bytes.$(MS3) \ + man$(MS3)/BN_rand.$(MS3) \ + man$(MS3)/BN_set_bit.$(MS3) \ + man$(MS3)/BN_swap.$(MS3) \ + man$(MS3)/BN_zero.$(MS3) \ + man$(MS3)/CONF_modules_free.$(MS3) \ + man$(MS3)/CONF_modules_load_file.$(MS3) \ + man$(MS3)/CRYPTO_set_ex_data.$(MS3) \ + man$(MS3)/DH_generate_key.$(MS3) \ + man$(MS3)/DH_generate_parameters.$(MS3) \ + man$(MS3)/DH_get_ex_new_index.$(MS3) \ + man$(MS3)/DH_new.$(MS3) \ + man$(MS3)/DH_set_method.$(MS3) \ + man$(MS3)/DH_size.$(MS3) \ + man$(MS3)/DSA_SIG_new.$(MS3) \ + man$(MS3)/DSA_do_sign.$(MS3) \ + man$(MS3)/DSA_dup_DH.$(MS3) \ + man$(MS3)/DSA_generate_key.$(MS3) \ + man$(MS3)/DSA_generate_parameters.$(MS3) \ + man$(MS3)/DSA_get_ex_new_index.$(MS3) \ + man$(MS3)/DSA_new.$(MS3) \ + man$(MS3)/DSA_set_method.$(MS3) \ + man$(MS3)/DSA_sign.$(MS3) \ + man$(MS3)/DSA_size.$(MS3) \ + man$(MS3)/ERR_GET_LIB.$(MS3) \ + man$(MS3)/ERR_clear_error.$(MS3) \ + man$(MS3)/ERR_error_string.$(MS3) \ + man$(MS3)/ERR_get_error.$(MS3) \ + man$(MS3)/ERR_load_crypto_strings.$(MS3) \ + man$(MS3)/ERR_load_strings.$(MS3) \ + man$(MS3)/ERR_print_errors.$(MS3) \ + man$(MS3)/ERR_put_error.$(MS3) \ + man$(MS3)/ERR_remove_state.$(MS3) \ + man$(MS3)/ERR_set_mark.$(MS3) \ + man$(MS3)/EVP_BytesToKey.$(MS3) \ + man$(MS3)/EVP_DigestInit.$(MS3) \ + man$(MS3)/EVP_EncryptInit.$(MS3) \ + man$(MS3)/EVP_OpenInit.$(MS3) \ + man$(MS3)/EVP_PKEY_new.$(MS3) \ + man$(MS3)/EVP_PKEY_set1_RSA.$(MS3) \ + man$(MS3)/EVP_SealInit.$(MS3) \ + man$(MS3)/EVP_SignInit.$(MS3) \ + man$(MS3)/EVP_VerifyInit.$(MS3) \ + man$(MS3)/OBJ_nid2obj.$(MS3) \ + man$(MS3)/OPENSSL_Applink.$(MS3) \ + man$(MS3)/OPENSSL_VERSION_NUMBER.$(MS3) \ + man$(MS3)/OPENSSL_config.$(MS3) \ + man$(MS3)/OPENSSL_ia32cap.$(MS3) \ + man$(MS3)/OPENSSL_load_builtin_modules.$(MS3) \ + man$(MS3)/OpenSSL_add_all_algorithms.$(MS3) \ + man$(MS3)/PKCS12_create.$(MS3) \ + man$(MS3)/PKCS12_parse.$(MS3) \ + man$(MS3)/PKCS7_decrypt.$(MS3) \ + man$(MS3)/PKCS7_encrypt.$(MS3) \ + man$(MS3)/PKCS7_sign.$(MS3) \ + man$(MS3)/PKCS7_verify.$(MS3) \ + man$(MS3)/RAND_add.$(MS3) \ + man$(MS3)/RAND_bytes.$(MS3) \ + man$(MS3)/RAND_cleanup.$(MS3) \ + man$(MS3)/RAND_egd.$(MS3) \ + man$(MS3)/RAND_load_file.$(MS3) \ + man$(MS3)/RAND_set_rand_method.$(MS3) \ + man$(MS3)/RSA_blinding_on.$(MS3) \ + man$(MS3)/RSA_check_key.$(MS3) \ + man$(MS3)/RSA_generate_key.$(MS3) \ + man$(MS3)/RSA_get_ex_new_index.$(MS3) \ + man$(MS3)/RSA_new.$(MS3) \ + man$(MS3)/RSA_padding_add_PKCS1_type_1.$(MS3) \ + man$(MS3)/RSA_print.$(MS3) \ + man$(MS3)/RSA_private_encrypt.$(MS3) \ + man$(MS3)/RSA_public_encrypt.$(MS3) \ + man$(MS3)/RSA_set_method.$(MS3) \ + man$(MS3)/RSA_sign.$(MS3) \ + man$(MS3)/RSA_sign_ASN1_OCTET_STRING.$(MS3) \ + man$(MS3)/RSA_size.$(MS3) \ + man$(MS3)/SMIME_read_PKCS7.$(MS3) \ + man$(MS3)/SMIME_write_PKCS7.$(MS3) \ + man$(MS3)/X509_NAME_ENTRY_get_object.$(MS3) \ + man$(MS3)/X509_NAME_add_entry_by_txt.$(MS3) \ + man$(MS3)/X509_NAME_get_index_by_NID.$(MS3) \ + man$(MS3)/X509_NAME_print_ex.$(MS3) \ + man$(MS3)/X509_new.$(MS3) \ + man$(MS3)/bio.$(MS3) \ + man$(MS3)/blowfish.$(MS3) \ + man$(MS3)/bn.$(MS3) \ + man$(MS3)/bn_internal.$(MS3) \ + man$(MS3)/buffer.$(MS3) \ + man$(MS3)/crypto.$(MS3) \ + man$(MS3)/d2i_ASN1_OBJECT.$(MS3) \ + man$(MS3)/d2i_DHparams.$(MS3) \ + man$(MS3)/d2i_DSAPublicKey.$(MS3) \ + man$(MS3)/d2i_PKCS8PrivateKey.$(MS3) \ + man$(MS3)/d2i_RSAPublicKey.$(MS3) \ + man$(MS3)/d2i_X509.$(MS3) \ + man$(MS3)/d2i_X509_ALGOR.$(MS3) \ + man$(MS3)/d2i_X509_CRL.$(MS3) \ + man$(MS3)/d2i_X509_NAME.$(MS3) \ + man$(MS3)/d2i_X509_REQ.$(MS3) \ + man$(MS3)/d2i_X509_SIG.$(MS3) \ + man$(MS3)/des.$(MS3) \ + man$(MS3)/dh.$(MS3) \ + man$(MS3)/dsa.$(MS3) \ + man$(MS3)/ecdsa.$(MS3) \ + man$(MS3)/engine.$(MS3) \ + man$(MS3)/err.$(MS3) \ + man$(MS3)/evp.$(MS3) \ + man$(MS3)/hmac.$(MS3) \ + man$(MS3)/lh_stats.$(MS3) \ + man$(MS3)/lhash.$(MS3) \ + man$(MS3)/md5.$(MS3) \ + man$(MS3)/mdc2.$(MS3) \ + man$(MS3)/pem.$(MS3) \ + man$(MS3)/rand.$(MS3) \ + man$(MS3)/rc4.$(MS3) \ + man$(MS3)/ripemd.$(MS3) \ + man$(MS3)/rsa.$(MS3) \ + man$(MS3)/sha.$(MS3) \ + man$(MS3)/threads.$(MS3) \ + man$(MS3)/ui.$(MS3) \ + man$(MS3)/ui_compat.$(MS3) \ + man$(MS3)/x509.$(MS3) + +APPSMANPAGES = man$(MS1)/CA.pl.$(MS1) \ + man$(MS1)/asn1parse.$(MS1) \ + man$(MS1)/ca.$(MS1) \ + man$(MS1)/ciphers.$(MS1) \ + man$(MS1)/crl.$(MS1) \ + man$(MS1)/crl2pkcs7.$(MS1) \ + man$(MS1)/dgst.$(MS1) \ + man$(MS1)/dhparam.$(MS1) \ + man$(MS1)/dsa.$(MS1) \ + man$(MS1)/dsaparam.$(MS1) \ + man$(MS1)/ec.$(MS1) \ + man$(MS1)/ecparam.$(MS1) \ + man$(MS1)/enc.$(MS1) \ + man$(MS1)/errstr.$(MS1) \ + man$(MS1)/gendsa.$(MS1) \ + man$(MS1)/genrsa.$(MS1) \ + man$(MS1)/nseq.$(MS1) \ + man$(MS1)/ocsp.$(MS1) \ + man$(MS1)/openssl.$(MS1) \ + man$(MS1)/passwd.$(MS1) \ + man$(MS1)/pkcs12.$(MS1) \ + man$(MS1)/pkcs7.$(MS1) \ + man$(MS1)/pkcs8.$(MS1) \ + man$(MS1)/rand.$(MS1) \ + man$(MS1)/req.$(MS1) \ + man$(MS1)/rsa.$(MS1) \ + man$(MS1)/rsautl.$(MS1) \ + man$(MS1)/s_client.$(MS1) \ + man$(MS1)/s_server.$(MS1) \ + man$(MS1)/s_time.$(MS1) \ + man$(MS1)/sess_id.$(MS1) \ + man$(MS1)/smime.$(MS1) \ + man$(MS1)/speed.$(MS1) \ + man$(MS1)/spkac.$(MS1) \ + man$(MS1)/verify.$(MS1) \ + man$(MS1)/version.$(MS1) \ + man$(MS1)/x509.$(MS1) + +SSLMANPAGES = man$(MS3)/SSL_CIPHER_get_name.$(MS3) \ + man$(MS3)/SSL_COMP_add_compression_method.$(MS3) \ + man$(MS3)/SSL_CTX_add_extra_chain_cert.$(MS3) \ + man$(MS3)/SSL_CTX_add_session.$(MS3) \ + man$(MS3)/SSL_CTX_ctrl.$(MS3) \ + man$(MS3)/SSL_CTX_flush_sessions.$(MS3) \ + man$(MS3)/SSL_CTX_free.$(MS3) \ + man$(MS3)/SSL_CTX_get_ex_new_index.$(MS3) \ + man$(MS3)/SSL_CTX_get_verify_mode.$(MS3) \ + man$(MS3)/SSL_CTX_load_verify_locations.$(MS3) \ + man$(MS3)/SSL_CTX_new.$(MS3) \ + man$(MS3)/SSL_CTX_sess_number.$(MS3) \ + man$(MS3)/SSL_CTX_sess_set_cache_size.$(MS3) \ + man$(MS3)/SSL_CTX_sess_set_get_cb.$(MS3) \ + man$(MS3)/SSL_CTX_sessions.$(MS3) \ + man$(MS3)/SSL_CTX_set_cert_store.$(MS3) \ + man$(MS3)/SSL_CTX_set_cert_verify_callback.$(MS3) \ + man$(MS3)/SSL_CTX_set_cipher_list.$(MS3) \ + man$(MS3)/SSL_CTX_set_client_CA_list.$(MS3) \ + man$(MS3)/SSL_CTX_set_client_cert_cb.$(MS3) \ + man$(MS3)/SSL_CTX_set_default_passwd_cb.$(MS3) \ + man$(MS3)/SSL_CTX_set_generate_session_id.$(MS3) \ + man$(MS3)/SSL_CTX_set_info_callback.$(MS3) \ + man$(MS3)/SSL_CTX_set_max_cert_list.$(MS3) \ + man$(MS3)/SSL_CTX_set_mode.$(MS3) \ + man$(MS3)/SSL_CTX_set_msg_callback.$(MS3) \ + man$(MS3)/SSL_CTX_set_options.$(MS3) \ + man$(MS3)/SSL_CTX_set_quiet_shutdown.$(MS3) \ + man$(MS3)/SSL_CTX_set_session_cache_mode.$(MS3) \ + man$(MS3)/SSL_CTX_set_session_id_context.$(MS3) \ + man$(MS3)/SSL_CTX_set_ssl_version.$(MS3) \ + man$(MS3)/SSL_CTX_set_timeout.$(MS3) \ + man$(MS3)/SSL_CTX_set_tmp_dh_callback.$(MS3) \ + man$(MS3)/SSL_CTX_set_tmp_rsa_callback.$(MS3) \ + man$(MS3)/SSL_CTX_set_verify.$(MS3) \ + man$(MS3)/SSL_CTX_use_certificate.$(MS3) \ + man$(MS3)/SSL_SESSION_free.$(MS3) \ + man$(MS3)/SSL_SESSION_get_ex_new_index.$(MS3) \ + man$(MS3)/SSL_SESSION_get_time.$(MS3) \ + man$(MS3)/SSL_accept.$(MS3) \ + man$(MS3)/SSL_alert_type_string.$(MS3) \ + man$(MS3)/SSL_clear.$(MS3) \ + man$(MS3)/SSL_connect.$(MS3) \ + man$(MS3)/SSL_do_handshake.$(MS3) \ + man$(MS3)/SSL_free.$(MS3) \ + man$(MS3)/SSL_get_SSL_CTX.$(MS3) \ + man$(MS3)/SSL_get_ciphers.$(MS3) \ + man$(MS3)/SSL_get_client_CA_list.$(MS3) \ + man$(MS3)/SSL_get_current_cipher.$(MS3) \ + man$(MS3)/SSL_get_default_timeout.$(MS3) \ + man$(MS3)/SSL_get_error.$(MS3) \ + man$(MS3)/SSL_get_ex_data_X509_STORE_CTX_idx.$(MS3) \ + man$(MS3)/SSL_get_ex_new_index.$(MS3) \ + man$(MS3)/SSL_get_fd.$(MS3) \ + man$(MS3)/SSL_get_peer_cert_chain.$(MS3) \ + man$(MS3)/SSL_get_peer_certificate.$(MS3) \ + man$(MS3)/SSL_get_rbio.$(MS3) \ + man$(MS3)/SSL_get_session.$(MS3) \ + man$(MS3)/SSL_get_verify_result.$(MS3) \ + man$(MS3)/SSL_get_version.$(MS3) \ + man$(MS3)/SSL_library_init.$(MS3) \ + man$(MS3)/SSL_load_client_CA_file.$(MS3) \ + man$(MS3)/SSL_new.$(MS3) \ + man$(MS3)/SSL_pending.$(MS3) \ + man$(MS3)/SSL_read.$(MS3) \ + man$(MS3)/SSL_rstate_string.$(MS3) \ + man$(MS3)/SSL_session_reused.$(MS3) \ + man$(MS3)/SSL_set_bio.$(MS3) \ + man$(MS3)/SSL_set_connect_state.$(MS3) \ + man$(MS3)/SSL_set_fd.$(MS3) \ + man$(MS3)/SSL_set_session.$(MS3) \ + man$(MS3)/SSL_set_shutdown.$(MS3) \ + man$(MS3)/SSL_set_verify_result.$(MS3) \ + man$(MS3)/SSL_shutdown.$(MS3) \ + man$(MS3)/SSL_state_string.$(MS3) \ + man$(MS3)/SSL_want.$(MS3) \ + man$(MS3)/SSL_write.$(MS3) \ + man$(MS3)/d2i_SSL_SESSION.$(MS3) \ + man$(MS3)/ssl.$(MS3) + +ROOTSPECMANPAGES = $(SPECMANPAGES:%=$(ROOTMAN)/%) +ROOTCONFIGMANPAGES = $(CONFIGMANPAGES:%=$(ROOTMAN)/%) +ROOTAPPSMANPAGES = $(APPSMANPAGES:%=$(ROOTMAN)/%) +ROOTCRYPTOMANPAGES = $(CRYPTOMANPAGES:%=$(ROOTMAN)/%) +ROOTSSLMANPAGES = $(SSLMANPAGES:%=$(ROOTMAN)/%) + +ROOTMANPAGES = $(ROOTSPECMANPAGES) \ + $(ROOTCONFIGMANPAGES) \ + $(ROOTAPPSMANPAGES) \ + $(ROOTCRYPTOMANPAGES) \ + $(ROOTSSLMANPAGES) + +CONFIGSUNPAGES = $(CONFIGMANPAGES:man$(MS5)%.$(MS5)=sunman%.$(MS5)) +SPECSUNPAGES = $(SPECMANPAGES:man$(MS7)%.$(MS7)=sunman%.$(MS7)) +APPSSUNPAGES = $(APPSMANPAGES:man$(MS1)%.$(MS1)=sunman%.$(MS1)) +CRYPTOSUNPAGES = $(CRYPTOMANPAGES:man$(MS3)%.$(MS3)=sunman%.$(MS3)) +SSLSUNPAGES = $(SSLMANPAGES:man$(MS3)%.$(MS3)=sunman%.$(MS3)) # we don't want to explicitly define what symlinks to existing man pages to # create. This can be easily extracted from manual pages in POD format. @@ -354,11 +352,11 @@ SSLSUNPAGES = $(SSLMANPAGES:man3%.3=sunman%.3) # actual location in common/openssl/doc. Note that we don't use ':' as a # separator for the section/dir/pod_page triplet because ':' generally denotes # "noise" in the nightly build log. -CONFIGPODPAGES = $(CONFIGMANPAGES:man5/%.5=5,apps,%) -SPECPODPAGES = $(SPECMANPAGES:man7/%.7=7,crypto,%) -APPSPODPAGES = $(APPSMANPAGES:man1/%.1=1,apps,%) -CRYPTOPODPAGES = $(CRYPTOMANPAGES:man3/%.3=3,crypto,%) -SSLPODPAGES = $(SSLMANPAGES:man3/%.3=3,ssl,%) +CONFIGPODPAGES = $(CONFIGMANPAGES:man$(MS5)/%.$(MS5)=$(MS5),apps,%) +SPECPODPAGES = $(SPECMANPAGES:man$(MS7)/%.$(MS7)=$(MS7),crypto,%) +APPSPODPAGES = $(APPSMANPAGES:man$(MS1)/%.$(MS1)=$(MS1),apps,%) +CRYPTOPODPAGES = $(CRYPTOMANPAGES:man$(MS3)/%.$(MS3)=$(MS3),crypto,%) +SSLPODPAGES = $(SSLMANPAGES:man$(MS3)/%.$(MS3)=$(MS3),ssl,%) ALLPODPAGES = $(CONFIGPODPAGES) \ $(SPECPODPAGES) \ @@ -366,6 +364,10 @@ ALLPODPAGES = $(CONFIGPODPAGES) \ $(CRYPTOPODPAGES) \ $(SSLPODPAGES) +ROOTUSRSFWBIN = $(ROOT)/usr/sfw/bin +SFWBINLINKS = openssl $(BUILD64) $(MACH64)/openssl +ROOTUSRSFWBINLINKS = $(SFWBINLINKS:%=$(ROOTUSRSFWBIN)/%) + include ../Makefile.cmd all := TARGET = all @@ -373,6 +375,8 @@ clean := TARGET = clean clobber := TARGET = clobber install := TARGET = install +.KEEP_STATE: + .PARALLEL: $(SUBDIRS) all clobber: $(SUBDIRS) @@ -380,15 +384,15 @@ all clobber: $(SUBDIRS) clean clobber: $(SUBDIRS) $(RM) -r sunman -install: $(SUBDIRS) $(ROOTOPENSSL)/openssl.cnf man +install: $(SUBDIRS) $(ROOTOPENSSL)/openssl.cnf man binsymlinks # (1) convert man pages in POD format into NROFF format and store them in # ./sunman directory # (2) install them into their respective manX directories in the proto area # (3) create symlinks according to NAME section of each manual page man: mansymlinks -mansymlinks: $(ROOTSFWMANPAGES) -$(ROOTSFWMANPAGES): sunman +mansymlinks: $(ROOTMANPAGES) +$(ROOTMANPAGES): sunman # We do NOT attempt to place 3rd Party code under the ON gate lint rules. lint: @@ -408,52 +412,48 @@ $(ROOTOPENSSL): $(INS.dir) $(ROOTOPENSSL)/certs $(INS.dir) $(ROOTOPENSSL)/private -$(ROOTSFWMANPAGES) := FILEMODE = 0444 -$(ROOTSFWMANPAGES): $(ROOTSFWMANDIRS) - -$(ROOTSFWMANDIRS): $(ROOTSFWMAN) $(ROOTSFW)/man - $(INS.dir) - -$(ROOTSFWMAN): $(ROOTSFW)/share - $(INS.dir) - -$(ROOTSFW)/man: $(ROOTSFW) - $(RM) $@ - $(SYMLINK) share/man $@ +$(ROOTMANPAGES) := FILEMODE = 0444 +$(ROOTMANPAGES): $(ROOTMANDIRS) -$(ROOTSFW)/share: $(ROOTSFW) +$(ROOTMANDIRS): $(ROOTMAN) $(INS.dir) -$(ROOTSFW): - $(INS.dir) - -$(ROOTSFWMAN)/man1/% $(ROOTSFWMAN)/man3/% $(ROOTSFWMAN)/man5/% $(ROOTSFWMAN)/man7/%: sunman/% +$(ROOTMAN)/man$(MS1)/% \ +$(ROOTMAN)/man$(MS3)/% \ +$(ROOTMAN)/man$(MS5)/% \ +$(ROOTMAN)/man$(MS7)/% \ + : sunman/% $(INS.file) $(SPECSUNPAGES): - @$(POD2MAN) --date=$(DATE) --center=OpenSSL --section=7 \ + @$(POD2MAN) --date=$(OPENSSL_DATE) --center=OpenSSL --section=$(MS7) \ --quotes=none --release "OpenSSL-$(OPENSSL_VERSION)" \ - --name=`basename $@ .7` $(OPENSSL_SRC)/doc/crypto/`basename $@ .7`.pod $@ + --name=`basename $@ .$(MS7)` \ + $(OPENSSL_SRC)/doc/crypto/`basename $@ .$(MS7)`.pod $@ $(CONFIGSUNPAGES): - @$(POD2MAN) --date=$(DATE) --center=OpenSSL --section=5 \ + @$(POD2MAN) --date=$(OPENSSL_DATE) --center=OpenSSL --section=$(MS5) \ --quotes=none --release "OpenSSL-$(OPENSSL_VERSION)" \ - --name=`basename $@ .5` $(OPENSSL_SRC)/doc/apps/`basename $@ .5`.pod $@ + --name=`basename $@ .$(MS5)` \ + $(OPENSSL_SRC)/doc/apps/`basename $@ .$(MS5)`.pod $@ $(APPSSUNPAGES): - @$(POD2MAN) --date=$(DATE) --center=OpenSSL --section=1 \ + @$(POD2MAN) --date=$(OPENSSL_DATE) --center=OpenSSL --section=$(MS1) \ --quotes=none --release "OpenSSL-$(OPENSSL_VERSION)" \ - --name=`basename $@ .1` $(OPENSSL_SRC)/doc/apps/`basename $@ .1`.pod $@ + --name=`basename $@ .$(MS1)` \ + $(OPENSSL_SRC)/doc/apps/`basename $@ .$(MS1)`.pod $@ $(SSLSUNPAGES): - @$(POD2MAN) --date=$(DATE) --center=OpenSSL --section=3 \ + @$(POD2MAN) --date=$(OPENSSL_DATE) --center=OpenSSL --section=$(MS3) \ --quotes=none --release "OpenSSL-$(OPENSSL_VERSION)" \ - --name=`basename $@ .3` $(OPENSSL_SRC)/doc/ssl/`basename $@ .3`.pod $@ + --name=`basename $@ .$(MS3)` \ + $(OPENSSL_SRC)/doc/ssl/`basename $@ .$(MS3)`.pod $@ $(CRYPTOSUNPAGES): - @$(POD2MAN) --date=$(DATE) --center=OpenSSL --section=3 \ + @$(POD2MAN) --date=$(OPENSSL_DATE) --center=OpenSSL --section=$(MS3) \ --quotes=none --release "OpenSSL-$(OPENSSL_VERSION)" \ - --name=`basename $@ .3` $(OPENSSL_SRC)/doc/crypto/`basename $@ .3`.pod $@ + --name=`basename $@ .$(MS3)` \ + $(OPENSSL_SRC)/doc/crypto/`basename $@ .$(MS3)`.pod $@ mansymlinks: @for i in $(ALLPODPAGES); do \ @@ -463,10 +463,26 @@ mansymlinks: $(EXTRACT_NAMES) <$(OPENSSL_SRC)/doc/$$dir/$$base.pod | \ grep -v "^$$base$$" | \ while read j; do \ - $(RM) -f $(ROOTSFWMAN)/man$$section/$$j.$$section; \ - $(SYMLINK) $$base.$$section $(ROOTSFWMAN)/man$$section/$$j.$$section ; \ + $(RM) -f $(ROOTMAN)/man$$section/$$j.$$section; \ + $(SYMLINK) $$base.$$section \ + $(ROOTMAN)/man$$section/$$j.$$section; \ done; \ done sunman: - mkdir sunman + $(MKDIR) -p sunman + +binsymlinks: $(ROOTUSRSFWBIN) .WAIT $(ROOTUSRSFWBINLINKS) + +$(ROOTUSRSFWBIN): + $(INS.dir) + $(INS.dir) $@/$(MACH64) + +$(ROOTUSRSFWBIN)/openssl:= \ + REALPATH=../../bin/openssl +$(ROOTUSRSFWBIN)/$(MACH64)/openssl:= \ + REALPATH=../../../bin/$(MACH64)/openssl + +$(ROOTUSRSFWBINLINKS): + $(RM) $@ + $(SYMLINK) $(REALPATH) $@ diff --git a/usr/src/cmd/openssl/Makefile.com b/usr/src/cmd/openssl/Makefile.com index 6aaf9b3e0b..5fc4e11810 100644 --- a/usr/src/cmd/openssl/Makefile.com +++ b/usr/src/cmd/openssl/Makefile.com @@ -18,11 +18,8 @@ # # CDDL HEADER END # -# -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. -# -# ident "%Z%%M% %I% %E% SMI" PROG = openssl @@ -73,19 +70,19 @@ OBJS = \ version.o \ x509.o -SRCDIR = $(OPENSSL_SRC)/apps +SRCDIR = $(OPENSSL_SRC)/apps -ROOTCMDDIR = $(ROOTSFWBIN) +ROOTCMDDIR = $(ROOTBIN) -CFLAGS += $(CCVERBOSE) \ +CFLAGS += $(CCVERBOSE) \ -erroff=E_END_OF_LOOP_CODE_NOT_REACHED,E_CONST_PROMOTED_UNSIGNED_LONG -CFLAGS64 += -erroff=E_END_OF_LOOP_CODE_NOT_REACHED +CFLAGS64 += -erroff=E_END_OF_LOOP_CODE_NOT_REACHED -CPPFLAGS = $(OPENSSL_BUILD_CPPFLAGS) -I$(SRCDIR) -DMONOLITH $(CPPFLAGS.master) +CPPFLAGS = \ + $(OPENSSL_BUILD_CPPFLAGS) -I$(SRCDIR) -DMONOLITH $(CPPFLAGS.master) -LDLIBS += $(OPENSSL_LDFLAGS) -lcrypto -lssl -lnsl -lsocket -lc -DYNFLAGS += $(OPENSSL_DYNFLAGS) +LDLIBS += -lcrypto -lssl -lnsl -lsocket -lc .KEEP_STATE: diff --git a/usr/src/cmd/sendmail/src/Makefile b/usr/src/cmd/sendmail/src/Makefile index fe552e9f47..ee9a1dd368 100644 --- a/usr/src/cmd/sendmail/src/Makefile +++ b/usr/src/cmd/sendmail/src/Makefile @@ -23,8 +23,6 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # cmd/sendmail/src/Makefile # @@ -49,9 +47,9 @@ CRYPTOLIBS= -lssl -lcrypto # EXPORT DELETE END LDLIBS += ../libsmutil/libsmutil.a ../libsm/libsm.a -lresolv -lsocket \ -lnsl ../db/libdb.a -lldap -lsldap -lwrap -lumem \ - -L$(ROOTSFWLIB) $(CRYPTOLIBS) + $(CRYPTOLIBS) -INCPATH= -I. -I../include -I../db -I$(ROOTSFWINCLUDE) +INCPATH= -I. -I../include -I../db # EXPORT DELETE START CRYPTOENVDEF= -DSTARTTLS diff --git a/usr/src/cmd/ssh/Makefile.ssh-common b/usr/src/cmd/ssh/Makefile.ssh-common index 566d923ad5..e26b33bdfd 100644 --- a/usr/src/cmd/ssh/Makefile.ssh-common +++ b/usr/src/cmd/ssh/Makefile.ssh-common @@ -18,11 +18,9 @@ # # CDDL HEADER END # -# Copyright 2007 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # Common definitions for all of usr/src/cmd/ssh subdirs # @@ -41,7 +39,7 @@ CPPFLAGS = -DSSH_VERSION=$(SSH_VERSION) \ -I../include -I../../include \ -D_FILE_OFFSET_BITS=64 \ -erroff=E_STATEMENT_NOT_REACHED \ - $(OPENSSL_CPPFLAGS) $(CPPFLAGS.master) + $(CPPFLAGS.master) SSH_COMMON_LDLIBS = \ -L../libssh/$(MACH) -lssh \ diff --git a/usr/src/cmd/ssh/libssh/Makefile.com b/usr/src/cmd/ssh/libssh/Makefile.com index ad8e0c8676..990c704732 100644 --- a/usr/src/cmd/ssh/libssh/Makefile.com +++ b/usr/src/cmd/ssh/libssh/Makefile.com @@ -21,8 +21,6 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "@(#)Makefile.com 1.19 08/08/12 SMI" -# LIBRARY = libssh.a VERS = .1 @@ -94,8 +92,8 @@ LIBS = $(LIBRARY) $(LINTLIB) # definitions for lint # Until libz is compiled against unsigned uid/gid ON bits. -#LINTFLAGS += $(OPENSSL_LDFLAGS) -lcrypto -lz -lsocket -lnsl -lc -LINTFLAGS += $(OPENSSL_LDFLAGS) -lcrypto -lsocket -lnsl -lc +#LINTFLAGS += -lcrypto -lz -lsocket -lnsl -lc +LINTFLAGS += -lcrypto -lsocket -lnsl -lc $(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC) POFILE_DIR = ../.. diff --git a/usr/src/cmd/ssh/sftp-server/Makefile b/usr/src/cmd/ssh/sftp-server/Makefile index 4743387ab4..3becbe23a2 100644 --- a/usr/src/cmd/ssh/sftp-server/Makefile +++ b/usr/src/cmd/ssh/sftp-server/Makefile @@ -18,11 +18,9 @@ # # CDDL HEADER END # -# Copyright 2007 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # cmd/ssh/sftp-server/Makefile PROG = sftp-server @@ -33,9 +31,7 @@ SRCS = $(OBJS:.o=.c) include ../../Makefile.cmd include ../Makefile.ssh-common -LDLIBS += $(SSH_COMMON_LDLIBS) -lsocket $(OPENSSL_LDFLAGS) -lcrypto - -DYNFLAGS += $(OPENSSL_DYNFLAGS) +LDLIBS += $(SSH_COMMON_LDLIBS) -lsocket -lcrypto POFILE_DIR = .. diff --git a/usr/src/cmd/ssh/sftp/Makefile b/usr/src/cmd/ssh/sftp/Makefile index f99b2b7c03..47ffc3a963 100644 --- a/usr/src/cmd/ssh/sftp/Makefile +++ b/usr/src/cmd/ssh/sftp/Makefile @@ -18,11 +18,9 @@ # # CDDL HEADER END # -# Copyright 2007 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # cmd/ssh/sftp/Makefile PROG = sftp @@ -37,9 +35,7 @@ SRCS = $(OBJS:.o=.c) include ../../Makefile.cmd include ../Makefile.ssh-common -LDLIBS += $(SSH_COMMON_LDLIBS) -lsocket $(OPENSSL_LDFLAGS) -lcrypto - -DYNFLAGS += $(OPENSSL_DYNFLAGS) +LDLIBS += $(SSH_COMMON_LDLIBS) -lsocket -lcrypto POFILE_DIR = .. diff --git a/usr/src/cmd/ssh/ssh-add/Makefile b/usr/src/cmd/ssh/ssh-add/Makefile index 67e1c132bb..1fb132f741 100644 --- a/usr/src/cmd/ssh/ssh-add/Makefile +++ b/usr/src/cmd/ssh/ssh-add/Makefile @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -19,11 +18,9 @@ # # CDDL HEADER END # -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # cmd/ssh/ssh-add/Makefile PROG= ssh-add @@ -35,10 +32,7 @@ SRCS = $(OBJS:.o=.c) include ../../Makefile.cmd include ../Makefile.ssh-common -LDLIBS += $(SSH_COMMON_LDLIBS) -lsocket \ - $(OPENSSL_LDFLAGS) -lcrypto - -DYNFLAGS += $(OPENSSL_DYNFLAGS) +LDLIBS += $(SSH_COMMON_LDLIBS) -lsocket -lcrypto POFILE_DIR= .. diff --git a/usr/src/cmd/ssh/ssh-agent/Makefile b/usr/src/cmd/ssh/ssh-agent/Makefile index 842dbfacda..3d4a366c17 100644 --- a/usr/src/cmd/ssh/ssh-agent/Makefile +++ b/usr/src/cmd/ssh/ssh-agent/Makefile @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -19,11 +18,9 @@ # # CDDL HEADER END # -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # cmd/ssh/ssh-agent/Makefile PROG= ssh-agent @@ -35,9 +32,7 @@ SRCS = $(OBJS:.o=.c) include ../../Makefile.cmd include ../Makefile.ssh-common -LDLIBS += $(SSH_COMMON_LDLIBS) -lsocket $(OPENSSL_LDFLAGS) -lcrypto - -DYNFLAGS += $(OPENSSL_DYNFLAGS) +LDLIBS += $(SSH_COMMON_LDLIBS) -lsocket -lcrypto POFILE_DIR= .. diff --git a/usr/src/cmd/ssh/ssh-keygen/Makefile b/usr/src/cmd/ssh/ssh-keygen/Makefile index 339fa7019d..f92c437045 100644 --- a/usr/src/cmd/ssh/ssh-keygen/Makefile +++ b/usr/src/cmd/ssh/ssh-keygen/Makefile @@ -18,11 +18,9 @@ # # CDDL HEADER END # -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # cmd/ssh/ssh-keygen/Makefile PROG= ssh-keygen @@ -34,9 +32,7 @@ SRCS = $(OBJS:.o=.c) include ../../Makefile.cmd include ../Makefile.ssh-common -LDLIBS += $(SSH_COMMON_LDLIBS) $(OPENSSL_LDFLAGS) -lcrypto -lsocket - -DYNFLAGS += $(OPENSSL_DYNFLAGS) +LDLIBS += $(SSH_COMMON_LDLIBS) -lcrypto -lsocket POFILE_DIR= .. diff --git a/usr/src/cmd/ssh/ssh-keyscan/Makefile b/usr/src/cmd/ssh/ssh-keyscan/Makefile index 0c0e964709..9e2fd17160 100644 --- a/usr/src/cmd/ssh/ssh-keyscan/Makefile +++ b/usr/src/cmd/ssh/ssh-keyscan/Makefile @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -19,11 +18,9 @@ # # CDDL HEADER END # -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # cmd/ssh/ssh-keyscan/Makefile PROG= ssh-keyscan @@ -35,9 +32,7 @@ SRCS = $(OBJS:.o=.c) include ../../Makefile.cmd include ../Makefile.ssh-common -LDLIBS += $(SSH_COMMON_LDLIBS) -lsocket -lnsl -lz $(OPENSSL_LDFLAGS) -lcrypto - -DYNFLAGS += $(OPENSSL_DYNFLAGS) +LDLIBS += $(SSH_COMMON_LDLIBS) -lsocket -lnsl -lz -lcrypto POFILE_DIR= .. @@ -60,5 +55,3 @@ include ../Makefile.msg.targ include ../../Makefile.targ install: all $(ROOTPROG) - -#pragma ident "%Z%%M% %I% %E% SMI" diff --git a/usr/src/cmd/ssh/ssh-keysign/Makefile b/usr/src/cmd/ssh/ssh-keysign/Makefile index 3511d0250d..e31ae681a1 100644 --- a/usr/src/cmd/ssh/ssh-keysign/Makefile +++ b/usr/src/cmd/ssh/ssh-keysign/Makefile @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -19,11 +18,9 @@ # # CDDL HEADER END # -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # cmd/ssh/ssh-keysign/Makefile PROG= ssh-keysign @@ -39,9 +36,7 @@ include ../Makefile.ssh-common FILEMODE= 04555 -LDLIBS += $(SSH_COMMON_LDLIBS) -lsocket -lnsl -lz $(OPENSSL_LDFLAGS) -lcrypto - -DYNFLAGS += $(OPENSSL_DYNFLAGS) +LDLIBS += $(SSH_COMMON_LDLIBS) -lsocket -lnsl -lz -lcrypto POFILE_DIR= .. @@ -71,5 +66,3 @@ $(ROOTLIBSSHPROG)/%: % $(DIRS): $(INS.dir) - -#pragma ident "%Z%%M% %I% %E% SMI" diff --git a/usr/src/cmd/ssh/ssh/Makefile b/usr/src/cmd/ssh/ssh/Makefile index feffadfbfe..7bdd4f6be5 100644 --- a/usr/src/cmd/ssh/ssh/Makefile +++ b/usr/src/cmd/ssh/ssh/Makefile @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -19,11 +18,9 @@ # # CDDL HEADER END # -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # cmd/ssh/ssh/Makefile PROG= ssh @@ -43,11 +40,9 @@ include ../Makefile.ssh-common LDLIBS += $(SSH_COMMON_LDLIBS) -lsocket \ -lnsl \ -lz \ - $(OPENSSL_LDFLAGS) -lcrypto \ + -lcrypto \ -lgss -DYNFLAGS += $(OPENSSL_DYNFLAGS) - POFILE_DIR= .. .KEEP_STATE: diff --git a/usr/src/cmd/ssh/sshd/Makefile b/usr/src/cmd/ssh/sshd/Makefile index 9c249347bc..263b0ed83f 100644 --- a/usr/src/cmd/ssh/sshd/Makefile +++ b/usr/src/cmd/ssh/sshd/Makefile @@ -18,12 +18,9 @@ # # CDDL HEADER END # -# # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # cmd/ssh/sshd/Makefile PROG= sshd @@ -76,14 +73,12 @@ LDLIBS += $(SSH_COMMON_LDLIBS) -lsocket \ -lpam \ -lbsm \ -lwrap \ - $(OPENSSL_LDFLAGS) -lcrypto \ + -lcrypto \ -lgss \ -lcontract MAPFILES = $(MAPFILE.INT) $(MAPFILE.NGB) LDFLAGS += $(MAPFILES:%=-M%) -DYNFLAGS += $(OPENSSL_DYNFLAGS) $(C99_DISABLE) - POFILE_DIR= .. .KEEP_STATE: diff --git a/usr/src/common/openssl/apps/CA.pl b/usr/src/common/openssl/apps/CA.pl index 205f038b08..978a6a7f5b 100644 --- a/usr/src/common/openssl/apps/CA.pl +++ b/usr/src/common/openssl/apps/CA.pl @@ -53,7 +53,7 @@ $VERIFY="$openssl verify"; $X509="$openssl x509"; $PKCS12="$openssl pkcs12"; -$CATOP="/etc/sfw/openssl"; +$CATOP="/etc/openssl"; $CAKEY="cakey.pem"; $CAREQ="careq.pem"; $CACERT="cacert.pem"; diff --git a/usr/src/lib/Makefile.lib b/usr/src/lib/Makefile.lib index 58c88eff9c..a998929ea5 100644 --- a/usr/src/lib/Makefile.lib +++ b/usr/src/lib/Makefile.lib @@ -18,7 +18,6 @@ # # CDDL HEADER END # -# # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # @@ -127,30 +126,6 @@ $(ROOTDEMODIRS) := OWNER = root $(ROOTDEMODIRS) := GROUP = bin $(ROOTDEMODIRS) := DIRMODE = 755 -# -# Begin /usr/sfw freeware rules for freeware that has "External" -# taxonomy stability level. -# -ROOTSFW= $(ROOT)/usr/sfw -ROOTSFWBIN= $(ROOT)/usr/sfw/bin -ROOTSFWETC= $(ROOT)/etc/sfw -ROOTSFWVAR= $(ROOT)/var/sfw -ROOTSFWSHARE= $(ROOT)/usr/sfw/share -ROOTSFWSHSRC= $(ROOT)/usr/sfw/share/src -ROOTSFWINCLUDE= $(ROOT)/usr/sfw/include -ROOTSFWLIB= $(ROOT)/usr/sfw/lib -ROOTSFWLIB64= $(ROOT)/usr/sfw/lib/$(MACH64) -ROOTSFWMAN= $(ROOT)/usr/sfw/share/man -ROOTSFWMANN= $(ROOT)/usr/sfw/share/mann -ROOTSFWMAN1= $(ROOT)/usr/sfw/share/man/man1 -ROOTSFWMAN1M= $(ROOT)/usr/sfw/share/man/man1m -ROOTSFWMAN3= $(ROOT)/usr/sfw/share/man/man3 -ROOTSFWMAN5= $(ROOT)/usr/sfw/share/man/man5 -ROOTSFWMAN7= $(ROOT)/usr/sfw/share/man/man7 -# -# End /usr/sfw freeware rules -# - LINTLIB= llib-l$(LIBNAME).ln LINTFLAGS= -uaxm LINTFLAGS64= -uaxm -m64 diff --git a/usr/src/lib/libcryptoutil/Makefile.com b/usr/src/lib/libcryptoutil/Makefile.com index 7f8c7a0a43..98de0e1db3 100644 --- a/usr/src/lib/libcryptoutil/Makefile.com +++ b/usr/src/lib/libcryptoutil/Makefile.com @@ -18,12 +18,9 @@ # # CDDL HEADER END # -# # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# LIBRARY= libcryptoutil.a VERS= .1 @@ -42,6 +39,7 @@ OBJECTS= \ util.o include $(SRC)/lib/Makefile.lib +include $(SRC)/lib/Makefile.rootfs SRCDIR= ../common diff --git a/usr/src/lib/libelfsign/Makefile.com b/usr/src/lib/libelfsign/Makefile.com index c5faa4ea7e..b1490ce92a 100644 --- a/usr/src/lib/libelfsign/Makefile.com +++ b/usr/src/lib/libelfsign/Makefile.com @@ -18,13 +18,9 @@ # # CDDL HEADER END # - -# -# Copyright 2007 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# LIBRARY = libelfsign.a VERS = .1 @@ -34,6 +30,7 @@ OBJECTS = \ elfsignlib.o include $(SRC)/lib/Makefile.lib +include $(SRC)/lib/Makefile.rootfs SRCDIR = ../common diff --git a/usr/src/lib/libipsecutil/Makefile.com b/usr/src/lib/libipsecutil/Makefile.com index e1a38ba6c9..fb3963e42f 100644 --- a/usr/src/lib/libipsecutil/Makefile.com +++ b/usr/src/lib/libipsecutil/Makefile.com @@ -18,12 +18,9 @@ # # CDDL HEADER END # -# # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# LIBRARY = libipsecutil.a VERS = .1 @@ -38,8 +35,6 @@ SRCDIR = ../common $(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC) LDLIBS += -lsocket -lnsl -lc -LDLIBS += $(OPENSSL_LDFLAGS) -DYNFLAGS += $(OPENSSL_DYNFLAGS) CFLAGS += $(CCVERBOSE) CPPFLAGS += -I$(SRCDIR) diff --git a/usr/src/lib/libkmf/ber_der/Makefile.com b/usr/src/lib/libkmf/ber_der/Makefile.com index 9c8c5657de..7bb53957bb 100644 --- a/usr/src/lib/libkmf/ber_der/Makefile.com +++ b/usr/src/lib/libkmf/ber_der/Makefile.com @@ -18,11 +18,9 @@ # # CDDL HEADER END # -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# LIBRARY= libkmfberder.a VERS= .1 @@ -34,6 +32,7 @@ OBJECTS=\ clasn1.o include $(SRC)/lib/Makefile.lib +include $(SRC)/lib/Makefile.rootfs SRCDIR= ../common INCDIR= ../inc diff --git a/usr/src/lib/libkmf/include/kmfapiP.h b/usr/src/lib/libkmf/include/kmfapiP.h index 95f8faa8c2..1e0d108f92 100644 --- a/usr/src/lib/libkmf/include/kmfapiP.h +++ b/usr/src/lib/libkmf/include/kmfapiP.h @@ -25,8 +25,6 @@ #ifndef _KMFAPIP_H #define _KMFAPIP_H -#pragma ident "%Z%%M% %I% %E% SMI" - #include <kmfapi.h> #include <kmfpolicy.h> @@ -207,13 +205,13 @@ typedef struct _kmf_handle { #ifndef KMF_PLUGIN_PATH #if defined(__sparcv9) -#define KMF_PLUGIN_PATH "/usr/lib/security/sparcv9/" +#define KMF_PLUGIN_PATH "/lib/crypto/sparcv9/" #elif defined(__sparc) -#define KMF_PLUGIN_PATH "/usr/lib/security/" +#define KMF_PLUGIN_PATH "/lib/crypto/" #elif defined(__i386) -#define KMF_PLUGIN_PATH "/usr/lib/security/" +#define KMF_PLUGIN_PATH "/lib/crypto/" #elif defined(__amd64) -#define KMF_PLUGIN_PATH "/usr/lib/security/amd64/" +#define KMF_PLUGIN_PATH "/lib/crypto/amd64/" #endif #endif /* !KMF_PLUGIN_PATH */ diff --git a/usr/src/lib/libkmf/libkmf/Makefile.com b/usr/src/lib/libkmf/libkmf/Makefile.com index 4d8653fdaa..af34cf87a3 100644 --- a/usr/src/lib/libkmf/libkmf/Makefile.com +++ b/usr/src/lib/libkmf/libkmf/Makefile.com @@ -21,8 +21,6 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -# LIBRARY= libkmf.a VERS= .1 @@ -50,6 +48,7 @@ CRYPTOUTILLIB= -lcryptoutil CRYPTOUTILLIB64= -lcryptoutil include $(SRC)/lib/Makefile.lib +include $(SRC)/lib/Makefile.rootfs SRCDIR= ../common INCDIR= ../../include diff --git a/usr/src/lib/libkmf/plugins/kmf_nss/Makefile.com b/usr/src/lib/libkmf/plugins/kmf_nss/Makefile.com index 2625fec183..973aded814 100644 --- a/usr/src/lib/libkmf/plugins/kmf_nss/Makefile.com +++ b/usr/src/lib/libkmf/plugins/kmf_nss/Makefile.com @@ -19,11 +19,9 @@ # CDDL HEADER END # # -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # Makefile for KMF Plugins # @@ -62,9 +60,8 @@ LDLIBS32 += $(NSSLIBS) LIBS = $(DYNLIB) -ROOTLIBDIR= $(ROOT)/usr/lib/security -ROOTLIBDIR64= $(ROOT)/usr/lib/security/$(MACH64) - +ROOTLIBDIR= $(ROOTFS_LIBDIR)/crypto +ROOTLIBDIR64= $(ROOTFS_LIBDIR)/crypto/$(MACH64) .KEEP_STATE: diff --git a/usr/src/lib/libkmf/plugins/kmf_openssl/Makefile.com b/usr/src/lib/libkmf/plugins/kmf_openssl/Makefile.com index acb4c3229a..1183ee1f30 100644 --- a/usr/src/lib/libkmf/plugins/kmf_openssl/Makefile.com +++ b/usr/src/lib/libkmf/plugins/kmf_openssl/Makefile.com @@ -21,8 +21,6 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # Makefile for KMF Plugins # @@ -40,17 +38,17 @@ KMFINC= -I../../../include -I../../../ber_der/inc BERLIB= -lkmf -lkmfberder BERLIB64= $(BERLIB) -OPENSSLLIBS= $(BERLIB) $(OPENSSL_DYNFLAGS) $(OPENSSL_LDFLAGS) -lcrypto -lcryptoutil -lc -OPENSSLLIBS64= $(BERLIB64) $(OPENSSL_DYNFLAGS) $(OPENSSL_LDFLAGS) -lcrypto -lcryptoutil -lc +OPENSSLLIBS= $(BERLIB) -lcrypto -lcryptoutil -lc +OPENSSLLIBS64= $(BERLIB64) -lcrypto -lcryptoutil -lc -LINTSSLLIBS = $(BERLIB) $(OPENSSL_LDFLAGS) -lcrypto -lcryptoutil -lc -LINTSSLLIBS64 = $(BERLIB64) $(OPENSSL_LDFLAGS) -lcrypto -lcryptoutil -lc +LINTSSLLIBS = $(BERLIB) -lcrypto -lcryptoutil -lc +LINTSSLLIBS64 = $(BERLIB64) -lcrypto -lcryptoutil -lc SRCDIR= ../common INCDIR= ../../include CFLAGS += $(CCVERBOSE) -CPPFLAGS += -D_REENTRANT $(KMFINC) $(OPENSSL_CPPFLAGS) \ +CPPFLAGS += -D_REENTRANT $(KMFINC) \ -I$(INCDIR) -I/usr/include/libxml2 PICS= $(OBJECTS:%=pics/%) @@ -61,8 +59,8 @@ lint:= OPENSSLLIBS64= $(LINTSSLLIBS64) LDLIBS32 += $(OPENSSLLIBS) -ROOTLIBDIR= $(ROOT)/usr/lib/security -ROOTLIBDIR64= $(ROOT)/usr/lib/security/$(MACH64) +ROOTLIBDIR= $(ROOTFS_LIBDIR)/crypto +ROOTLIBDIR64= $(ROOTFS_LIBDIR)/crypto/$(MACH64) .KEEP_STATE: diff --git a/usr/src/lib/libkmf/plugins/kmf_pkcs11/Makefile.com b/usr/src/lib/libkmf/plugins/kmf_pkcs11/Makefile.com index 700daba21b..dadce8e5a1 100644 --- a/usr/src/lib/libkmf/plugins/kmf_pkcs11/Makefile.com +++ b/usr/src/lib/libkmf/plugins/kmf_pkcs11/Makefile.com @@ -18,12 +18,9 @@ # # CDDL HEADER END # -# -# Copyright 2007 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # Makefile for KMF Plugins # @@ -60,8 +57,8 @@ SONAME= $(PLUGIN) LDLIBS += $(PKCS11LIBS) -ROOTLIBDIR= $(ROOT)/usr/lib/security -ROOTLIBDIR64= $(ROOT)/usr/lib/security/$(MACH64) +ROOTLIBDIR= $(ROOTFS_LIBDIR)/crypto +ROOTLIBDIR64= $(ROOTFS_LIBDIR)/crypto/$(MACH64) .KEEP_STATE: diff --git a/usr/src/lib/libwanboot/Makefile.com b/usr/src/lib/libwanboot/Makefile.com index 00434d96fb..21f31b4a4e 100644 --- a/usr/src/lib/libwanboot/Makefile.com +++ b/usr/src/lib/libwanboot/Makefile.com @@ -18,12 +18,9 @@ # # CDDL HEADER END # -# -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# LIBRARY = libwanboot.a VERS = .1 @@ -63,13 +60,8 @@ include ../../Makefile.lib LIBS += $(LINTLIB) LDLIBS += -lnvpair -lresolv -lnsl -lsocket -ldevinfo -ldhcputil \ - -linetutil -lc $(OPENSSL_LDFLAGS) -lcrypto -lssl -DYNFLAGS += $(OPENSSL_DYNFLAGS) -# -# Note this uses CPPFLAGS.master to prepend because our parent may have -# an old version of the OpenSSL headers in $ROOT/usr/include/openssl -CPPFLAGS = $(OPENSSL_CPPFLAGS) \ - -I$(SRC)/common/net/wanboot/crypt $(CPPFLAGS.master) + -linetutil -lc -lcrypto -lssl +CPPFLAGS = -I$(SRC)/common/net/wanboot/crypt $(CPPFLAGS.master) # Must override SRCS from Makefile.lib since sources have # multiple source directories. diff --git a/usr/src/lib/mms/mms/Makefile.com b/usr/src/lib/mms/mms/Makefile.com index c552c71afb..93472b4f6b 100644 --- a/usr/src/lib/mms/mms/Makefile.com +++ b/usr/src/lib/mms/mms/Makefile.com @@ -51,15 +51,13 @@ LIBS = $(DYNLIB) $(LINTLIB) SRCDIR = ../common LDLIBS += -lc -lsocket -lnsl -lscf -LDLIBS += -L/usr/sfw/lib -lssl -lcrypto - -DYNFLAGS += -R/usr/sfw/lib +LDLIBS += -lssl -lcrypto CFLAGS += $(CTF_FLAGS) $(CCVERBOSE) CFLAGS += $(C_BIGPICFLAGS) CPPFLAGS += -DMMS_OPENSSL -CPPFLAGS += -I$(SRCDIR) -I$(SRC)/common/mms/mms -I/usr/sfw/include +CPPFLAGS += -I$(SRCDIR) -I$(SRC)/common/mms/mms C99MODE= $(C99_ENABLE) diff --git a/usr/src/lib/openssl/Makefile b/usr/src/lib/openssl/Makefile index b739ccbd23..d13530c7e8 100644 --- a/usr/src/lib/openssl/Makefile +++ b/usr/src/lib/openssl/Makefile @@ -18,12 +18,9 @@ # # CDDL HEADER END # -# -# Copyright 2007 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include ../Makefile.lib include Makefile.openssl @@ -42,7 +39,7 @@ HDRS= e_os2.h HDRDIR= $(OPENSSL_SRC) -ROOTHDRDIR= $(ROOTSFWINCLUDE)/openssl +ROOTHDRDIR= $(ROOT)/usr/include/openssl .KEEP_STATE: @@ -64,7 +61,7 @@ FRC: $(ROOTHDRS): $(ROOTHDRDIR) -$(ROOTHDRDIR): $(ROOTSFW) +$(ROOTHDRDIR): $(INS.dir) include ../Makefile.targ diff --git a/usr/src/lib/openssl/Makefile.com b/usr/src/lib/openssl/Makefile.com index e27cf36b74..5f9ea95343 100644 --- a/usr/src/lib/openssl/Makefile.com +++ b/usr/src/lib/openssl/Makefile.com @@ -19,25 +19,21 @@ # CDDL HEADER END # # -# Copyright 2007 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# - -VERS= .0.9.8 include $(SRC)/lib/Makefile.lib include $(SRC)/lib/openssl/Makefile.openssl +include $(SRC)/lib/Makefile.rootfs + +VERS = .$(OPENSSL_VERSION) CPPFLAGS = $(OPENSSL_BUILD_CPPFLAGS) $(CPPFLAGS.master) COPTFLAG = -xO5 sparcv9_COPTFLAG = -xO5 -ROOTLIBDIR = $(ROOTSFWLIB) -ROOTLIBDIR64 = $(ROOTSFWLIB64) - # # Ensure `all' is the default target. # @@ -45,7 +41,7 @@ all: # Normally ROOTLIBPCDIR would be expressed in terms of ROOTLIBDIR # however it should always be /usr/lib/pkgconfig so we can't do that here -# because ROOTLIBDIR is actually ROOTSFWLIB. +# because ROOTLIBDIR is actually ROOTFS_LIBDIR. # LIBPCSRC could be expressed in terms of LIBNAME in some cases but # not this one because the libraries are libcrypto and libssl but the # expected .pc file is openssl.pc @@ -54,21 +50,22 @@ all: # what is documented in pkg-config(1) and it is also where all the # existing sparcv9 pkgconfig files are. -LIBPCDIR =/usr/lib/pkgconfig -LIBPCDIR64 =/usr/lib/$(MACH64)/pkgconfig -LIBPCSRC = openssl.pc +LIBPCDIR = /usr/lib/pkgconfig +LIBPCDIR64 = /usr/lib/$(MACH64)/pkgconfig +LIBPCSRC = openssl.pc +OPENSSL_PREFIX = /usr $(LIBPCSRC): ../../$(LIBPCSRC).tmpl - $(SED) -e "s@__VERSION__@$(VERS:.%=%)@" \ - -e "s@__PREFIX__@$(SFW_ROOT)@" \ - -e "s@__LIBDIR__@$(SFWLIBDIR)@" \ + $(SED) -e s@__VERSION__@$(OPENSSL_VERSION)@ \ + -e s@__PREFIX__@$(OPENSSL_PREFIX)@ \ + -e s@__LIBDIR__@$(OPENSSL_LIBDIR)@ \ < ../../$(LIBPCSRC).tmpl > $(LIBPCSRC) -ROOTLIBPCDIR = $(ROOT)/$(LIBPCDIR) -ROOTLIBPC = $(LIBPCSRC:%=$(ROOTLIBPCDIR)/%) +ROOTLIBPCDIR = $(ROOT)/$(LIBPCDIR) +ROOTLIBPC = $(LIBPCSRC:%=$(ROOTLIBPCDIR)/%) ROOTLIBPCDIR64 = $(ROOT)/$(LIBPCDIR64) -ROOTLIBPC64 = $(LIBPCSRC:%=$(ROOTLIBPCDIR64)/%) +ROOTLIBPC64 = $(LIBPCSRC:%=$(ROOTLIBPCDIR64)/%) $(ROOTLIBPCDIR): $(INS.dir) diff --git a/usr/src/lib/openssl/Makefile.openssl b/usr/src/lib/openssl/Makefile.openssl index 6867c968c2..7d997fa7d5 100644 --- a/usr/src/lib/openssl/Makefile.openssl +++ b/usr/src/lib/openssl/Makefile.openssl @@ -19,25 +19,23 @@ # CDDL HEADER END # # -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # OpenSSL source is common between lib and stand (for wanboot). -# For userland consumers it is in /usr/sfw so we define some macros in case -# it moves else where later (it has moved twice already!). -# -# OPENSSL_CPPFLAGS and OPENSSL_LDLIBS OPENSSL_DYNFLAGS should be used -# by all the consumers of the OpenSSL libraries. -# +# For userland consumers it is in /usr so we define some macros in case +# it moves else where later (it has moved thrice already!). + +OPENSSL_VERSION = 0.9.8 +OPENSSL_DATE = "Oct 11 2005" + # OPENSSL_SRC, OPENSSL_ETCDIR, OPENSSL_NO_XX, OPENSSL_BUILD_CPPFLAGS are # for use only for building OpenSSL, they are here because we built it in # two different places. # OPENSSL_SRC = $(SRC)/common/openssl -OPENSSL_ETCDIR = /etc/sfw/openssl +OPENSSL_ETCDIR = /etc/openssl # The OPENSSL_NO_XXX variable is use to list the algorithms which Solaris @@ -66,7 +64,7 @@ OPENSSL_NO_XXX = \ OPENSSL_BUILD_CPPFLAGS_sparc = -DB_ENDIAN OPENSSL_BUILD_CPPFLAGS = \ - -I$(ROOTSFWINCLUDE) \ + -I$(ROOT)/usr/include \ -I$(OPENSSL_SRC)\ -I$(OPENSSL_SRC)/crypto \ -DSOLARIS_OPENSSL \ @@ -79,12 +77,6 @@ OPENSSL_BUILD_CPPFLAGS = \ $(OPENSSL_BUILD_CPPFLAGS_$(MACH)) \ $(OPENSSL_NO_XXX) -OPENSSL_CPPFLAGS = -I$(ROOTSFWINCLUDE) -OPENSSL_CPPFLAGS += -I$(PARENT_ROOT)$(SFWINCDIR) - -OPENSSL_LDFLAGS = -L$(ROOT)$(SFWLIBDIR) -OPENSSL_LDFLAGS += -L$(PARENT_ROOT)$(SFWLIBDIR) -OPENSSL_LDFLAGS += -L$(SFWLIBDIR) +OPENSSL_LIBDIR = /lib -OPENSSL_DYNFLAGS = -R $(SFWLIBDIR) CFLAGS += -_gcc=-fasm diff --git a/usr/src/lib/openssl/libcrypto/Makefile b/usr/src/lib/openssl/libcrypto/Makefile index 4fd299b03e..e2690fe1bf 100644 --- a/usr/src/lib/openssl/libcrypto/Makefile +++ b/usr/src/lib/openssl/libcrypto/Makefile @@ -18,12 +18,9 @@ # # CDDL HEADER END # -# -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include $(SRC)/lib/Makefile.lib include ../Makefile.com @@ -102,7 +99,7 @@ HDRS= \ HDRDIR = $(OPENSSL_SRC)/crypto -ROOTHDRDIR = $(ROOTSFWINCLUDE)/openssl +ROOTHDRDIR = $(ROOT)/usr/include/openssl SUBDIRS = $(MACH) $(BUILD64)SUBDIRS += $(MACH64) diff --git a/usr/src/lib/openssl/libcrypto/Makefile.com b/usr/src/lib/openssl/libcrypto/Makefile.com index 7300391e23..ad7f94f30c 100644 --- a/usr/src/lib/openssl/libcrypto/Makefile.com +++ b/usr/src/lib/openssl/libcrypto/Makefile.com @@ -18,7 +18,6 @@ # # CDDL HEADER END # -# # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # @@ -232,8 +231,6 @@ LDLIBS += -lc -lsocket -lnsl MAPFILES = -DYNFLAGS += $(OPENSSL_DYNFLAGS) - LIBS = $(DYNLIB) $(LINTLIB) SRCDIR = $(OPENSSL_SRC)/crypto diff --git a/usr/src/lib/openssl/libssl/Makefile b/usr/src/lib/openssl/libssl/Makefile index 21e76291e0..6b185f9aed 100644 --- a/usr/src/lib/openssl/libssl/Makefile +++ b/usr/src/lib/openssl/libssl/Makefile @@ -18,11 +18,9 @@ # # CDDL HEADER END # -# -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" include ../../../lib/Makefile.lib include ../Makefile.com @@ -37,7 +35,7 @@ HDRS = \ dtls1.h HDRDIR= $(OPENSSL_SRC)/ssl -ROOTHDRDIR= $(ROOTSFWINCLUDE)/openssl +ROOTHDRDIR= $(ROOT)/usr/include/openssl SUBDIRS= $(MACH) $(BUILD64)SUBDIRS += $(MACH64) diff --git a/usr/src/lib/openssl/libssl/Makefile.com b/usr/src/lib/openssl/libssl/Makefile.com index e54b8f6b19..e6e0ccff5b 100644 --- a/usr/src/lib/openssl/libssl/Makefile.com +++ b/usr/src/lib/openssl/libssl/Makefile.com @@ -18,12 +18,9 @@ # # CDDL HEADER END # -# -# Copyright 2007 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# LIBRARY = libssl.a @@ -62,8 +59,7 @@ SRCDIR = ../../../../common/openssl/ssl $(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC) -LDLIBS += $(OPENSSL_LDFLAGS) -lcrypto -lc -DYNFLAGS += $(OPENSSL_DYNFLAGS) +LDLIBS += -lcrypto -lc .KEEP_STATE: diff --git a/usr/src/pkgdefs/SUNWarc/prototype_com b/usr/src/pkgdefs/SUNWarc/prototype_com index 293d707cca..e9d6270d88 100644 --- a/usr/src/pkgdefs/SUNWarc/prototype_com +++ b/usr/src/pkgdefs/SUNWarc/prototype_com @@ -18,8 +18,6 @@ # # CDDL HEADER END # - -# # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # @@ -128,8 +126,6 @@ f none usr/lib/llib-lipmp 644 root bin f none usr/lib/llib-lipmp.ln 644 root bin f none usr/lib/llib-lipp 644 root bin f none usr/lib/llib-lipp.ln 644 root bin -f none usr/lib/llib-lkmf.ln 644 root bin -f none usr/lib/llib-lkmfberder.ln 644 root bin s none usr/lib/llib-lkstat=../../lib/llib-lkstat s none usr/lib/llib-lkstat.ln=../../lib/llib-lkstat.ln f none usr/lib/llib-lkvm 644 root bin diff --git a/usr/src/pkgdefs/SUNWarc/prototype_i386 b/usr/src/pkgdefs/SUNWarc/prototype_i386 index d08b072f5e..f88c1eb966 100644 --- a/usr/src/pkgdefs/SUNWarc/prototype_i386 +++ b/usr/src/pkgdefs/SUNWarc/prototype_i386 @@ -18,8 +18,6 @@ # # CDDL HEADER END # - -# # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # @@ -94,8 +92,6 @@ f none usr/lib/amd64/llib-lgss.ln 644 root bin s none usr/lib/amd64/llib-lintl.ln=../../../lib/amd64/llib-lintl.ln f none usr/lib/amd64/llib-lipmi.ln 644 root bin f none usr/lib/amd64/llib-lipp.ln 644 root bin -f none usr/lib/amd64/llib-lkmf.ln 644 root bin -f none usr/lib/amd64/llib-lkmfberder.ln 644 root bin s none usr/lib/amd64/llib-lkstat.ln=../../../lib/amd64/llib-lkstat.ln f none usr/lib/amd64/llib-lkvm.ln 644 root bin f none usr/lib/amd64/llib-lldap.ln 644 root bin diff --git a/usr/src/pkgdefs/SUNWarc/prototype_sparc b/usr/src/pkgdefs/SUNWarc/prototype_sparc index 23b7473759..46af1deb3d 100644 --- a/usr/src/pkgdefs/SUNWarc/prototype_sparc +++ b/usr/src/pkgdefs/SUNWarc/prototype_sparc @@ -18,8 +18,6 @@ # # CDDL HEADER END # - -# # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # @@ -90,8 +88,6 @@ f none usr/lib/sparcv9/llib-lgss.ln 644 root bin s none usr/lib/sparcv9/llib-lintl.ln=../../../lib/sparcv9/llib-lintl.ln f none usr/lib/sparcv9/llib-lipmi.ln 644 root bin f none usr/lib/sparcv9/llib-lipp.ln 644 root bin -f none usr/lib/sparcv9/llib-lkmf.ln 644 root bin -f none usr/lib/sparcv9/llib-lkmfberder.ln 644 root bin s none usr/lib/sparcv9/llib-lkstat.ln=../../../lib/sparcv9/llib-lkstat.ln f none usr/lib/sparcv9/llib-lkvm.ln 644 root bin f none usr/lib/sparcv9/llib-lldap.ln 644 root bin diff --git a/usr/src/pkgdefs/SUNWarcr/prototype_com b/usr/src/pkgdefs/SUNWarcr/prototype_com index 9d8016f525..6095ff7fe5 100644 --- a/usr/src/pkgdefs/SUNWarcr/prototype_com +++ b/usr/src/pkgdefs/SUNWarcr/prototype_com @@ -18,13 +18,9 @@ # # CDDL HEADER END # - -# # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # # This required package information file contains a list of package contents. @@ -84,6 +80,8 @@ f none lib/llib-lgen 644 root bin f none lib/llib-lgen.ln 644 root bin f none lib/llib-lintl 644 root bin f none lib/llib-lintl.ln 644 root bin +f none lib/llib-lkmf.ln 644 root bin +f none lib/llib-lkmfberder.ln 644 root bin f none lib/llib-lkstat 644 root bin f none lib/llib-lkstat.ln 644 root bin f none lib/llib-lmd 644 root bin diff --git a/usr/src/pkgdefs/SUNWarcr/prototype_i386 b/usr/src/pkgdefs/SUNWarcr/prototype_i386 index 6bd6be4199..205dccfc54 100644 --- a/usr/src/pkgdefs/SUNWarcr/prototype_i386 +++ b/usr/src/pkgdefs/SUNWarcr/prototype_i386 @@ -18,13 +18,9 @@ # # CDDL HEADER END # - -# # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # # This required package information file contains a list of package contents. @@ -72,6 +68,8 @@ f none lib/amd64/llib-lefi.ln 644 root bin f none lib/amd64/llib-lelf.ln 644 root bin f none lib/amd64/llib-lgen.ln 644 root bin f none lib/amd64/llib-lintl.ln 644 root bin +f none lib/amd64/llib-lkmf.ln 644 root bin +f none lib/amd64/llib-lkmfberder.ln 644 root bin f none lib/amd64/llib-lkstat.ln 644 root bin f none lib/amd64/llib-lmd.ln 644 root bin f none lib/amd64/llib-lmd5.ln 644 root bin diff --git a/usr/src/pkgdefs/SUNWarcr/prototype_sparc b/usr/src/pkgdefs/SUNWarcr/prototype_sparc index f12ae1bd5d..cb88b653df 100644 --- a/usr/src/pkgdefs/SUNWarcr/prototype_sparc +++ b/usr/src/pkgdefs/SUNWarcr/prototype_sparc @@ -18,13 +18,9 @@ # # CDDL HEADER END # - -# # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # # This required package information file contains a list of package contents. @@ -72,6 +68,8 @@ f none lib/sparcv9/llib-lefi.ln 644 root bin f none lib/sparcv9/llib-lelf.ln 644 root bin f none lib/sparcv9/llib-lgen.ln 644 root bin f none lib/sparcv9/llib-lintl.ln 644 root bin +f none lib/sparcv9/llib-lkmf.ln 644 root bin +f none lib/sparcv9/llib-lkmfberder.ln 644 root bin f none lib/sparcv9/llib-lkstat.ln 644 root bin f none lib/sparcv9/llib-lmd.ln 644 root bin f none lib/sparcv9/llib-lmd5.ln 644 root bin diff --git a/usr/src/pkgdefs/SUNWcsl/prototype_com b/usr/src/pkgdefs/SUNWcsl/prototype_com index c5a851188d..89dd9ed0b5 100644 --- a/usr/src/pkgdefs/SUNWcsl/prototype_com +++ b/usr/src/pkgdefs/SUNWcsl/prototype_com @@ -17,7 +17,6 @@ # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END - # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. @@ -93,8 +92,6 @@ f none usr/lib/libcommputil.so.1 755 root bin s none usr/lib/libcontract.so=../../lib/libcontract.so.1 s none usr/lib/libcontract.so.1=../../lib/libcontract.so.1 f none usr/lib/libcrle.so.1 755 root bin -s none usr/lib/libcryptoutil.so=./libcryptoutil.so.1 -f none usr/lib/libcryptoutil.so.1 755 root bin f none usr/lib/libcrypt.so.1 755 root bin s none usr/lib/libcrypt.so=./libcrypt.so.1 s none usr/lib/libcrypt_i.so=./libcrypt.so @@ -127,8 +124,6 @@ s none usr/lib/libefi.so=../../lib/libefi.so.1 s none usr/lib/libefi.so.1=../../lib/libefi.so.1 s none usr/lib/libelf.so=../../lib/libelf.so.1 s none usr/lib/libelf.so.1=../../lib/libelf.so.1 -s none usr/lib/libelfsign.so=./libelfsign.so.1 -f none usr/lib/libelfsign.so.1 755 root bin f none usr/lib/libexacct.so.1 755 root bin s none usr/lib/libexacct.so=./libexacct.so.1 f none usr/lib/libform.so.1 755 root bin @@ -156,10 +151,6 @@ f none usr/lib/libipp.so.1 755 root bin f none usr/lib/libipsecutil.so.1 755 root bin s none usr/lib/libkstat.so=../../lib/libkstat.so.1 s none usr/lib/libkstat.so.1=../../lib/libkstat.so.1 -f none usr/lib/libkmf.so.1 755 root bin -s none usr/lib/libkmf.so=./libkmf.so.1 -f none usr/lib/libkmfberder.so.1 755 root bin -s none usr/lib/libkmfberder.so=./libkmfberder.so.1 s none usr/lib/libkvm.so=./libkvm.so.1 f none usr/lib/libkvm.so.1 755 root bin s none usr/lib/libl.so=./libl.so.1 @@ -322,9 +313,6 @@ f none usr/lib/security/crypt_sha512.so.1 755 root bin s none usr/lib/security/crypt_sha512.so=./crypt_sha512.so.1 f none usr/lib/security/crypt_sunmd5.so.1 755 root bin s none usr/lib/security/crypt_sunmd5.so=./crypt_sunmd5.so.1 -f none usr/lib/security/kmf_nss.so.1 755 root bin -f none usr/lib/security/kmf_openssl.so.1 755 root bin -f none usr/lib/security/kmf_pkcs11.so.1 755 root bin f none usr/lib/security/pam_ldap.so.1 755 root bin s none usr/lib/security/pam_ldap.so=./pam_ldap.so.1 f none usr/lib/security/pam_allow.so.1 755 root bin diff --git a/usr/src/pkgdefs/SUNWcsl/prototype_i386 b/usr/src/pkgdefs/SUNWcsl/prototype_i386 index 2dbc0b7a55..fba61d9458 100644 --- a/usr/src/pkgdefs/SUNWcsl/prototype_i386 +++ b/usr/src/pkgdefs/SUNWcsl/prototype_i386 @@ -18,8 +18,6 @@ # # CDDL HEADER END # - -# # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # @@ -113,9 +111,6 @@ f none usr/lib/security/amd64/crypt_sha512.so.1 755 root bin s none usr/lib/security/amd64/crypt_sha512.so=./crypt_sha512.so.1 f none usr/lib/security/amd64/crypt_sunmd5.so.1 755 root bin s none usr/lib/security/amd64/crypt_sunmd5.so=./crypt_sunmd5.so.1 -f none usr/lib/security/amd64/kmf_nss.so.1 755 root bin -f none usr/lib/security/amd64/kmf_openssl.so.1 755 root bin -f none usr/lib/security/amd64/kmf_pkcs11.so.1 755 root bin f none usr/lib/security/amd64/pam_ldap.so.1 755 root bin s none usr/lib/security/amd64/pam_ldap.so=./pam_ldap.so.1 f none usr/lib/security/amd64/pam_allow.so.1 755 root bin @@ -174,8 +169,6 @@ s none usr/lib/amd64/libcommputil.so=libcommputil.so.1 s none usr/lib/amd64/libcontract.so.1=../../../lib/amd64/libcontract.so.1 s none usr/lib/amd64/libcontract.so=../../../lib/amd64/libcontract.so.1 f none usr/lib/amd64/libcrle.so.1 755 root bin -f none usr/lib/amd64/libcryptoutil.so.1 755 root bin -s none usr/lib/amd64/libcryptoutil.so=libcryptoutil.so.1 f none usr/lib/amd64/libcrypt.so.1 755 root bin s none usr/lib/amd64/libcrypt.so=./libcrypt.so.1 s none usr/lib/amd64/libcrypt_i.so=./libcrypt.so @@ -198,10 +191,6 @@ s none usr/lib/amd64/libipmi.so=./libipmi.so.1 f none usr/lib/amd64/libipp.so.1 755 root bin s none usr/lib/amd64/libipp.so=libipp.so.1 f none usr/lib/amd64/libipsecutil.so.1 755 root bin -f none usr/lib/amd64/libkmf.so.1 755 root bin -s none usr/lib/amd64/libkmf.so=libkmf.so.1 -f none usr/lib/amd64/libkmfberder.so.1 755 root bin -s none usr/lib/amd64/libkmfberder.so=libkmfberder.so.1 f none usr/lib/amd64/libldap.so.4 755 root bin f none usr/lib/amd64/libldap.so.5 755 root bin s none usr/lib/amd64/libldap.so=libldap.so.5 diff --git a/usr/src/pkgdefs/SUNWcsl/prototype_sparc b/usr/src/pkgdefs/SUNWcsl/prototype_sparc index 34c13f8146..66cd56089a 100644 --- a/usr/src/pkgdefs/SUNWcsl/prototype_sparc +++ b/usr/src/pkgdefs/SUNWcsl/prototype_sparc @@ -17,9 +17,6 @@ # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END - - -# # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. @@ -104,9 +101,6 @@ f none usr/lib/security/sparcv9/crypt_sha512.so.1 755 root bin s none usr/lib/security/sparcv9/crypt_sha512.so=./crypt_sha512.so.1 f none usr/lib/security/sparcv9/crypt_sunmd5.so.1 755 root bin s none usr/lib/security/sparcv9/crypt_sunmd5.so=./crypt_sunmd5.so.1 -f none usr/lib/security/sparcv9/kmf_nss.so.1 755 root bin -f none usr/lib/security/sparcv9/kmf_openssl.so.1 755 root bin -f none usr/lib/security/sparcv9/kmf_pkcs11.so.1 755 root bin f none usr/lib/security/sparcv9/pam_ldap.so.1 755 root bin s none usr/lib/security/sparcv9/pam_ldap.so=./pam_ldap.so.1 f none usr/lib/security/sparcv9/pam_allow.so.1 755 root bin @@ -163,8 +157,6 @@ s none usr/lib/sparcv9/libcmdutils.so.1=../../../lib/sparcv9/libcmdutils.so.1 f none usr/lib/sparcv9/libcommputil.so.1 755 root bin s none usr/lib/sparcv9/libcommputil.so=libcommputil.so.1 f none usr/lib/sparcv9/libcrle.so.1 755 root bin -f none usr/lib/sparcv9/libcryptoutil.so.1 755 root bin -s none usr/lib/sparcv9/libcryptoutil.so=libcryptoutil.so.1 f none usr/lib/sparcv9/libcrypt.so.1 755 root bin s none usr/lib/sparcv9/libcrypt.so=./libcrypt.so.1 s none usr/lib/sparcv9/libcrypt_i.so=./libcrypt.so @@ -189,10 +181,6 @@ s none usr/lib/sparcv9/libipmi.so=libipmi.so.1 f none usr/lib/sparcv9/libipp.so.1 755 root bin s none usr/lib/sparcv9/libipp.so=libipp.so.1 f none usr/lib/sparcv9/libipsecutil.so.1 755 root bin -f none usr/lib/sparcv9/libkmf.so.1 755 root bin -s none usr/lib/sparcv9/libkmf.so=libkmf.so.1 -f none usr/lib/sparcv9/libkmfberder.so.1 755 root bin -s none usr/lib/sparcv9/libkmfberder.so=libkmfberder.so.1 f none usr/lib/sparcv9/libldap.so.4 755 root bin f none usr/lib/sparcv9/libldap.so.5 755 root bin s none usr/lib/sparcv9/libldap.so=libldap.so.5 diff --git a/usr/src/pkgdefs/SUNWcslr/prototype_com b/usr/src/pkgdefs/SUNWcslr/prototype_com index 7491ecf060..ed7059250a 100644 --- a/usr/src/pkgdefs/SUNWcslr/prototype_com +++ b/usr/src/pkgdefs/SUNWcslr/prototype_com @@ -18,7 +18,6 @@ # # CDDL HEADER END # -# # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # @@ -58,6 +57,13 @@ s none lib/libc_db.so=libc_db.so.1 f none lib/libcmdutils.so.1 755 root bin f none lib/libcontract.so.1 755 root bin s none lib/libcontract.so=libcontract.so.1 +d none lib/crypto 755 root bin +s none lib/crypto/32=. +f none lib/crypto/kmf_nss.so.1 755 root bin +f none lib/crypto/kmf_openssl.so.1 755 root bin +f none lib/crypto/kmf_pkcs11.so.1 755 root bin +s none lib/libcryptoutil.so=./libcryptoutil.so.1 +f none lib/libcryptoutil.so.1 755 root bin f none lib/libctf.so.1 755 root bin s none lib/libctf.so=libctf.so.1 f none lib/libcurses.so.1 755 root bin @@ -81,12 +87,18 @@ s none lib/libefi.so=libefi.so.1 f none lib/libefi.so.1 755 root bin s none lib/libelf.so=libelf.so.1 f none lib/libelf.so.1 755 root bin +s none lib/libelfsign.so=libelfsign.so.1 +f none lib/libelfsign.so.1 755 root bin s none lib/libgen.so=libgen.so.1 f none lib/libgen.so.1 755 root bin f none lib/libinetcfg.so.1 755 root bin f none lib/libinetutil.so.1 755 root bin s none lib/libintl.so=libintl.so.1 f none lib/libintl.so.1 755 root bin +s none lib/libkmf.so=libkmf.so.1 +f none lib/libkmf.so.1 755 root bin +s none lib/libkmfberder.so=libkmfberder.so.1 +f none lib/libkmfberder.so.1 755 root bin s none lib/libkstat.so=libkstat.so.1 f none lib/libkstat.so.1 755 root bin f none lib/libld.so.4 755 root bin diff --git a/usr/src/pkgdefs/SUNWcslr/prototype_i386 b/usr/src/pkgdefs/SUNWcslr/prototype_i386 index 732f0900f6..74a8ccbf30 100644 --- a/usr/src/pkgdefs/SUNWcslr/prototype_i386 +++ b/usr/src/pkgdefs/SUNWcslr/prototype_i386 @@ -18,12 +18,9 @@ # # CDDL HEADER END # -# # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # This required package information file contains a list of package contents. # The 'pkgmk' command uses this file to identify the contents of a package # and their location on the development machine when building the package. @@ -47,8 +44,6 @@ # d none lib/amd64 755 root bin s none lib/64=amd64 -d none lib/secure/amd64 755 root bin -s none lib/secure/64=amd64 f none lib/amd64/c_synonyms.so.1 755 root bin f none lib/amd64/ld.so.1 755 root bin s none lib/amd64/libadm.so=libadm.so.1 @@ -65,6 +60,8 @@ f none lib/amd64/libc_db.so.1 755 root bin f none lib/amd64/libcmdutils.so.1 755 root bin s none lib/amd64/libcontract.so=libcontract.so.1 f none lib/amd64/libcontract.so.1 755 root bin +f none lib/amd64/libcryptoutil.so.1 755 root bin +s none lib/amd64/libcryptoutil.so=libcryptoutil.so.1 s none lib/amd64/libctf.so=libctf.so.1 f none lib/amd64/libctf.so.1 755 root bin s none lib/amd64/libcurses.so=libcurses.so.1 @@ -91,6 +88,10 @@ f none lib/amd64/libgen.so.1 755 root bin f none lib/amd64/libinetutil.so.1 755 root bin s none lib/amd64/libintl.so=libintl.so.1 f none lib/amd64/libintl.so.1 755 root bin +s none lib/amd64/libkmf.so=libkmf.so.1 +f none lib/amd64/libkmf.so.1 755 root bin +s none lib/amd64/libkmfberder.so=libkmfberder.so.1 +f none lib/amd64/libkmfberder.so.1 755 root bin s none lib/amd64/libkstat.so=libkstat.so.1 f none lib/amd64/libkstat.so.1 755 root bin f none lib/amd64/libld.so.4 755 root bin @@ -166,7 +167,14 @@ f none lib/amd64/nss_files.so.1 755 root bin f none lib/amd64/nss_nis.so.1 755 root bin f none lib/amd64/nss_nisplus.so.1 755 root bin f none lib/amd64/nss_user.so.1 755 root bin +d none lib/crypto/amd64 755 root bin +s none lib/crypto/64=amd64 +f none lib/crypto/amd64/kmf_nss.so.1 755 root bin +f none lib/crypto/amd64/kmf_openssl.so.1 755 root bin +f none lib/crypto/amd64/kmf_pkcs11.so.1 755 root bin v none lib/libc.so.1 755 root bin +d none lib/secure/amd64 755 root bin +s none lib/secure/64=amd64 d none etc 755 root sys d none etc/flash 755 root sys d none etc/flash/precreation 700 root sys diff --git a/usr/src/pkgdefs/SUNWcslr/prototype_sparc b/usr/src/pkgdefs/SUNWcslr/prototype_sparc index ed85216ddf..259a053395 100644 --- a/usr/src/pkgdefs/SUNWcslr/prototype_sparc +++ b/usr/src/pkgdefs/SUNWcslr/prototype_sparc @@ -18,12 +18,9 @@ # # CDDL HEADER END # -# # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # This required package information file contains a list of package contents. # The 'pkgmk' command uses this file to identify the contents of a package # and their location on the development machine when building the package. @@ -45,6 +42,11 @@ # # SUNWcslr # +d none lib/crypto/sparcv9 755 root bin +s none lib/crypto/64=sparcv9 +f none lib/crypto/sparcv9/kmf_nss.so.1 755 root bin +f none lib/crypto/sparcv9/kmf_openssl.so.1 755 root bin +f none lib/crypto/sparcv9/kmf_pkcs11.so.1 755 root bin f none lib/libc.so.1 755 root bin d none lib/secure/sparcv9 755 root bin s none lib/secure/64=sparcv9 @@ -65,6 +67,8 @@ s none lib/sparcv9/libc_db.so=libc_db.so.1 f none lib/sparcv9/libc_db.so.1 755 root bin s none lib/sparcv9/libcontract.so=libcontract.so.1 f none lib/sparcv9/libcontract.so.1 755 root bin +s none lib/sparcv9/libcryptoutil.so=libcryptoutil.so.1 +f none lib/sparcv9/libcryptoutil.so.1 755 root bin f none lib/sparcv9/libcmdutils.so.1 755 root bin f none lib/sparcv9/libctf.so.1 755 root bin s none lib/sparcv9/libctf.so=libctf.so.1 @@ -92,6 +96,10 @@ f none lib/sparcv9/libgen.so.1 755 root bin f none lib/sparcv9/libinetutil.so.1 755 root bin s none lib/sparcv9/libintl.so=libintl.so.1 f none lib/sparcv9/libintl.so.1 755 root bin +s none lib/sparcv9/libkmf.so=libkmf.so.1 +f none lib/sparcv9/libkmf.so.1 755 root bin +s none lib/sparcv9/libkmfberder.so=libkmfberder.so.1 +f none lib/sparcv9/libkmfberder.so.1 755 root bin s none lib/sparcv9/libkstat.so=libkstat.so.1 f none lib/sparcv9/libkstat.so.1 755 root bin f none lib/sparcv9/libld.so.4 755 root bin diff --git a/usr/src/pkgdefs/SUNWcsr/prototype_com b/usr/src/pkgdefs/SUNWcsr/prototype_com index 0938a05481..02051a08ae 100644 --- a/usr/src/pkgdefs/SUNWcsr/prototype_com +++ b/usr/src/pkgdefs/SUNWcsr/prototype_com @@ -18,8 +18,6 @@ # # CDDL HEADER END # - -# # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # @@ -331,6 +329,8 @@ s none etc/whodo=../usr/sbin/whodo s none etc/wtmpx=../var/adm/wtmpx d none etc/rpcsec 755 root sys d none lib 755 root bin +d none lib/crypto 755 root bin +f none lib/crypto/kcfd 555 root bin d none lib/inet 755 root bin f none lib/inet/nwamd 555 root bin d none lib/svc 0755 root bin @@ -395,6 +395,7 @@ d none root 700 root root d none sbin 755 root sys f none sbin/autopush 555 root bin f none sbin/bootadm 555 root bin +f none sbin/cryptoadm 555 root bin f none sbin/devprop 555 root bin f none sbin/dhcpagent 555 root bin f none sbin/dhcpinfo 555 root bin diff --git a/usr/src/pkgdefs/SUNWcsu/prototype_com b/usr/src/pkgdefs/SUNWcsu/prototype_com index 2aa5ba809a..c3505988cb 100644 --- a/usr/src/pkgdefs/SUNWcsu/prototype_com +++ b/usr/src/pkgdefs/SUNWcsu/prototype_com @@ -351,7 +351,6 @@ f none usr/lib/class/TS/TSdispadmin 555 root bin f none usr/lib/class/TS/TSpriocntl 555 root bin s none usr/lib/cron=../../etc/cron.d d none usr/lib/crypto 755 root bin -f none usr/lib/crypto/kcfd 555 root bin d none usr/lib/devfsadm 755 root sys s none usr/lib/devfsadm/devfsadmd=../../sbin/devfsadm d none usr/lib/devfsadm/linkmod 755 root sys @@ -809,7 +808,7 @@ f none usr/sbin/clri 555 root bin f none usr/sbin/consadm 555 root sys l none usr/sbin/consadmd=../../usr/sbin/consadm f none usr/sbin/cron 555 root sys -f none usr/sbin/cryptoadm 555 root bin +s none usr/sbin/cryptoadm=../../sbin/cryptoadm s none usr/sbin/dcopy=./clri l none usr/sbin/deallocate=../../usr/sbin/allocate f none usr/sbin/devfsadm 755 root sys diff --git a/usr/src/pkgdefs/SUNWopenssl-commands/prototype_com b/usr/src/pkgdefs/SUNWopenssl-commands/prototype_com index 3f916b39b2..85426d9b1f 100644 --- a/usr/src/pkgdefs/SUNWopenssl-commands/prototype_com +++ b/usr/src/pkgdefs/SUNWopenssl-commands/prototype_com @@ -18,12 +18,9 @@ # # CDDL HEADER END # -# # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#pragma ident "%Z%%M% %I% %E% SMI" -# # This required package information file contains a list of package contents. # The 'pkgmk' command uses this file to identify the contents of a package # and their location on the development machine when building the package. @@ -46,5 +43,7 @@ i depend d none usr 755 root sys d none usr/sfw 755 root bin d none usr/sfw/bin 755 root bin -f none usr/sfw/bin/openssl 555 root bin -f none usr/sfw/bin/CA.pl 555 root bin +s none usr/sfw/bin/openssl=../../bin/openssl +d none usr/bin 755 root bin +f none usr/bin/openssl 555 root bin +f none usr/bin/CA.pl 555 root bin diff --git a/usr/src/pkgdefs/SUNWopenssl-commands/prototype_i386 b/usr/src/pkgdefs/SUNWopenssl-commands/prototype_i386 index 92d0c5b137..e33771b479 100644 --- a/usr/src/pkgdefs/SUNWopenssl-commands/prototype_i386 +++ b/usr/src/pkgdefs/SUNWopenssl-commands/prototype_i386 @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -19,12 +18,9 @@ # # CDDL HEADER END # -# -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#pragma ident "%Z%%M% %I% %E% SMI" -# # This required package information file contains a list of package contents. # The 'pkgmk' command uses this file to identify the contents of a package # and their location on the development machine when building the package. @@ -47,4 +43,6 @@ # SUNWopenssl-commands # d none usr/sfw/bin/amd64 755 root bin -f none usr/sfw/bin/amd64/openssl 555 root bin +s none usr/sfw/bin/amd64/openssl=../../../bin/amd64/openssl +d none usr/bin/amd64 755 root bin +f none usr/bin/amd64/openssl 555 root bin diff --git a/usr/src/pkgdefs/SUNWopenssl-commands/prototype_sparc b/usr/src/pkgdefs/SUNWopenssl-commands/prototype_sparc index 4bb97cae63..cfbb13dd96 100644 --- a/usr/src/pkgdefs/SUNWopenssl-commands/prototype_sparc +++ b/usr/src/pkgdefs/SUNWopenssl-commands/prototype_sparc @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -19,12 +18,9 @@ # # CDDL HEADER END # -# -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#pragma ident "%Z%%M% %I% %E% SMI" -# # This required package information file contains a list of package contents. # The 'pkgmk' command uses this file to identify the contents of a package # and their location on the development machine when building the package. @@ -47,4 +43,6 @@ # SUNWopenssl-commands # d none usr/sfw/bin/sparcv9 755 root bin -f none usr/sfw/bin/sparcv9/openssl 555 root bin +s none usr/sfw/bin/sparcv9/openssl=../../../bin/sparcv9/openssl +d none usr/bin/sparcv9 755 root bin +f none usr/bin/sparcv9/openssl 555 root bin diff --git a/usr/src/pkgdefs/SUNWopenssl-include/prototype_com b/usr/src/pkgdefs/SUNWopenssl-include/prototype_com index 7a0f44a9a0..15d4fd562c 100644 --- a/usr/src/pkgdefs/SUNWopenssl-include/prototype_com +++ b/usr/src/pkgdefs/SUNWopenssl-include/prototype_com @@ -18,12 +18,9 @@ # # CDDL HEADER END # -# # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # This required package information file contains a list of package contents. # The 'pkgmk' command uses this file to identify the contents of a package # and their location on the development machine when building the package. @@ -39,87 +36,86 @@ i pkginfo i copyright i depend d none usr 755 root sys 644 root bin -d none usr/sfw 755 root bin 644 root bin -d none usr/sfw/include 755 root bin 644 root bin -d none usr/sfw/include/openssl 755 root bin 644 root bin -f none usr/sfw/include/openssl/aes.h 644 root bin -f none usr/sfw/include/openssl/asn1.h 644 root bin -f none usr/sfw/include/openssl/asn1_mac.h 644 root bin -f none usr/sfw/include/openssl/asn1t.h 644 root bin -f none usr/sfw/include/openssl/bio.h 644 root bin -f none usr/sfw/include/openssl/bio_lcl.h 644 root bin -f none usr/sfw/include/openssl/blowfish.h 644 root bin -f none usr/sfw/include/openssl/bn.h 644 root bin -f none usr/sfw/include/openssl/buffer.h 644 root bin -f none usr/sfw/include/openssl/cast.h 644 root bin -f none usr/sfw/include/openssl/comp.h 644 root bin -f none usr/sfw/include/openssl/conf.h 644 root bin -f none usr/sfw/include/openssl/conf_api.h 644 root bin -f none usr/sfw/include/openssl/crypto.h 644 root bin -f none usr/sfw/include/openssl/des.h 644 root bin -f none usr/sfw/include/openssl/des_old.h 644 root bin -f none usr/sfw/include/openssl/dh.h 644 root bin -f none usr/sfw/include/openssl/dsa.h 644 root bin -f none usr/sfw/include/openssl/dso.h 644 root bin -f none usr/sfw/include/openssl/dtls1.h 644 root bin -f none usr/sfw/include/openssl/e_os2.h 644 root bin -f none usr/sfw/include/openssl/ebcdic.h 644 root bin -f none usr/sfw/include/openssl/ec.h 644 root bin -f none usr/sfw/include/openssl/ecdh.h 644 root bin -f none usr/sfw/include/openssl/ecdsa.h 644 root bin -f none usr/sfw/include/openssl/ech_locl.h 644 root bin -f none usr/sfw/include/openssl/ecs_locl.h 644 root bin -f none usr/sfw/include/openssl/engine.h 644 root bin -f none usr/sfw/include/openssl/err.h 644 root bin -f none usr/sfw/include/openssl/evp.h 644 root bin -f none usr/sfw/include/openssl/hmac.h 644 root bin -f none usr/sfw/include/openssl/idea.h 644 root bin -f none usr/sfw/include/openssl/krb5_asn.h 644 root bin -f none usr/sfw/include/openssl/kssl.h 644 root bin -f none usr/sfw/include/openssl/lhash.h 644 root bin -f none usr/sfw/include/openssl/md2.h 644 root bin -f none usr/sfw/include/openssl/md4.h 644 root bin -f none usr/sfw/include/openssl/md5.h 644 root bin -f none usr/sfw/include/openssl/mdc2.h 644 root bin -f none usr/sfw/include/openssl/o_dir.h 644 root bin -f none usr/sfw/include/openssl/o_str.h 644 root bin -f none usr/sfw/include/openssl/obj_mac.h 644 root bin -f none usr/sfw/include/openssl/objects.h 644 root bin -f none usr/sfw/include/openssl/ocsp.h 644 root bin -f none usr/sfw/include/openssl/opensslconf.h 644 root bin -f none usr/sfw/include/openssl/opensslv.h 644 root bin -f none usr/sfw/include/openssl/ossl_typ.h 644 root bin -f none usr/sfw/include/openssl/pcy_int.h 644 root bin -f none usr/sfw/include/openssl/pem.h 644 root bin -f none usr/sfw/include/openssl/pem2.h 644 root bin -f none usr/sfw/include/openssl/pkcs12.h 644 root bin -f none usr/sfw/include/openssl/pkcs7.h 644 root bin -f none usr/sfw/include/openssl/pq_compat.h 644 root bin -f none usr/sfw/include/openssl/pqueue.h 644 root bin -f none usr/sfw/include/openssl/rand.h 644 root bin -f none usr/sfw/include/openssl/rc2.h 644 root bin -f none usr/sfw/include/openssl/rc4.h 644 root bin -f none usr/sfw/include/openssl/rc5.h 644 root bin -f none usr/sfw/include/openssl/ripemd.h 644 root bin -f none usr/sfw/include/openssl/rsa.h 644 root bin -f none usr/sfw/include/openssl/safestack.h 644 root bin -f none usr/sfw/include/openssl/sha.h 644 root bin -f none usr/sfw/include/openssl/ssl.h 644 root bin -f none usr/sfw/include/openssl/ssl2.h 644 root bin -f none usr/sfw/include/openssl/ssl23.h 644 root bin -f none usr/sfw/include/openssl/ssl3.h 644 root bin -f none usr/sfw/include/openssl/stack.h 644 root bin -f none usr/sfw/include/openssl/store.h 644 root bin -f none usr/sfw/include/openssl/str_locl.h 644 root bin -f none usr/sfw/include/openssl/symhacks.h 644 root bin -f none usr/sfw/include/openssl/tls1.h 644 root bin -f none usr/sfw/include/openssl/tmdiff.h 644 root bin -f none usr/sfw/include/openssl/txt_db.h 644 root bin -f none usr/sfw/include/openssl/ui.h 644 root bin -f none usr/sfw/include/openssl/ui_compat.h 644 root bin -f none usr/sfw/include/openssl/x509.h 644 root bin -f none usr/sfw/include/openssl/x509_vfy.h 644 root bin +d none usr/include 755 root bin 644 root bin +d none usr/include/openssl 755 root bin 644 root bin +f none usr/include/openssl/aes.h 644 root bin +f none usr/include/openssl/asn1.h 644 root bin +f none usr/include/openssl/asn1_mac.h 644 root bin +f none usr/include/openssl/asn1t.h 644 root bin +f none usr/include/openssl/bio.h 644 root bin +f none usr/include/openssl/bio_lcl.h 644 root bin +f none usr/include/openssl/blowfish.h 644 root bin +f none usr/include/openssl/bn.h 644 root bin +f none usr/include/openssl/buffer.h 644 root bin +f none usr/include/openssl/cast.h 644 root bin +f none usr/include/openssl/comp.h 644 root bin +f none usr/include/openssl/conf.h 644 root bin +f none usr/include/openssl/conf_api.h 644 root bin +f none usr/include/openssl/crypto.h 644 root bin +f none usr/include/openssl/des.h 644 root bin +f none usr/include/openssl/des_old.h 644 root bin +f none usr/include/openssl/dh.h 644 root bin +f none usr/include/openssl/dsa.h 644 root bin +f none usr/include/openssl/dso.h 644 root bin +f none usr/include/openssl/dtls1.h 644 root bin +f none usr/include/openssl/e_os2.h 644 root bin +f none usr/include/openssl/ebcdic.h 644 root bin +f none usr/include/openssl/ec.h 644 root bin +f none usr/include/openssl/ecdh.h 644 root bin +f none usr/include/openssl/ecdsa.h 644 root bin +f none usr/include/openssl/ech_locl.h 644 root bin +f none usr/include/openssl/ecs_locl.h 644 root bin +f none usr/include/openssl/engine.h 644 root bin +f none usr/include/openssl/err.h 644 root bin +f none usr/include/openssl/evp.h 644 root bin +f none usr/include/openssl/hmac.h 644 root bin +f none usr/include/openssl/idea.h 644 root bin +f none usr/include/openssl/krb5_asn.h 644 root bin +f none usr/include/openssl/kssl.h 644 root bin +f none usr/include/openssl/lhash.h 644 root bin +f none usr/include/openssl/md2.h 644 root bin +f none usr/include/openssl/md4.h 644 root bin +f none usr/include/openssl/md5.h 644 root bin +f none usr/include/openssl/mdc2.h 644 root bin +f none usr/include/openssl/o_dir.h 644 root bin +f none usr/include/openssl/o_str.h 644 root bin +f none usr/include/openssl/obj_mac.h 644 root bin +f none usr/include/openssl/objects.h 644 root bin +f none usr/include/openssl/ocsp.h 644 root bin +f none usr/include/openssl/opensslconf.h 644 root bin +f none usr/include/openssl/opensslv.h 644 root bin +f none usr/include/openssl/ossl_typ.h 644 root bin +f none usr/include/openssl/pcy_int.h 644 root bin +f none usr/include/openssl/pem.h 644 root bin +f none usr/include/openssl/pem2.h 644 root bin +f none usr/include/openssl/pkcs12.h 644 root bin +f none usr/include/openssl/pkcs7.h 644 root bin +f none usr/include/openssl/pq_compat.h 644 root bin +f none usr/include/openssl/pqueue.h 644 root bin +f none usr/include/openssl/rand.h 644 root bin +f none usr/include/openssl/rc2.h 644 root bin +f none usr/include/openssl/rc4.h 644 root bin +f none usr/include/openssl/rc5.h 644 root bin +f none usr/include/openssl/ripemd.h 644 root bin +f none usr/include/openssl/rsa.h 644 root bin +f none usr/include/openssl/safestack.h 644 root bin +f none usr/include/openssl/sha.h 644 root bin +f none usr/include/openssl/ssl.h 644 root bin +f none usr/include/openssl/ssl2.h 644 root bin +f none usr/include/openssl/ssl23.h 644 root bin +f none usr/include/openssl/ssl3.h 644 root bin +f none usr/include/openssl/stack.h 644 root bin +f none usr/include/openssl/store.h 644 root bin +f none usr/include/openssl/str_locl.h 644 root bin +f none usr/include/openssl/symhacks.h 644 root bin +f none usr/include/openssl/tls1.h 644 root bin +f none usr/include/openssl/tmdiff.h 644 root bin +f none usr/include/openssl/txt_db.h 644 root bin +f none usr/include/openssl/ui.h 644 root bin +f none usr/include/openssl/ui_compat.h 644 root bin +f none usr/include/openssl/x509.h 644 root bin +f none usr/include/openssl/x509_vfy.h 644 root bin +f none usr/include/openssl/x509v3.h 644 root bin d none usr/lib 755 root bin d none usr/lib/pkgconfig 755 root other f none usr/lib/pkgconfig/openssl.pc 644 root other -f none usr/sfw/include/openssl/x509v3.h 644 root bin diff --git a/usr/src/pkgdefs/SUNWopenssl-libraries/depend b/usr/src/pkgdefs/SUNWopenssl-libraries/depend index 22d857afc3..7ccf4a390d 100644 --- a/usr/src/pkgdefs/SUNWopenssl-libraries/depend +++ b/usr/src/pkgdefs/SUNWopenssl-libraries/depend @@ -1,13 +1,11 @@ -# ident "%Z%%M% %I% %E% SMI" -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +* You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -22,7 +20,6 @@ # # CDDL HEADER END # -# # This package information file defines software dependencies associated # with the pkg. You can define three types of pkg dependencies with this file: # P indicates a prerequisite for installation @@ -41,3 +38,4 @@ P SUNWcsu Core Solaris, (Usr) P SUNWcsl Core Solaris Libraries +P SUNWopensslr OpenSSL (Root) diff --git a/usr/src/pkgdefs/SUNWopenssl-libraries/prototype_com b/usr/src/pkgdefs/SUNWopenssl-libraries/prototype_com index 70d10ed7c3..e17425109c 100644 --- a/usr/src/pkgdefs/SUNWopenssl-libraries/prototype_com +++ b/usr/src/pkgdefs/SUNWopenssl-libraries/prototype_com @@ -18,12 +18,9 @@ # # CDDL HEADER END # -# # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # This required package information file contains a list of package contents. # The 'pkgmk' command uses this file to identify the contents of a package # and their location on the development machine when building the package. @@ -41,11 +38,3 @@ i depend d none usr 755 root sys d none usr/sfw 755 root bin d none usr/sfw/lib 755 root bin -f none usr/sfw/lib/libcrypto.so.0.9.8 755 root bin -s none usr/sfw/lib/libcrypto.so=./libcrypto.so.0.9.8 -f none usr/sfw/lib/libssl.so.0.9.8 755 root bin -s none usr/sfw/lib/libssl.so=./libssl.so.0.9.8 -f none usr/sfw/lib/llib-lssl 644 root bin -f none usr/sfw/lib/llib-lssl.ln 644 root bin -f none usr/sfw/lib/llib-lcrypto 644 root bin -f none usr/sfw/lib/llib-lcrypto.ln 644 root bin diff --git a/usr/src/pkgdefs/SUNWopenssl-libraries/prototype_i386 b/usr/src/pkgdefs/SUNWopenssl-libraries/prototype_i386 index fccf2a9f0d..7d4addc368 100644 --- a/usr/src/pkgdefs/SUNWopenssl-libraries/prototype_i386 +++ b/usr/src/pkgdefs/SUNWopenssl-libraries/prototype_i386 @@ -18,12 +18,9 @@ # # CDDL HEADER END # -# # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # This required package information file contains a list of package contents. # The 'pkgmk' command uses this file to identify the contents of a package # and their location on the development machine when building the package. @@ -51,9 +48,3 @@ # d none usr/sfw/lib/amd64 755 root bin s none usr/sfw/lib/64=amd64 -f none usr/sfw/lib/amd64/libcrypto.so.0.9.8 755 root bin -s none usr/sfw/lib/amd64/libcrypto.so=./libcrypto.so.0.9.8 -f none usr/sfw/lib/amd64/libssl.so.0.9.8 755 root bin -s none usr/sfw/lib/amd64/libssl.so=./libssl.so.0.9.8 -f none usr/sfw/lib/amd64/llib-lssl.ln 644 root bin -f none usr/sfw/lib/amd64/llib-lcrypto.ln 644 root bin diff --git a/usr/src/pkgdefs/SUNWopenssl-libraries/prototype_sparc b/usr/src/pkgdefs/SUNWopenssl-libraries/prototype_sparc index 1e891e93e1..02e0fe5c6c 100644 --- a/usr/src/pkgdefs/SUNWopenssl-libraries/prototype_sparc +++ b/usr/src/pkgdefs/SUNWopenssl-libraries/prototype_sparc @@ -18,12 +18,9 @@ # # CDDL HEADER END # -# -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # This required package information file contains a list of package contents. # The 'pkgmk' command uses this file to identify the contents of a package # and their location on the development machine when building the package. @@ -50,9 +47,3 @@ # d none usr/sfw/lib/sparcv9 755 root bin s none usr/sfw/lib/64=sparcv9 -f none usr/sfw/lib/sparcv9/libcrypto.so.0.9.8 755 root bin -s none usr/sfw/lib/sparcv9/libcrypto.so=./libcrypto.so.0.9.8 -f none usr/sfw/lib/sparcv9/libssl.so.0.9.8 755 root bin -s none usr/sfw/lib/sparcv9/libssl.so=./libssl.so.0.9.8 -f none usr/sfw/lib/sparcv9/llib-lssl.ln 644 root bin -f none usr/sfw/lib/sparcv9/llib-lcrypto.ln 644 root bin diff --git a/usr/src/pkgdefs/SUNWopenssl-man/prototype_com b/usr/src/pkgdefs/SUNWopenssl-man/prototype_com index 1cf496e47b..4d54a73e04 100644 --- a/usr/src/pkgdefs/SUNWopenssl-man/prototype_com +++ b/usr/src/pkgdefs/SUNWopenssl-man/prototype_com @@ -18,13 +18,9 @@ # # CDDL HEADER END # - -# # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # This required package information file contains a list of package contents. # The 'pkgmk' command uses this file to identify the contents of a package # and their location on the development machine when building the package. @@ -45,1018 +41,1016 @@ i depend # SUNWopenssl-man # d none usr 0755 root sys -d none usr/sfw 0755 root bin -s none usr/sfw/man=share/man -d none usr/sfw/share 0755 root bin -d none usr/sfw/share/man 0755 root bin -d none usr/sfw/share/man/man1 0755 root bin -f none usr/sfw/share/man/man1/CA.pl.1 0444 root bin -f none usr/sfw/share/man/man1/asn1parse.1 0444 root bin -f none usr/sfw/share/man/man1/ca.1 0444 root bin -f none usr/sfw/share/man/man1/ciphers.1 0444 root bin -f none usr/sfw/share/man/man1/crl.1 0444 root bin -f none usr/sfw/share/man/man1/crl2pkcs7.1 0444 root bin -f none usr/sfw/share/man/man1/dgst.1 0444 root bin -f none usr/sfw/share/man/man1/dhparam.1 0444 root bin -f none usr/sfw/share/man/man1/dsa.1 0444 root bin -f none usr/sfw/share/man/man1/dsaparam.1 0444 root bin -f none usr/sfw/share/man/man1/ec.1 0444 root bin -f none usr/sfw/share/man/man1/ecparam.1 0444 root bin -f none usr/sfw/share/man/man1/enc.1 0444 root bin -f none usr/sfw/share/man/man1/errstr.1 0444 root bin -f none usr/sfw/share/man/man1/gendsa.1 0444 root bin -f none usr/sfw/share/man/man1/genrsa.1 0444 root bin -f none usr/sfw/share/man/man1/nseq.1 0444 root bin -f none usr/sfw/share/man/man1/ocsp.1 0444 root bin -f none usr/sfw/share/man/man1/openssl.1 0444 root bin -f none usr/sfw/share/man/man1/passwd.1 0444 root bin -f none usr/sfw/share/man/man1/pkcs12.1 0444 root bin -f none usr/sfw/share/man/man1/pkcs7.1 0444 root bin -f none usr/sfw/share/man/man1/pkcs8.1 0444 root bin -f none usr/sfw/share/man/man1/rand.1 0444 root bin -f none usr/sfw/share/man/man1/req.1 0444 root bin -f none usr/sfw/share/man/man1/rsa.1 0444 root bin -f none usr/sfw/share/man/man1/rsautl.1 0444 root bin -f none usr/sfw/share/man/man1/s_client.1 0444 root bin -f none usr/sfw/share/man/man1/s_server.1 0444 root bin -f none usr/sfw/share/man/man1/s_time.1 0444 root bin -f none usr/sfw/share/man/man1/sess_id.1 0444 root bin -f none usr/sfw/share/man/man1/smime.1 0444 root bin -f none usr/sfw/share/man/man1/speed.1 0444 root bin -f none usr/sfw/share/man/man1/spkac.1 0444 root bin -f none usr/sfw/share/man/man1/verify.1 0444 root bin -f none usr/sfw/share/man/man1/version.1 0444 root bin -f none usr/sfw/share/man/man1/x509.1 0444 root bin -s none usr/sfw/share/man/man1/md5.1=dgst.1 -s none usr/sfw/share/man/man1/md4.1=dgst.1 -s none usr/sfw/share/man/man1/md2.1=dgst.1 -s none usr/sfw/share/man/man1/sha1.1=dgst.1 -s none usr/sfw/share/man/man1/sha.1=dgst.1 -s none usr/sfw/share/man/man1/mdc2.1=dgst.1 -s none usr/sfw/share/man/man1/ripemd160.1=dgst.1 -d none usr/sfw/share/man/man5 0755 root bin -f none usr/sfw/share/man/man5/config.5 0444 root bin -f none usr/sfw/share/man/man5/x509v3_config.5 0444 root bin -d none usr/sfw/share/man/man3 0755 root bin -f none usr/sfw/share/man/man3/ASN1_OBJECT_new.3 0444 root bin -f none usr/sfw/share/man/man3/ASN1_STRING_length.3 0444 root bin -f none usr/sfw/share/man/man3/ASN1_STRING_new.3 0444 root bin -f none usr/sfw/share/man/man3/ASN1_STRING_print_ex.3 0444 root bin -f none usr/sfw/share/man/man3/ASN1_generate_nconf.3 0444 root bin -f none usr/sfw/share/man/man3/BIO_ctrl.3 0444 root bin -f none usr/sfw/share/man/man3/BIO_f_base64.3 0444 root bin -f none usr/sfw/share/man/man3/BIO_f_buffer.3 0444 root bin -f none usr/sfw/share/man/man3/BIO_f_cipher.3 0444 root bin -f none usr/sfw/share/man/man3/BIO_f_md.3 0444 root bin -f none usr/sfw/share/man/man3/BIO_f_null.3 0444 root bin -f none usr/sfw/share/man/man3/BIO_f_ssl.3 0444 root bin -f none usr/sfw/share/man/man3/BIO_find_type.3 0444 root bin -f none usr/sfw/share/man/man3/BIO_new.3 0444 root bin -f none usr/sfw/share/man/man3/BIO_push.3 0444 root bin -f none usr/sfw/share/man/man3/BIO_read.3 0444 root bin -f none usr/sfw/share/man/man3/BIO_s_accept.3 0444 root bin -f none usr/sfw/share/man/man3/BIO_s_bio.3 0444 root bin -f none usr/sfw/share/man/man3/BIO_s_connect.3 0444 root bin -f none usr/sfw/share/man/man3/BIO_s_fd.3 0444 root bin -f none usr/sfw/share/man/man3/BIO_s_file.3 0444 root bin -f none usr/sfw/share/man/man3/BIO_s_mem.3 0444 root bin -f none usr/sfw/share/man/man3/BIO_s_null.3 0444 root bin -f none usr/sfw/share/man/man3/BIO_s_socket.3 0444 root bin -f none usr/sfw/share/man/man3/BIO_set_callback.3 0444 root bin -f none usr/sfw/share/man/man3/BIO_should_retry.3 0444 root bin -f none usr/sfw/share/man/man3/BN_BLINDING_new.3 0444 root bin -f none usr/sfw/share/man/man3/BN_CTX_new.3 0444 root bin -f none usr/sfw/share/man/man3/BN_CTX_start.3 0444 root bin -f none usr/sfw/share/man/man3/BN_add.3 0444 root bin -f none usr/sfw/share/man/man3/BN_add_word.3 0444 root bin -f none usr/sfw/share/man/man3/BN_bn2bin.3 0444 root bin -f none usr/sfw/share/man/man3/BN_cmp.3 0444 root bin -f none usr/sfw/share/man/man3/BN_copy.3 0444 root bin -f none usr/sfw/share/man/man3/BN_generate_prime.3 0444 root bin -f none usr/sfw/share/man/man3/BN_mod_inverse.3 0444 root bin -f none usr/sfw/share/man/man3/BN_mod_mul_montgomery.3 0444 root bin -f none usr/sfw/share/man/man3/BN_mod_mul_reciprocal.3 0444 root bin -f none usr/sfw/share/man/man3/BN_new.3 0444 root bin -f none usr/sfw/share/man/man3/BN_num_bytes.3 0444 root bin -f none usr/sfw/share/man/man3/BN_rand.3 0444 root bin -f none usr/sfw/share/man/man3/BN_set_bit.3 0444 root bin -f none usr/sfw/share/man/man3/BN_swap.3 0444 root bin -f none usr/sfw/share/man/man3/BN_zero.3 0444 root bin -f none usr/sfw/share/man/man3/CONF_modules_free.3 0444 root bin -f none usr/sfw/share/man/man3/CONF_modules_load_file.3 0444 root bin -f none usr/sfw/share/man/man3/CRYPTO_set_ex_data.3 0444 root bin -f none usr/sfw/share/man/man3/DH_generate_key.3 0444 root bin -f none usr/sfw/share/man/man3/DH_generate_parameters.3 0444 root bin -f none usr/sfw/share/man/man3/DH_get_ex_new_index.3 0444 root bin -f none usr/sfw/share/man/man3/DH_new.3 0444 root bin -f none usr/sfw/share/man/man3/DH_set_method.3 0444 root bin -f none usr/sfw/share/man/man3/DH_size.3 0444 root bin -f none usr/sfw/share/man/man3/DSA_SIG_new.3 0444 root bin -f none usr/sfw/share/man/man3/DSA_do_sign.3 0444 root bin -f none usr/sfw/share/man/man3/DSA_dup_DH.3 0444 root bin -f none usr/sfw/share/man/man3/DSA_generate_key.3 0444 root bin -f none usr/sfw/share/man/man3/DSA_generate_parameters.3 0444 root bin -f none usr/sfw/share/man/man3/DSA_get_ex_new_index.3 0444 root bin -f none usr/sfw/share/man/man3/DSA_new.3 0444 root bin -f none usr/sfw/share/man/man3/DSA_set_method.3 0444 root bin -f none usr/sfw/share/man/man3/DSA_sign.3 0444 root bin -f none usr/sfw/share/man/man3/DSA_size.3 0444 root bin -f none usr/sfw/share/man/man3/ERR_GET_LIB.3 0444 root bin -f none usr/sfw/share/man/man3/ERR_clear_error.3 0444 root bin -f none usr/sfw/share/man/man3/ERR_error_string.3 0444 root bin -f none usr/sfw/share/man/man3/ERR_get_error.3 0444 root bin -f none usr/sfw/share/man/man3/ERR_load_crypto_strings.3 0444 root bin -f none usr/sfw/share/man/man3/ERR_load_strings.3 0444 root bin -f none usr/sfw/share/man/man3/ERR_print_errors.3 0444 root bin -f none usr/sfw/share/man/man3/ERR_put_error.3 0444 root bin -f none usr/sfw/share/man/man3/ERR_remove_state.3 0444 root bin -f none usr/sfw/share/man/man3/ERR_set_mark.3 0444 root bin -f none usr/sfw/share/man/man3/EVP_BytesToKey.3 0444 root bin -f none usr/sfw/share/man/man3/EVP_DigestInit.3 0444 root bin -f none usr/sfw/share/man/man3/EVP_EncryptInit.3 0444 root bin -f none usr/sfw/share/man/man3/EVP_OpenInit.3 0444 root bin -f none usr/sfw/share/man/man3/EVP_PKEY_new.3 0444 root bin -f none usr/sfw/share/man/man3/EVP_PKEY_set1_RSA.3 0444 root bin -f none usr/sfw/share/man/man3/EVP_SealInit.3 0444 root bin -f none usr/sfw/share/man/man3/EVP_SignInit.3 0444 root bin -f none usr/sfw/share/man/man3/EVP_VerifyInit.3 0444 root bin -f none usr/sfw/share/man/man3/OBJ_nid2obj.3 0444 root bin -f none usr/sfw/share/man/man3/OPENSSL_Applink.3 0444 root bin -f none usr/sfw/share/man/man3/OPENSSL_VERSION_NUMBER.3 0444 root bin -f none usr/sfw/share/man/man3/OPENSSL_config.3 0444 root bin -f none usr/sfw/share/man/man3/OPENSSL_ia32cap.3 0444 root bin -f none usr/sfw/share/man/man3/OPENSSL_load_builtin_modules.3 0444 root bin -f none usr/sfw/share/man/man3/OpenSSL_add_all_algorithms.3 0444 root bin -f none usr/sfw/share/man/man3/PKCS12_create.3 0444 root bin -f none usr/sfw/share/man/man3/PKCS12_parse.3 0444 root bin -f none usr/sfw/share/man/man3/PKCS7_decrypt.3 0444 root bin -f none usr/sfw/share/man/man3/PKCS7_encrypt.3 0444 root bin -f none usr/sfw/share/man/man3/PKCS7_sign.3 0444 root bin -f none usr/sfw/share/man/man3/PKCS7_verify.3 0444 root bin -f none usr/sfw/share/man/man3/RAND_add.3 0444 root bin -f none usr/sfw/share/man/man3/RAND_bytes.3 0444 root bin -f none usr/sfw/share/man/man3/RAND_cleanup.3 0444 root bin -f none usr/sfw/share/man/man3/RAND_egd.3 0444 root bin -f none usr/sfw/share/man/man3/RAND_load_file.3 0444 root bin -f none usr/sfw/share/man/man3/RAND_set_rand_method.3 0444 root bin -f none usr/sfw/share/man/man3/RSA_blinding_on.3 0444 root bin -f none usr/sfw/share/man/man3/RSA_check_key.3 0444 root bin -f none usr/sfw/share/man/man3/RSA_generate_key.3 0444 root bin -f none usr/sfw/share/man/man3/RSA_get_ex_new_index.3 0444 root bin -f none usr/sfw/share/man/man3/RSA_new.3 0444 root bin -f none usr/sfw/share/man/man3/RSA_padding_add_PKCS1_type_1.3 0444 root bin -f none usr/sfw/share/man/man3/RSA_print.3 0444 root bin -f none usr/sfw/share/man/man3/RSA_private_encrypt.3 0444 root bin -f none usr/sfw/share/man/man3/RSA_public_encrypt.3 0444 root bin -f none usr/sfw/share/man/man3/RSA_set_method.3 0444 root bin -f none usr/sfw/share/man/man3/RSA_sign.3 0444 root bin -f none usr/sfw/share/man/man3/RSA_sign_ASN1_OCTET_STRING.3 0444 root bin -f none usr/sfw/share/man/man3/RSA_size.3 0444 root bin -f none usr/sfw/share/man/man3/SMIME_read_PKCS7.3 0444 root bin -f none usr/sfw/share/man/man3/SMIME_write_PKCS7.3 0444 root bin -f none usr/sfw/share/man/man3/X509_NAME_ENTRY_get_object.3 0444 root bin -f none usr/sfw/share/man/man3/X509_NAME_add_entry_by_txt.3 0444 root bin -f none usr/sfw/share/man/man3/X509_NAME_get_index_by_NID.3 0444 root bin -f none usr/sfw/share/man/man3/X509_NAME_print_ex.3 0444 root bin -f none usr/sfw/share/man/man3/X509_new.3 0444 root bin -f none usr/sfw/share/man/man3/bio.3 0444 root bin -f none usr/sfw/share/man/man3/blowfish.3 0444 root bin -f none usr/sfw/share/man/man3/bn.3 0444 root bin -f none usr/sfw/share/man/man3/bn_internal.3 0444 root bin -f none usr/sfw/share/man/man3/buffer.3 0444 root bin -f none usr/sfw/share/man/man3/crypto.3 0444 root bin -f none usr/sfw/share/man/man3/d2i_ASN1_OBJECT.3 0444 root bin -f none usr/sfw/share/man/man3/d2i_DHparams.3 0444 root bin -f none usr/sfw/share/man/man3/d2i_DSAPublicKey.3 0444 root bin -f none usr/sfw/share/man/man3/d2i_PKCS8PrivateKey.3 0444 root bin -f none usr/sfw/share/man/man3/d2i_RSAPublicKey.3 0444 root bin -f none usr/sfw/share/man/man3/d2i_X509.3 0444 root bin -f none usr/sfw/share/man/man3/d2i_X509_ALGOR.3 0444 root bin -f none usr/sfw/share/man/man3/d2i_X509_CRL.3 0444 root bin -f none usr/sfw/share/man/man3/d2i_X509_NAME.3 0444 root bin -f none usr/sfw/share/man/man3/d2i_X509_REQ.3 0444 root bin -f none usr/sfw/share/man/man3/d2i_X509_SIG.3 0444 root bin -f none usr/sfw/share/man/man3/des.3 0444 root bin -f none usr/sfw/share/man/man3/dh.3 0444 root bin -f none usr/sfw/share/man/man3/dsa.3 0444 root bin -f none usr/sfw/share/man/man3/ecdsa.3 0444 root bin -f none usr/sfw/share/man/man3/engine.3 0444 root bin -f none usr/sfw/share/man/man3/err.3 0444 root bin -f none usr/sfw/share/man/man3/evp.3 0444 root bin -f none usr/sfw/share/man/man3/hmac.3 0444 root bin -f none usr/sfw/share/man/man3/lh_stats.3 0444 root bin -f none usr/sfw/share/man/man3/lhash.3 0444 root bin -f none usr/sfw/share/man/man3/md5.3 0444 root bin -f none usr/sfw/share/man/man3/mdc2.3 0444 root bin -f none usr/sfw/share/man/man3/pem.3 0444 root bin -f none usr/sfw/share/man/man3/rand.3 0444 root bin -f none usr/sfw/share/man/man3/rc4.3 0444 root bin -f none usr/sfw/share/man/man3/ripemd.3 0444 root bin -f none usr/sfw/share/man/man3/rsa.3 0444 root bin -f none usr/sfw/share/man/man3/sha.3 0444 root bin -f none usr/sfw/share/man/man3/threads.3 0444 root bin -f none usr/sfw/share/man/man3/ui.3 0444 root bin -f none usr/sfw/share/man/man3/ui_compat.3 0444 root bin -f none usr/sfw/share/man/man3/x509.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_CIPHER_get_name.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_CTX_add_session.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_COMP_add_compression_method.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_CTX_add_extra_chain_cert.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_CTX_ctrl.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_CTX_flush_sessions.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_CTX_free.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_CTX_get_ex_new_index.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_CTX_get_verify_mode.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_CTX_load_verify_locations.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_CTX_new.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_CTX_sess_number.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_CTX_sess_set_cache_size.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_CTX_sess_set_get_cb.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_CTX_sessions.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_CTX_set_cert_store.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_CTX_set_cipher_list.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_CTX_set_cert_verify_callback.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_CTX_set_client_CA_list.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_CTX_set_client_cert_cb.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_CTX_set_default_passwd_cb.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_CTX_set_generate_session_id.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_CTX_set_info_callback.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_CTX_set_max_cert_list.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_CTX_set_mode.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_CTX_set_msg_callback.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_CTX_set_options.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_CTX_set_quiet_shutdown.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_CTX_set_session_cache_mode.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_CTX_set_session_id_context.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_CTX_set_ssl_version.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_CTX_set_timeout.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_CTX_set_tmp_dh_callback.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_CTX_set_tmp_rsa_callback.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_CTX_set_verify.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_CTX_use_certificate.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_SESSION_free.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_SESSION_get_ex_new_index.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_SESSION_get_time.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_accept.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_alert_type_string.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_clear.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_connect.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_do_handshake.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_free.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_get_SSL_CTX.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_new.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_get_ciphers.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_get_client_CA_list.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_get_current_cipher.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_get_default_timeout.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_get_error.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_get_ex_data_X509_STORE_CTX_idx.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_get_ex_new_index.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_get_fd.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_get_peer_cert_chain.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_get_peer_certificate.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_get_rbio.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_get_session.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_get_verify_result.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_get_version.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_library_init.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_load_client_CA_file.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_pending.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_read.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_rstate_string.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_session_reused.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_set_bio.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_set_connect_state.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_set_fd.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_set_session.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_set_shutdown.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_set_verify_result.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_shutdown.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_state_string.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_want.3 0444 root bin -f none usr/sfw/share/man/man3/SSL_write.3 0444 root bin -f none usr/sfw/share/man/man3/d2i_SSL_SESSION.3 0444 root bin -f none usr/sfw/share/man/man3/ssl.3 0444 root bin -s none usr/sfw/share/man/man3/ASN1_OBJECT_free.3=ASN1_OBJECT_new.3 -s none usr/sfw/share/man/man3/ASN1_STRING_dup.3=ASN1_STRING_length.3 -s none usr/sfw/share/man/man3/ASN1_STRING_cmp.3=ASN1_STRING_length.3 -s none usr/sfw/share/man/man3/BIO_reset.3=BIO_ctrl.3 -s none usr/sfw/share/man/man3/ASN1_STRING_set.3=ASN1_STRING_length.3 -s none usr/sfw/share/man/man3/ASN1_STRING_length_set.3=ASN1_STRING_length.3 -s none usr/sfw/share/man/man3/ASN1_STRING_type.3=ASN1_STRING_length.3 -s none usr/sfw/share/man/man3/ASN1_STRING_data.3=ASN1_STRING_length.3 -s none usr/sfw/share/man/man3/ASN1_STRING_type_new.3=ASN1_STRING_new.3 -s none usr/sfw/share/man/man3/ASN1_STRING_free.3=ASN1_STRING_new.3 -s none usr/sfw/share/man/man3/ASN1_STRING_print_ex_fp.3=ASN1_STRING_print_ex.3 -s none usr/sfw/share/man/man3/ASN1_generate_v3.3=ASN1_generate_nconf.3 -s none usr/sfw/share/man/man3/BIO_callback_ctrl.3=BIO_ctrl.3 -s none usr/sfw/share/man/man3/BIO_ptr_ctrl.3=BIO_ctrl.3 -s none usr/sfw/share/man/man3/BIO_int_ctrl.3=BIO_ctrl.3 -s none usr/sfw/share/man/man3/BIO_seek.3=BIO_ctrl.3 -s none usr/sfw/share/man/man3/BIO_tell.3=BIO_ctrl.3 -s none usr/sfw/share/man/man3/BIO_flush.3=BIO_ctrl.3 -s none usr/sfw/share/man/man3/BIO_eof.3=BIO_ctrl.3 -s none usr/sfw/share/man/man3/BIO_set_close.3=BIO_ctrl.3 -s none usr/sfw/share/man/man3/BIO_get_close.3=BIO_ctrl.3 -s none usr/sfw/share/man/man3/BIO_pending.3=BIO_ctrl.3 -s none usr/sfw/share/man/man3/BIO_wpending.3=BIO_ctrl.3 -s none usr/sfw/share/man/man3/BIO_ctrl_pending.3=BIO_ctrl.3 -s none usr/sfw/share/man/man3/BIO_ctrl_wpending.3=BIO_ctrl.3 -s none usr/sfw/share/man/man3/BIO_get_info_callback.3=BIO_ctrl.3 -s none usr/sfw/share/man/man3/BIO_set_info_callback.3=BIO_ctrl.3 -s none usr/sfw/share/man/man3/BIO_set_cipher.3=BIO_f_cipher.3 -s none usr/sfw/share/man/man3/BIO_get_cipher_status.3=BIO_f_cipher.3 -s none usr/sfw/share/man/man3/BIO_get_cipher_ctx.3=BIO_f_cipher.3 -s none usr/sfw/share/man/man3/BIO_set_md.3=BIO_f_md.3 -s none usr/sfw/share/man/man3/BIO_get_md.3=BIO_f_md.3 -s none usr/sfw/share/man/man3/BIO_get_md_ctx.3=BIO_f_md.3 -s none usr/sfw/share/man/man3/BIO_set_ssl.3=BIO_f_ssl.3 -s none usr/sfw/share/man/man3/BIO_get_ssl.3=BIO_f_ssl.3 -s none usr/sfw/share/man/man3/BIO_set_ssl_mode.3=BIO_f_ssl.3 -s none usr/sfw/share/man/man3/BIO_set_ssl_renegotiate_bytes.3=BIO_f_ssl.3 -s none usr/sfw/share/man/man3/BIO_get_num_renegotiates.3=BIO_f_ssl.3 -s none usr/sfw/share/man/man3/BIO_set_ssl_renegotiate_timeout.3=BIO_f_ssl.3 -s none usr/sfw/share/man/man3/BIO_new_ssl.3=BIO_f_ssl.3 -s none usr/sfw/share/man/man3/BIO_new_ssl_connect.3=BIO_f_ssl.3 -s none usr/sfw/share/man/man3/BIO_new_buffer_ssl_connect.3=BIO_f_ssl.3 -s none usr/sfw/share/man/man3/BIO_ssl_copy_session_id.3=BIO_f_ssl.3 -s none usr/sfw/share/man/man3/BIO_ssl_shutdown.3=BIO_f_ssl.3 -s none usr/sfw/share/man/man3/BIO_next.3=BIO_find_type.3 -s none usr/sfw/share/man/man3/BIO_set.3=BIO_new.3 -s none usr/sfw/share/man/man3/BIO_free.3=BIO_new.3 -s none usr/sfw/share/man/man3/BIO_vfree.3=BIO_new.3 -s none usr/sfw/share/man/man3/BIO_free_all.3=BIO_new.3 -s none usr/sfw/share/man/man3/BIO_pop.3=BIO_push.3 -s none usr/sfw/share/man/man3/BIO_write.3=BIO_read.3 -s none usr/sfw/share/man/man3/BIO_gets.3=BIO_read.3 -s none usr/sfw/share/man/man3/BIO_puts.3=BIO_read.3 -s none usr/sfw/share/man/man3/BIO_set_accept_port.3=BIO_s_accept.3 -s none usr/sfw/share/man/man3/BIO_get_accept_port.3=BIO_s_accept.3 -s none usr/sfw/share/man/man3/BIO_set_nbio_accept.3=BIO_s_accept.3 -s none usr/sfw/share/man/man3/BIO_set_accept_bios.3=BIO_s_accept.3 -s none usr/sfw/share/man/man3/BIO_set_bind_mode.3=BIO_s_accept.3 -s none usr/sfw/share/man/man3/BIO_get_bind_mode.3=BIO_s_accept.3 -s none usr/sfw/share/man/man3/BIO_do_accept.3=BIO_s_accept.3 -s none usr/sfw/share/man/man3/BIO_make_bio_pair.3=BIO_s_bio.3 -s none usr/sfw/share/man/man3/BIO_destroy_bio_pair.3=BIO_s_bio.3 -s none usr/sfw/share/man/man3/BIO_shutdown_wr.3=BIO_s_bio.3 -s none usr/sfw/share/man/man3/BIO_set_write_buf_size.3=BIO_s_bio.3 -s none usr/sfw/share/man/man3/BIO_get_write_buf_size.3=BIO_s_bio.3 -s none usr/sfw/share/man/man3/BIO_new_bio_pair.3=BIO_s_bio.3 -s none usr/sfw/share/man/man3/BIO_get_write_guarantee.3=BIO_s_bio.3 -s none usr/sfw/share/man/man3/BIO_ctrl_get_write_guarantee.3=BIO_s_bio.3 -s none usr/sfw/share/man/man3/BIO_get_read_request.3=BIO_s_bio.3 -s none usr/sfw/share/man/man3/BIO_ctrl_get_read_request.3=BIO_s_bio.3 -s none usr/sfw/share/man/man3/BIO_ctrl_reset_read_request.3=BIO_s_bio.3 -s none usr/sfw/share/man/man3/BIO_set_conn_hostname.3=BIO_s_connect.3 -s none usr/sfw/share/man/man3/BIO_set_conn_port.3=BIO_s_connect.3 -s none usr/sfw/share/man/man3/BIO_set_conn_ip.3=BIO_s_connect.3 -s none usr/sfw/share/man/man3/BIO_get_conn_port.3=BIO_s_connect.3 -s none usr/sfw/share/man/man3/BIO_set_conn_int_port.3=BIO_s_connect.3 -s none usr/sfw/share/man/man3/BIO_get_conn_hostname.3=BIO_s_connect.3 -s none usr/sfw/share/man/man3/BIO_get_conn_ip.3=BIO_s_connect.3 -s none usr/sfw/share/man/man3/BIO_get_conn_int_port.3=BIO_s_connect.3 -s none usr/sfw/share/man/man3/BIO_set_nbio.3=BIO_s_connect.3 -s none usr/sfw/share/man/man3/BIO_do_connect.3=BIO_s_connect.3 -s none usr/sfw/share/man/man3/BIO_set_fd.3=BIO_s_fd.3 -s none usr/sfw/share/man/man3/BIO_get_fd.3=BIO_s_fd.3 -s none usr/sfw/share/man/man3/BIO_new_fd.3=BIO_s_fd.3 -s none usr/sfw/share/man/man3/BIO_new_file.3=BIO_s_file.3 -s none usr/sfw/share/man/man3/BIO_new_fp.3=BIO_s_file.3 -s none usr/sfw/share/man/man3/BIO_set_fp.3=BIO_s_file.3 -s none usr/sfw/share/man/man3/BIO_get_fp.3=BIO_s_file.3 -s none usr/sfw/share/man/man3/BIO_read_filename.3=BIO_s_file.3 -s none usr/sfw/share/man/man3/BIO_write_filename.3=BIO_s_file.3 -s none usr/sfw/share/man/man3/BIO_append_filename.3=BIO_s_file.3 -s none usr/sfw/share/man/man3/BIO_rw_filename.3=BIO_s_file.3 -s none usr/sfw/share/man/man3/BIO_set_mem_eof_return.3=BIO_s_mem.3 -s none usr/sfw/share/man/man3/BIO_get_mem_data.3=BIO_s_mem.3 -s none usr/sfw/share/man/man3/BIO_set_mem_buf.3=BIO_s_mem.3 -s none usr/sfw/share/man/man3/BIO_get_mem_ptr.3=BIO_s_mem.3 -s none usr/sfw/share/man/man3/BIO_new_mem_buf.3=BIO_s_mem.3 -s none usr/sfw/share/man/man3/BIO_new_socket.3=BIO_s_socket.3 -s none usr/sfw/share/man/man3/BIO_get_callback.3=BIO_set_callback.3 -s none usr/sfw/share/man/man3/BIO_set_callback_arg.3=BIO_set_callback.3 -s none usr/sfw/share/man/man3/BIO_get_callback_arg.3=BIO_set_callback.3 -s none usr/sfw/share/man/man3/BIO_debug_callback.3=BIO_set_callback.3 -s none usr/sfw/share/man/man3/BIO_should_read.3=BIO_should_retry.3 -s none usr/sfw/share/man/man3/BIO_should_write.3=BIO_should_retry.3 -s none usr/sfw/share/man/man3/BIO_should_io_special.3=BIO_should_retry.3 -s none usr/sfw/share/man/man3/BIO_retry_type.3=BIO_should_retry.3 -s none usr/sfw/share/man/man3/BIO_get_retry_BIO.3=BIO_should_retry.3 -s none usr/sfw/share/man/man3/BIO_get_retry_reason.3=BIO_should_retry.3 -s none usr/sfw/share/man/man3/BN_BLINDING_free.3=BN_BLINDING_new.3 -s none usr/sfw/share/man/man3/BN_BLINDING_update.3=BN_BLINDING_new.3 -s none usr/sfw/share/man/man3/BN_BLINDING_convert.3=BN_BLINDING_new.3 -s none usr/sfw/share/man/man3/BN_BLINDING_invert.3=BN_BLINDING_new.3 -s none usr/sfw/share/man/man3/BN_BLINDING_convert_ex.3=BN_BLINDING_new.3 -s none usr/sfw/share/man/man3/BN_BLINDING_invert_ex.3=BN_BLINDING_new.3 -s none usr/sfw/share/man/man3/BN_BLINDING_get_thread_id.3=BN_BLINDING_new.3 -s none usr/sfw/share/man/man3/BN_BLINDING_set_thread_id.3=BN_BLINDING_new.3 -s none usr/sfw/share/man/man3/BN_BLINDING_get_flags.3=BN_BLINDING_new.3 -s none usr/sfw/share/man/man3/BN_BLINDING_set_flags.3=BN_BLINDING_new.3 -s none usr/sfw/share/man/man3/BN_BLINDING_create_param.3=BN_BLINDING_new.3 -s none usr/sfw/share/man/man3/BN_CTX_init.3=BN_CTX_new.3 -s none usr/sfw/share/man/man3/BN_CTX_free.3=BN_CTX_new.3 -s none usr/sfw/share/man/man3/BN_CTX_get.3=BN_CTX_start.3 -s none usr/sfw/share/man/man3/BN_CTX_end.3=BN_CTX_start.3 -s none usr/sfw/share/man/man3/BN_sub.3=BN_add.3 -s none usr/sfw/share/man/man3/BN_mul.3=BN_add.3 -s none usr/sfw/share/man/man3/BN_sqr.3=BN_add.3 -s none usr/sfw/share/man/man3/BN_div.3=BN_add.3 -s none usr/sfw/share/man/man3/BN_mod.3=BN_add.3 -s none usr/sfw/share/man/man3/BN_nnmod.3=BN_add.3 -s none usr/sfw/share/man/man3/BN_mod_add.3=BN_add.3 -s none usr/sfw/share/man/man3/BN_mod_sub.3=BN_add.3 -s none usr/sfw/share/man/man3/BN_mod_mul.3=BN_add.3 -s none usr/sfw/share/man/man3/BN_mod_sqr.3=BN_add.3 -s none usr/sfw/share/man/man3/BN_exp.3=BN_add.3 -s none usr/sfw/share/man/man3/BN_mod_exp.3=BN_add.3 -s none usr/sfw/share/man/man3/BN_gcd.3=BN_add.3 -s none usr/sfw/share/man/man3/BN_sub_word.3=BN_add_word.3 -s none usr/sfw/share/man/man3/BN_mul_word.3=BN_add_word.3 -s none usr/sfw/share/man/man3/BN_div_word.3=BN_add_word.3 -s none usr/sfw/share/man/man3/BN_mod_word.3=BN_add_word.3 -s none usr/sfw/share/man/man3/BN_bin2bn.3=BN_bn2bin.3 -s none usr/sfw/share/man/man3/BN_bn2hex.3=BN_bn2bin.3 -s none usr/sfw/share/man/man3/BN_bn2dec.3=BN_bn2bin.3 -s none usr/sfw/share/man/man3/BN_hex2bn.3=BN_bn2bin.3 -s none usr/sfw/share/man/man3/BN_dec2bn.3=BN_bn2bin.3 -s none usr/sfw/share/man/man3/BN_print.3=BN_bn2bin.3 -s none usr/sfw/share/man/man3/BN_print_fp.3=BN_bn2bin.3 -s none usr/sfw/share/man/man3/BN_bn2mpi.3=BN_bn2bin.3 -s none usr/sfw/share/man/man3/BN_mpi2bn.3=BN_bn2bin.3 -s none usr/sfw/share/man/man3/BN_ucmp.3=BN_cmp.3 -s none usr/sfw/share/man/man3/BN_is_zero.3=BN_cmp.3 -s none usr/sfw/share/man/man3/BN_is_one.3=BN_cmp.3 -s none usr/sfw/share/man/man3/BN_is_word.3=BN_cmp.3 -s none usr/sfw/share/man/man3/BN_is_odd.3=BN_cmp.3 -s none usr/sfw/share/man/man3/BN_dup.3=BN_copy.3 -s none usr/sfw/share/man/man3/BN_is_prime.3=BN_generate_prime.3 -s none usr/sfw/share/man/man3/BN_is_prime_fasttest.3=BN_generate_prime.3 -s none usr/sfw/share/man/man3/BN_MONT_CTX_new.3=BN_mod_mul_montgomery.3 -s none usr/sfw/share/man/man3/BN_MONT_CTX_init.3=BN_mod_mul_montgomery.3 -s none usr/sfw/share/man/man3/BN_MONT_CTX_free.3=BN_mod_mul_montgomery.3 -s none usr/sfw/share/man/man3/BN_MONT_CTX_set.3=BN_mod_mul_montgomery.3 -s none usr/sfw/share/man/man3/BN_MONT_CTX_copy.3=BN_mod_mul_montgomery.3 -s none usr/sfw/share/man/man3/BN_from_montgomery.3=BN_mod_mul_montgomery.3 -s none usr/sfw/share/man/man3/BN_to_montgomery.3=BN_mod_mul_montgomery.3 -s none usr/sfw/share/man/man3/BN_div_recp.3=BN_mod_mul_reciprocal.3 -s none usr/sfw/share/man/man3/BN_RECP_CTX_new.3=BN_mod_mul_reciprocal.3 -s none usr/sfw/share/man/man3/BN_RECP_CTX_init.3=BN_mod_mul_reciprocal.3 -s none usr/sfw/share/man/man3/BN_RECP_CTX_free.3=BN_mod_mul_reciprocal.3 -s none usr/sfw/share/man/man3/BN_RECP_CTX_set.3=BN_mod_mul_reciprocal.3 -s none usr/sfw/share/man/man3/BN_init.3=BN_new.3 -s none usr/sfw/share/man/man3/BN_clear.3=BN_new.3 -s none usr/sfw/share/man/man3/BN_free.3=BN_new.3 -s none usr/sfw/share/man/man3/BN_clear_free.3=BN_new.3 -s none usr/sfw/share/man/man3/BN_num_bits.3=BN_num_bytes.3 -s none usr/sfw/share/man/man3/BN_num_bits_word.3=BN_num_bytes.3 -s none usr/sfw/share/man/man3/BN_pseudo_rand.3=BN_rand.3 -s none usr/sfw/share/man/man3/BN_clear_bit.3=BN_set_bit.3 -s none usr/sfw/share/man/man3/BN_is_bit_set.3=BN_set_bit.3 -s none usr/sfw/share/man/man3/BN_mask_bits.3=BN_set_bit.3 -s none usr/sfw/share/man/man3/BN_lshift.3=BN_set_bit.3 -s none usr/sfw/share/man/man3/BN_lshift1.3=BN_set_bit.3 -s none usr/sfw/share/man/man3/BN_rshift.3=BN_set_bit.3 -s none usr/sfw/share/man/man3/BN_rshift1.3=BN_set_bit.3 -s none usr/sfw/share/man/man3/BN_one.3=BN_zero.3 -s none usr/sfw/share/man/man3/BN_value_one.3=BN_zero.3 -s none usr/sfw/share/man/man3/BN_set_word.3=BN_zero.3 -s none usr/sfw/share/man/man3/BN_get_word.3=BN_zero.3 -s none usr/sfw/share/man/man3/CONF_modules_finish.3=CONF_modules_free.3 -s none usr/sfw/share/man/man3/CONF_modules_unload.3=CONF_modules_free.3 -s none usr/sfw/share/man/man3/CONF_modules_load.3=CONF_modules_load_file.3 -s none usr/sfw/share/man/man3/CRYPTO_get_ex_data.3=CRYPTO_set_ex_data.3 -s none usr/sfw/share/man/man3/DH_check.3=DH_generate_parameters.3 -s none usr/sfw/share/man/man3/DH_compute_key.3=DH_generate_key.3 -s none usr/sfw/share/man/man3/DH_set_ex_data.3=DH_get_ex_new_index.3 -s none usr/sfw/share/man/man3/DH_get_ex_data.3=DH_get_ex_new_index.3 -s none usr/sfw/share/man/man3/DH_free.3=DH_new.3 -s none usr/sfw/share/man/man3/DH_set_default_method.3=DH_set_method.3 -s none usr/sfw/share/man/man3/DH_get_default_method.3=DH_set_method.3 -s none usr/sfw/share/man/man3/DH_new_method.3=DH_set_method.3 -s none usr/sfw/share/man/man3/DH_OpenSSL.3=DH_set_method.3 -s none usr/sfw/share/man/man3/DSA_SIG_free.3=DSA_SIG_new.3 -s none usr/sfw/share/man/man3/DSA_do_verify.3=DSA_do_sign.3 -s none usr/sfw/share/man/man3/DSA_set_ex_data.3=DSA_get_ex_new_index.3 -s none usr/sfw/share/man/man3/DSA_get_ex_data.3=DSA_get_ex_new_index.3 -s none usr/sfw/share/man/man3/DSA_free.3=DSA_new.3 -s none usr/sfw/share/man/man3/DSA_set_default_method.3=DSA_set_method.3 -s none usr/sfw/share/man/man3/DSA_get_default_method.3=DSA_set_method.3 -s none usr/sfw/share/man/man3/DSA_new_method.3=DSA_set_method.3 -s none usr/sfw/share/man/man3/DSA_OpenSSL.3=DSA_set_method.3 -s none usr/sfw/share/man/man3/DSA_sign_setup.3=DSA_sign.3 -s none usr/sfw/share/man/man3/ERR_PACK.3=ERR_load_strings.3 -s none usr/sfw/share/man/man3/DSA_verify.3=DSA_sign.3 -s none usr/sfw/share/man/man3/ERR_GET_FUNC.3=ERR_GET_LIB.3 -s none usr/sfw/share/man/man3/ERR_GET_REASON.3=ERR_GET_LIB.3 -s none usr/sfw/share/man/man3/ERR_error_string_n.3=ERR_error_string.3 -s none usr/sfw/share/man/man3/ERR_lib_error_string.3=ERR_error_string.3 -s none usr/sfw/share/man/man3/ERR_func_error_string.3=ERR_error_string.3 -s none usr/sfw/share/man/man3/ERR_reason_error_string.3=ERR_error_string.3 -s none usr/sfw/share/man/man3/ERR_peek_error.3=ERR_get_error.3 -s none usr/sfw/share/man/man3/ERR_peek_last_error.3=ERR_get_error.3 -s none usr/sfw/share/man/man3/ERR_get_error_line.3=ERR_get_error.3 -s none usr/sfw/share/man/man3/ERR_peek_error_line.3=ERR_get_error.3 -s none usr/sfw/share/man/man3/ERR_peek_last_error_line.3=ERR_get_error.3 -s none usr/sfw/share/man/man3/ERR_get_error_line_data.3=ERR_get_error.3 -s none usr/sfw/share/man/man3/ERR_peek_error_line_data.3=ERR_get_error.3 -s none usr/sfw/share/man/man3/ERR_peek_last_error_line_data.3=ERR_get_error.3 -s none usr/sfw/share/man/man3/ERR_free_strings.3=ERR_load_crypto_strings.3 -s none usr/sfw/share/man/man3/SSL_load_error_strings.3=ERR_load_crypto_strings.3 -s none usr/sfw/share/man/man3/ERR_get_next_error_library.3=ERR_load_strings.3 -s none usr/sfw/share/man/man3/ERR_print_errors_fp.3=ERR_print_errors.3 -s none usr/sfw/share/man/man3/ERR_add_error_data.3=ERR_put_error.3 -s none usr/sfw/share/man/man3/ERR_pop_to_mark.3=ERR_set_mark.3 -s none usr/sfw/share/man/man3/EVP_MD_CTX_init.3=EVP_DigestInit.3 -s none usr/sfw/share/man/man3/EVP_MD_CTX_create.3=EVP_DigestInit.3 -s none usr/sfw/share/man/man3/EVP_DigestInit_ex.3=EVP_DigestInit.3 -s none usr/sfw/share/man/man3/EVP_DigestUpdate.3=EVP_DigestInit.3 -s none usr/sfw/share/man/man3/EVP_DigestFinal_ex.3=EVP_DigestInit.3 -s none usr/sfw/share/man/man3/EVP_MD_CTX_cleanup.3=EVP_DigestInit.3 -s none usr/sfw/share/man/man3/EVP_MD_CTX_destroy.3=EVP_DigestInit.3 -s none usr/sfw/share/man/man3/EVP_MAX_MD_SIZE.3=EVP_DigestInit.3 -s none usr/sfw/share/man/man3/EVP_MD_CTX_copy_ex.3=EVP_DigestInit.3 -s none usr/sfw/share/man/man3/EVP_MD_CTX_copy.3=EVP_DigestInit.3 -s none usr/sfw/share/man/man3/EVP_MD_type.3=EVP_DigestInit.3 -s none usr/sfw/share/man/man3/EVP_MD_size.3=EVP_DigestInit.3 -s none usr/sfw/share/man/man3/EVP_MD_pkey_type.3=EVP_DigestInit.3 -s none usr/sfw/share/man/man3/EVP_MD_block_size.3=EVP_DigestInit.3 -s none usr/sfw/share/man/man3/EVP_MD_CTX_md.3=EVP_DigestInit.3 -s none usr/sfw/share/man/man3/EVP_MD_CTX_size.3=EVP_DigestInit.3 -s none usr/sfw/share/man/man3/EVP_MD_CTX_block_size.3=EVP_DigestInit.3 -s none usr/sfw/share/man/man3/EVP_MD_CTX_type.3=EVP_DigestInit.3 -s none usr/sfw/share/man/man3/EVP_md_null.3=EVP_DigestInit.3 -s none usr/sfw/share/man/man3/EVP_md2.3=EVP_DigestInit.3 -s none usr/sfw/share/man/man3/EVP_md5.3=EVP_DigestInit.3 -s none usr/sfw/share/man/man3/EVP_sha.3=EVP_DigestInit.3 -s none usr/sfw/share/man/man3/EVP_sha1.3=EVP_DigestInit.3 -s none usr/sfw/share/man/man3/EVP_dss.3=EVP_DigestInit.3 -s none usr/sfw/share/man/man3/EVP_dss1.3=EVP_DigestInit.3 -s none usr/sfw/share/man/man3/EVP_mdc2.3=EVP_DigestInit.3 -s none usr/sfw/share/man/man3/EVP_ripemd160.3=EVP_DigestInit.3 -s none usr/sfw/share/man/man3/EVP_get_digestbyname.3=EVP_DigestInit.3 -s none usr/sfw/share/man/man3/EVP_get_digestbynid.3=EVP_DigestInit.3 -s none usr/sfw/share/man/man3/EVP_get_digestbyobj.3=EVP_DigestInit.3 -s none usr/sfw/share/man/man3/EVP_CIPHER_CTX_init.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_EncryptUpdate.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_EncryptInit_ex.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_EncryptFinal_ex.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_DecryptInit_ex.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_DecryptUpdate.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_DecryptFinal_ex.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_CipherInit_ex.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_CipherUpdate.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_CipherFinal_ex.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_CIPHER_CTX_set_key_length.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_CIPHER_CTX_ctrl.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_CIPHER_CTX_cleanup.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_EncryptFinal.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_DecryptInit.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_DecryptFinal.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_CipherInit.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_CipherFinal.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/OBJ_cmp.3=OBJ_nid2obj.3 -s none usr/sfw/share/man/man3/EVP_get_cipherbyname.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_get_cipherbynid.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_get_cipherbyobj.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_CIPHER_nid.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_CIPHER_block_size.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_CIPHER_key_length.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_CIPHER_iv_length.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_CIPHER_flags.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_CIPHER_mode.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_CIPHER_type.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_CIPHER_CTX_cipher.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_CIPHER_CTX_nid.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_CIPHER_CTX_block_size.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_CIPHER_CTX_key_length.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_CIPHER_CTX_iv_length.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_CIPHER_CTX_type.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_CIPHER_CTX_get_app_data.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_CIPHER_CTX_set_app_data.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_CIPHER_CTX_flags.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_CIPHER_CTX_mode.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_CIPHER_param_to_asn1.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_CIPHER_asn1_to_param.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_CIPHER_CTX_set_padding.3=EVP_EncryptInit.3 -s none usr/sfw/share/man/man3/EVP_OpenUpdate.3=EVP_OpenInit.3 -s none usr/sfw/share/man/man3/EVP_OpenFinal.3=EVP_OpenInit.3 -s none usr/sfw/share/man/man3/EVP_PKEY_free.3=EVP_PKEY_new.3 -s none usr/sfw/share/man/man3/EVP_PKEY_set1_DSA.3=EVP_PKEY_set1_RSA.3 -s none usr/sfw/share/man/man3/EVP_PKEY_set1_DH.3=EVP_PKEY_set1_RSA.3 -s none usr/sfw/share/man/man3/EVP_PKEY_set1_EC_KEY.3=EVP_PKEY_set1_RSA.3 -s none usr/sfw/share/man/man3/EVP_PKEY_get1_RSA.3=EVP_PKEY_set1_RSA.3 -s none usr/sfw/share/man/man3/EVP_PKEY_get1_DSA.3=EVP_PKEY_set1_RSA.3 -s none usr/sfw/share/man/man3/EVP_PKEY_get1_DH.3=EVP_PKEY_set1_RSA.3 -s none usr/sfw/share/man/man3/EVP_PKEY_get1_EC_KEY.3=EVP_PKEY_set1_RSA.3 -s none usr/sfw/share/man/man3/EVP_PKEY_assign_RSA.3=EVP_PKEY_set1_RSA.3 -s none usr/sfw/share/man/man3/EVP_PKEY_assign_DSA.3=EVP_PKEY_set1_RSA.3 -s none usr/sfw/share/man/man3/EVP_PKEY_assign_DH.3=EVP_PKEY_set1_RSA.3 -s none usr/sfw/share/man/man3/EVP_PKEY_assign_EC_KEY.3=EVP_PKEY_set1_RSA.3 -s none usr/sfw/share/man/man3/EVP_PKEY_type.3=EVP_PKEY_set1_RSA.3 -s none usr/sfw/share/man/man3/EVP_SealUpdate.3=EVP_SealInit.3 -s none usr/sfw/share/man/man3/EVP_SealFinal.3=EVP_SealInit.3 -s none usr/sfw/share/man/man3/EVP_SignUpdate.3=EVP_SignInit.3 -s none usr/sfw/share/man/man3/EVP_SignFinal.3=EVP_SignInit.3 -s none usr/sfw/share/man/man3/EVP_VerifyUpdate.3=EVP_VerifyInit.3 -s none usr/sfw/share/man/man3/EVP_VerifyFinal.3=EVP_VerifyInit.3 -s none usr/sfw/share/man/man3/OBJ_nid2ln.3=OBJ_nid2obj.3 -s none usr/sfw/share/man/man3/OBJ_nid2sn.3=OBJ_nid2obj.3 -s none usr/sfw/share/man/man3/OBJ_obj2nid.3=OBJ_nid2obj.3 -s none usr/sfw/share/man/man3/OBJ_txt2nid.3=OBJ_nid2obj.3 -s none usr/sfw/share/man/man3/OBJ_ln2nid.3=OBJ_nid2obj.3 -s none usr/sfw/share/man/man3/OBJ_sn2nid.3=OBJ_nid2obj.3 -s none usr/sfw/share/man/man3/OBJ_dup.3=OBJ_nid2obj.3 -s none usr/sfw/share/man/man3/OBJ_txt2obj.3=OBJ_nid2obj.3 -s none usr/sfw/share/man/man3/OBJ_obj2txt.3=OBJ_nid2obj.3 -s none usr/sfw/share/man/man3/OBJ_create.3=OBJ_nid2obj.3 -s none usr/sfw/share/man/man3/OBJ_cleanup.3=OBJ_nid2obj.3 -s none usr/sfw/share/man/man3/SSLeay.3=OPENSSL_VERSION_NUMBER.3 -s none usr/sfw/share/man/man3/SSLeay_version.3=OPENSSL_VERSION_NUMBER.3 -s none usr/sfw/share/man/man3/OPENSSL_no_config.3=OPENSSL_config.3 -s none usr/sfw/share/man/man3/OpenSSL_add_all_ciphers.3=OpenSSL_add_all_algorithms.3 -s none usr/sfw/share/man/man3/OpenSSL_add_all_digests.3=OpenSSL_add_all_algorithms.3 -s none usr/sfw/share/man/man3/RAND_seed.3=RAND_add.3 -s none usr/sfw/share/man/man3/RAND_status.3=RAND_add.3 -s none usr/sfw/share/man/man3/RAND_event.3=RAND_add.3 -s none usr/sfw/share/man/man3/RAND_screen.3=RAND_add.3 -s none usr/sfw/share/man/man3/RAND_pseudo_bytes.3=RAND_bytes.3 -s none usr/sfw/share/man/man3/RAND_write_file.3=RAND_load_file.3 -s none usr/sfw/share/man/man3/RAND_file_name.3=RAND_load_file.3 -s none usr/sfw/share/man/man3/RAND_get_rand_method.3=RAND_set_rand_method.3 -s none usr/sfw/share/man/man3/RAND_SSLeay.3=RAND_set_rand_method.3 -s none usr/sfw/share/man/man3/RSA_blinding_off.3=RSA_blinding_on.3 -s none usr/sfw/share/man/man3/RSA_set_ex_data.3=RSA_get_ex_new_index.3 -s none usr/sfw/share/man/man3/RSA_get_ex_data.3=RSA_get_ex_new_index.3 -s none usr/sfw/share/man/man3/RSA_free.3=RSA_new.3 -s none usr/sfw/share/man/man3/RSA_padding_check_PKCS1_type_1.3=RSA_padding_add_PKCS1_type_1.3 -s none usr/sfw/share/man/man3/RSA_padding_add_PKCS1_type_2.3=RSA_padding_add_PKCS1_type_1.3 -s none usr/sfw/share/man/man3/RSA_padding_check_PKCS1_type_2.3=RSA_padding_add_PKCS1_type_1.3 -s none usr/sfw/share/man/man3/RSA_padding_add_PKCS1_OAEP.3=RSA_padding_add_PKCS1_type_1.3 -s none usr/sfw/share/man/man3/RSA_padding_check_PKCS1_OAEP.3=RSA_padding_add_PKCS1_type_1.3 -s none usr/sfw/share/man/man3/RSA_padding_add_SSLv23.3=RSA_padding_add_PKCS1_type_1.3 -s none usr/sfw/share/man/man3/RSA_padding_check_SSLv23.3=RSA_padding_add_PKCS1_type_1.3 -s none usr/sfw/share/man/man3/RSA_padding_add_none.3=RSA_padding_add_PKCS1_type_1.3 -s none usr/sfw/share/man/man3/RSA_padding_check_none.3=RSA_padding_add_PKCS1_type_1.3 -s none usr/sfw/share/man/man3/RSA_print_fp.3=RSA_print.3 -s none usr/sfw/share/man/man3/DSAparams_print.3=RSA_print.3 -s none usr/sfw/share/man/man3/DSAparams_print_fp.3=RSA_print.3 -s none usr/sfw/share/man/man3/DSA_print.3=RSA_print.3 -s none usr/sfw/share/man/man3/DSA_print_fp.3=RSA_print.3 -s none usr/sfw/share/man/man3/DHparams_print.3=RSA_print.3 -s none usr/sfw/share/man/man3/DHparams_print_fp.3=RSA_print.3 -s none usr/sfw/share/man/man3/RSA_public_decrypt.3=RSA_private_encrypt.3 -s none usr/sfw/share/man/man3/RSA_private_decrypt.3=RSA_public_encrypt.3 -s none usr/sfw/share/man/man3/RSA_set_default_method.3=RSA_set_method.3 -s none usr/sfw/share/man/man3/RSA_get_default_method.3=RSA_set_method.3 -s none usr/sfw/share/man/man3/RSA_get_method.3=RSA_set_method.3 -s none usr/sfw/share/man/man3/RSA_PKCS1_SSLeay.3=RSA_set_method.3 -s none usr/sfw/share/man/man3/RSA_null_method.3=RSA_set_method.3 -s none usr/sfw/share/man/man3/RSA_flags.3=RSA_set_method.3 -s none usr/sfw/share/man/man3/RSA_new_method.3=RSA_set_method.3 -s none usr/sfw/share/man/man3/RSA_verify.3=RSA_sign.3 -s none usr/sfw/share/man/man3/RSA_verify_ASN1_OCTET_STRING.3=RSA_sign_ASN1_OCTET_STRING.3 -s none usr/sfw/share/man/man3/X509_NAME_ENTRY_get_data.3=X509_NAME_ENTRY_get_object.3 -s none usr/sfw/share/man/man3/X509_NAME_ENTRY_set_object.3=X509_NAME_ENTRY_get_object.3 -s none usr/sfw/share/man/man3/X509_NAME_ENTRY_set_data.3=X509_NAME_ENTRY_get_object.3 -s none usr/sfw/share/man/man3/X509_NAME_ENTRY_create_by_txt.3=X509_NAME_ENTRY_get_object.3 -s none usr/sfw/share/man/man3/X509_NAME_ENTRY_create_by_NID.3=X509_NAME_ENTRY_get_object.3 -s none usr/sfw/share/man/man3/X509_NAME_ENTRY_create_by_OBJ.3=X509_NAME_ENTRY_get_object.3 -s none usr/sfw/share/man/man3/X509_NAME_add_entry_by_OBJ.3=X509_NAME_add_entry_by_txt.3 -s none usr/sfw/share/man/man3/X509_NAME_add_entry_by_NID.3=X509_NAME_add_entry_by_txt.3 -s none usr/sfw/share/man/man3/X509_NAME_add_entry.3=X509_NAME_add_entry_by_txt.3 -s none usr/sfw/share/man/man3/X509_NAME_delete_entry.3=X509_NAME_add_entry_by_txt.3 -s none usr/sfw/share/man/man3/X509_NAME_get_index_by_OBJ.3=X509_NAME_get_index_by_NID.3 -s none usr/sfw/share/man/man3/X509_NAME_get_entry.3=X509_NAME_get_index_by_NID.3 -s none usr/sfw/share/man/man3/X509_NAME_entry_count.3=X509_NAME_get_index_by_NID.3 -s none usr/sfw/share/man/man3/X509_NAME_get_text_by_NID.3=X509_NAME_get_index_by_NID.3 -s none usr/sfw/share/man/man3/X509_NAME_get_text_by_OBJ.3=X509_NAME_get_index_by_NID.3 -s none usr/sfw/share/man/man3/X509_NAME_print_ex_fp.3=X509_NAME_print_ex.3 -s none usr/sfw/share/man/man3/X509_NAME_print.3=X509_NAME_print_ex.3 -s none usr/sfw/share/man/man3/X509_NAME_oneline.3=X509_NAME_print_ex.3 -s none usr/sfw/share/man/man3/X509_free.3=X509_new.3 -s none usr/sfw/share/man/man3/BF_set_key.3=blowfish.3 -s none usr/sfw/share/man/man3/BF_encrypt.3=blowfish.3 -s none usr/sfw/share/man/man3/BF_decrypt.3=blowfish.3 -s none usr/sfw/share/man/man3/BF_ecb_encrypt.3=blowfish.3 -s none usr/sfw/share/man/man3/BF_cbc_encrypt.3=blowfish.3 -s none usr/sfw/share/man/man3/BF_cfb64_encrypt.3=blowfish.3 -s none usr/sfw/share/man/man3/BF_ofb64_encrypt.3=blowfish.3 -s none usr/sfw/share/man/man3/BF_options.3=blowfish.3 -s none usr/sfw/share/man/man3/bn_mul_words.3=bn_internal.3 -s none usr/sfw/share/man/man3/bn_mul_add_words.3=bn_internal.3 -s none usr/sfw/share/man/man3/bn_sqr_words.3=bn_internal.3 -s none usr/sfw/share/man/man3/bn_div_words.3=bn_internal.3 -s none usr/sfw/share/man/man3/bn_add_words.3=bn_internal.3 -s none usr/sfw/share/man/man3/bn_sub_words.3=bn_internal.3 -s none usr/sfw/share/man/man3/bn_mul_comba4.3=bn_internal.3 -s none usr/sfw/share/man/man3/bn_mul_comba8.3=bn_internal.3 -s none usr/sfw/share/man/man3/bn_sqr_comba4.3=bn_internal.3 -s none usr/sfw/share/man/man3/bn_sqr_comba8.3=bn_internal.3 -s none usr/sfw/share/man/man3/bn_cmp_words.3=bn_internal.3 -s none usr/sfw/share/man/man3/bn_mul_normal.3=bn_internal.3 -s none usr/sfw/share/man/man3/bn_mul_low_normal.3=bn_internal.3 -s none usr/sfw/share/man/man3/bn_mul_recursive.3=bn_internal.3 -s none usr/sfw/share/man/man3/bn_mul_part_recursive.3=bn_internal.3 -s none usr/sfw/share/man/man3/bn_mul_low_recursive.3=bn_internal.3 -s none usr/sfw/share/man/man3/bn_mul_high.3=bn_internal.3 -s none usr/sfw/share/man/man3/bn_sqr_normal.3=bn_internal.3 -s none usr/sfw/share/man/man3/bn_sqr_recursive.3=bn_internal.3 -s none usr/sfw/share/man/man3/bn_expand.3=bn_internal.3 -s none usr/sfw/share/man/man3/bn_wexpand.3=bn_internal.3 -s none usr/sfw/share/man/man3/bn_expand2.3=bn_internal.3 -s none usr/sfw/share/man/man3/bn_fix_top.3=bn_internal.3 -s none usr/sfw/share/man/man3/bn_check_top.3=bn_internal.3 -s none usr/sfw/share/man/man3/bn_print.3=bn_internal.3 -s none usr/sfw/share/man/man3/bn_dump.3=bn_internal.3 -s none usr/sfw/share/man/man3/bn_set_max.3=bn_internal.3 -s none usr/sfw/share/man/man3/bn_set_high.3=bn_internal.3 -s none usr/sfw/share/man/man3/bn_set_low.3=bn_internal.3 -s none usr/sfw/share/man/man3/BUF_MEM_new.3=buffer.3 -s none usr/sfw/share/man/man3/BUF_MEM_free.3=buffer.3 -s none usr/sfw/share/man/man3/BUF_MEM_grow.3=buffer.3 -s none usr/sfw/share/man/man3/BUF_strdup.3=buffer.3 -s none usr/sfw/share/man/man3/i2d_ASN1_OBJECT.3=d2i_ASN1_OBJECT.3 -s none usr/sfw/share/man/man3/i2d_DHparams.3=d2i_DHparams.3 -s none usr/sfw/share/man/man3/i2d_DSAPublicKey.3=d2i_DSAPublicKey.3 -s none usr/sfw/share/man/man3/d2i_DSAPrivateKey.3=d2i_DSAPublicKey.3 -s none usr/sfw/share/man/man3/i2d_DSAPrivateKey.3=d2i_DSAPublicKey.3 -s none usr/sfw/share/man/man3/d2i_DSA_PUBKEY.3=d2i_DSAPublicKey.3 -s none usr/sfw/share/man/man3/i2d_DSA_PUBKEY.3=d2i_DSAPublicKey.3 -s none usr/sfw/share/man/man3/d2i_DSA_SIG.3=d2i_DSAPublicKey.3 -s none usr/sfw/share/man/man3/i2d_DSA_SIG.3=d2i_DSAPublicKey.3 -s none usr/sfw/share/man/man3/d2i_PKCS8PrivateKey_bio.3=d2i_PKCS8PrivateKey.3 -s none usr/sfw/share/man/man3/d2i_PKCS8PrivateKey_fp.3=d2i_PKCS8PrivateKey.3 -s none usr/sfw/share/man/man3/i2d_PKCS8PrivateKey_bio.3=d2i_PKCS8PrivateKey.3 -s none usr/sfw/share/man/man3/i2d_PKCS8PrivateKey_fp.3=d2i_PKCS8PrivateKey.3 -s none usr/sfw/share/man/man3/i2d_X509_CRL_bio.3=d2i_X509_CRL.3 -s none usr/sfw/share/man/man3/i2d_PKCS8PrivateKey_nid_bio.3=d2i_PKCS8PrivateKey.3 -s none usr/sfw/share/man/man3/i2d_PKCS8PrivateKey_nid_fp.3=d2i_PKCS8PrivateKey.3 -s none usr/sfw/share/man/man3/i2d_RSAPublicKey.3=d2i_RSAPublicKey.3 -s none usr/sfw/share/man/man3/d2i_RSAPrivateKey.3=d2i_RSAPublicKey.3 -s none usr/sfw/share/man/man3/i2d_RSAPrivateKey.3=d2i_RSAPublicKey.3 -s none usr/sfw/share/man/man3/d2i_RSA_PUBKEY.3=d2i_RSAPublicKey.3 -s none usr/sfw/share/man/man3/i2d_RSA_PUBKEY.3=d2i_RSAPublicKey.3 -s none usr/sfw/share/man/man3/i2d_Netscape_RSA.3=d2i_RSAPublicKey.3 -s none usr/sfw/share/man/man3/d2i_Netscape_RSA.3=d2i_RSAPublicKey.3 -s none usr/sfw/share/man/man3/i2d_X509.3=d2i_X509.3 -s none usr/sfw/share/man/man3/d2i_X509_bio.3=d2i_X509.3 -s none usr/sfw/share/man/man3/d2i_X509_fp.3=d2i_X509.3 -s none usr/sfw/share/man/man3/i2d_X509_bio.3=d2i_X509.3 -s none usr/sfw/share/man/man3/i2d_X509_fp.3=d2i_X509.3 -s none usr/sfw/share/man/man3/i2d_X509_ALGOR.3=d2i_X509_ALGOR.3 -s none usr/sfw/share/man/man3/i2d_X509_CRL.3=d2i_X509_CRL.3 -s none usr/sfw/share/man/man3/d2i_X509_CRL_bio.3=d2i_X509_CRL.3 -s none usr/sfw/share/man/man3/d2i_509_CRL_fp.3=d2i_X509_CRL.3 -s none usr/sfw/share/man/man3/i2d_X509_CRL_fp.3=d2i_X509_CRL.3 -s none usr/sfw/share/man/man3/i2d_X509_NAME.3=d2i_X509_NAME.3 -s none usr/sfw/share/man/man3/i2d_X509_REQ.3=d2i_X509_REQ.3 -s none usr/sfw/share/man/man3/d2i_X509_REQ_bio.3=d2i_X509_REQ.3 -s none usr/sfw/share/man/man3/d2i_X509_REQ_fp.3=d2i_X509_REQ.3 -s none usr/sfw/share/man/man3/i2d_X509_REQ_bio.3=d2i_X509_REQ.3 -s none usr/sfw/share/man/man3/i2d_X509_REQ_fp.3=d2i_X509_REQ.3 -s none usr/sfw/share/man/man3/i2d_X509_SIG.3=d2i_X509_SIG.3 -s none usr/sfw/share/man/man3/DES_random_key.3=des.3 -s none usr/sfw/share/man/man3/DES_set_key.3=des.3 -s none usr/sfw/share/man/man3/DES_key_sched.3=des.3 -s none usr/sfw/share/man/man3/DES_set_key_checked.3=des.3 -s none usr/sfw/share/man/man3/DES_set_key_unchecked.3=des.3 -s none usr/sfw/share/man/man3/DES_set_odd_parity.3=des.3 -s none usr/sfw/share/man/man3/DES_is_weak_key.3=des.3 -s none usr/sfw/share/man/man3/DES_ecb_encrypt.3=des.3 -s none usr/sfw/share/man/man3/DES_ecb2_encrypt.3=des.3 -s none usr/sfw/share/man/man3/DES_ecb3_encrypt.3=des.3 -s none usr/sfw/share/man/man3/DES_ncbc_encrypt.3=des.3 -s none usr/sfw/share/man/man3/DES_cfb_encrypt.3=des.3 -s none usr/sfw/share/man/man3/DES_ofb_encrypt.3=des.3 -s none usr/sfw/share/man/man3/DES_pcbc_encrypt.3=des.3 -s none usr/sfw/share/man/man3/DES_cfb64_encrypt.3=des.3 -s none usr/sfw/share/man/man3/DES_ofb64_encrypt.3=des.3 -s none usr/sfw/share/man/man3/DES_xcbc_encrypt.3=des.3 -s none usr/sfw/share/man/man3/DES_ede2_cbc_encrypt.3=des.3 -s none usr/sfw/share/man/man3/DES_ede2_cfb64_encrypt.3=des.3 -s none usr/sfw/share/man/man3/DES_ede2_ofb64_encrypt.3=des.3 -s none usr/sfw/share/man/man3/DES_ede3_cbc_encrypt.3=des.3 -s none usr/sfw/share/man/man3/DES_ede3_cbcm_encrypt.3=des.3 -s none usr/sfw/share/man/man3/DES_ede3_cfb64_encrypt.3=des.3 -s none usr/sfw/share/man/man3/DES_ede3_ofb64_encrypt.3=des.3 -s none usr/sfw/share/man/man3/DES_cbc_cksum.3=des.3 -s none usr/sfw/share/man/man3/DES_quad_cksum.3=des.3 -s none usr/sfw/share/man/man3/lh_doall.3=lhash.3 -s none usr/sfw/share/man/man3/DES_string_to_key.3=des.3 -s none usr/sfw/share/man/man3/DES_string_to_2keys.3=des.3 -s none usr/sfw/share/man/man3/DES_fcrypt.3=des.3 -s none usr/sfw/share/man/man3/DES_crypt.3=des.3 -s none usr/sfw/share/man/man3/DES_enc_read.3=des.3 -s none usr/sfw/share/man/man3/DES_enc_write.3=des.3 -s none usr/sfw/share/man/man3/HMAC.3=hmac.3 -s none usr/sfw/share/man/man3/HMAC_Init.3=hmac.3 -s none usr/sfw/share/man/man3/HMAC_Update.3=hmac.3 -s none usr/sfw/share/man/man3/HMAC_Final.3=hmac.3 -s none usr/sfw/share/man/man3/HMAC_cleanup.3=hmac.3 -s none usr/sfw/share/man/man3/lh_node_stats.3=lh_stats.3 -s none usr/sfw/share/man/man3/lh_node_usage_stats.3=lh_stats.3 -s none usr/sfw/share/man/man3/lh_stats_bio.3=lh_stats.3 -s none usr/sfw/share/man/man3/lh_node_stats_bio.3=lh_stats.3 -s none usr/sfw/share/man/man3/lh_node_usage_stats_bio.3=lh_stats.3 -s none usr/sfw/share/man/man3/lh_new.3=lhash.3 -s none usr/sfw/share/man/man3/lh_free.3=lhash.3 -s none usr/sfw/share/man/man3/lh_insert.3=lhash.3 -s none usr/sfw/share/man/man3/lh_delete.3=lhash.3 -s none usr/sfw/share/man/man3/lh_retrieve.3=lhash.3 -s none usr/sfw/share/man/man3/lh_doall_arg.3=lhash.3 -s none usr/sfw/share/man/man3/lh_error.3=lhash.3 -s none usr/sfw/share/man/man3/MD2.3=md5.3 -s none usr/sfw/share/man/man3/MD4.3=md5.3 -s none usr/sfw/share/man/man3/MD5.3=md5.3 -s none usr/sfw/share/man/man3/MD2_Init.3=md5.3 -s none usr/sfw/share/man/man3/MD2_Update.3=md5.3 -s none usr/sfw/share/man/man3/MD2_Final.3=md5.3 -s none usr/sfw/share/man/man3/MD4_Init.3=md5.3 -s none usr/sfw/share/man/man3/MD4_Update.3=md5.3 -s none usr/sfw/share/man/man3/MD4_Final.3=md5.3 -s none usr/sfw/share/man/man3/MD5_Init.3=md5.3 -s none usr/sfw/share/man/man3/MD5_Update.3=md5.3 -s none usr/sfw/share/man/man3/MD5_Final.3=md5.3 -s none usr/sfw/share/man/man3/MDC2.3=mdc2.3 -s none usr/sfw/share/man/man3/MDC2_Init.3=mdc2.3 -s none usr/sfw/share/man/man3/MDC2_Update.3=mdc2.3 -s none usr/sfw/share/man/man3/MDC2_Final.3=mdc2.3 -s none usr/sfw/share/man/man3/PEM.3=pem.3 -s none usr/sfw/share/man/man3/RC4_set_key.3=rc4.3 -s none usr/sfw/share/man/man3/RC4.3=rc4.3 -s none usr/sfw/share/man/man3/RIPEMD160.3=ripemd.3 -s none usr/sfw/share/man/man3/RIPEMD160_Init.3=ripemd.3 -s none usr/sfw/share/man/man3/RIPEMD160_Update.3=ripemd.3 -s none usr/sfw/share/man/man3/RIPEMD160_Final.3=ripemd.3 -s none usr/sfw/share/man/man3/SHA1.3=sha.3 -s none usr/sfw/share/man/man3/SHA1_Init.3=sha.3 -s none usr/sfw/share/man/man3/SHA1_Update.3=sha.3 -s none usr/sfw/share/man/man3/SHA1_Final.3=sha.3 -s none usr/sfw/share/man/man3/CRYPTO_set_locking_callback.3=threads.3 -s none usr/sfw/share/man/man3/CRYPTO_set_id_callback.3=threads.3 -s none usr/sfw/share/man/man3/CRYPTO_num_locks.3=threads.3 -s none usr/sfw/share/man/man3/CRYPTO_set_dynlock_create_callback.3=threads.3 -s none usr/sfw/share/man/man3/CRYPTO_set_dynlock_lock_callback.3=threads.3 -s none usr/sfw/share/man/man3/CRYPTO_set_dynlock_destroy_callback.3=threads.3 -s none usr/sfw/share/man/man3/CRYPTO_get_new_dynlockid.3=threads.3 -s none usr/sfw/share/man/man3/CRYPTO_destroy_dynlockid.3=threads.3 -s none usr/sfw/share/man/man3/CRYPTO_lock.3=threads.3 -s none usr/sfw/share/man/man3/UI_new.3=ui.3 -s none usr/sfw/share/man/man3/UI_new_method.3=ui.3 -s none usr/sfw/share/man/man3/UI_free.3=ui.3 -s none usr/sfw/share/man/man3/UI_add_input_string.3=ui.3 -s none usr/sfw/share/man/man3/UI_dup_input_string.3=ui.3 -s none usr/sfw/share/man/man3/UI_add_verify_string.3=ui.3 -s none usr/sfw/share/man/man3/UI_dup_verify_string.3=ui.3 -s none usr/sfw/share/man/man3/UI_add_input_boolean.3=ui.3 -s none usr/sfw/share/man/man3/UI_dup_input_boolean.3=ui.3 -s none usr/sfw/share/man/man3/UI_add_info_string.3=ui.3 -s none usr/sfw/share/man/man3/UI_dup_info_string.3=ui.3 -s none usr/sfw/share/man/man3/UI_add_error_string.3=ui.3 -s none usr/sfw/share/man/man3/UI_dup_error_string.3=ui.3 -s none usr/sfw/share/man/man3/UI_construct_prompt.3=ui.3 -s none usr/sfw/share/man/man3/UI_add_user_data.3=ui.3 -s none usr/sfw/share/man/man3/UI_get0_user_data.3=ui.3 -s none usr/sfw/share/man/man3/UI_get0_result.3=ui.3 -s none usr/sfw/share/man/man3/UI_process.3=ui.3 -s none usr/sfw/share/man/man3/UI_ctrl.3=ui.3 -s none usr/sfw/share/man/man3/UI_set_default_method.3=ui.3 -s none usr/sfw/share/man/man3/UI_get_default_method.3=ui.3 -s none usr/sfw/share/man/man3/UI_get_method.3=ui.3 -s none usr/sfw/share/man/man3/UI_set_method.3=ui.3 -s none usr/sfw/share/man/man3/UI_OpenSSL.3=ui.3 -s none usr/sfw/share/man/man3/ERR_load_UI_strings.3=ui.3 -s none usr/sfw/share/man/man3/des_read_password.3=ui_compat.3 -s none usr/sfw/share/man/man3/des_read_2passwords.3=ui_compat.3 -s none usr/sfw/share/man/man3/des_read_pw_string.3=ui_compat.3 -s none usr/sfw/share/man/man3/des_read_pw.3=ui_compat.3 -s none usr/sfw/share/man/man3/SSL_CIPHER_get_bits.3=SSL_CIPHER_get_name.3 -s none usr/sfw/share/man/man3/SSL_CIPHER_get_version.3=SSL_CIPHER_get_name.3 -s none usr/sfw/share/man/man3/SSL_CIPHER_description.3=SSL_CIPHER_get_name.3 -s none usr/sfw/share/man/man3/SSL_add_session.3=SSL_CTX_add_session.3 -s none usr/sfw/share/man/man3/SSL_CTX_remove_session.3=SSL_CTX_add_session.3 -s none usr/sfw/share/man/man3/SSL_remove_session.3=SSL_CTX_add_session.3 -s none usr/sfw/share/man/man3/SSL_set_mode.3=SSL_CTX_set_mode.3 -s none usr/sfw/share/man/man3/SSL_CTX_callback_ctrl.3=SSL_CTX_ctrl.3 -s none usr/sfw/share/man/man3/SSL_ctrl.3=SSL_CTX_ctrl.3 -s none usr/sfw/share/man/man3/SSL_callback_ctrl.3=SSL_CTX_ctrl.3 -s none usr/sfw/share/man/man3/SSL_flush_sessions.3=SSL_CTX_flush_sessions.3 -s none usr/sfw/share/man/man3/SSL_CTX_set_ex_data.3=SSL_CTX_get_ex_new_index.3 -s none usr/sfw/share/man/man3/SSL_CTX_get_ex_data.3=SSL_CTX_get_ex_new_index.3 -s none usr/sfw/share/man/man3/SSL_get_verify_mode.3=SSL_CTX_get_verify_mode.3 -s none usr/sfw/share/man/man3/SSL_CTX_get_verify_depth.3=SSL_CTX_get_verify_mode.3 -s none usr/sfw/share/man/man3/SSL_get_verify_depth.3=SSL_CTX_get_verify_mode.3 -s none usr/sfw/share/man/man3/SSL_get_verify_callback.3=SSL_CTX_get_verify_mode.3 -s none usr/sfw/share/man/man3/SSL_CTX_get_verify_callback.3=SSL_CTX_get_verify_mode.3 -s none usr/sfw/share/man/man3/SSL_CTX_sess_connect.3=SSL_CTX_sess_number.3 -s none usr/sfw/share/man/man3/SSL_CTX_sess_connect_good.3=SSL_CTX_sess_number.3 -s none usr/sfw/share/man/man3/SSL_CTX_sess_connect_renegotiate.3=SSL_CTX_sess_number.3 -s none usr/sfw/share/man/man3/SSL_CTX_sess_accept.3=SSL_CTX_sess_number.3 -s none usr/sfw/share/man/man3/SSL_CTX_sess_accept_good.3=SSL_CTX_sess_number.3 -s none usr/sfw/share/man/man3/SSL_CTX_sess_accept_renegotiate.3=SSL_CTX_sess_number.3 -s none usr/sfw/share/man/man3/SSL_CTX_sess_hits.3=SSL_CTX_sess_number.3 -s none usr/sfw/share/man/man3/SSL_CTX_sess_cb_hits.3=SSL_CTX_sess_number.3 -s none usr/sfw/share/man/man3/SSL_CTX_sess_misses.3=SSL_CTX_sess_number.3 -s none usr/sfw/share/man/man3/SSL_CTX_sess_timeouts.3=SSL_CTX_sess_number.3 -s none usr/sfw/share/man/man3/SSL_CTX_sess_cache_full.3=SSL_CTX_sess_number.3 -s none usr/sfw/share/man/man3/SSL_CTX_sess_get_cache_size.3=SSL_CTX_sess_set_cache_size.3 -s none usr/sfw/share/man/man3/SSL_CTX_sess_set_new_cb.3=SSL_CTX_sess_set_get_cb.3 -s none usr/sfw/share/man/man3/SSL_CTX_sess_set_remove_cb.3=SSL_CTX_sess_set_get_cb.3 -s none usr/sfw/share/man/man3/SSL_CTX_sess_get_new_cb.3=SSL_CTX_sess_set_get_cb.3 -s none usr/sfw/share/man/man3/SSL_CTX_sess_get_remove_cb.3=SSL_CTX_sess_set_get_cb.3 -s none usr/sfw/share/man/man3/SSL_CTX_sess_get_get_cb.3=SSL_CTX_sess_set_get_cb.3 -s none usr/sfw/share/man/man3/SSL_CTX_get_cert_store.3=SSL_CTX_set_cert_store.3 -s none usr/sfw/share/man/man3/SSL_set_cipher_list.3=SSL_CTX_set_cipher_list.3 -s none usr/sfw/share/man/man3/SSL_set_client_CA_list.3=SSL_CTX_set_client_CA_list.3 -s none usr/sfw/share/man/man3/SSL_CTX_add_client_CA.3=SSL_CTX_set_client_CA_list.3 -s none usr/sfw/share/man/man3/SSL_add_client_CA.3=SSL_CTX_set_client_CA_list.3 -s none usr/sfw/share/man/man3/SSL_CTX_get_client_cert_cb.3=SSL_CTX_set_client_cert_cb.3 -s none usr/sfw/share/man/man3/SSL_CTX_set_default_passwd_cb_userdata.3=SSL_CTX_set_default_passwd_cb.3 -s none usr/sfw/share/man/man3/SSL_set_generate_session_id.3=SSL_CTX_set_generate_session_id.3 -s none usr/sfw/share/man/man3/SSL_has_matching_session_id.3=SSL_CTX_set_generate_session_id.3 -s none usr/sfw/share/man/man3/SSL_CTX_get_info_callback.3=SSL_CTX_set_info_callback.3 -s none usr/sfw/share/man/man3/SSL_set_info_callback.3=SSL_CTX_set_info_callback.3 -s none usr/sfw/share/man/man3/SSL_get_info_callback.3=SSL_CTX_set_info_callback.3 -s none usr/sfw/share/man/man3/SSL_CTX_get_max_cert_list.3=SSL_CTX_set_max_cert_list.3 -s none usr/sfw/share/man/man3/SSL_set_max_cert_list.3=SSL_CTX_set_max_cert_list.3 -s none usr/sfw/share/man/man3/SSL_get_max_cert_list.3=SSL_CTX_set_max_cert_list.3 -s none usr/sfw/share/man/man3/SSL_CTX_get_mode.3=SSL_CTX_set_mode.3 -s none usr/sfw/share/man/man3/SSL_get_mode.3=SSL_CTX_set_mode.3 -s none usr/sfw/share/man/man3/SSL_CTX_set_msg_callback_arg.3=SSL_CTX_set_msg_callback.3 -s none usr/sfw/share/man/man3/SSL_set_msg_callback.3=SSL_CTX_set_msg_callback.3 -s none usr/sfw/share/man/man3/SSL_get_msg_callback_arg.3=SSL_CTX_set_msg_callback.3 -s none usr/sfw/share/man/man3/SSL_set_options.3=SSL_CTX_set_options.3 -s none usr/sfw/share/man/man3/SSL_CTX_get_options.3=SSL_CTX_set_options.3 -s none usr/sfw/share/man/man3/SSL_get_options.3=SSL_CTX_set_options.3 -s none usr/sfw/share/man/man3/SSL_CTX_get_quiet_shutdown.3=SSL_CTX_set_quiet_shutdown.3 -s none usr/sfw/share/man/man3/SSL_set_quiet_shutdown.3=SSL_CTX_set_quiet_shutdown.3 -s none usr/sfw/share/man/man3/SSL_get_quiet_shutdown.3=SSL_CTX_set_quiet_shutdown.3 -s none usr/sfw/share/man/man3/SSL_CTX_get_session_cache_mode.3=SSL_CTX_set_session_cache_mode.3 -s none usr/sfw/share/man/man3/SSL_set_session_id_context.3=SSL_CTX_set_session_id_context.3 -s none usr/sfw/share/man/man3/SSL_set_ssl_method.3=SSL_CTX_set_ssl_version.3 -s none usr/sfw/share/man/man3/SSL_get_ssl_method.3=SSL_CTX_set_ssl_version.3 -s none usr/sfw/share/man/man3/SSL_CTX_get_timeout.3=SSL_CTX_set_timeout.3 -s none usr/sfw/share/man/man3/SSL_CTX_set_tmp_dh.3=SSL_CTX_set_tmp_dh_callback.3 -s none usr/sfw/share/man/man3/SSL_set_tmp_dh_callback.3=SSL_CTX_set_tmp_dh_callback.3 -s none usr/sfw/share/man/man3/SSL_set_tmp_dh.3=SSL_CTX_set_tmp_dh_callback.3 -s none usr/sfw/share/man/man3/SSL_CTX_set_tmp_rsa.3=SSL_CTX_set_tmp_rsa_callback.3 -s none usr/sfw/share/man/man3/SSL_CTX_need_tmp_rsa.3=SSL_CTX_set_tmp_rsa_callback.3 -s none usr/sfw/share/man/man3/SSL_set_tmp_rsa_callback.3=SSL_CTX_set_tmp_rsa_callback.3 -s none usr/sfw/share/man/man3/SSL_set_tmp_rsa.3=SSL_CTX_set_tmp_rsa_callback.3 -s none usr/sfw/share/man/man3/SSL_need_tmp_rsa.3=SSL_CTX_set_tmp_rsa_callback.3 -s none usr/sfw/share/man/man3/SSL_set_verify.3=SSL_CTX_set_verify.3 -s none usr/sfw/share/man/man3/SSL_CTX_set_verify_depth.3=SSL_CTX_set_verify.3 -s none usr/sfw/share/man/man3/SSL_set_verify_depth.3=SSL_CTX_set_verify.3 -s none usr/sfw/share/man/man3/SSL_CTX_use_certificate_ASN1.3=SSL_CTX_use_certificate.3 -s none usr/sfw/share/man/man3/SSL_CTX_use_certificate_file.3=SSL_CTX_use_certificate.3 -s none usr/sfw/share/man/man3/SSL_use_certificate.3=SSL_CTX_use_certificate.3 -s none usr/sfw/share/man/man3/SSL_use_certificate_ASN1.3=SSL_CTX_use_certificate.3 -s none usr/sfw/share/man/man3/SSL_use_certificate_file.3=SSL_CTX_use_certificate.3 -s none usr/sfw/share/man/man3/SSL_CTX_use_certificate_chain_file.3=SSL_CTX_use_certificate.3 -s none usr/sfw/share/man/man3/SSL_CTX_use_PrivateKey.3=SSL_CTX_use_certificate.3 -s none usr/sfw/share/man/man3/SSL_CTX_use_PrivateKey_ASN1.3=SSL_CTX_use_certificate.3 -s none usr/sfw/share/man/man3/SSL_CTX_use_PrivateKey_file.3=SSL_CTX_use_certificate.3 -s none usr/sfw/share/man/man3/SSL_CTX_use_RSAPrivateKey.3=SSL_CTX_use_certificate.3 -s none usr/sfw/share/man/man3/SSL_CTX_use_RSAPrivateKey_ASN1.3=SSL_CTX_use_certificate.3 -s none usr/sfw/share/man/man3/SSL_CTX_use_RSAPrivateKey_file.3=SSL_CTX_use_certificate.3 -s none usr/sfw/share/man/man3/SSL_use_PrivateKey_file.3=SSL_CTX_use_certificate.3 -s none usr/sfw/share/man/man3/SSL_use_PrivateKey_ASN1.3=SSL_CTX_use_certificate.3 -s none usr/sfw/share/man/man3/SSL_use_PrivateKey.3=SSL_CTX_use_certificate.3 -s none usr/sfw/share/man/man3/SSL_use_RSAPrivateKey.3=SSL_CTX_use_certificate.3 -s none usr/sfw/share/man/man3/SSL.3=ssl.3 -s none usr/sfw/share/man/man3/SSL_use_RSAPrivateKey_ASN1.3=SSL_CTX_use_certificate.3 -s none usr/sfw/share/man/man3/SSL_use_RSAPrivateKey_file.3=SSL_CTX_use_certificate.3 -s none usr/sfw/share/man/man3/SSL_CTX_check_private_key.3=SSL_CTX_use_certificate.3 -s none usr/sfw/share/man/man3/SSL_check_private_key.3=SSL_CTX_use_certificate.3 -s none usr/sfw/share/man/man3/SSL_SESSION_set_ex_data.3=SSL_SESSION_get_ex_new_index.3 -s none usr/sfw/share/man/man3/SSL_SESSION_get_ex_data.3=SSL_SESSION_get_ex_new_index.3 -s none usr/sfw/share/man/man3/SSL_SESSION_set_time.3=SSL_SESSION_get_time.3 -s none usr/sfw/share/man/man3/SSL_SESSION_get_timeout.3=SSL_SESSION_get_time.3 -s none usr/sfw/share/man/man3/SSL_alert_type_string_long.3=SSL_alert_type_string.3 -s none usr/sfw/share/man/man3/SSL_alert_desc_string.3=SSL_alert_type_string.3 -s none usr/sfw/share/man/man3/SSL_alert_desc_string_long.3=SSL_alert_type_string.3 -s none usr/sfw/share/man/man3/SSL_get_cipher_list.3=SSL_get_ciphers.3 -s none usr/sfw/share/man/man3/SSL_CTX_get_client_CA_list.3=SSL_get_client_CA_list.3 -s none usr/sfw/share/man/man3/SSL_get_cipher.3=SSL_get_current_cipher.3 -s none usr/sfw/share/man/man3/SSL_get_cipher_name.3=SSL_get_current_cipher.3 -s none usr/sfw/share/man/man3/SSL_get_cipher_bits.3=SSL_get_current_cipher.3 -s none usr/sfw/share/man/man3/SSL_get_cipher_version.3=SSL_get_current_cipher.3 -s none usr/sfw/share/man/man3/SSL_set_ex_data.3=SSL_get_ex_new_index.3 -s none usr/sfw/share/man/man3/SSL_get_ex_data.3=SSL_get_ex_new_index.3 -s none usr/sfw/share/man/man3/OpenSSL_add_ssl_algorithms.3=SSL_library_init.3 -s none usr/sfw/share/man/man3/SSLeay_add_ssl_algorithms.3=SSL_library_init.3 -s none usr/sfw/share/man/man3/SSL_rstate_string_long.3=SSL_rstate_string.3 -s none usr/sfw/share/man/man3/SSL_get_accept_state.3=SSL_set_connect_state.3 -s none usr/sfw/share/man/man3/SSL_get_shutdown.3=SSL_set_shutdown.3 -s none usr/sfw/share/man/man3/SSL_state_string_long.3=SSL_state_string.3 -s none usr/sfw/share/man/man3/SSL_want_nothing.3=SSL_want.3 -s none usr/sfw/share/man/man3/SSL_want_read.3=SSL_want.3 -s none usr/sfw/share/man/man3/SSL_want_write.3=SSL_want.3 -s none usr/sfw/share/man/man3/SSL_want_x509_lookup.3=SSL_want.3 -s none usr/sfw/share/man/man3/i2d_SSL_SESSION.3=d2i_SSL_SESSION.3 -d none usr/sfw/share/man/man7 0755 root bin -f none usr/sfw/share/man/man7/des_modes.7 0444 root bin -s none usr/sfw/share/man/man7/Modes_of_DES.7=des_modes.7 +d none usr/share 0755 root sys +d none usr/share/man 0755 root bin +d none usr/share/man/man1openssl 0755 root bin +f none usr/share/man/man1openssl/CA.pl.1openssl 0444 root bin +f none usr/share/man/man1openssl/asn1parse.1openssl 0444 root bin +f none usr/share/man/man1openssl/ca.1openssl 0444 root bin +f none usr/share/man/man1openssl/ciphers.1openssl 0444 root bin +f none usr/share/man/man1openssl/crl.1openssl 0444 root bin +f none usr/share/man/man1openssl/crl2pkcs7.1openssl 0444 root bin +f none usr/share/man/man1openssl/dgst.1openssl 0444 root bin +f none usr/share/man/man1openssl/dhparam.1openssl 0444 root bin +f none usr/share/man/man1openssl/dsa.1openssl 0444 root bin +f none usr/share/man/man1openssl/dsaparam.1openssl 0444 root bin +f none usr/share/man/man1openssl/ec.1openssl 0444 root bin +f none usr/share/man/man1openssl/ecparam.1openssl 0444 root bin +f none usr/share/man/man1openssl/enc.1openssl 0444 root bin +f none usr/share/man/man1openssl/errstr.1openssl 0444 root bin +f none usr/share/man/man1openssl/gendsa.1openssl 0444 root bin +f none usr/share/man/man1openssl/genrsa.1openssl 0444 root bin +f none usr/share/man/man1openssl/nseq.1openssl 0444 root bin +f none usr/share/man/man1openssl/ocsp.1openssl 0444 root bin +f none usr/share/man/man1openssl/openssl.1openssl 0444 root bin +f none usr/share/man/man1openssl/passwd.1openssl 0444 root bin +f none usr/share/man/man1openssl/pkcs12.1openssl 0444 root bin +f none usr/share/man/man1openssl/pkcs7.1openssl 0444 root bin +f none usr/share/man/man1openssl/pkcs8.1openssl 0444 root bin +f none usr/share/man/man1openssl/rand.1openssl 0444 root bin +f none usr/share/man/man1openssl/req.1openssl 0444 root bin +f none usr/share/man/man1openssl/rsa.1openssl 0444 root bin +f none usr/share/man/man1openssl/rsautl.1openssl 0444 root bin +f none usr/share/man/man1openssl/s_client.1openssl 0444 root bin +f none usr/share/man/man1openssl/s_server.1openssl 0444 root bin +f none usr/share/man/man1openssl/s_time.1openssl 0444 root bin +f none usr/share/man/man1openssl/sess_id.1openssl 0444 root bin +f none usr/share/man/man1openssl/smime.1openssl 0444 root bin +f none usr/share/man/man1openssl/speed.1openssl 0444 root bin +f none usr/share/man/man1openssl/spkac.1openssl 0444 root bin +f none usr/share/man/man1openssl/verify.1openssl 0444 root bin +f none usr/share/man/man1openssl/version.1openssl 0444 root bin +f none usr/share/man/man1openssl/x509.1openssl 0444 root bin +s none usr/share/man/man1openssl/md5.1openssl=dgst.1openssl +s none usr/share/man/man1openssl/md4.1openssl=dgst.1openssl +s none usr/share/man/man1openssl/md2.1openssl=dgst.1openssl +s none usr/share/man/man1openssl/sha1.1openssl=dgst.1openssl +s none usr/share/man/man1openssl/sha.1openssl=dgst.1openssl +s none usr/share/man/man1openssl/mdc2.1openssl=dgst.1openssl +s none usr/share/man/man1openssl/ripemd160.1openssl=dgst.1openssl +d none usr/share/man/man3openssl 0755 root bin +f none usr/share/man/man3openssl/ASN1_OBJECT_new.3openssl 0444 root bin +f none usr/share/man/man3openssl/ASN1_STRING_length.3openssl 0444 root bin +f none usr/share/man/man3openssl/ASN1_STRING_new.3openssl 0444 root bin +f none usr/share/man/man3openssl/ASN1_STRING_print_ex.3openssl 0444 root bin +f none usr/share/man/man3openssl/ASN1_generate_nconf.3openssl 0444 root bin +f none usr/share/man/man3openssl/BIO_ctrl.3openssl 0444 root bin +f none usr/share/man/man3openssl/BIO_f_base64.3openssl 0444 root bin +f none usr/share/man/man3openssl/BIO_f_buffer.3openssl 0444 root bin +f none usr/share/man/man3openssl/BIO_f_cipher.3openssl 0444 root bin +f none usr/share/man/man3openssl/BIO_f_md.3openssl 0444 root bin +f none usr/share/man/man3openssl/BIO_f_null.3openssl 0444 root bin +f none usr/share/man/man3openssl/BIO_f_ssl.3openssl 0444 root bin +f none usr/share/man/man3openssl/BIO_find_type.3openssl 0444 root bin +f none usr/share/man/man3openssl/BIO_new.3openssl 0444 root bin +f none usr/share/man/man3openssl/BIO_push.3openssl 0444 root bin +f none usr/share/man/man3openssl/BIO_read.3openssl 0444 root bin +f none usr/share/man/man3openssl/BIO_s_accept.3openssl 0444 root bin +f none usr/share/man/man3openssl/BIO_s_bio.3openssl 0444 root bin +f none usr/share/man/man3openssl/BIO_s_connect.3openssl 0444 root bin +f none usr/share/man/man3openssl/BIO_s_fd.3openssl 0444 root bin +f none usr/share/man/man3openssl/BIO_s_file.3openssl 0444 root bin +f none usr/share/man/man3openssl/BIO_s_mem.3openssl 0444 root bin +f none usr/share/man/man3openssl/BIO_s_null.3openssl 0444 root bin +f none usr/share/man/man3openssl/BIO_s_socket.3openssl 0444 root bin +f none usr/share/man/man3openssl/BIO_set_callback.3openssl 0444 root bin +f none usr/share/man/man3openssl/BIO_should_retry.3openssl 0444 root bin +f none usr/share/man/man3openssl/BN_BLINDING_new.3openssl 0444 root bin +f none usr/share/man/man3openssl/BN_CTX_new.3openssl 0444 root bin +f none usr/share/man/man3openssl/BN_CTX_start.3openssl 0444 root bin +f none usr/share/man/man3openssl/BN_add.3openssl 0444 root bin +f none usr/share/man/man3openssl/BN_add_word.3openssl 0444 root bin +f none usr/share/man/man3openssl/BN_bn2bin.3openssl 0444 root bin +f none usr/share/man/man3openssl/BN_cmp.3openssl 0444 root bin +f none usr/share/man/man3openssl/BN_copy.3openssl 0444 root bin +f none usr/share/man/man3openssl/BN_generate_prime.3openssl 0444 root bin +f none usr/share/man/man3openssl/BN_mod_inverse.3openssl 0444 root bin +f none usr/share/man/man3openssl/BN_mod_mul_montgomery.3openssl 0444 root bin +f none usr/share/man/man3openssl/BN_mod_mul_reciprocal.3openssl 0444 root bin +f none usr/share/man/man3openssl/BN_new.3openssl 0444 root bin +f none usr/share/man/man3openssl/BN_num_bytes.3openssl 0444 root bin +f none usr/share/man/man3openssl/BN_rand.3openssl 0444 root bin +f none usr/share/man/man3openssl/BN_set_bit.3openssl 0444 root bin +f none usr/share/man/man3openssl/BN_swap.3openssl 0444 root bin +f none usr/share/man/man3openssl/BN_zero.3openssl 0444 root bin +f none usr/share/man/man3openssl/CONF_modules_free.3openssl 0444 root bin +f none usr/share/man/man3openssl/CONF_modules_load_file.3openssl 0444 root bin +f none usr/share/man/man3openssl/CRYPTO_set_ex_data.3openssl 0444 root bin +f none usr/share/man/man3openssl/DH_generate_key.3openssl 0444 root bin +f none usr/share/man/man3openssl/DH_generate_parameters.3openssl 0444 root bin +f none usr/share/man/man3openssl/DH_get_ex_new_index.3openssl 0444 root bin +f none usr/share/man/man3openssl/DH_new.3openssl 0444 root bin +f none usr/share/man/man3openssl/DH_set_method.3openssl 0444 root bin +f none usr/share/man/man3openssl/DH_size.3openssl 0444 root bin +f none usr/share/man/man3openssl/DSA_SIG_new.3openssl 0444 root bin +f none usr/share/man/man3openssl/DSA_do_sign.3openssl 0444 root bin +f none usr/share/man/man3openssl/DSA_dup_DH.3openssl 0444 root bin +f none usr/share/man/man3openssl/DSA_generate_key.3openssl 0444 root bin +f none usr/share/man/man3openssl/DSA_generate_parameters.3openssl 0444 root bin +f none usr/share/man/man3openssl/DSA_get_ex_new_index.3openssl 0444 root bin +f none usr/share/man/man3openssl/DSA_new.3openssl 0444 root bin +f none usr/share/man/man3openssl/DSA_set_method.3openssl 0444 root bin +f none usr/share/man/man3openssl/DSA_sign.3openssl 0444 root bin +f none usr/share/man/man3openssl/DSA_size.3openssl 0444 root bin +f none usr/share/man/man3openssl/ERR_GET_LIB.3openssl 0444 root bin +f none usr/share/man/man3openssl/ERR_clear_error.3openssl 0444 root bin +f none usr/share/man/man3openssl/ERR_error_string.3openssl 0444 root bin +f none usr/share/man/man3openssl/ERR_get_error.3openssl 0444 root bin +f none usr/share/man/man3openssl/ERR_load_crypto_strings.3openssl 0444 root bin +f none usr/share/man/man3openssl/ERR_load_strings.3openssl 0444 root bin +f none usr/share/man/man3openssl/ERR_print_errors.3openssl 0444 root bin +f none usr/share/man/man3openssl/ERR_put_error.3openssl 0444 root bin +f none usr/share/man/man3openssl/ERR_remove_state.3openssl 0444 root bin +f none usr/share/man/man3openssl/ERR_set_mark.3openssl 0444 root bin +f none usr/share/man/man3openssl/EVP_BytesToKey.3openssl 0444 root bin +f none usr/share/man/man3openssl/EVP_DigestInit.3openssl 0444 root bin +f none usr/share/man/man3openssl/EVP_EncryptInit.3openssl 0444 root bin +f none usr/share/man/man3openssl/EVP_OpenInit.3openssl 0444 root bin +f none usr/share/man/man3openssl/EVP_PKEY_new.3openssl 0444 root bin +f none usr/share/man/man3openssl/EVP_PKEY_set1_RSA.3openssl 0444 root bin +f none usr/share/man/man3openssl/EVP_SealInit.3openssl 0444 root bin +f none usr/share/man/man3openssl/EVP_SignInit.3openssl 0444 root bin +f none usr/share/man/man3openssl/EVP_VerifyInit.3openssl 0444 root bin +f none usr/share/man/man3openssl/OBJ_nid2obj.3openssl 0444 root bin +f none usr/share/man/man3openssl/OPENSSL_Applink.3openssl 0444 root bin +f none usr/share/man/man3openssl/OPENSSL_VERSION_NUMBER.3openssl 0444 root bin +f none usr/share/man/man3openssl/OPENSSL_config.3openssl 0444 root bin +f none usr/share/man/man3openssl/OPENSSL_ia32cap.3openssl 0444 root bin +f none usr/share/man/man3openssl/OPENSSL_load_builtin_modules.3openssl 0444 root bin +f none usr/share/man/man3openssl/OpenSSL_add_all_algorithms.3openssl 0444 root bin +f none usr/share/man/man3openssl/PKCS12_create.3openssl 0444 root bin +f none usr/share/man/man3openssl/PKCS12_parse.3openssl 0444 root bin +f none usr/share/man/man3openssl/PKCS7_decrypt.3openssl 0444 root bin +f none usr/share/man/man3openssl/PKCS7_encrypt.3openssl 0444 root bin +f none usr/share/man/man3openssl/PKCS7_sign.3openssl 0444 root bin +f none usr/share/man/man3openssl/PKCS7_verify.3openssl 0444 root bin +f none usr/share/man/man3openssl/RAND_add.3openssl 0444 root bin +f none usr/share/man/man3openssl/RAND_bytes.3openssl 0444 root bin +f none usr/share/man/man3openssl/RAND_cleanup.3openssl 0444 root bin +f none usr/share/man/man3openssl/RAND_egd.3openssl 0444 root bin +f none usr/share/man/man3openssl/RAND_load_file.3openssl 0444 root bin +f none usr/share/man/man3openssl/RAND_set_rand_method.3openssl 0444 root bin +f none usr/share/man/man3openssl/RSA_blinding_on.3openssl 0444 root bin +f none usr/share/man/man3openssl/RSA_check_key.3openssl 0444 root bin +f none usr/share/man/man3openssl/RSA_generate_key.3openssl 0444 root bin +f none usr/share/man/man3openssl/RSA_get_ex_new_index.3openssl 0444 root bin +f none usr/share/man/man3openssl/RSA_new.3openssl 0444 root bin +f none usr/share/man/man3openssl/RSA_padding_add_PKCS1_type_1.3openssl 0444 root bin +f none usr/share/man/man3openssl/RSA_print.3openssl 0444 root bin +f none usr/share/man/man3openssl/RSA_private_encrypt.3openssl 0444 root bin +f none usr/share/man/man3openssl/RSA_public_encrypt.3openssl 0444 root bin +f none usr/share/man/man3openssl/RSA_set_method.3openssl 0444 root bin +f none usr/share/man/man3openssl/RSA_sign.3openssl 0444 root bin +f none usr/share/man/man3openssl/RSA_sign_ASN1_OCTET_STRING.3openssl 0444 root bin +f none usr/share/man/man3openssl/RSA_size.3openssl 0444 root bin +f none usr/share/man/man3openssl/SMIME_read_PKCS7.3openssl 0444 root bin +f none usr/share/man/man3openssl/SMIME_write_PKCS7.3openssl 0444 root bin +f none usr/share/man/man3openssl/X509_NAME_ENTRY_get_object.3openssl 0444 root bin +f none usr/share/man/man3openssl/X509_NAME_add_entry_by_txt.3openssl 0444 root bin +f none usr/share/man/man3openssl/X509_NAME_get_index_by_NID.3openssl 0444 root bin +f none usr/share/man/man3openssl/X509_NAME_print_ex.3openssl 0444 root bin +f none usr/share/man/man3openssl/X509_new.3openssl 0444 root bin +f none usr/share/man/man3openssl/bio.3openssl 0444 root bin +f none usr/share/man/man3openssl/blowfish.3openssl 0444 root bin +f none usr/share/man/man3openssl/bn.3openssl 0444 root bin +f none usr/share/man/man3openssl/bn_internal.3openssl 0444 root bin +f none usr/share/man/man3openssl/buffer.3openssl 0444 root bin +f none usr/share/man/man3openssl/crypto.3openssl 0444 root bin +f none usr/share/man/man3openssl/d2i_ASN1_OBJECT.3openssl 0444 root bin +f none usr/share/man/man3openssl/d2i_DHparams.3openssl 0444 root bin +f none usr/share/man/man3openssl/d2i_DSAPublicKey.3openssl 0444 root bin +f none usr/share/man/man3openssl/d2i_PKCS8PrivateKey.3openssl 0444 root bin +f none usr/share/man/man3openssl/d2i_RSAPublicKey.3openssl 0444 root bin +f none usr/share/man/man3openssl/d2i_X509.3openssl 0444 root bin +f none usr/share/man/man3openssl/d2i_X509_ALGOR.3openssl 0444 root bin +f none usr/share/man/man3openssl/d2i_X509_CRL.3openssl 0444 root bin +f none usr/share/man/man3openssl/d2i_X509_NAME.3openssl 0444 root bin +f none usr/share/man/man3openssl/d2i_X509_REQ.3openssl 0444 root bin +f none usr/share/man/man3openssl/d2i_X509_SIG.3openssl 0444 root bin +f none usr/share/man/man3openssl/des.3openssl 0444 root bin +f none usr/share/man/man3openssl/dh.3openssl 0444 root bin +f none usr/share/man/man3openssl/dsa.3openssl 0444 root bin +f none usr/share/man/man3openssl/ecdsa.3openssl 0444 root bin +f none usr/share/man/man3openssl/engine.3openssl 0444 root bin +f none usr/share/man/man3openssl/err.3openssl 0444 root bin +f none usr/share/man/man3openssl/evp.3openssl 0444 root bin +f none usr/share/man/man3openssl/hmac.3openssl 0444 root bin +f none usr/share/man/man3openssl/lh_stats.3openssl 0444 root bin +f none usr/share/man/man3openssl/lhash.3openssl 0444 root bin +f none usr/share/man/man3openssl/md5.3openssl 0444 root bin +f none usr/share/man/man3openssl/mdc2.3openssl 0444 root bin +f none usr/share/man/man3openssl/pem.3openssl 0444 root bin +f none usr/share/man/man3openssl/rand.3openssl 0444 root bin +f none usr/share/man/man3openssl/rc4.3openssl 0444 root bin +f none usr/share/man/man3openssl/ripemd.3openssl 0444 root bin +f none usr/share/man/man3openssl/rsa.3openssl 0444 root bin +f none usr/share/man/man3openssl/sha.3openssl 0444 root bin +f none usr/share/man/man3openssl/threads.3openssl 0444 root bin +f none usr/share/man/man3openssl/ui.3openssl 0444 root bin +f none usr/share/man/man3openssl/ui_compat.3openssl 0444 root bin +f none usr/share/man/man3openssl/x509.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_CIPHER_get_name.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_CTX_add_session.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_COMP_add_compression_method.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_CTX_add_extra_chain_cert.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_CTX_ctrl.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_CTX_flush_sessions.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_CTX_free.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_CTX_get_ex_new_index.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_CTX_get_verify_mode.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_CTX_load_verify_locations.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_CTX_new.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_CTX_sess_number.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_CTX_sess_set_cache_size.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_CTX_sess_set_get_cb.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_CTX_sessions.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_CTX_set_cert_store.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_CTX_set_cipher_list.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_CTX_set_cert_verify_callback.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_CTX_set_client_CA_list.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_CTX_set_client_cert_cb.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_CTX_set_default_passwd_cb.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_CTX_set_generate_session_id.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_CTX_set_info_callback.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_CTX_set_max_cert_list.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_CTX_set_mode.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_CTX_set_msg_callback.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_CTX_set_options.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_CTX_set_quiet_shutdown.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_CTX_set_session_cache_mode.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_CTX_set_session_id_context.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_CTX_set_ssl_version.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_CTX_set_timeout.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_CTX_set_tmp_dh_callback.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_CTX_set_tmp_rsa_callback.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_CTX_set_verify.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_CTX_use_certificate.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_SESSION_free.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_SESSION_get_ex_new_index.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_SESSION_get_time.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_accept.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_alert_type_string.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_clear.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_connect.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_do_handshake.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_free.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_get_SSL_CTX.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_new.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_get_ciphers.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_get_client_CA_list.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_get_current_cipher.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_get_default_timeout.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_get_error.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_get_ex_data_X509_STORE_CTX_idx.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_get_ex_new_index.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_get_fd.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_get_peer_cert_chain.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_get_peer_certificate.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_get_rbio.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_get_session.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_get_verify_result.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_get_version.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_library_init.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_load_client_CA_file.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_pending.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_read.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_rstate_string.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_session_reused.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_set_bio.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_set_connect_state.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_set_fd.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_set_session.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_set_shutdown.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_set_verify_result.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_shutdown.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_state_string.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_want.3openssl 0444 root bin +f none usr/share/man/man3openssl/SSL_write.3openssl 0444 root bin +f none usr/share/man/man3openssl/d2i_SSL_SESSION.3openssl 0444 root bin +f none usr/share/man/man3openssl/ssl.3openssl 0444 root bin +s none usr/share/man/man3openssl/ASN1_OBJECT_free.3openssl=ASN1_OBJECT_new.3openssl +s none usr/share/man/man3openssl/ASN1_STRING_dup.3openssl=ASN1_STRING_length.3openssl +s none usr/share/man/man3openssl/ASN1_STRING_cmp.3openssl=ASN1_STRING_length.3openssl +s none usr/share/man/man3openssl/BIO_reset.3openssl=BIO_ctrl.3openssl +s none usr/share/man/man3openssl/ASN1_STRING_set.3openssl=ASN1_STRING_length.3openssl +s none usr/share/man/man3openssl/ASN1_STRING_length_set.3openssl=ASN1_STRING_length.3openssl +s none usr/share/man/man3openssl/ASN1_STRING_type.3openssl=ASN1_STRING_length.3openssl +s none usr/share/man/man3openssl/ASN1_STRING_data.3openssl=ASN1_STRING_length.3openssl +s none usr/share/man/man3openssl/ASN1_STRING_type_new.3openssl=ASN1_STRING_new.3openssl +s none usr/share/man/man3openssl/ASN1_STRING_free.3openssl=ASN1_STRING_new.3openssl +s none usr/share/man/man3openssl/ASN1_STRING_print_ex_fp.3openssl=ASN1_STRING_print_ex.3openssl +s none usr/share/man/man3openssl/ASN1_generate_v3.3openssl=ASN1_generate_nconf.3openssl +s none usr/share/man/man3openssl/BIO_callback_ctrl.3openssl=BIO_ctrl.3openssl +s none usr/share/man/man3openssl/BIO_ptr_ctrl.3openssl=BIO_ctrl.3openssl +s none usr/share/man/man3openssl/BIO_int_ctrl.3openssl=BIO_ctrl.3openssl +s none usr/share/man/man3openssl/BIO_seek.3openssl=BIO_ctrl.3openssl +s none usr/share/man/man3openssl/BIO_tell.3openssl=BIO_ctrl.3openssl +s none usr/share/man/man3openssl/BIO_flush.3openssl=BIO_ctrl.3openssl +s none usr/share/man/man3openssl/BIO_eof.3openssl=BIO_ctrl.3openssl +s none usr/share/man/man3openssl/BIO_set_close.3openssl=BIO_ctrl.3openssl +s none usr/share/man/man3openssl/BIO_get_close.3openssl=BIO_ctrl.3openssl +s none usr/share/man/man3openssl/BIO_pending.3openssl=BIO_ctrl.3openssl +s none usr/share/man/man3openssl/BIO_wpending.3openssl=BIO_ctrl.3openssl +s none usr/share/man/man3openssl/BIO_ctrl_pending.3openssl=BIO_ctrl.3openssl +s none usr/share/man/man3openssl/BIO_ctrl_wpending.3openssl=BIO_ctrl.3openssl +s none usr/share/man/man3openssl/BIO_get_info_callback.3openssl=BIO_ctrl.3openssl +s none usr/share/man/man3openssl/BIO_set_info_callback.3openssl=BIO_ctrl.3openssl +s none usr/share/man/man3openssl/BIO_set_cipher.3openssl=BIO_f_cipher.3openssl +s none usr/share/man/man3openssl/BIO_get_cipher_status.3openssl=BIO_f_cipher.3openssl +s none usr/share/man/man3openssl/BIO_get_cipher_ctx.3openssl=BIO_f_cipher.3openssl +s none usr/share/man/man3openssl/BIO_set_md.3openssl=BIO_f_md.3openssl +s none usr/share/man/man3openssl/BIO_get_md.3openssl=BIO_f_md.3openssl +s none usr/share/man/man3openssl/BIO_get_md_ctx.3openssl=BIO_f_md.3openssl +s none usr/share/man/man3openssl/BIO_set_ssl.3openssl=BIO_f_ssl.3openssl +s none usr/share/man/man3openssl/BIO_get_ssl.3openssl=BIO_f_ssl.3openssl +s none usr/share/man/man3openssl/BIO_set_ssl_mode.3openssl=BIO_f_ssl.3openssl +s none usr/share/man/man3openssl/BIO_set_ssl_renegotiate_bytes.3openssl=BIO_f_ssl.3openssl +s none usr/share/man/man3openssl/BIO_get_num_renegotiates.3openssl=BIO_f_ssl.3openssl +s none usr/share/man/man3openssl/BIO_set_ssl_renegotiate_timeout.3openssl=BIO_f_ssl.3openssl +s none usr/share/man/man3openssl/BIO_new_ssl.3openssl=BIO_f_ssl.3openssl +s none usr/share/man/man3openssl/BIO_new_ssl_connect.3openssl=BIO_f_ssl.3openssl +s none usr/share/man/man3openssl/BIO_new_buffer_ssl_connect.3openssl=BIO_f_ssl.3openssl +s none usr/share/man/man3openssl/BIO_ssl_copy_session_id.3openssl=BIO_f_ssl.3openssl +s none usr/share/man/man3openssl/BIO_ssl_shutdown.3openssl=BIO_f_ssl.3openssl +s none usr/share/man/man3openssl/BIO_next.3openssl=BIO_find_type.3openssl +s none usr/share/man/man3openssl/BIO_set.3openssl=BIO_new.3openssl +s none usr/share/man/man3openssl/BIO_free.3openssl=BIO_new.3openssl +s none usr/share/man/man3openssl/BIO_vfree.3openssl=BIO_new.3openssl +s none usr/share/man/man3openssl/BIO_free_all.3openssl=BIO_new.3openssl +s none usr/share/man/man3openssl/BIO_pop.3openssl=BIO_push.3openssl +s none usr/share/man/man3openssl/BIO_write.3openssl=BIO_read.3openssl +s none usr/share/man/man3openssl/BIO_gets.3openssl=BIO_read.3openssl +s none usr/share/man/man3openssl/BIO_puts.3openssl=BIO_read.3openssl +s none usr/share/man/man3openssl/BIO_set_accept_port.3openssl=BIO_s_accept.3openssl +s none usr/share/man/man3openssl/BIO_get_accept_port.3openssl=BIO_s_accept.3openssl +s none usr/share/man/man3openssl/BIO_set_nbio_accept.3openssl=BIO_s_accept.3openssl +s none usr/share/man/man3openssl/BIO_set_accept_bios.3openssl=BIO_s_accept.3openssl +s none usr/share/man/man3openssl/BIO_set_bind_mode.3openssl=BIO_s_accept.3openssl +s none usr/share/man/man3openssl/BIO_get_bind_mode.3openssl=BIO_s_accept.3openssl +s none usr/share/man/man3openssl/BIO_do_accept.3openssl=BIO_s_accept.3openssl +s none usr/share/man/man3openssl/BIO_make_bio_pair.3openssl=BIO_s_bio.3openssl +s none usr/share/man/man3openssl/BIO_destroy_bio_pair.3openssl=BIO_s_bio.3openssl +s none usr/share/man/man3openssl/BIO_shutdown_wr.3openssl=BIO_s_bio.3openssl +s none usr/share/man/man3openssl/BIO_set_write_buf_size.3openssl=BIO_s_bio.3openssl +s none usr/share/man/man3openssl/BIO_get_write_buf_size.3openssl=BIO_s_bio.3openssl +s none usr/share/man/man3openssl/BIO_new_bio_pair.3openssl=BIO_s_bio.3openssl +s none usr/share/man/man3openssl/BIO_get_write_guarantee.3openssl=BIO_s_bio.3openssl +s none usr/share/man/man3openssl/BIO_ctrl_get_write_guarantee.3openssl=BIO_s_bio.3openssl +s none usr/share/man/man3openssl/BIO_get_read_request.3openssl=BIO_s_bio.3openssl +s none usr/share/man/man3openssl/BIO_ctrl_get_read_request.3openssl=BIO_s_bio.3openssl +s none usr/share/man/man3openssl/BIO_ctrl_reset_read_request.3openssl=BIO_s_bio.3openssl +s none usr/share/man/man3openssl/BIO_set_conn_hostname.3openssl=BIO_s_connect.3openssl +s none usr/share/man/man3openssl/BIO_set_conn_port.3openssl=BIO_s_connect.3openssl +s none usr/share/man/man3openssl/BIO_set_conn_ip.3openssl=BIO_s_connect.3openssl +s none usr/share/man/man3openssl/BIO_get_conn_port.3openssl=BIO_s_connect.3openssl +s none usr/share/man/man3openssl/BIO_set_conn_int_port.3openssl=BIO_s_connect.3openssl +s none usr/share/man/man3openssl/BIO_get_conn_hostname.3openssl=BIO_s_connect.3openssl +s none usr/share/man/man3openssl/BIO_get_conn_ip.3openssl=BIO_s_connect.3openssl +s none usr/share/man/man3openssl/BIO_get_conn_int_port.3openssl=BIO_s_connect.3openssl +s none usr/share/man/man3openssl/BIO_set_nbio.3openssl=BIO_s_connect.3openssl +s none usr/share/man/man3openssl/BIO_do_connect.3openssl=BIO_s_connect.3openssl +s none usr/share/man/man3openssl/BIO_set_fd.3openssl=BIO_s_fd.3openssl +s none usr/share/man/man3openssl/BIO_get_fd.3openssl=BIO_s_fd.3openssl +s none usr/share/man/man3openssl/BIO_new_fd.3openssl=BIO_s_fd.3openssl +s none usr/share/man/man3openssl/BIO_new_file.3openssl=BIO_s_file.3openssl +s none usr/share/man/man3openssl/BIO_new_fp.3openssl=BIO_s_file.3openssl +s none usr/share/man/man3openssl/BIO_set_fp.3openssl=BIO_s_file.3openssl +s none usr/share/man/man3openssl/BIO_get_fp.3openssl=BIO_s_file.3openssl +s none usr/share/man/man3openssl/BIO_read_filename.3openssl=BIO_s_file.3openssl +s none usr/share/man/man3openssl/BIO_write_filename.3openssl=BIO_s_file.3openssl +s none usr/share/man/man3openssl/BIO_append_filename.3openssl=BIO_s_file.3openssl +s none usr/share/man/man3openssl/BIO_rw_filename.3openssl=BIO_s_file.3openssl +s none usr/share/man/man3openssl/BIO_set_mem_eof_return.3openssl=BIO_s_mem.3openssl +s none usr/share/man/man3openssl/BIO_get_mem_data.3openssl=BIO_s_mem.3openssl +s none usr/share/man/man3openssl/BIO_set_mem_buf.3openssl=BIO_s_mem.3openssl +s none usr/share/man/man3openssl/BIO_get_mem_ptr.3openssl=BIO_s_mem.3openssl +s none usr/share/man/man3openssl/BIO_new_mem_buf.3openssl=BIO_s_mem.3openssl +s none usr/share/man/man3openssl/BIO_new_socket.3openssl=BIO_s_socket.3openssl +s none usr/share/man/man3openssl/BIO_get_callback.3openssl=BIO_set_callback.3openssl +s none usr/share/man/man3openssl/BIO_set_callback_arg.3openssl=BIO_set_callback.3openssl +s none usr/share/man/man3openssl/BIO_get_callback_arg.3openssl=BIO_set_callback.3openssl +s none usr/share/man/man3openssl/BIO_debug_callback.3openssl=BIO_set_callback.3openssl +s none usr/share/man/man3openssl/BIO_should_read.3openssl=BIO_should_retry.3openssl +s none usr/share/man/man3openssl/BIO_should_write.3openssl=BIO_should_retry.3openssl +s none usr/share/man/man3openssl/BIO_should_io_special.3openssl=BIO_should_retry.3openssl +s none usr/share/man/man3openssl/BIO_retry_type.3openssl=BIO_should_retry.3openssl +s none usr/share/man/man3openssl/BIO_get_retry_BIO.3openssl=BIO_should_retry.3openssl +s none usr/share/man/man3openssl/BIO_get_retry_reason.3openssl=BIO_should_retry.3openssl +s none usr/share/man/man3openssl/BN_BLINDING_free.3openssl=BN_BLINDING_new.3openssl +s none usr/share/man/man3openssl/BN_BLINDING_update.3openssl=BN_BLINDING_new.3openssl +s none usr/share/man/man3openssl/BN_BLINDING_convert.3openssl=BN_BLINDING_new.3openssl +s none usr/share/man/man3openssl/BN_BLINDING_invert.3openssl=BN_BLINDING_new.3openssl +s none usr/share/man/man3openssl/BN_BLINDING_convert_ex.3openssl=BN_BLINDING_new.3openssl +s none usr/share/man/man3openssl/BN_BLINDING_invert_ex.3openssl=BN_BLINDING_new.3openssl +s none usr/share/man/man3openssl/BN_BLINDING_get_thread_id.3openssl=BN_BLINDING_new.3openssl +s none usr/share/man/man3openssl/BN_BLINDING_set_thread_id.3openssl=BN_BLINDING_new.3openssl +s none usr/share/man/man3openssl/BN_BLINDING_get_flags.3openssl=BN_BLINDING_new.3openssl +s none usr/share/man/man3openssl/BN_BLINDING_set_flags.3openssl=BN_BLINDING_new.3openssl +s none usr/share/man/man3openssl/BN_BLINDING_create_param.3openssl=BN_BLINDING_new.3openssl +s none usr/share/man/man3openssl/BN_CTX_init.3openssl=BN_CTX_new.3openssl +s none usr/share/man/man3openssl/BN_CTX_free.3openssl=BN_CTX_new.3openssl +s none usr/share/man/man3openssl/BN_CTX_get.3openssl=BN_CTX_start.3openssl +s none usr/share/man/man3openssl/BN_CTX_end.3openssl=BN_CTX_start.3openssl +s none usr/share/man/man3openssl/BN_sub.3openssl=BN_add.3openssl +s none usr/share/man/man3openssl/BN_mul.3openssl=BN_add.3openssl +s none usr/share/man/man3openssl/BN_sqr.3openssl=BN_add.3openssl +s none usr/share/man/man3openssl/BN_div.3openssl=BN_add.3openssl +s none usr/share/man/man3openssl/BN_mod.3openssl=BN_add.3openssl +s none usr/share/man/man3openssl/BN_nnmod.3openssl=BN_add.3openssl +s none usr/share/man/man3openssl/BN_mod_add.3openssl=BN_add.3openssl +s none usr/share/man/man3openssl/BN_mod_sub.3openssl=BN_add.3openssl +s none usr/share/man/man3openssl/BN_mod_mul.3openssl=BN_add.3openssl +s none usr/share/man/man3openssl/BN_mod_sqr.3openssl=BN_add.3openssl +s none usr/share/man/man3openssl/BN_exp.3openssl=BN_add.3openssl +s none usr/share/man/man3openssl/BN_mod_exp.3openssl=BN_add.3openssl +s none usr/share/man/man3openssl/BN_gcd.3openssl=BN_add.3openssl +s none usr/share/man/man3openssl/BN_sub_word.3openssl=BN_add_word.3openssl +s none usr/share/man/man3openssl/BN_mul_word.3openssl=BN_add_word.3openssl +s none usr/share/man/man3openssl/BN_div_word.3openssl=BN_add_word.3openssl +s none usr/share/man/man3openssl/BN_mod_word.3openssl=BN_add_word.3openssl +s none usr/share/man/man3openssl/BN_bin2bn.3openssl=BN_bn2bin.3openssl +s none usr/share/man/man3openssl/BN_bn2hex.3openssl=BN_bn2bin.3openssl +s none usr/share/man/man3openssl/BN_bn2dec.3openssl=BN_bn2bin.3openssl +s none usr/share/man/man3openssl/BN_hex2bn.3openssl=BN_bn2bin.3openssl +s none usr/share/man/man3openssl/BN_dec2bn.3openssl=BN_bn2bin.3openssl +s none usr/share/man/man3openssl/BN_print.3openssl=BN_bn2bin.3openssl +s none usr/share/man/man3openssl/BN_print_fp.3openssl=BN_bn2bin.3openssl +s none usr/share/man/man3openssl/BN_bn2mpi.3openssl=BN_bn2bin.3openssl +s none usr/share/man/man3openssl/BN_mpi2bn.3openssl=BN_bn2bin.3openssl +s none usr/share/man/man3openssl/BN_ucmp.3openssl=BN_cmp.3openssl +s none usr/share/man/man3openssl/BN_is_zero.3openssl=BN_cmp.3openssl +s none usr/share/man/man3openssl/BN_is_one.3openssl=BN_cmp.3openssl +s none usr/share/man/man3openssl/BN_is_word.3openssl=BN_cmp.3openssl +s none usr/share/man/man3openssl/BN_is_odd.3openssl=BN_cmp.3openssl +s none usr/share/man/man3openssl/BN_dup.3openssl=BN_copy.3openssl +s none usr/share/man/man3openssl/BN_is_prime.3openssl=BN_generate_prime.3openssl +s none usr/share/man/man3openssl/BN_is_prime_fasttest.3openssl=BN_generate_prime.3openssl +s none usr/share/man/man3openssl/BN_MONT_CTX_new.3openssl=BN_mod_mul_montgomery.3openssl +s none usr/share/man/man3openssl/BN_MONT_CTX_init.3openssl=BN_mod_mul_montgomery.3openssl +s none usr/share/man/man3openssl/BN_MONT_CTX_free.3openssl=BN_mod_mul_montgomery.3openssl +s none usr/share/man/man3openssl/BN_MONT_CTX_set.3openssl=BN_mod_mul_montgomery.3openssl +s none usr/share/man/man3openssl/BN_MONT_CTX_copy.3openssl=BN_mod_mul_montgomery.3openssl +s none usr/share/man/man3openssl/BN_from_montgomery.3openssl=BN_mod_mul_montgomery.3openssl +s none usr/share/man/man3openssl/BN_to_montgomery.3openssl=BN_mod_mul_montgomery.3openssl +s none usr/share/man/man3openssl/BN_div_recp.3openssl=BN_mod_mul_reciprocal.3openssl +s none usr/share/man/man3openssl/BN_RECP_CTX_new.3openssl=BN_mod_mul_reciprocal.3openssl +s none usr/share/man/man3openssl/BN_RECP_CTX_init.3openssl=BN_mod_mul_reciprocal.3openssl +s none usr/share/man/man3openssl/BN_RECP_CTX_free.3openssl=BN_mod_mul_reciprocal.3openssl +s none usr/share/man/man3openssl/BN_RECP_CTX_set.3openssl=BN_mod_mul_reciprocal.3openssl +s none usr/share/man/man3openssl/BN_init.3openssl=BN_new.3openssl +s none usr/share/man/man3openssl/BN_clear.3openssl=BN_new.3openssl +s none usr/share/man/man3openssl/BN_free.3openssl=BN_new.3openssl +s none usr/share/man/man3openssl/BN_clear_free.3openssl=BN_new.3openssl +s none usr/share/man/man3openssl/BN_num_bits.3openssl=BN_num_bytes.3openssl +s none usr/share/man/man3openssl/BN_num_bits_word.3openssl=BN_num_bytes.3openssl +s none usr/share/man/man3openssl/BN_pseudo_rand.3openssl=BN_rand.3openssl +s none usr/share/man/man3openssl/BN_clear_bit.3openssl=BN_set_bit.3openssl +s none usr/share/man/man3openssl/BN_is_bit_set.3openssl=BN_set_bit.3openssl +s none usr/share/man/man3openssl/BN_mask_bits.3openssl=BN_set_bit.3openssl +s none usr/share/man/man3openssl/BN_lshift.3openssl=BN_set_bit.3openssl +s none usr/share/man/man3openssl/BN_lshift1.3openssl=BN_set_bit.3openssl +s none usr/share/man/man3openssl/BN_rshift.3openssl=BN_set_bit.3openssl +s none usr/share/man/man3openssl/BN_rshift1.3openssl=BN_set_bit.3openssl +s none usr/share/man/man3openssl/BN_one.3openssl=BN_zero.3openssl +s none usr/share/man/man3openssl/BN_value_one.3openssl=BN_zero.3openssl +s none usr/share/man/man3openssl/BN_set_word.3openssl=BN_zero.3openssl +s none usr/share/man/man3openssl/BN_get_word.3openssl=BN_zero.3openssl +s none usr/share/man/man3openssl/CONF_modules_finish.3openssl=CONF_modules_free.3openssl +s none usr/share/man/man3openssl/CONF_modules_unload.3openssl=CONF_modules_free.3openssl +s none usr/share/man/man3openssl/CONF_modules_load.3openssl=CONF_modules_load_file.3openssl +s none usr/share/man/man3openssl/CRYPTO_get_ex_data.3openssl=CRYPTO_set_ex_data.3openssl +s none usr/share/man/man3openssl/DH_check.3openssl=DH_generate_parameters.3openssl +s none usr/share/man/man3openssl/DH_compute_key.3openssl=DH_generate_key.3openssl +s none usr/share/man/man3openssl/DH_set_ex_data.3openssl=DH_get_ex_new_index.3openssl +s none usr/share/man/man3openssl/DH_get_ex_data.3openssl=DH_get_ex_new_index.3openssl +s none usr/share/man/man3openssl/DH_free.3openssl=DH_new.3openssl +s none usr/share/man/man3openssl/DH_set_default_method.3openssl=DH_set_method.3openssl +s none usr/share/man/man3openssl/DH_get_default_method.3openssl=DH_set_method.3openssl +s none usr/share/man/man3openssl/DH_new_method.3openssl=DH_set_method.3openssl +s none usr/share/man/man3openssl/DH_OpenSSL.3openssl=DH_set_method.3openssl +s none usr/share/man/man3openssl/DSA_SIG_free.3openssl=DSA_SIG_new.3openssl +s none usr/share/man/man3openssl/DSA_do_verify.3openssl=DSA_do_sign.3openssl +s none usr/share/man/man3openssl/DSA_set_ex_data.3openssl=DSA_get_ex_new_index.3openssl +s none usr/share/man/man3openssl/DSA_get_ex_data.3openssl=DSA_get_ex_new_index.3openssl +s none usr/share/man/man3openssl/DSA_free.3openssl=DSA_new.3openssl +s none usr/share/man/man3openssl/DSA_set_default_method.3openssl=DSA_set_method.3openssl +s none usr/share/man/man3openssl/DSA_get_default_method.3openssl=DSA_set_method.3openssl +s none usr/share/man/man3openssl/DSA_new_method.3openssl=DSA_set_method.3openssl +s none usr/share/man/man3openssl/DSA_OpenSSL.3openssl=DSA_set_method.3openssl +s none usr/share/man/man3openssl/DSA_sign_setup.3openssl=DSA_sign.3openssl +s none usr/share/man/man3openssl/ERR_PACK.3openssl=ERR_load_strings.3openssl +s none usr/share/man/man3openssl/DSA_verify.3openssl=DSA_sign.3openssl +s none usr/share/man/man3openssl/ERR_GET_FUNC.3openssl=ERR_GET_LIB.3openssl +s none usr/share/man/man3openssl/ERR_GET_REASON.3openssl=ERR_GET_LIB.3openssl +s none usr/share/man/man3openssl/ERR_error_string_n.3openssl=ERR_error_string.3openssl +s none usr/share/man/man3openssl/ERR_lib_error_string.3openssl=ERR_error_string.3openssl +s none usr/share/man/man3openssl/ERR_func_error_string.3openssl=ERR_error_string.3openssl +s none usr/share/man/man3openssl/ERR_reason_error_string.3openssl=ERR_error_string.3openssl +s none usr/share/man/man3openssl/ERR_peek_error.3openssl=ERR_get_error.3openssl +s none usr/share/man/man3openssl/ERR_peek_last_error.3openssl=ERR_get_error.3openssl +s none usr/share/man/man3openssl/ERR_get_error_line.3openssl=ERR_get_error.3openssl +s none usr/share/man/man3openssl/ERR_peek_error_line.3openssl=ERR_get_error.3openssl +s none usr/share/man/man3openssl/ERR_peek_last_error_line.3openssl=ERR_get_error.3openssl +s none usr/share/man/man3openssl/ERR_get_error_line_data.3openssl=ERR_get_error.3openssl +s none usr/share/man/man3openssl/ERR_peek_error_line_data.3openssl=ERR_get_error.3openssl +s none usr/share/man/man3openssl/ERR_peek_last_error_line_data.3openssl=ERR_get_error.3openssl +s none usr/share/man/man3openssl/ERR_free_strings.3openssl=ERR_load_crypto_strings.3openssl +s none usr/share/man/man3openssl/SSL_load_error_strings.3openssl=ERR_load_crypto_strings.3openssl +s none usr/share/man/man3openssl/ERR_get_next_error_library.3openssl=ERR_load_strings.3openssl +s none usr/share/man/man3openssl/ERR_print_errors_fp.3openssl=ERR_print_errors.3openssl +s none usr/share/man/man3openssl/ERR_add_error_data.3openssl=ERR_put_error.3openssl +s none usr/share/man/man3openssl/ERR_pop_to_mark.3openssl=ERR_set_mark.3openssl +s none usr/share/man/man3openssl/EVP_MD_CTX_init.3openssl=EVP_DigestInit.3openssl +s none usr/share/man/man3openssl/EVP_MD_CTX_create.3openssl=EVP_DigestInit.3openssl +s none usr/share/man/man3openssl/EVP_DigestInit_ex.3openssl=EVP_DigestInit.3openssl +s none usr/share/man/man3openssl/EVP_DigestUpdate.3openssl=EVP_DigestInit.3openssl +s none usr/share/man/man3openssl/EVP_DigestFinal_ex.3openssl=EVP_DigestInit.3openssl +s none usr/share/man/man3openssl/EVP_MD_CTX_cleanup.3openssl=EVP_DigestInit.3openssl +s none usr/share/man/man3openssl/EVP_MD_CTX_destroy.3openssl=EVP_DigestInit.3openssl +s none usr/share/man/man3openssl/EVP_MAX_MD_SIZE.3openssl=EVP_DigestInit.3openssl +s none usr/share/man/man3openssl/EVP_MD_CTX_copy_ex.3openssl=EVP_DigestInit.3openssl +s none usr/share/man/man3openssl/EVP_MD_CTX_copy.3openssl=EVP_DigestInit.3openssl +s none usr/share/man/man3openssl/EVP_MD_type.3openssl=EVP_DigestInit.3openssl +s none usr/share/man/man3openssl/EVP_MD_size.3openssl=EVP_DigestInit.3openssl +s none usr/share/man/man3openssl/EVP_MD_pkey_type.3openssl=EVP_DigestInit.3openssl +s none usr/share/man/man3openssl/EVP_MD_block_size.3openssl=EVP_DigestInit.3openssl +s none usr/share/man/man3openssl/EVP_MD_CTX_md.3openssl=EVP_DigestInit.3openssl +s none usr/share/man/man3openssl/EVP_MD_CTX_size.3openssl=EVP_DigestInit.3openssl +s none usr/share/man/man3openssl/EVP_MD_CTX_block_size.3openssl=EVP_DigestInit.3openssl +s none usr/share/man/man3openssl/EVP_MD_CTX_type.3openssl=EVP_DigestInit.3openssl +s none usr/share/man/man3openssl/EVP_md_null.3openssl=EVP_DigestInit.3openssl +s none usr/share/man/man3openssl/EVP_md2.3openssl=EVP_DigestInit.3openssl +s none usr/share/man/man3openssl/EVP_md5.3openssl=EVP_DigestInit.3openssl +s none usr/share/man/man3openssl/EVP_sha.3openssl=EVP_DigestInit.3openssl +s none usr/share/man/man3openssl/EVP_sha1.3openssl=EVP_DigestInit.3openssl +s none usr/share/man/man3openssl/EVP_dss.3openssl=EVP_DigestInit.3openssl +s none usr/share/man/man3openssl/EVP_dss1.3openssl=EVP_DigestInit.3openssl +s none usr/share/man/man3openssl/EVP_mdc2.3openssl=EVP_DigestInit.3openssl +s none usr/share/man/man3openssl/EVP_ripemd160.3openssl=EVP_DigestInit.3openssl +s none usr/share/man/man3openssl/EVP_get_digestbyname.3openssl=EVP_DigestInit.3openssl +s none usr/share/man/man3openssl/EVP_get_digestbynid.3openssl=EVP_DigestInit.3openssl +s none usr/share/man/man3openssl/EVP_get_digestbyobj.3openssl=EVP_DigestInit.3openssl +s none usr/share/man/man3openssl/EVP_CIPHER_CTX_init.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_EncryptUpdate.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_EncryptInit_ex.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_EncryptFinal_ex.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_DecryptInit_ex.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_DecryptUpdate.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_DecryptFinal_ex.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_CipherInit_ex.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_CipherUpdate.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_CipherFinal_ex.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_CIPHER_CTX_set_key_length.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_CIPHER_CTX_ctrl.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_CIPHER_CTX_cleanup.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_EncryptFinal.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_DecryptInit.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_DecryptFinal.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_CipherInit.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_CipherFinal.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/OBJ_cmp.3openssl=OBJ_nid2obj.3openssl +s none usr/share/man/man3openssl/EVP_get_cipherbyname.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_get_cipherbynid.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_get_cipherbyobj.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_CIPHER_nid.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_CIPHER_block_size.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_CIPHER_key_length.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_CIPHER_iv_length.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_CIPHER_flags.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_CIPHER_mode.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_CIPHER_type.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_CIPHER_CTX_cipher.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_CIPHER_CTX_nid.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_CIPHER_CTX_block_size.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_CIPHER_CTX_key_length.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_CIPHER_CTX_iv_length.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_CIPHER_CTX_type.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_CIPHER_CTX_get_app_data.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_CIPHER_CTX_set_app_data.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_CIPHER_CTX_flags.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_CIPHER_CTX_mode.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_CIPHER_param_to_asn1.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_CIPHER_asn1_to_param.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_CIPHER_CTX_set_padding.3openssl=EVP_EncryptInit.3openssl +s none usr/share/man/man3openssl/EVP_OpenUpdate.3openssl=EVP_OpenInit.3openssl +s none usr/share/man/man3openssl/EVP_OpenFinal.3openssl=EVP_OpenInit.3openssl +s none usr/share/man/man3openssl/EVP_PKEY_free.3openssl=EVP_PKEY_new.3openssl +s none usr/share/man/man3openssl/EVP_PKEY_set1_DSA.3openssl=EVP_PKEY_set1_RSA.3openssl +s none usr/share/man/man3openssl/EVP_PKEY_set1_DH.3openssl=EVP_PKEY_set1_RSA.3openssl +s none usr/share/man/man3openssl/EVP_PKEY_set1_EC_KEY.3openssl=EVP_PKEY_set1_RSA.3openssl +s none usr/share/man/man3openssl/EVP_PKEY_get1_RSA.3openssl=EVP_PKEY_set1_RSA.3openssl +s none usr/share/man/man3openssl/EVP_PKEY_get1_DSA.3openssl=EVP_PKEY_set1_RSA.3openssl +s none usr/share/man/man3openssl/EVP_PKEY_get1_DH.3openssl=EVP_PKEY_set1_RSA.3openssl +s none usr/share/man/man3openssl/EVP_PKEY_get1_EC_KEY.3openssl=EVP_PKEY_set1_RSA.3openssl +s none usr/share/man/man3openssl/EVP_PKEY_assign_RSA.3openssl=EVP_PKEY_set1_RSA.3openssl +s none usr/share/man/man3openssl/EVP_PKEY_assign_DSA.3openssl=EVP_PKEY_set1_RSA.3openssl +s none usr/share/man/man3openssl/EVP_PKEY_assign_DH.3openssl=EVP_PKEY_set1_RSA.3openssl +s none usr/share/man/man3openssl/EVP_PKEY_assign_EC_KEY.3openssl=EVP_PKEY_set1_RSA.3openssl +s none usr/share/man/man3openssl/EVP_PKEY_type.3openssl=EVP_PKEY_set1_RSA.3openssl +s none usr/share/man/man3openssl/EVP_SealUpdate.3openssl=EVP_SealInit.3openssl +s none usr/share/man/man3openssl/EVP_SealFinal.3openssl=EVP_SealInit.3openssl +s none usr/share/man/man3openssl/EVP_SignUpdate.3openssl=EVP_SignInit.3openssl +s none usr/share/man/man3openssl/EVP_SignFinal.3openssl=EVP_SignInit.3openssl +s none usr/share/man/man3openssl/EVP_VerifyUpdate.3openssl=EVP_VerifyInit.3openssl +s none usr/share/man/man3openssl/EVP_VerifyFinal.3openssl=EVP_VerifyInit.3openssl +s none usr/share/man/man3openssl/OBJ_nid2ln.3openssl=OBJ_nid2obj.3openssl +s none usr/share/man/man3openssl/OBJ_nid2sn.3openssl=OBJ_nid2obj.3openssl +s none usr/share/man/man3openssl/OBJ_obj2nid.3openssl=OBJ_nid2obj.3openssl +s none usr/share/man/man3openssl/OBJ_txt2nid.3openssl=OBJ_nid2obj.3openssl +s none usr/share/man/man3openssl/OBJ_ln2nid.3openssl=OBJ_nid2obj.3openssl +s none usr/share/man/man3openssl/OBJ_sn2nid.3openssl=OBJ_nid2obj.3openssl +s none usr/share/man/man3openssl/OBJ_dup.3openssl=OBJ_nid2obj.3openssl +s none usr/share/man/man3openssl/OBJ_txt2obj.3openssl=OBJ_nid2obj.3openssl +s none usr/share/man/man3openssl/OBJ_obj2txt.3openssl=OBJ_nid2obj.3openssl +s none usr/share/man/man3openssl/OBJ_create.3openssl=OBJ_nid2obj.3openssl +s none usr/share/man/man3openssl/OBJ_cleanup.3openssl=OBJ_nid2obj.3openssl +s none usr/share/man/man3openssl/SSLeay.3openssl=OPENSSL_VERSION_NUMBER.3openssl +s none usr/share/man/man3openssl/SSLeay_version.3openssl=OPENSSL_VERSION_NUMBER.3openssl +s none usr/share/man/man3openssl/OPENSSL_no_config.3openssl=OPENSSL_config.3openssl +s none usr/share/man/man3openssl/OpenSSL_add_all_ciphers.3openssl=OpenSSL_add_all_algorithms.3openssl +s none usr/share/man/man3openssl/OpenSSL_add_all_digests.3openssl=OpenSSL_add_all_algorithms.3openssl +s none usr/share/man/man3openssl/RAND_seed.3openssl=RAND_add.3openssl +s none usr/share/man/man3openssl/RAND_status.3openssl=RAND_add.3openssl +s none usr/share/man/man3openssl/RAND_event.3openssl=RAND_add.3openssl +s none usr/share/man/man3openssl/RAND_screen.3openssl=RAND_add.3openssl +s none usr/share/man/man3openssl/RAND_pseudo_bytes.3openssl=RAND_bytes.3openssl +s none usr/share/man/man3openssl/RAND_write_file.3openssl=RAND_load_file.3openssl +s none usr/share/man/man3openssl/RAND_file_name.3openssl=RAND_load_file.3openssl +s none usr/share/man/man3openssl/RAND_get_rand_method.3openssl=RAND_set_rand_method.3openssl +s none usr/share/man/man3openssl/RAND_SSLeay.3openssl=RAND_set_rand_method.3openssl +s none usr/share/man/man3openssl/RSA_blinding_off.3openssl=RSA_blinding_on.3openssl +s none usr/share/man/man3openssl/RSA_set_ex_data.3openssl=RSA_get_ex_new_index.3openssl +s none usr/share/man/man3openssl/RSA_get_ex_data.3openssl=RSA_get_ex_new_index.3openssl +s none usr/share/man/man3openssl/RSA_free.3openssl=RSA_new.3openssl +s none usr/share/man/man3openssl/RSA_padding_check_PKCS1_type_1.3openssl=RSA_padding_add_PKCS1_type_1.3openssl +s none usr/share/man/man3openssl/RSA_padding_add_PKCS1_type_2.3openssl=RSA_padding_add_PKCS1_type_1.3openssl +s none usr/share/man/man3openssl/RSA_padding_check_PKCS1_type_2.3openssl=RSA_padding_add_PKCS1_type_1.3openssl +s none usr/share/man/man3openssl/RSA_padding_add_PKCS1_OAEP.3openssl=RSA_padding_add_PKCS1_type_1.3openssl +s none usr/share/man/man3openssl/RSA_padding_check_PKCS1_OAEP.3openssl=RSA_padding_add_PKCS1_type_1.3openssl +s none usr/share/man/man3openssl/RSA_padding_add_SSLv23.3openssl=RSA_padding_add_PKCS1_type_1.3openssl +s none usr/share/man/man3openssl/RSA_padding_check_SSLv23.3openssl=RSA_padding_add_PKCS1_type_1.3openssl +s none usr/share/man/man3openssl/RSA_padding_add_none.3openssl=RSA_padding_add_PKCS1_type_1.3openssl +s none usr/share/man/man3openssl/RSA_padding_check_none.3openssl=RSA_padding_add_PKCS1_type_1.3openssl +s none usr/share/man/man3openssl/RSA_print_fp.3openssl=RSA_print.3openssl +s none usr/share/man/man3openssl/DSAparams_print.3openssl=RSA_print.3openssl +s none usr/share/man/man3openssl/DSAparams_print_fp.3openssl=RSA_print.3openssl +s none usr/share/man/man3openssl/DSA_print.3openssl=RSA_print.3openssl +s none usr/share/man/man3openssl/DSA_print_fp.3openssl=RSA_print.3openssl +s none usr/share/man/man3openssl/DHparams_print.3openssl=RSA_print.3openssl +s none usr/share/man/man3openssl/DHparams_print_fp.3openssl=RSA_print.3openssl +s none usr/share/man/man3openssl/RSA_public_decrypt.3openssl=RSA_private_encrypt.3openssl +s none usr/share/man/man3openssl/RSA_private_decrypt.3openssl=RSA_public_encrypt.3openssl +s none usr/share/man/man3openssl/RSA_set_default_method.3openssl=RSA_set_method.3openssl +s none usr/share/man/man3openssl/RSA_get_default_method.3openssl=RSA_set_method.3openssl +s none usr/share/man/man3openssl/RSA_get_method.3openssl=RSA_set_method.3openssl +s none usr/share/man/man3openssl/RSA_PKCS1_SSLeay.3openssl=RSA_set_method.3openssl +s none usr/share/man/man3openssl/RSA_null_method.3openssl=RSA_set_method.3openssl +s none usr/share/man/man3openssl/RSA_flags.3openssl=RSA_set_method.3openssl +s none usr/share/man/man3openssl/RSA_new_method.3openssl=RSA_set_method.3openssl +s none usr/share/man/man3openssl/RSA_verify.3openssl=RSA_sign.3openssl +s none usr/share/man/man3openssl/RSA_verify_ASN1_OCTET_STRING.3openssl=RSA_sign_ASN1_OCTET_STRING.3openssl +s none usr/share/man/man3openssl/X509_NAME_ENTRY_get_data.3openssl=X509_NAME_ENTRY_get_object.3openssl +s none usr/share/man/man3openssl/X509_NAME_ENTRY_set_object.3openssl=X509_NAME_ENTRY_get_object.3openssl +s none usr/share/man/man3openssl/X509_NAME_ENTRY_set_data.3openssl=X509_NAME_ENTRY_get_object.3openssl +s none usr/share/man/man3openssl/X509_NAME_ENTRY_create_by_txt.3openssl=X509_NAME_ENTRY_get_object.3openssl +s none usr/share/man/man3openssl/X509_NAME_ENTRY_create_by_NID.3openssl=X509_NAME_ENTRY_get_object.3openssl +s none usr/share/man/man3openssl/X509_NAME_ENTRY_create_by_OBJ.3openssl=X509_NAME_ENTRY_get_object.3openssl +s none usr/share/man/man3openssl/X509_NAME_add_entry_by_OBJ.3openssl=X509_NAME_add_entry_by_txt.3openssl +s none usr/share/man/man3openssl/X509_NAME_add_entry_by_NID.3openssl=X509_NAME_add_entry_by_txt.3openssl +s none usr/share/man/man3openssl/X509_NAME_add_entry.3openssl=X509_NAME_add_entry_by_txt.3openssl +s none usr/share/man/man3openssl/X509_NAME_delete_entry.3openssl=X509_NAME_add_entry_by_txt.3openssl +s none usr/share/man/man3openssl/X509_NAME_get_index_by_OBJ.3openssl=X509_NAME_get_index_by_NID.3openssl +s none usr/share/man/man3openssl/X509_NAME_get_entry.3openssl=X509_NAME_get_index_by_NID.3openssl +s none usr/share/man/man3openssl/X509_NAME_entry_count.3openssl=X509_NAME_get_index_by_NID.3openssl +s none usr/share/man/man3openssl/X509_NAME_get_text_by_NID.3openssl=X509_NAME_get_index_by_NID.3openssl +s none usr/share/man/man3openssl/X509_NAME_get_text_by_OBJ.3openssl=X509_NAME_get_index_by_NID.3openssl +s none usr/share/man/man3openssl/X509_NAME_print_ex_fp.3openssl=X509_NAME_print_ex.3openssl +s none usr/share/man/man3openssl/X509_NAME_print.3openssl=X509_NAME_print_ex.3openssl +s none usr/share/man/man3openssl/X509_NAME_oneline.3openssl=X509_NAME_print_ex.3openssl +s none usr/share/man/man3openssl/X509_free.3openssl=X509_new.3openssl +s none usr/share/man/man3openssl/BF_set_key.3openssl=blowfish.3openssl +s none usr/share/man/man3openssl/BF_encrypt.3openssl=blowfish.3openssl +s none usr/share/man/man3openssl/BF_decrypt.3openssl=blowfish.3openssl +s none usr/share/man/man3openssl/BF_ecb_encrypt.3openssl=blowfish.3openssl +s none usr/share/man/man3openssl/BF_cbc_encrypt.3openssl=blowfish.3openssl +s none usr/share/man/man3openssl/BF_cfb64_encrypt.3openssl=blowfish.3openssl +s none usr/share/man/man3openssl/BF_ofb64_encrypt.3openssl=blowfish.3openssl +s none usr/share/man/man3openssl/BF_options.3openssl=blowfish.3openssl +s none usr/share/man/man3openssl/bn_mul_words.3openssl=bn_internal.3openssl +s none usr/share/man/man3openssl/bn_mul_add_words.3openssl=bn_internal.3openssl +s none usr/share/man/man3openssl/bn_sqr_words.3openssl=bn_internal.3openssl +s none usr/share/man/man3openssl/bn_div_words.3openssl=bn_internal.3openssl +s none usr/share/man/man3openssl/bn_add_words.3openssl=bn_internal.3openssl +s none usr/share/man/man3openssl/bn_sub_words.3openssl=bn_internal.3openssl +s none usr/share/man/man3openssl/bn_mul_comba4.3openssl=bn_internal.3openssl +s none usr/share/man/man3openssl/bn_mul_comba8.3openssl=bn_internal.3openssl +s none usr/share/man/man3openssl/bn_sqr_comba4.3openssl=bn_internal.3openssl +s none usr/share/man/man3openssl/bn_sqr_comba8.3openssl=bn_internal.3openssl +s none usr/share/man/man3openssl/bn_cmp_words.3openssl=bn_internal.3openssl +s none usr/share/man/man3openssl/bn_mul_normal.3openssl=bn_internal.3openssl +s none usr/share/man/man3openssl/bn_mul_low_normal.3openssl=bn_internal.3openssl +s none usr/share/man/man3openssl/bn_mul_recursive.3openssl=bn_internal.3openssl +s none usr/share/man/man3openssl/bn_mul_part_recursive.3openssl=bn_internal.3openssl +s none usr/share/man/man3openssl/bn_mul_low_recursive.3openssl=bn_internal.3openssl +s none usr/share/man/man3openssl/bn_mul_high.3openssl=bn_internal.3openssl +s none usr/share/man/man3openssl/bn_sqr_normal.3openssl=bn_internal.3openssl +s none usr/share/man/man3openssl/bn_sqr_recursive.3openssl=bn_internal.3openssl +s none usr/share/man/man3openssl/bn_expand.3openssl=bn_internal.3openssl +s none usr/share/man/man3openssl/bn_wexpand.3openssl=bn_internal.3openssl +s none usr/share/man/man3openssl/bn_expand2.3openssl=bn_internal.3openssl +s none usr/share/man/man3openssl/bn_fix_top.3openssl=bn_internal.3openssl +s none usr/share/man/man3openssl/bn_check_top.3openssl=bn_internal.3openssl +s none usr/share/man/man3openssl/bn_print.3openssl=bn_internal.3openssl +s none usr/share/man/man3openssl/bn_dump.3openssl=bn_internal.3openssl +s none usr/share/man/man3openssl/bn_set_max.3openssl=bn_internal.3openssl +s none usr/share/man/man3openssl/bn_set_high.3openssl=bn_internal.3openssl +s none usr/share/man/man3openssl/bn_set_low.3openssl=bn_internal.3openssl +s none usr/share/man/man3openssl/BUF_MEM_new.3openssl=buffer.3openssl +s none usr/share/man/man3openssl/BUF_MEM_free.3openssl=buffer.3openssl +s none usr/share/man/man3openssl/BUF_MEM_grow.3openssl=buffer.3openssl +s none usr/share/man/man3openssl/BUF_strdup.3openssl=buffer.3openssl +s none usr/share/man/man3openssl/i2d_ASN1_OBJECT.3openssl=d2i_ASN1_OBJECT.3openssl +s none usr/share/man/man3openssl/i2d_DHparams.3openssl=d2i_DHparams.3openssl +s none usr/share/man/man3openssl/i2d_DSAPublicKey.3openssl=d2i_DSAPublicKey.3openssl +s none usr/share/man/man3openssl/d2i_DSAPrivateKey.3openssl=d2i_DSAPublicKey.3openssl +s none usr/share/man/man3openssl/i2d_DSAPrivateKey.3openssl=d2i_DSAPublicKey.3openssl +s none usr/share/man/man3openssl/d2i_DSA_PUBKEY.3openssl=d2i_DSAPublicKey.3openssl +s none usr/share/man/man3openssl/i2d_DSA_PUBKEY.3openssl=d2i_DSAPublicKey.3openssl +s none usr/share/man/man3openssl/d2i_DSA_SIG.3openssl=d2i_DSAPublicKey.3openssl +s none usr/share/man/man3openssl/i2d_DSA_SIG.3openssl=d2i_DSAPublicKey.3openssl +s none usr/share/man/man3openssl/d2i_PKCS8PrivateKey_bio.3openssl=d2i_PKCS8PrivateKey.3openssl +s none usr/share/man/man3openssl/d2i_PKCS8PrivateKey_fp.3openssl=d2i_PKCS8PrivateKey.3openssl +s none usr/share/man/man3openssl/i2d_PKCS8PrivateKey_bio.3openssl=d2i_PKCS8PrivateKey.3openssl +s none usr/share/man/man3openssl/i2d_PKCS8PrivateKey_fp.3openssl=d2i_PKCS8PrivateKey.3openssl +s none usr/share/man/man3openssl/i2d_X509_CRL_bio.3openssl=d2i_X509_CRL.3openssl +s none usr/share/man/man3openssl/i2d_PKCS8PrivateKey_nid_bio.3openssl=d2i_PKCS8PrivateKey.3openssl +s none usr/share/man/man3openssl/i2d_PKCS8PrivateKey_nid_fp.3openssl=d2i_PKCS8PrivateKey.3openssl +s none usr/share/man/man3openssl/i2d_RSAPublicKey.3openssl=d2i_RSAPublicKey.3openssl +s none usr/share/man/man3openssl/d2i_RSAPrivateKey.3openssl=d2i_RSAPublicKey.3openssl +s none usr/share/man/man3openssl/i2d_RSAPrivateKey.3openssl=d2i_RSAPublicKey.3openssl +s none usr/share/man/man3openssl/d2i_RSA_PUBKEY.3openssl=d2i_RSAPublicKey.3openssl +s none usr/share/man/man3openssl/i2d_RSA_PUBKEY.3openssl=d2i_RSAPublicKey.3openssl +s none usr/share/man/man3openssl/i2d_Netscape_RSA.3openssl=d2i_RSAPublicKey.3openssl +s none usr/share/man/man3openssl/d2i_Netscape_RSA.3openssl=d2i_RSAPublicKey.3openssl +s none usr/share/man/man3openssl/i2d_X509.3openssl=d2i_X509.3openssl +s none usr/share/man/man3openssl/d2i_X509_bio.3openssl=d2i_X509.3openssl +s none usr/share/man/man3openssl/d2i_X509_fp.3openssl=d2i_X509.3openssl +s none usr/share/man/man3openssl/i2d_X509_bio.3openssl=d2i_X509.3openssl +s none usr/share/man/man3openssl/i2d_X509_fp.3openssl=d2i_X509.3openssl +s none usr/share/man/man3openssl/i2d_X509_ALGOR.3openssl=d2i_X509_ALGOR.3openssl +s none usr/share/man/man3openssl/i2d_X509_CRL.3openssl=d2i_X509_CRL.3openssl +s none usr/share/man/man3openssl/d2i_X509_CRL_bio.3openssl=d2i_X509_CRL.3openssl +s none usr/share/man/man3openssl/d2i_509_CRL_fp.3openssl=d2i_X509_CRL.3openssl +s none usr/share/man/man3openssl/i2d_X509_CRL_fp.3openssl=d2i_X509_CRL.3openssl +s none usr/share/man/man3openssl/i2d_X509_NAME.3openssl=d2i_X509_NAME.3openssl +s none usr/share/man/man3openssl/i2d_X509_REQ.3openssl=d2i_X509_REQ.3openssl +s none usr/share/man/man3openssl/d2i_X509_REQ_bio.3openssl=d2i_X509_REQ.3openssl +s none usr/share/man/man3openssl/d2i_X509_REQ_fp.3openssl=d2i_X509_REQ.3openssl +s none usr/share/man/man3openssl/i2d_X509_REQ_bio.3openssl=d2i_X509_REQ.3openssl +s none usr/share/man/man3openssl/i2d_X509_REQ_fp.3openssl=d2i_X509_REQ.3openssl +s none usr/share/man/man3openssl/i2d_X509_SIG.3openssl=d2i_X509_SIG.3openssl +s none usr/share/man/man3openssl/DES_random_key.3openssl=des.3openssl +s none usr/share/man/man3openssl/DES_set_key.3openssl=des.3openssl +s none usr/share/man/man3openssl/DES_key_sched.3openssl=des.3openssl +s none usr/share/man/man3openssl/DES_set_key_checked.3openssl=des.3openssl +s none usr/share/man/man3openssl/DES_set_key_unchecked.3openssl=des.3openssl +s none usr/share/man/man3openssl/DES_set_odd_parity.3openssl=des.3openssl +s none usr/share/man/man3openssl/DES_is_weak_key.3openssl=des.3openssl +s none usr/share/man/man3openssl/DES_ecb_encrypt.3openssl=des.3openssl +s none usr/share/man/man3openssl/DES_ecb2_encrypt.3openssl=des.3openssl +s none usr/share/man/man3openssl/DES_ecb3_encrypt.3openssl=des.3openssl +s none usr/share/man/man3openssl/DES_ncbc_encrypt.3openssl=des.3openssl +s none usr/share/man/man3openssl/DES_cfb_encrypt.3openssl=des.3openssl +s none usr/share/man/man3openssl/DES_ofb_encrypt.3openssl=des.3openssl +s none usr/share/man/man3openssl/DES_pcbc_encrypt.3openssl=des.3openssl +s none usr/share/man/man3openssl/DES_cfb64_encrypt.3openssl=des.3openssl +s none usr/share/man/man3openssl/DES_ofb64_encrypt.3openssl=des.3openssl +s none usr/share/man/man3openssl/DES_xcbc_encrypt.3openssl=des.3openssl +s none usr/share/man/man3openssl/DES_ede2_cbc_encrypt.3openssl=des.3openssl +s none usr/share/man/man3openssl/DES_ede2_cfb64_encrypt.3openssl=des.3openssl +s none usr/share/man/man3openssl/DES_ede2_ofb64_encrypt.3openssl=des.3openssl +s none usr/share/man/man3openssl/DES_ede3_cbc_encrypt.3openssl=des.3openssl +s none usr/share/man/man3openssl/DES_ede3_cbcm_encrypt.3openssl=des.3openssl +s none usr/share/man/man3openssl/DES_ede3_cfb64_encrypt.3openssl=des.3openssl +s none usr/share/man/man3openssl/DES_ede3_ofb64_encrypt.3openssl=des.3openssl +s none usr/share/man/man3openssl/DES_cbc_cksum.3openssl=des.3openssl +s none usr/share/man/man3openssl/DES_quad_cksum.3openssl=des.3openssl +s none usr/share/man/man3openssl/lh_doall.3openssl=lhash.3openssl +s none usr/share/man/man3openssl/DES_string_to_key.3openssl=des.3openssl +s none usr/share/man/man3openssl/DES_string_to_2keys.3openssl=des.3openssl +s none usr/share/man/man3openssl/DES_fcrypt.3openssl=des.3openssl +s none usr/share/man/man3openssl/DES_crypt.3openssl=des.3openssl +s none usr/share/man/man3openssl/DES_enc_read.3openssl=des.3openssl +s none usr/share/man/man3openssl/DES_enc_write.3openssl=des.3openssl +s none usr/share/man/man3openssl/HMAC.3openssl=hmac.3openssl +s none usr/share/man/man3openssl/HMAC_Init.3openssl=hmac.3openssl +s none usr/share/man/man3openssl/HMAC_Update.3openssl=hmac.3openssl +s none usr/share/man/man3openssl/HMAC_Final.3openssl=hmac.3openssl +s none usr/share/man/man3openssl/HMAC_cleanup.3openssl=hmac.3openssl +s none usr/share/man/man3openssl/lh_node_stats.3openssl=lh_stats.3openssl +s none usr/share/man/man3openssl/lh_node_usage_stats.3openssl=lh_stats.3openssl +s none usr/share/man/man3openssl/lh_stats_bio.3openssl=lh_stats.3openssl +s none usr/share/man/man3openssl/lh_node_stats_bio.3openssl=lh_stats.3openssl +s none usr/share/man/man3openssl/lh_node_usage_stats_bio.3openssl=lh_stats.3openssl +s none usr/share/man/man3openssl/lh_new.3openssl=lhash.3openssl +s none usr/share/man/man3openssl/lh_free.3openssl=lhash.3openssl +s none usr/share/man/man3openssl/lh_insert.3openssl=lhash.3openssl +s none usr/share/man/man3openssl/lh_delete.3openssl=lhash.3openssl +s none usr/share/man/man3openssl/lh_retrieve.3openssl=lhash.3openssl +s none usr/share/man/man3openssl/lh_doall_arg.3openssl=lhash.3openssl +s none usr/share/man/man3openssl/lh_error.3openssl=lhash.3openssl +s none usr/share/man/man3openssl/MD2.3openssl=md5.3openssl +s none usr/share/man/man3openssl/MD4.3openssl=md5.3openssl +s none usr/share/man/man3openssl/MD5.3openssl=md5.3openssl +s none usr/share/man/man3openssl/MD2_Init.3openssl=md5.3openssl +s none usr/share/man/man3openssl/MD2_Update.3openssl=md5.3openssl +s none usr/share/man/man3openssl/MD2_Final.3openssl=md5.3openssl +s none usr/share/man/man3openssl/MD4_Init.3openssl=md5.3openssl +s none usr/share/man/man3openssl/MD4_Update.3openssl=md5.3openssl +s none usr/share/man/man3openssl/MD4_Final.3openssl=md5.3openssl +s none usr/share/man/man3openssl/MD5_Init.3openssl=md5.3openssl +s none usr/share/man/man3openssl/MD5_Update.3openssl=md5.3openssl +s none usr/share/man/man3openssl/MD5_Final.3openssl=md5.3openssl +s none usr/share/man/man3openssl/MDC2.3openssl=mdc2.3openssl +s none usr/share/man/man3openssl/MDC2_Init.3openssl=mdc2.3openssl +s none usr/share/man/man3openssl/MDC2_Update.3openssl=mdc2.3openssl +s none usr/share/man/man3openssl/MDC2_Final.3openssl=mdc2.3openssl +s none usr/share/man/man3openssl/PEM.3openssl=pem.3openssl +s none usr/share/man/man3openssl/RC4_set_key.3openssl=rc4.3openssl +s none usr/share/man/man3openssl/RC4.3openssl=rc4.3openssl +s none usr/share/man/man3openssl/RIPEMD160.3openssl=ripemd.3openssl +s none usr/share/man/man3openssl/RIPEMD160_Init.3openssl=ripemd.3openssl +s none usr/share/man/man3openssl/RIPEMD160_Update.3openssl=ripemd.3openssl +s none usr/share/man/man3openssl/RIPEMD160_Final.3openssl=ripemd.3openssl +s none usr/share/man/man3openssl/SHA1.3openssl=sha.3openssl +s none usr/share/man/man3openssl/SHA1_Init.3openssl=sha.3openssl +s none usr/share/man/man3openssl/SHA1_Update.3openssl=sha.3openssl +s none usr/share/man/man3openssl/SHA1_Final.3openssl=sha.3openssl +s none usr/share/man/man3openssl/CRYPTO_set_locking_callback.3openssl=threads.3openssl +s none usr/share/man/man3openssl/CRYPTO_set_id_callback.3openssl=threads.3openssl +s none usr/share/man/man3openssl/CRYPTO_num_locks.3openssl=threads.3openssl +s none usr/share/man/man3openssl/CRYPTO_set_dynlock_create_callback.3openssl=threads.3openssl +s none usr/share/man/man3openssl/CRYPTO_set_dynlock_lock_callback.3openssl=threads.3openssl +s none usr/share/man/man3openssl/CRYPTO_set_dynlock_destroy_callback.3openssl=threads.3openssl +s none usr/share/man/man3openssl/CRYPTO_get_new_dynlockid.3openssl=threads.3openssl +s none usr/share/man/man3openssl/CRYPTO_destroy_dynlockid.3openssl=threads.3openssl +s none usr/share/man/man3openssl/CRYPTO_lock.3openssl=threads.3openssl +s none usr/share/man/man3openssl/UI_new.3openssl=ui.3openssl +s none usr/share/man/man3openssl/UI_new_method.3openssl=ui.3openssl +s none usr/share/man/man3openssl/UI_free.3openssl=ui.3openssl +s none usr/share/man/man3openssl/UI_add_input_string.3openssl=ui.3openssl +s none usr/share/man/man3openssl/UI_dup_input_string.3openssl=ui.3openssl +s none usr/share/man/man3openssl/UI_add_verify_string.3openssl=ui.3openssl +s none usr/share/man/man3openssl/UI_dup_verify_string.3openssl=ui.3openssl +s none usr/share/man/man3openssl/UI_add_input_boolean.3openssl=ui.3openssl +s none usr/share/man/man3openssl/UI_dup_input_boolean.3openssl=ui.3openssl +s none usr/share/man/man3openssl/UI_add_info_string.3openssl=ui.3openssl +s none usr/share/man/man3openssl/UI_dup_info_string.3openssl=ui.3openssl +s none usr/share/man/man3openssl/UI_add_error_string.3openssl=ui.3openssl +s none usr/share/man/man3openssl/UI_dup_error_string.3openssl=ui.3openssl +s none usr/share/man/man3openssl/UI_construct_prompt.3openssl=ui.3openssl +s none usr/share/man/man3openssl/UI_add_user_data.3openssl=ui.3openssl +s none usr/share/man/man3openssl/UI_get0_user_data.3openssl=ui.3openssl +s none usr/share/man/man3openssl/UI_get0_result.3openssl=ui.3openssl +s none usr/share/man/man3openssl/UI_process.3openssl=ui.3openssl +s none usr/share/man/man3openssl/UI_ctrl.3openssl=ui.3openssl +s none usr/share/man/man3openssl/UI_set_default_method.3openssl=ui.3openssl +s none usr/share/man/man3openssl/UI_get_default_method.3openssl=ui.3openssl +s none usr/share/man/man3openssl/UI_get_method.3openssl=ui.3openssl +s none usr/share/man/man3openssl/UI_set_method.3openssl=ui.3openssl +s none usr/share/man/man3openssl/UI_OpenSSL.3openssl=ui.3openssl +s none usr/share/man/man3openssl/ERR_load_UI_strings.3openssl=ui.3openssl +s none usr/share/man/man3openssl/des_read_password.3openssl=ui_compat.3openssl +s none usr/share/man/man3openssl/des_read_2passwords.3openssl=ui_compat.3openssl +s none usr/share/man/man3openssl/des_read_pw_string.3openssl=ui_compat.3openssl +s none usr/share/man/man3openssl/des_read_pw.3openssl=ui_compat.3openssl +s none usr/share/man/man3openssl/SSL_CIPHER_get_bits.3openssl=SSL_CIPHER_get_name.3openssl +s none usr/share/man/man3openssl/SSL_CIPHER_get_version.3openssl=SSL_CIPHER_get_name.3openssl +s none usr/share/man/man3openssl/SSL_CIPHER_description.3openssl=SSL_CIPHER_get_name.3openssl +s none usr/share/man/man3openssl/SSL_add_session.3openssl=SSL_CTX_add_session.3openssl +s none usr/share/man/man3openssl/SSL_CTX_remove_session.3openssl=SSL_CTX_add_session.3openssl +s none usr/share/man/man3openssl/SSL_remove_session.3openssl=SSL_CTX_add_session.3openssl +s none usr/share/man/man3openssl/SSL_set_mode.3openssl=SSL_CTX_set_mode.3openssl +s none usr/share/man/man3openssl/SSL_CTX_callback_ctrl.3openssl=SSL_CTX_ctrl.3openssl +s none usr/share/man/man3openssl/SSL_ctrl.3openssl=SSL_CTX_ctrl.3openssl +s none usr/share/man/man3openssl/SSL_callback_ctrl.3openssl=SSL_CTX_ctrl.3openssl +s none usr/share/man/man3openssl/SSL_flush_sessions.3openssl=SSL_CTX_flush_sessions.3openssl +s none usr/share/man/man3openssl/SSL_CTX_set_ex_data.3openssl=SSL_CTX_get_ex_new_index.3openssl +s none usr/share/man/man3openssl/SSL_CTX_get_ex_data.3openssl=SSL_CTX_get_ex_new_index.3openssl +s none usr/share/man/man3openssl/SSL_get_verify_mode.3openssl=SSL_CTX_get_verify_mode.3openssl +s none usr/share/man/man3openssl/SSL_CTX_get_verify_depth.3openssl=SSL_CTX_get_verify_mode.3openssl +s none usr/share/man/man3openssl/SSL_get_verify_depth.3openssl=SSL_CTX_get_verify_mode.3openssl +s none usr/share/man/man3openssl/SSL_get_verify_callback.3openssl=SSL_CTX_get_verify_mode.3openssl +s none usr/share/man/man3openssl/SSL_CTX_get_verify_callback.3openssl=SSL_CTX_get_verify_mode.3openssl +s none usr/share/man/man3openssl/SSL_CTX_sess_connect.3openssl=SSL_CTX_sess_number.3openssl +s none usr/share/man/man3openssl/SSL_CTX_sess_connect_good.3openssl=SSL_CTX_sess_number.3openssl +s none usr/share/man/man3openssl/SSL_CTX_sess_connect_renegotiate.3openssl=SSL_CTX_sess_number.3openssl +s none usr/share/man/man3openssl/SSL_CTX_sess_accept.3openssl=SSL_CTX_sess_number.3openssl +s none usr/share/man/man3openssl/SSL_CTX_sess_accept_good.3openssl=SSL_CTX_sess_number.3openssl +s none usr/share/man/man3openssl/SSL_CTX_sess_accept_renegotiate.3openssl=SSL_CTX_sess_number.3openssl +s none usr/share/man/man3openssl/SSL_CTX_sess_hits.3openssl=SSL_CTX_sess_number.3openssl +s none usr/share/man/man3openssl/SSL_CTX_sess_cb_hits.3openssl=SSL_CTX_sess_number.3openssl +s none usr/share/man/man3openssl/SSL_CTX_sess_misses.3openssl=SSL_CTX_sess_number.3openssl +s none usr/share/man/man3openssl/SSL_CTX_sess_timeouts.3openssl=SSL_CTX_sess_number.3openssl +s none usr/share/man/man3openssl/SSL_CTX_sess_cache_full.3openssl=SSL_CTX_sess_number.3openssl +s none usr/share/man/man3openssl/SSL_CTX_sess_get_cache_size.3openssl=SSL_CTX_sess_set_cache_size.3openssl +s none usr/share/man/man3openssl/SSL_CTX_sess_set_new_cb.3openssl=SSL_CTX_sess_set_get_cb.3openssl +s none usr/share/man/man3openssl/SSL_CTX_sess_set_remove_cb.3openssl=SSL_CTX_sess_set_get_cb.3openssl +s none usr/share/man/man3openssl/SSL_CTX_sess_get_new_cb.3openssl=SSL_CTX_sess_set_get_cb.3openssl +s none usr/share/man/man3openssl/SSL_CTX_sess_get_remove_cb.3openssl=SSL_CTX_sess_set_get_cb.3openssl +s none usr/share/man/man3openssl/SSL_CTX_sess_get_get_cb.3openssl=SSL_CTX_sess_set_get_cb.3openssl +s none usr/share/man/man3openssl/SSL_CTX_get_cert_store.3openssl=SSL_CTX_set_cert_store.3openssl +s none usr/share/man/man3openssl/SSL_set_cipher_list.3openssl=SSL_CTX_set_cipher_list.3openssl +s none usr/share/man/man3openssl/SSL_set_client_CA_list.3openssl=SSL_CTX_set_client_CA_list.3openssl +s none usr/share/man/man3openssl/SSL_CTX_add_client_CA.3openssl=SSL_CTX_set_client_CA_list.3openssl +s none usr/share/man/man3openssl/SSL_add_client_CA.3openssl=SSL_CTX_set_client_CA_list.3openssl +s none usr/share/man/man3openssl/SSL_CTX_get_client_cert_cb.3openssl=SSL_CTX_set_client_cert_cb.3openssl +s none usr/share/man/man3openssl/SSL_CTX_set_default_passwd_cb_userdata.3openssl=SSL_CTX_set_default_passwd_cb.3openssl +s none usr/share/man/man3openssl/SSL_set_generate_session_id.3openssl=SSL_CTX_set_generate_session_id.3openssl +s none usr/share/man/man3openssl/SSL_has_matching_session_id.3openssl=SSL_CTX_set_generate_session_id.3openssl +s none usr/share/man/man3openssl/SSL_CTX_get_info_callback.3openssl=SSL_CTX_set_info_callback.3openssl +s none usr/share/man/man3openssl/SSL_set_info_callback.3openssl=SSL_CTX_set_info_callback.3openssl +s none usr/share/man/man3openssl/SSL_get_info_callback.3openssl=SSL_CTX_set_info_callback.3openssl +s none usr/share/man/man3openssl/SSL_CTX_get_max_cert_list.3openssl=SSL_CTX_set_max_cert_list.3openssl +s none usr/share/man/man3openssl/SSL_set_max_cert_list.3openssl=SSL_CTX_set_max_cert_list.3openssl +s none usr/share/man/man3openssl/SSL_get_max_cert_list.3openssl=SSL_CTX_set_max_cert_list.3openssl +s none usr/share/man/man3openssl/SSL_CTX_get_mode.3openssl=SSL_CTX_set_mode.3openssl +s none usr/share/man/man3openssl/SSL_get_mode.3openssl=SSL_CTX_set_mode.3openssl +s none usr/share/man/man3openssl/SSL_CTX_set_msg_callback_arg.3openssl=SSL_CTX_set_msg_callback.3openssl +s none usr/share/man/man3openssl/SSL_set_msg_callback.3openssl=SSL_CTX_set_msg_callback.3openssl +s none usr/share/man/man3openssl/SSL_get_msg_callback_arg.3openssl=SSL_CTX_set_msg_callback.3openssl +s none usr/share/man/man3openssl/SSL_set_options.3openssl=SSL_CTX_set_options.3openssl +s none usr/share/man/man3openssl/SSL_CTX_get_options.3openssl=SSL_CTX_set_options.3openssl +s none usr/share/man/man3openssl/SSL_get_options.3openssl=SSL_CTX_set_options.3openssl +s none usr/share/man/man3openssl/SSL_CTX_get_quiet_shutdown.3openssl=SSL_CTX_set_quiet_shutdown.3openssl +s none usr/share/man/man3openssl/SSL_set_quiet_shutdown.3openssl=SSL_CTX_set_quiet_shutdown.3openssl +s none usr/share/man/man3openssl/SSL_get_quiet_shutdown.3openssl=SSL_CTX_set_quiet_shutdown.3openssl +s none usr/share/man/man3openssl/SSL_CTX_get_session_cache_mode.3openssl=SSL_CTX_set_session_cache_mode.3openssl +s none usr/share/man/man3openssl/SSL_set_session_id_context.3openssl=SSL_CTX_set_session_id_context.3openssl +s none usr/share/man/man3openssl/SSL_set_ssl_method.3openssl=SSL_CTX_set_ssl_version.3openssl +s none usr/share/man/man3openssl/SSL_get_ssl_method.3openssl=SSL_CTX_set_ssl_version.3openssl +s none usr/share/man/man3openssl/SSL_CTX_get_timeout.3openssl=SSL_CTX_set_timeout.3openssl +s none usr/share/man/man3openssl/SSL_CTX_set_tmp_dh.3openssl=SSL_CTX_set_tmp_dh_callback.3openssl +s none usr/share/man/man3openssl/SSL_set_tmp_dh_callback.3openssl=SSL_CTX_set_tmp_dh_callback.3openssl +s none usr/share/man/man3openssl/SSL_set_tmp_dh.3openssl=SSL_CTX_set_tmp_dh_callback.3openssl +s none usr/share/man/man3openssl/SSL_CTX_set_tmp_rsa.3openssl=SSL_CTX_set_tmp_rsa_callback.3openssl +s none usr/share/man/man3openssl/SSL_CTX_need_tmp_rsa.3openssl=SSL_CTX_set_tmp_rsa_callback.3openssl +s none usr/share/man/man3openssl/SSL_set_tmp_rsa_callback.3openssl=SSL_CTX_set_tmp_rsa_callback.3openssl +s none usr/share/man/man3openssl/SSL_set_tmp_rsa.3openssl=SSL_CTX_set_tmp_rsa_callback.3openssl +s none usr/share/man/man3openssl/SSL_need_tmp_rsa.3openssl=SSL_CTX_set_tmp_rsa_callback.3openssl +s none usr/share/man/man3openssl/SSL_set_verify.3openssl=SSL_CTX_set_verify.3openssl +s none usr/share/man/man3openssl/SSL_CTX_set_verify_depth.3openssl=SSL_CTX_set_verify.3openssl +s none usr/share/man/man3openssl/SSL_set_verify_depth.3openssl=SSL_CTX_set_verify.3openssl +s none usr/share/man/man3openssl/SSL_CTX_use_certificate_ASN1.3openssl=SSL_CTX_use_certificate.3openssl +s none usr/share/man/man3openssl/SSL_CTX_use_certificate_file.3openssl=SSL_CTX_use_certificate.3openssl +s none usr/share/man/man3openssl/SSL_use_certificate.3openssl=SSL_CTX_use_certificate.3openssl +s none usr/share/man/man3openssl/SSL_use_certificate_ASN1.3openssl=SSL_CTX_use_certificate.3openssl +s none usr/share/man/man3openssl/SSL_use_certificate_file.3openssl=SSL_CTX_use_certificate.3openssl +s none usr/share/man/man3openssl/SSL_CTX_use_certificate_chain_file.3openssl=SSL_CTX_use_certificate.3openssl +s none usr/share/man/man3openssl/SSL_CTX_use_PrivateKey.3openssl=SSL_CTX_use_certificate.3openssl +s none usr/share/man/man3openssl/SSL_CTX_use_PrivateKey_ASN1.3openssl=SSL_CTX_use_certificate.3openssl +s none usr/share/man/man3openssl/SSL_CTX_use_PrivateKey_file.3openssl=SSL_CTX_use_certificate.3openssl +s none usr/share/man/man3openssl/SSL_CTX_use_RSAPrivateKey.3openssl=SSL_CTX_use_certificate.3openssl +s none usr/share/man/man3openssl/SSL_CTX_use_RSAPrivateKey_ASN1.3openssl=SSL_CTX_use_certificate.3openssl +s none usr/share/man/man3openssl/SSL_CTX_use_RSAPrivateKey_file.3openssl=SSL_CTX_use_certificate.3openssl +s none usr/share/man/man3openssl/SSL_use_PrivateKey_file.3openssl=SSL_CTX_use_certificate.3openssl +s none usr/share/man/man3openssl/SSL_use_PrivateKey_ASN1.3openssl=SSL_CTX_use_certificate.3openssl +s none usr/share/man/man3openssl/SSL_use_PrivateKey.3openssl=SSL_CTX_use_certificate.3openssl +s none usr/share/man/man3openssl/SSL_use_RSAPrivateKey.3openssl=SSL_CTX_use_certificate.3openssl +s none usr/share/man/man3openssl/SSL.3openssl=ssl.3openssl +s none usr/share/man/man3openssl/SSL_use_RSAPrivateKey_ASN1.3openssl=SSL_CTX_use_certificate.3openssl +s none usr/share/man/man3openssl/SSL_use_RSAPrivateKey_file.3openssl=SSL_CTX_use_certificate.3openssl +s none usr/share/man/man3openssl/SSL_CTX_check_private_key.3openssl=SSL_CTX_use_certificate.3openssl +s none usr/share/man/man3openssl/SSL_check_private_key.3openssl=SSL_CTX_use_certificate.3openssl +s none usr/share/man/man3openssl/SSL_SESSION_set_ex_data.3openssl=SSL_SESSION_get_ex_new_index.3openssl +s none usr/share/man/man3openssl/SSL_SESSION_get_ex_data.3openssl=SSL_SESSION_get_ex_new_index.3openssl +s none usr/share/man/man3openssl/SSL_SESSION_set_time.3openssl=SSL_SESSION_get_time.3openssl +s none usr/share/man/man3openssl/SSL_SESSION_get_timeout.3openssl=SSL_SESSION_get_time.3openssl +s none usr/share/man/man3openssl/SSL_alert_type_string_long.3openssl=SSL_alert_type_string.3openssl +s none usr/share/man/man3openssl/SSL_alert_desc_string.3openssl=SSL_alert_type_string.3openssl +s none usr/share/man/man3openssl/SSL_alert_desc_string_long.3openssl=SSL_alert_type_string.3openssl +s none usr/share/man/man3openssl/SSL_get_cipher_list.3openssl=SSL_get_ciphers.3openssl +s none usr/share/man/man3openssl/SSL_CTX_get_client_CA_list.3openssl=SSL_get_client_CA_list.3openssl +s none usr/share/man/man3openssl/SSL_get_cipher.3openssl=SSL_get_current_cipher.3openssl +s none usr/share/man/man3openssl/SSL_get_cipher_name.3openssl=SSL_get_current_cipher.3openssl +s none usr/share/man/man3openssl/SSL_get_cipher_bits.3openssl=SSL_get_current_cipher.3openssl +s none usr/share/man/man3openssl/SSL_get_cipher_version.3openssl=SSL_get_current_cipher.3openssl +s none usr/share/man/man3openssl/SSL_set_ex_data.3openssl=SSL_get_ex_new_index.3openssl +s none usr/share/man/man3openssl/SSL_get_ex_data.3openssl=SSL_get_ex_new_index.3openssl +s none usr/share/man/man3openssl/OpenSSL_add_ssl_algorithms.3openssl=SSL_library_init.3openssl +s none usr/share/man/man3openssl/SSLeay_add_ssl_algorithms.3openssl=SSL_library_init.3openssl +s none usr/share/man/man3openssl/SSL_rstate_string_long.3openssl=SSL_rstate_string.3openssl +s none usr/share/man/man3openssl/SSL_get_accept_state.3openssl=SSL_set_connect_state.3openssl +s none usr/share/man/man3openssl/SSL_get_shutdown.3openssl=SSL_set_shutdown.3openssl +s none usr/share/man/man3openssl/SSL_state_string_long.3openssl=SSL_state_string.3openssl +s none usr/share/man/man3openssl/SSL_want_nothing.3openssl=SSL_want.3openssl +s none usr/share/man/man3openssl/SSL_want_read.3openssl=SSL_want.3openssl +s none usr/share/man/man3openssl/SSL_want_write.3openssl=SSL_want.3openssl +s none usr/share/man/man3openssl/SSL_want_x509_lookup.3openssl=SSL_want.3openssl +s none usr/share/man/man3openssl/i2d_SSL_SESSION.3openssl=d2i_SSL_SESSION.3openssl +d none usr/share/man/man5openssl 0755 root bin +f none usr/share/man/man5openssl/config.5openssl 0444 root bin +f none usr/share/man/man5openssl/x509v3_config.5openssl 0444 root bin +d none usr/share/man/man7openssl 0755 root bin +f none usr/share/man/man7openssl/des_modes.7openssl 0444 root bin +s none usr/share/man/man7openssl/Modes_of_DES.7openssl=des_modes.7openssl diff --git a/usr/src/pkgdefs/SUNWopensslr/prototype_com b/usr/src/pkgdefs/SUNWopensslr/prototype_com index 32edd58464..7f3a67d5c3 100644 --- a/usr/src/pkgdefs/SUNWopensslr/prototype_com +++ b/usr/src/pkgdefs/SUNWopensslr/prototype_com @@ -18,12 +18,9 @@ # # CDDL HEADER END # -# # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # This required package information file contains a list of package contents. # The 'pkgmk' command uses this file to identify the contents of a package # and their location on the development machine when building the package. @@ -41,8 +38,18 @@ i depend i i.opensslcnf i r.opensslcnf d none etc 755 root sys +d none etc/openssl 755 root sys +d none etc/openssl/certs 755 root sys +e opensslcnf etc/openssl/openssl.cnf 644 root sys +d none etc/openssl/private 700 root sys d none etc/sfw 755 root bin -d none etc/sfw/openssl 755 root sys -d none etc/sfw/openssl/certs 755 root sys -d none etc/sfw/openssl/private 700 root sys -e opensslcnf etc/sfw/openssl/openssl.cnf 644 root sys +s none etc/sfw/openssl=../openssl +d none lib 755 root bin +f none lib/libcrypto.so.0.9.8 755 root bin +s none lib/libcrypto.so=./libcrypto.so.0.9.8 +f none lib/libssl.so.0.9.8 755 root bin +s none lib/libssl.so=./libssl.so.0.9.8 +f none lib/llib-lcrypto 644 root bin +f none lib/llib-lcrypto.ln 644 root bin +f none lib/llib-lssl 644 root bin +f none lib/llib-lssl.ln 644 root bin diff --git a/usr/src/pkgdefs/SUNWopensslr/prototype_i386 b/usr/src/pkgdefs/SUNWopensslr/prototype_i386 index 73f8be58c7..ddbcfaa00d 100644 --- a/usr/src/pkgdefs/SUNWopensslr/prototype_i386 +++ b/usr/src/pkgdefs/SUNWopensslr/prototype_i386 @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -19,11 +18,9 @@ # # CDDL HEADER END # -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # This required package information file contains a list of package contents. # The 'pkgmk' command uses this file to identify the contents of a package # and their location on the development machine when building the package. @@ -41,11 +38,18 @@ # # # -# List files which are SPARC specific here +# List files which are i386 specific here # # source locations relative to the prototype file # # -# SUNWopensslu-libraries +# SUNWopenssl-libraries # # +d none lib/amd64 755 root bin +f none lib/amd64/libcrypto.so.0.9.8 755 root bin +s none lib/amd64/libcrypto.so=./libcrypto.so.0.9.8 +f none lib/amd64/libssl.so.0.9.8 755 root bin +s none lib/amd64/libssl.so=./libssl.so.0.9.8 +f none lib/amd64/llib-lcrypto.ln 644 root bin +f none lib/amd64/llib-lssl.ln 644 root bin diff --git a/usr/src/pkgdefs/SUNWopensslr/prototype_sparc b/usr/src/pkgdefs/SUNWopensslr/prototype_sparc index 73f8be58c7..1726503532 100644 --- a/usr/src/pkgdefs/SUNWopensslr/prototype_sparc +++ b/usr/src/pkgdefs/SUNWopensslr/prototype_sparc @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -19,11 +18,9 @@ # # CDDL HEADER END # -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # This required package information file contains a list of package contents. # The 'pkgmk' command uses this file to identify the contents of a package # and their location on the development machine when building the package. @@ -46,6 +43,13 @@ # source locations relative to the prototype file # # -# SUNWopensslu-libraries +# SUNWopenssl-libraries # # +d none lib/sparcv9 755 root bin +f none lib/sparcv9/libcrypto.so.0.9.8 755 root bin +s none lib/sparcv9/libcrypto.so=./libcrypto.so.0.9.8 +f none lib/sparcv9/libssl.so.0.9.8 755 root bin +s none lib/sparcv9/libssl.so=./libssl.so.0.9.8 +f none lib/sparcv9/llib-lcrypto.ln 644 root bin +f none lib/sparcv9/llib-lssl.ln 644 root bin diff --git a/usr/src/pkgdefs/etc/exception_list_i386 b/usr/src/pkgdefs/etc/exception_list_i386 index b1e9fcaac3..ee2ddf8352 100644 --- a/usr/src/pkgdefs/etc/exception_list_i386 +++ b/usr/src/pkgdefs/etc/exception_list_i386 @@ -57,11 +57,11 @@ usr/include/passwdutil.h i386 # # Private/Internal libraries of the Cryptographic Framework. # -usr/lib/llib-lelfsign.ln i386 -usr/lib/llib-lelfsign i386 -usr/lib/llib-lcryptoutil.ln i386 -usr/lib/llib-lcryptoutil i386 -usr/lib/amd64/llib-lcryptoutil.ln i386 +lib/llib-lelfsign.ln i386 +lib/llib-lelfsign i386 +lib/llib-lcryptoutil.ln i386 +lib/llib-lcryptoutil i386 +lib/amd64/llib-lcryptoutil.ln i386 usr/include/cryptoutil.h i386 usr/include/libelfsign.h i386 usr/lib/llib-lsoftcrypto i386 diff --git a/usr/src/pkgdefs/etc/exception_list_sparc b/usr/src/pkgdefs/etc/exception_list_sparc index 9aa99581e5..ece69f8eef 100644 --- a/usr/src/pkgdefs/etc/exception_list_sparc +++ b/usr/src/pkgdefs/etc/exception_list_sparc @@ -46,11 +46,11 @@ usr/include/passwdutil.h sparc # # Private/Internal libraries of the Cryptographic Framework. # -usr/lib/llib-lelfsign.ln sparc -usr/lib/llib-lelfsign sparc -usr/lib/llib-lcryptoutil.ln sparc -usr/lib/llib-lcryptoutil sparc -usr/lib/sparcv9/llib-lcryptoutil.ln sparc +lib/llib-lelfsign.ln sparc +lib/llib-lelfsign sparc +lib/llib-lcryptoutil.ln sparc +lib/llib-lcryptoutil sparc +lib/sparcv9/llib-lcryptoutil.ln sparc usr/include/cryptoutil.h sparc usr/include/libelfsign.h sparc usr/lib/llib-lsoftcrypto sparc diff --git a/usr/src/stand/lib/Makefile.com b/usr/src/stand/lib/Makefile.com index 4449d7ac78..2f9cc8a182 100644 --- a/usr/src/stand/lib/Makefile.com +++ b/usr/src/stand/lib/Makefile.com @@ -18,12 +18,9 @@ # # CDDL HEADER END # -# -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # # Common macro definitions and pattern rules for stand libraries. @@ -76,7 +73,8 @@ CMNDIR = . # libc is of course not available to standalone binaries. # CPPDEFS = -D$(KARCH) -D_BOOT -D_KERNEL -D_MACHDEP -CPPINCS = -YI,$(STANDDIR)/lib/sa -I$(STANDDIR) -I$(SRCDIR) -I$(CMNDIR) \ +CPPINCS = -YI,$(STANDDIR)/lib/sa -I$(STANDDIR)/lib/sa \ + -I$(STANDDIR) -I$(SRCDIR) -I$(CMNDIR) \ -I$(STANDDIR)/$(MACH) -I$(SYSDIR)/common $(ARCHDIRS) \ -I$(SYSDIR)/sun4 -I$(SYSDIR)/$(KARCH) @@ -114,7 +112,7 @@ OPENSSL_BUILD_CPPFLAGS = $(OPENSSL_NO_XXX) -DOPENSSL_NO_HW \ -DOPENSSL_NO_CAST -DOPENSSL_NO_AES \ -DDEVRANDOM=\"/dev/urandom\" \ $(OPENSSL_BUILD_CPPFLAGS_$(MACH)) \ - -I$(ROOTSFWINCLUDE) \ + -I$(ROOT)/usr/include \ -I$(OPENSSL_SRC) -I$(OPENSSL_SRC)/crypto # diff --git a/usr/src/stand/lib/wanboot/Makefile b/usr/src/stand/lib/wanboot/Makefile index 6803565c9e..067d2c6e75 100644 --- a/usr/src/stand/lib/wanboot/Makefile +++ b/usr/src/stand/lib/wanboot/Makefile @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -19,12 +18,9 @@ # # CDDL HEADER END # -# -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include $(SRC)/lib/openssl/Makefile.openssl @@ -41,6 +37,10 @@ SRCS = $(LOCOBJS:%.o=$(SRCDIR)/%.c) $(CMNOBJS:%.o=$(CMNDIR)/%.c) LDLIBS += -lcrypto -lsock -linet -lssl -lnvpair CPPFLAGS += -I$(CMNNETDIR)/dhcp -I$(TOPDIR)/common/net/wanboot/crypt \ - -I../inet $(DHCPCPPFLAGS) $(SOCKCPPFLAGS) $(OPENSSL_CPPFLAGS) + -I../inet $(DHCPCPPFLAGS) $(SOCKCPPFLAGS) +# +# several objects need access to openssl headers, now in /usr/include +# +CPPFLAGS += -I$(ROOT)/usr/include include ../Makefile.targ diff --git a/usr/src/uts/common/sys/crypto/elfsign.h b/usr/src/uts/common/sys/crypto/elfsign.h index bbf58b87f4..dd21bcf218 100644 --- a/usr/src/uts/common/sys/crypto/elfsign.h +++ b/usr/src/uts/common/sys/crypto/elfsign.h @@ -19,15 +19,13 @@ * CDDL HEADER END */ /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ #ifndef _SYS_CRYPTO_ELFSIGN_H #define _SYS_CRYPTO_ELFSIGN_H -#pragma ident "%Z%%M% %I% %E% SMI" - #ifdef __cplusplus extern "C" { #endif @@ -133,7 +131,7 @@ struct filesignatures { #ifndef _KERNEL -#define _PATH_KCFD_DOOR "/var/run/kcfd_door" +#define _PATH_KCFD_DOOR "/etc/svc/volatile/kcfd_door" #endif /* _KERNEL */ |
