1998-12-21 10:52:47 +00:00
|
|
|
#
|
|
|
|
# test/Makefile.ssl
|
|
|
|
#
|
|
|
|
|
|
|
|
DIR= test
|
|
|
|
TOP= ..
|
|
|
|
CC= cc
|
2001-02-22 14:45:02 +00:00
|
|
|
INCLUDES= -I$(TOP) -I../include $(KRB5_INCLUDES)
|
1998-12-21 10:52:47 +00:00
|
|
|
CFLAG= -g
|
1999-04-29 21:52:08 +00:00
|
|
|
INSTALL_PREFIX=
|
|
|
|
OPENSSLDIR= /usr/local/ssl
|
1998-12-21 10:52:47 +00:00
|
|
|
INSTALLTOP= /usr/local/ssl
|
|
|
|
MAKEFILE= Makefile.ssl
|
2003-02-13 23:52:54 +00:00
|
|
|
NEWMAKE= make
|
|
|
|
MAKE= $(NEWMAKE) -f $(MAKEFILE)
|
2001-02-19 16:06:34 +00:00
|
|
|
MAKEDEPPROG= makedepend
|
|
|
|
MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
|
2002-06-06 10:16:59 +00:00
|
|
|
PERL= perl
|
2003-02-14 13:12:00 +00:00
|
|
|
# KRB5 stuff
|
|
|
|
KRB5_INCLUDES=
|
|
|
|
LIBKRB5=
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
PEX_LIBS=
|
1998-12-21 10:56:39 +00:00
|
|
|
EX_LIBS= #-lnsl -lsocket
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
CFLAGS= $(INCLUDES) $(CFLAG)
|
|
|
|
|
1999-05-13 11:37:32 +00:00
|
|
|
GENERAL=Makefile.ssl maketests.com \
|
|
|
|
tests.com testenc.com tx509.com trsa.com tcrl.com tsid.com treq.com \
|
|
|
|
tpkcs7.com tpkcs7d.com tverify.com testgen.com testss.com testssl.com \
|
|
|
|
testca.com VMSca-response.1 VMSca-response.2
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
DLIBCRYPTO= ../libcrypto.a
|
|
|
|
DLIBSSL= ../libssl.a
|
|
|
|
LIBCRYPTO= -L.. -lcrypto
|
|
|
|
LIBSSL= -L.. -lssl
|
|
|
|
|
|
|
|
BNTEST= bntest
|
2001-03-08 11:59:48 +00:00
|
|
|
ECTEST= ectest
|
2002-02-14 14:03:32 +00:00
|
|
|
ECDSATEST= ecdsatest
|
2002-08-09 08:43:04 +00:00
|
|
|
ECDHTEST= ecdhtest
|
1998-12-21 10:52:47 +00:00
|
|
|
EXPTEST= exptest
|
|
|
|
IDEATEST= ideatest
|
|
|
|
SHATEST= shatest
|
|
|
|
SHA1TEST= sha1test
|
|
|
|
MDC2TEST= mdc2test
|
1998-12-21 10:56:39 +00:00
|
|
|
RMDTEST= rmdtest
|
1998-12-21 10:52:47 +00:00
|
|
|
MD2TEST= md2test
|
2000-08-14 14:05:53 +00:00
|
|
|
MD4TEST= md4test
|
1998-12-21 10:52:47 +00:00
|
|
|
MD5TEST= md5test
|
1998-12-21 10:56:39 +00:00
|
|
|
HMACTEST= hmactest
|
1998-12-21 10:52:47 +00:00
|
|
|
RC2TEST= rc2test
|
1998-12-21 10:56:39 +00:00
|
|
|
RC4TEST= rc4test
|
|
|
|
RC5TEST= rc5test
|
1998-12-21 10:52:47 +00:00
|
|
|
BFTEST= bftest
|
1998-12-21 10:56:39 +00:00
|
|
|
CASTTEST= casttest
|
1998-12-21 10:52:47 +00:00
|
|
|
DESTEST= destest
|
|
|
|
RANDTEST= randtest
|
|
|
|
DHTEST= dhtest
|
|
|
|
DSATEST= dsatest
|
|
|
|
METHTEST= methtest
|
|
|
|
SSLTEST= ssltest
|
2000-01-18 15:08:49 +00:00
|
|
|
RSATEST= rsa_test
|
2000-10-26 21:07:28 +00:00
|
|
|
ENGINETEST= enginetest
|
2001-08-18 13:53:01 +00:00
|
|
|
EVPTEST= evp_test
|
1998-12-21 10:52:47 +00:00
|
|
|
|
2000-11-12 20:24:30 +00:00
|
|
|
TESTS= alltests
|
|
|
|
|
2002-08-09 08:43:04 +00:00
|
|
|
EXE= $(BNTEST) $(ECTEST) $(ECDSATEST) $(ECDHTEST) $(IDEATEST) \
|
2002-02-14 14:03:32 +00:00
|
|
|
$(MD2TEST) $(MD4TEST) $(MD5TEST) $(HMACTEST) \
|
1998-12-21 10:56:39 +00:00
|
|
|
$(RC2TEST) $(RC4TEST) $(RC5TEST) \
|
|
|
|
$(DESTEST) $(SHATEST) $(SHA1TEST) $(MDC2TEST) $(RMDTEST) \
|
2000-10-26 21:07:28 +00:00
|
|
|
$(RANDTEST) $(DHTEST) $(ENGINETEST) \
|
2001-08-18 13:53:01 +00:00
|
|
|
$(BFTEST) $(CASTTEST) $(SSLTEST) $(EXPTEST) $(DSATEST) $(RSATEST) \
|
2002-02-14 14:03:32 +00:00
|
|
|
$(EVPTEST)
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
# $(METHTEST)
|
|
|
|
|
2002-08-09 08:43:04 +00:00
|
|
|
OBJ= $(BNTEST).o $(ECTEST).o $(ECDSATEST).o $(ECDHTEST).o $(IDEATEST).o \
|
2002-02-14 14:03:32 +00:00
|
|
|
$(MD2TEST).o $(MD4TEST).o $(MD5TEST).o \
|
2000-08-14 14:05:53 +00:00
|
|
|
$(HMACTEST).o \
|
1998-12-21 10:56:39 +00:00
|
|
|
$(RC2TEST).o $(RC4TEST).o $(RC5TEST).o \
|
|
|
|
$(DESTEST).o $(SHATEST).o $(SHA1TEST).o $(MDC2TEST).o $(RMDTEST).o \
|
2000-10-26 21:07:28 +00:00
|
|
|
$(RANDTEST).o $(DHTEST).o $(ENGINETEST).o $(CASTTEST).o \
|
2001-08-18 13:53:01 +00:00
|
|
|
$(BFTEST).o $(SSLTEST).o $(DSATEST).o $(EXPTEST).o $(RSATEST).o \
|
2002-02-14 14:03:32 +00:00
|
|
|
$(EVPTEST).o
|
2002-08-09 08:43:04 +00:00
|
|
|
SRC= $(BNTEST).c $(ECTEST).c $(ECDSATEST).c $(ECDHTEST).c $(IDEATEST).c \
|
2002-02-14 14:03:32 +00:00
|
|
|
$(MD2TEST).c $(MD4TEST).c $(MD5TEST).c \
|
2000-08-14 14:05:53 +00:00
|
|
|
$(HMACTEST).c \
|
1998-12-21 10:56:39 +00:00
|
|
|
$(RC2TEST).c $(RC4TEST).c $(RC5TEST).c \
|
|
|
|
$(DESTEST).c $(SHATEST).c $(SHA1TEST).c $(MDC2TEST).c $(RMDTEST).c \
|
2000-10-26 21:07:28 +00:00
|
|
|
$(RANDTEST).c $(DHTEST).c $(ENGINETEST).c $(CASTTEST).c \
|
2001-08-18 13:53:01 +00:00
|
|
|
$(BFTEST).c $(SSLTEST).c $(DSATEST).c $(EXPTEST).c $(RSATEST).c \
|
2002-02-14 14:03:32 +00:00
|
|
|
$(EVPTEST).c
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
EXHEADER=
|
|
|
|
HEADER= $(EXHEADER)
|
|
|
|
|
|
|
|
ALL= $(GENERAL) $(SRC) $(HEADER)
|
|
|
|
|
|
|
|
top:
|
2002-03-04 15:58:38 +00:00
|
|
|
(cd ..; $(MAKE) DIRS=$(DIR) TESTS=$(TESTS) all)
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
all: exe
|
|
|
|
|
2002-07-23 13:31:04 +00:00
|
|
|
exe: $(EXE) dummytest
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
files:
|
1999-04-01 12:34:33 +00:00
|
|
|
$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
links:
|
2003-12-27 14:59:07 +00:00
|
|
|
@sh $(TOP)/util/point.sh Makefile.ssl Makefile
|
1998-12-21 10:52:47 +00:00
|
|
|
|
2002-07-23 13:31:04 +00:00
|
|
|
generate: $(SRC)
|
|
|
|
$(SRC):
|
2003-12-27 14:59:07 +00:00
|
|
|
@sh $(TOP)/util/point.sh dummytest.c $@
|
2002-07-23 13:31:04 +00:00
|
|
|
|
1998-12-21 10:52:47 +00:00
|
|
|
errors:
|
|
|
|
|
|
|
|
install:
|
|
|
|
|
|
|
|
tags:
|
|
|
|
ctags $(SRC)
|
|
|
|
|
2000-11-12 20:24:30 +00:00
|
|
|
tests: exe apps $(TESTS)
|
|
|
|
|
|
|
|
apps:
|
2002-10-09 15:12:36 +00:00
|
|
|
@(cd ..; $(MAKE) DIRS=apps all)
|
2000-11-12 20:24:30 +00:00
|
|
|
|
2003-03-20 11:37:47 +00:00
|
|
|
SET_SO_PATHS=OSSL_LIBPATH="`cd ..; pwd`"; \
|
|
|
|
LD_LIBRARY_PATH="$$OSSL_LIBPATH:$$LD_LIBRARY_PATH"; \
|
|
|
|
DYLD_LIBRARY_PATH="$$OSSL_LIBPATH:$$DYLD_LIBRARY_PATH"; \
|
|
|
|
SHLIB_PATH="$$OSSL_LIBPATH:$$SHLIB_PATH"; \
|
|
|
|
LIBPATH="$$OSSL_LIBPATH:$$LIBPATH"; \
|
2003-01-13 15:16:40 +00:00
|
|
|
if [ "$(PLATFORM)" = "Cygwin" ]; then PATH="$${LIBPATH}:$$PATH"; fi; \
|
2002-11-15 16:48:38 +00:00
|
|
|
export LD_LIBRARY_PATH DYLD_LIBRARY_PATH SHLIB_PATH LIBPATH PATH
|
2002-11-12 11:25:23 +00:00
|
|
|
|
|
|
|
alltests: \
|
2000-08-14 14:05:53 +00:00
|
|
|
test_des test_idea test_sha test_md4 test_md5 test_hmac \
|
|
|
|
test_md2 test_mdc2 \
|
2003-01-03 08:51:45 +00:00
|
|
|
test_rmd test_rc2 test_rc4 test_rc5 test_bf test_cast test_aes \
|
2002-08-09 08:43:04 +00:00
|
|
|
test_rand test_bn test_ec test_ecdsa test_ecdh \
|
2002-02-14 14:03:32 +00:00
|
|
|
test_enc test_x509 test_rsa test_crl test_sid \
|
2000-01-14 18:43:22 +00:00
|
|
|
test_gen test_req test_pkcs7 test_verify test_dh test_dsa \
|
2002-02-14 14:03:32 +00:00
|
|
|
test_ss test_ca test_engine test_evp test_ssl
|
2001-08-18 13:53:01 +00:00
|
|
|
|
|
|
|
test_evp:
|
2002-11-12 11:25:23 +00:00
|
|
|
$(SET_SO_PATHS); ./$(EVPTEST) evptests.txt
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
test_des:
|
2002-11-12 11:25:23 +00:00
|
|
|
$(SET_SO_PATHS); ./$(DESTEST)
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
test_idea:
|
2002-11-12 11:25:23 +00:00
|
|
|
$(SET_SO_PATHS); ./$(IDEATEST)
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
test_sha:
|
2002-11-12 11:25:23 +00:00
|
|
|
$(SET_SO_PATHS); ./$(SHATEST)
|
|
|
|
$(SET_SO_PATHS); ./$(SHA1TEST)
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
test_mdc2:
|
2002-11-12 11:25:23 +00:00
|
|
|
$(SET_SO_PATHS); ./$(MDC2TEST)
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
test_md5:
|
2002-11-12 11:25:23 +00:00
|
|
|
$(SET_SO_PATHS); ./$(MD5TEST)
|
1998-12-21 10:52:47 +00:00
|
|
|
|
2000-08-14 14:05:53 +00:00
|
|
|
test_md4:
|
2002-11-12 11:25:23 +00:00
|
|
|
$(SET_SO_PATHS); ./$(MD4TEST)
|
2000-08-14 14:05:53 +00:00
|
|
|
|
1998-12-21 10:56:39 +00:00
|
|
|
test_hmac:
|
2002-11-12 11:25:23 +00:00
|
|
|
$(SET_SO_PATHS); ./$(HMACTEST)
|
1998-12-21 10:56:39 +00:00
|
|
|
|
1998-12-21 10:52:47 +00:00
|
|
|
test_md2:
|
2002-11-12 11:25:23 +00:00
|
|
|
$(SET_SO_PATHS); ./$(MD2TEST)
|
1998-12-21 10:52:47 +00:00
|
|
|
|
1998-12-21 10:56:39 +00:00
|
|
|
test_rmd:
|
2002-11-12 11:25:23 +00:00
|
|
|
$(SET_SO_PATHS); ./$(RMDTEST)
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
test_bf:
|
2002-11-12 11:25:23 +00:00
|
|
|
$(SET_SO_PATHS); ./$(BFTEST)
|
1998-12-21 10:52:47 +00:00
|
|
|
|
1998-12-21 10:56:39 +00:00
|
|
|
test_cast:
|
2002-11-12 11:25:23 +00:00
|
|
|
$(SET_SO_PATHS); ./$(CASTTEST)
|
1998-12-21 10:56:39 +00:00
|
|
|
|
|
|
|
test_rc2:
|
2002-11-12 11:25:23 +00:00
|
|
|
$(SET_SO_PATHS); ./$(RC2TEST)
|
1998-12-21 10:56:39 +00:00
|
|
|
|
1998-12-21 10:52:47 +00:00
|
|
|
test_rc4:
|
2002-11-12 11:25:23 +00:00
|
|
|
$(SET_SO_PATHS); ./$(RC4TEST)
|
1998-12-21 10:52:47 +00:00
|
|
|
|
1998-12-21 10:56:39 +00:00
|
|
|
test_rc5:
|
2002-11-12 11:25:23 +00:00
|
|
|
$(SET_SO_PATHS); ./$(RC5TEST)
|
1998-12-21 10:56:39 +00:00
|
|
|
|
1998-12-21 10:52:47 +00:00
|
|
|
test_rand:
|
2002-11-12 11:25:23 +00:00
|
|
|
$(SET_SO_PATHS); ./$(RANDTEST)
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
test_enc:
|
2002-11-12 11:25:23 +00:00
|
|
|
@$(SET_SO_PATHS); sh ./testenc
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
test_x509:
|
|
|
|
echo test normal x509v1 certificate
|
2002-11-12 11:25:23 +00:00
|
|
|
$(SET_SO_PATHS); sh ./tx509 2>/dev/null
|
1998-12-21 10:52:47 +00:00
|
|
|
echo test first x509v3 certificate
|
2002-11-12 11:25:23 +00:00
|
|
|
$(SET_SO_PATHS); sh ./tx509 v3-cert1.pem 2>/dev/null
|
1998-12-21 10:52:47 +00:00
|
|
|
echo test second x509v3 certificate
|
2002-11-12 11:25:23 +00:00
|
|
|
$(SET_SO_PATHS); sh ./tx509 v3-cert2.pem 2>/dev/null
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
test_rsa:
|
2002-11-12 11:25:23 +00:00
|
|
|
@$(SET_SO_PATHS); sh ./trsa 2>/dev/null
|
|
|
|
$(SET_SO_PATHS); ./$(RSATEST)
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
test_crl:
|
2002-11-12 11:25:23 +00:00
|
|
|
@$(SET_SO_PATHS); sh ./tcrl 2>/dev/null
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
test_sid:
|
2002-11-12 11:25:23 +00:00
|
|
|
@$(SET_SO_PATHS); sh ./tsid 2>/dev/null
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
test_req:
|
2002-11-12 11:25:23 +00:00
|
|
|
@$(SET_SO_PATHS); sh ./treq 2>/dev/null
|
|
|
|
@$(SET_SO_PATHS); sh ./treq testreq2.pem 2>/dev/null
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
test_pkcs7:
|
2002-11-12 11:25:23 +00:00
|
|
|
@$(SET_SO_PATHS); sh ./tpkcs7 2>/dev/null
|
|
|
|
@$(SET_SO_PATHS); sh ./tpkcs7d 2>/dev/null
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
test_bn:
|
|
|
|
@echo starting big number library test, could take a while...
|
2002-11-12 11:25:23 +00:00
|
|
|
@$(SET_SO_PATHS); ./$(BNTEST) >tmp.bntest
|
2000-02-06 15:56:59 +00:00
|
|
|
@echo quit >>tmp.bntest
|
2000-12-06 10:32:55 +00:00
|
|
|
@echo "running bc"
|
2001-05-03 08:50:27 +00:00
|
|
|
@<tmp.bntest sh -c "`sh ./bctest ignore`" | $(PERL) -e '$$i=0; while (<STDIN>) {if (/^test (.*)/) {print STDERR "\nverify $$1";} elsif (!/^0$$/) {die "\nFailed! bc: $$_";} else {print STDERR "."; $$i++;}} print STDERR "\n$$i tests passed\n"'
|
1999-04-08 15:09:24 +00:00
|
|
|
@echo 'test a^b%c implementations'
|
2002-11-12 11:25:23 +00:00
|
|
|
$(SET_SO_PATHS); ./$(EXPTEST)
|
1998-12-21 10:52:47 +00:00
|
|
|
|
2001-03-08 11:59:48 +00:00
|
|
|
test_ec:
|
2001-03-08 17:22:38 +00:00
|
|
|
@echo 'test elliptic curves'
|
2002-11-12 11:25:23 +00:00
|
|
|
$(SET_SO_PATHS); ./$(ECTEST)
|
2001-03-08 11:59:48 +00:00
|
|
|
|
2002-02-13 18:21:51 +00:00
|
|
|
test_ecdsa:
|
|
|
|
@echo 'test ecdsa'
|
2002-11-12 11:25:23 +00:00
|
|
|
$(SET_SO_PATHS); ./$(ECDSATEST)
|
2002-02-13 18:21:51 +00:00
|
|
|
|
2002-08-09 08:43:04 +00:00
|
|
|
test_ecdh:
|
|
|
|
@echo 'test ecdh'
|
2002-11-12 11:25:23 +00:00
|
|
|
$(SET_SO_PATHS); ./$(ECDHTEST)
|
2002-08-09 08:43:04 +00:00
|
|
|
|
1998-12-21 10:52:47 +00:00
|
|
|
test_verify:
|
|
|
|
@echo "The following command should have some OK's and some failures"
|
|
|
|
@echo "There are definitly a few expired certificates"
|
2002-11-12 11:25:23 +00:00
|
|
|
$(SET_SO_PATHS); ../apps/openssl verify -CApath ../certs ../certs/*.pem
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
test_dh:
|
2000-01-30 02:23:03 +00:00
|
|
|
@echo "Generate a set of DH parameters"
|
2002-11-12 11:25:23 +00:00
|
|
|
$(SET_SO_PATHS); ./$(DHTEST)
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
test_dsa:
|
2000-01-30 02:23:03 +00:00
|
|
|
@echo "Generate a set of DSA parameters"
|
2002-11-12 11:25:23 +00:00
|
|
|
$(SET_SO_PATHS); ./$(DSATEST)
|
|
|
|
$(SET_SO_PATHS); ./$(DSATEST) -app2_1
|
1998-12-21 10:52:47 +00:00
|
|
|
|
2000-01-14 18:43:22 +00:00
|
|
|
test_gen:
|
1998-12-21 10:52:47 +00:00
|
|
|
@echo "Generate and verify a certificate request"
|
2002-11-12 11:25:23 +00:00
|
|
|
@$(SET_SO_PATHS); sh ./testgen
|
1998-12-21 10:52:47 +00:00
|
|
|
|
2000-03-13 19:35:37 +00:00
|
|
|
test_ss keyU.ss certU.ss certCA.ss: testss
|
1998-12-21 10:52:47 +00:00
|
|
|
@echo "Generate and certify a test certificate"
|
2002-11-12 11:25:23 +00:00
|
|
|
@$(SET_SO_PATHS); sh ./testss
|
1998-12-21 10:52:47 +00:00
|
|
|
|
2000-10-26 21:07:28 +00:00
|
|
|
test_engine:
|
|
|
|
@echo "Manipulate the ENGINE structures"
|
2002-11-12 11:25:23 +00:00
|
|
|
$(SET_SO_PATHS); ./$(ENGINETEST)
|
2000-10-26 21:07:28 +00:00
|
|
|
|
2000-03-13 19:24:39 +00:00
|
|
|
test_ssl: keyU.ss certU.ss certCA.ss
|
1998-12-21 10:52:47 +00:00
|
|
|
@echo "test SSL protocol"
|
2002-11-12 11:25:23 +00:00
|
|
|
@$(SET_SO_PATHS); sh ./testssl keyU.ss certU.ss certCA.ss
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
test_ca:
|
2002-11-12 11:25:23 +00:00
|
|
|
@$(SET_SO_PATHS); if ../apps/openssl no-rsa; then \
|
2000-03-13 20:31:46 +00:00
|
|
|
echo "skipping CA.sh test -- requires RSA"; \
|
|
|
|
else \
|
2000-03-13 19:24:39 +00:00
|
|
|
echo "Generate and certify a test certificate via the 'ca' program"; \
|
|
|
|
sh ./testca; \
|
|
|
|
fi
|
1998-12-21 10:52:47 +00:00
|
|
|
|
2003-01-03 08:51:45 +00:00
|
|
|
test_aes: #$(AESTEST)
|
2002-02-20 12:16:17 +00:00
|
|
|
# @echo "test Rijndael"
|
2003-01-03 08:51:45 +00:00
|
|
|
# $(SET_SO_PATHS); ./$(AESTEST)
|
2000-10-14 20:09:54 +00:00
|
|
|
|
1998-12-21 10:52:47 +00:00
|
|
|
lint:
|
|
|
|
lint -DLINT $(INCLUDES) $(SRC)>fluff
|
|
|
|
|
|
|
|
depend:
|
2002-10-09 13:25:12 +00:00
|
|
|
$(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(SRC)
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
dclean:
|
1999-04-01 12:34:33 +00:00
|
|
|
$(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
|
1998-12-21 10:52:47 +00:00
|
|
|
mv -f Makefile.new $(MAKEFILE)
|
|
|
|
|
|
|
|
clean:
|
2001-03-30 09:19:18 +00:00
|
|
|
rm -f .rnd tmp.bntest tmp.bctest *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff $(EXE) *.ss *.srl log
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
$(DLIBSSL):
|
2002-10-09 15:12:36 +00:00
|
|
|
(cd ..; $(MAKE) DIRS=ssl all)
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
$(DLIBCRYPTO):
|
2002-10-09 15:12:36 +00:00
|
|
|
(cd ..; $(MAKE) DIRS=crypto all)
|
1998-12-21 10:52:47 +00:00
|
|
|
|
1999-02-17 21:11:08 +00:00
|
|
|
$(RSATEST): $(RSATEST).o $(DLIBCRYPTO)
|
2003-02-22 14:41:34 +00:00
|
|
|
shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
|
|
|
|
shlib_target="$(SHLIB_TARGET)"; \
|
|
|
|
fi; \
|
|
|
|
if [ "$${shlib_target}" = "hpux-shared" -o "$${shlib_target}" = "darwin-shared" ] ; then \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(DLIBCRYPTO)"; \
|
2002-11-11 20:46:52 +00:00
|
|
|
else \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(LIBCRYPTO)"; \
|
|
|
|
fi; \
|
|
|
|
$(NEWMAKE) -f $(TOP)/Makefile.shared \
|
|
|
|
APPNAME=$(RSATEST) LDFLAGS="$(CFLAGS)" \
|
|
|
|
OBJECTS="$(RSATEST).o" \
|
|
|
|
LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
|
|
|
|
LIBRPATH=$(INSTALLTOP)/lib \
|
2003-02-22 14:41:34 +00:00
|
|
|
link_app.$${shlib_target}
|
1999-02-17 21:11:08 +00:00
|
|
|
|
1998-12-21 10:52:47 +00:00
|
|
|
$(BNTEST): $(BNTEST).o $(DLIBCRYPTO)
|
2003-02-22 14:41:34 +00:00
|
|
|
shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
|
|
|
|
shlib_target="$(SHLIB_TARGET)"; \
|
|
|
|
fi; \
|
|
|
|
if [ "$${shlib_target}" = "hpux-shared" -o "$${shlib_target}" = "darwin-shared" ] ; then \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(DLIBCRYPTO)"; \
|
2002-11-11 20:46:52 +00:00
|
|
|
else \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(LIBCRYPTO)"; \
|
|
|
|
fi; \
|
|
|
|
$(NEWMAKE) -f $(TOP)/Makefile.shared \
|
|
|
|
APPNAME=$(BNTEST) LDFLAGS="$(CFLAGS)" \
|
|
|
|
OBJECTS="$(BNTEST).o" \
|
|
|
|
LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
|
|
|
|
LIBRPATH=$(INSTALLTOP)/lib \
|
2003-02-22 14:41:34 +00:00
|
|
|
link_app.$${shlib_target}
|
1998-12-21 10:52:47 +00:00
|
|
|
|
2001-03-08 11:59:48 +00:00
|
|
|
$(ECTEST): $(ECTEST).o $(DLIBCRYPTO)
|
2003-02-22 14:41:34 +00:00
|
|
|
shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
|
|
|
|
shlib_target="$(SHLIB_TARGET)"; \
|
|
|
|
fi; \
|
|
|
|
if [ "$${shlib_target}" = "hpux-shared" -o "$${shlib_target}" = "darwin-shared" ] ; then \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(DLIBCRYPTO)"; \
|
2002-11-11 20:46:52 +00:00
|
|
|
else \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(LIBCRYPTO)"; \
|
|
|
|
fi; \
|
|
|
|
$(NEWMAKE) -f $(TOP)/Makefile.shared \
|
|
|
|
APPNAME=$(ECTEST) LDFLAGS="$(CFLAGS)" \
|
|
|
|
OBJECTS="$(ECTEST).o" \
|
|
|
|
LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
|
|
|
|
LIBRPATH=$(INSTALLTOP)/lib \
|
2003-02-22 14:41:34 +00:00
|
|
|
link_app.$${shlib_target}
|
2001-03-08 11:59:48 +00:00
|
|
|
|
1998-12-21 10:52:47 +00:00
|
|
|
$(EXPTEST): $(EXPTEST).o $(DLIBCRYPTO)
|
2003-02-22 14:41:34 +00:00
|
|
|
shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
|
|
|
|
shlib_target="$(SHLIB_TARGET)"; \
|
|
|
|
fi; \
|
|
|
|
if [ "$${shlib_target}" = "hpux-shared" -o "$${shlib_target}" = "darwin-shared" ] ; then \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(DLIBCRYPTO)"; \
|
2002-11-11 20:46:52 +00:00
|
|
|
else \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(LIBCRYPTO)"; \
|
|
|
|
fi; \
|
|
|
|
$(NEWMAKE) -f $(TOP)/Makefile.shared \
|
|
|
|
APPNAME=$(EXPTEST) LDFLAGS="$(CFLAGS)" \
|
|
|
|
OBJECTS="$(EXPTEST).o" \
|
|
|
|
LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
|
|
|
|
LIBRPATH=$(INSTALLTOP)/lib \
|
2003-02-22 14:41:34 +00:00
|
|
|
link_app.$${shlib_target}
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
$(IDEATEST): $(IDEATEST).o $(DLIBCRYPTO)
|
2003-02-22 14:41:34 +00:00
|
|
|
shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
|
|
|
|
shlib_target="$(SHLIB_TARGET)"; \
|
|
|
|
fi; \
|
|
|
|
if [ "$${shlib_target}" = "hpux-shared" -o "$${shlib_target}" = "darwin-shared" ] ; then \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(DLIBCRYPTO)"; \
|
2002-11-11 20:46:52 +00:00
|
|
|
else \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(LIBCRYPTO)"; \
|
|
|
|
fi; \
|
|
|
|
$(NEWMAKE) -f $(TOP)/Makefile.shared \
|
|
|
|
APPNAME=$(IDEATEST) LDFLAGS="$(CFLAGS)" \
|
|
|
|
OBJECTS="$(IDEATEST).o" \
|
|
|
|
LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
|
|
|
|
LIBRPATH=$(INSTALLTOP)/lib \
|
2003-02-22 14:41:34 +00:00
|
|
|
link_app.$${shlib_target}
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
$(MD2TEST): $(MD2TEST).o $(DLIBCRYPTO)
|
2003-02-22 14:41:34 +00:00
|
|
|
shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
|
|
|
|
shlib_target="$(SHLIB_TARGET)"; \
|
|
|
|
fi; \
|
|
|
|
if [ "$${shlib_target}" = "hpux-shared" -o "$${shlib_target}" = "darwin-shared" ] ; then \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(DLIBCRYPTO)"; \
|
2002-11-11 20:46:52 +00:00
|
|
|
else \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(LIBCRYPTO)"; \
|
|
|
|
fi; \
|
|
|
|
$(NEWMAKE) -f $(TOP)/Makefile.shared \
|
|
|
|
APPNAME=$(MD2TEST) LDFLAGS="$(CFLAGS)" \
|
|
|
|
OBJECTS="$(MD2TEST).o" \
|
|
|
|
LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
|
|
|
|
LIBRPATH=$(INSTALLTOP)/lib \
|
2003-02-22 14:41:34 +00:00
|
|
|
link_app.$${shlib_target}
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
$(SHATEST): $(SHATEST).o $(DLIBCRYPTO)
|
2003-02-22 14:41:34 +00:00
|
|
|
shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
|
|
|
|
shlib_target="$(SHLIB_TARGET)"; \
|
|
|
|
fi; \
|
|
|
|
if [ "$${shlib_target}" = "hpux-shared" -o "$${shlib_target}" = "darwin-shared" ] ; then \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(DLIBCRYPTO)"; \
|
2002-11-11 20:46:52 +00:00
|
|
|
else \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(LIBCRYPTO)"; \
|
|
|
|
fi; \
|
|
|
|
$(NEWMAKE) -f $(TOP)/Makefile.shared \
|
|
|
|
APPNAME=$(SHATEST) LDFLAGS="$(CFLAGS)" \
|
|
|
|
OBJECTS="$(SHATEST).o" \
|
|
|
|
LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
|
|
|
|
LIBRPATH=$(INSTALLTOP)/lib \
|
2003-02-22 14:41:34 +00:00
|
|
|
link_app.$${shlib_target}
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
$(SHA1TEST): $(SHA1TEST).o $(DLIBCRYPTO)
|
2003-02-22 14:41:34 +00:00
|
|
|
shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
|
|
|
|
shlib_target="$(SHLIB_TARGET)"; \
|
|
|
|
fi; \
|
|
|
|
if [ "$${shlib_target}" = "hpux-shared" -o "$${shlib_target}" = "darwin-shared" ] ; then \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(DLIBCRYPTO)"; \
|
2002-11-11 20:46:52 +00:00
|
|
|
else \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(LIBCRYPTO)"; \
|
|
|
|
fi; \
|
|
|
|
$(NEWMAKE) -f $(TOP)/Makefile.shared \
|
|
|
|
APPNAME=$(SHA1TEST) LDFLAGS="$(CFLAGS)" \
|
|
|
|
OBJECTS="$(SHA1TEST).o" \
|
|
|
|
LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
|
|
|
|
LIBRPATH=$(INSTALLTOP)/lib \
|
2003-02-22 14:41:34 +00:00
|
|
|
link_app.$${shlib_target}
|
1998-12-21 10:52:47 +00:00
|
|
|
|
1998-12-21 10:56:39 +00:00
|
|
|
$(RMDTEST): $(RMDTEST).o $(DLIBCRYPTO)
|
2003-02-22 14:41:34 +00:00
|
|
|
shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
|
|
|
|
shlib_target="$(SHLIB_TARGET)"; \
|
|
|
|
fi; \
|
|
|
|
if [ "$${shlib_target}" = "hpux-shared" -o "$${shlib_target}" = "darwin-shared" ] ; then \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(DLIBCRYPTO)"; \
|
2002-11-11 20:46:52 +00:00
|
|
|
else \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(LIBCRYPTO)"; \
|
|
|
|
fi; \
|
|
|
|
$(NEWMAKE) -f $(TOP)/Makefile.shared \
|
|
|
|
APPNAME=$(RMDTEST) LDFLAGS="$(CFLAGS)" \
|
|
|
|
OBJECTS="$(RMDTEST).o" \
|
|
|
|
LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
|
|
|
|
LIBRPATH=$(INSTALLTOP)/lib \
|
2003-02-22 14:41:34 +00:00
|
|
|
link_app.$${shlib_target}
|
1998-12-21 10:56:39 +00:00
|
|
|
|
1998-12-21 10:52:47 +00:00
|
|
|
$(MDC2TEST): $(MDC2TEST).o $(DLIBCRYPTO)
|
2003-02-22 14:41:34 +00:00
|
|
|
shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
|
|
|
|
shlib_target="$(SHLIB_TARGET)"; \
|
|
|
|
fi; \
|
|
|
|
if [ "$${shlib_target}" = "hpux-shared" -o "$${shlib_target}" = "darwin-shared" ] ; then \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(DLIBCRYPTO)"; \
|
2002-11-11 20:46:52 +00:00
|
|
|
else \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(LIBCRYPTO)"; \
|
|
|
|
fi; \
|
|
|
|
$(NEWMAKE) -f $(TOP)/Makefile.shared \
|
|
|
|
APPNAME=$(MDC2TEST) LDFLAGS="$(CFLAGS)" \
|
|
|
|
OBJECTS="$(MDC2TEST).o" \
|
|
|
|
LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
|
|
|
|
LIBRPATH=$(INSTALLTOP)/lib \
|
2003-02-22 14:41:34 +00:00
|
|
|
link_app.$${shlib_target}
|
1998-12-21 10:52:47 +00:00
|
|
|
|
2000-08-14 14:05:53 +00:00
|
|
|
$(MD4TEST): $(MD4TEST).o $(DLIBCRYPTO)
|
2003-02-22 14:41:34 +00:00
|
|
|
shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
|
|
|
|
shlib_target="$(SHLIB_TARGET)"; \
|
|
|
|
fi; \
|
|
|
|
if [ "$${shlib_target}" = "hpux-shared" -o "$${shlib_target}" = "darwin-shared" ] ; then \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(DLIBCRYPTO)"; \
|
2002-11-11 20:46:52 +00:00
|
|
|
else \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(LIBCRYPTO)"; \
|
|
|
|
fi; \
|
|
|
|
$(NEWMAKE) -f $(TOP)/Makefile.shared \
|
|
|
|
APPNAME=$(MD4TEST) LDFLAGS="$(CFLAGS)" \
|
|
|
|
OBJECTS="$(MD4TEST).o" \
|
|
|
|
LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
|
|
|
|
LIBRPATH=$(INSTALLTOP)/lib \
|
2003-02-22 14:41:34 +00:00
|
|
|
link_app.$${shlib_target}
|
2000-08-14 14:05:53 +00:00
|
|
|
|
1998-12-21 10:52:47 +00:00
|
|
|
$(MD5TEST): $(MD5TEST).o $(DLIBCRYPTO)
|
2003-02-22 14:41:34 +00:00
|
|
|
shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
|
|
|
|
shlib_target="$(SHLIB_TARGET)"; \
|
|
|
|
fi; \
|
|
|
|
if [ "$${shlib_target}" = "hpux-shared" -o "$${shlib_target}" = "darwin-shared" ] ; then \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(DLIBCRYPTO)"; \
|
2002-11-11 20:46:52 +00:00
|
|
|
else \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(LIBCRYPTO)"; \
|
|
|
|
fi; \
|
|
|
|
$(NEWMAKE) -f $(TOP)/Makefile.shared \
|
|
|
|
APPNAME=$(MD5TEST) LDFLAGS="$(CFLAGS)" \
|
|
|
|
OBJECTS="$(MD5TEST).o" \
|
|
|
|
LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
|
|
|
|
LIBRPATH=$(INSTALLTOP)/lib \
|
2003-02-22 14:41:34 +00:00
|
|
|
link_app.$${shlib_target}
|
1998-12-21 10:52:47 +00:00
|
|
|
|
1998-12-21 10:56:39 +00:00
|
|
|
$(HMACTEST): $(HMACTEST).o $(DLIBCRYPTO)
|
2003-02-22 14:41:34 +00:00
|
|
|
shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
|
|
|
|
shlib_target="$(SHLIB_TARGET)"; \
|
|
|
|
fi; \
|
|
|
|
if [ "$${shlib_target}" = "hpux-shared" -o "$${shlib_target}" = "darwin-shared" ] ; then \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(DLIBCRYPTO)"; \
|
2002-11-11 20:46:52 +00:00
|
|
|
else \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(LIBCRYPTO)"; \
|
|
|
|
fi; \
|
|
|
|
$(NEWMAKE) -f $(TOP)/Makefile.shared \
|
|
|
|
APPNAME=$(HMACTEST) LDFLAGS="$(CFLAGS)" \
|
|
|
|
OBJECTS="$(HMACTEST).o" \
|
|
|
|
LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
|
|
|
|
LIBRPATH=$(INSTALLTOP)/lib \
|
2003-02-22 14:41:34 +00:00
|
|
|
link_app.$${shlib_target}
|
1998-12-21 10:56:39 +00:00
|
|
|
|
1998-12-21 10:52:47 +00:00
|
|
|
$(RC2TEST): $(RC2TEST).o $(DLIBCRYPTO)
|
2003-02-22 14:41:34 +00:00
|
|
|
shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
|
|
|
|
shlib_target="$(SHLIB_TARGET)"; \
|
|
|
|
fi; \
|
|
|
|
if [ "$${shlib_target}" = "hpux-shared" -o "$${shlib_target}" = "darwin-shared" ] ; then \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(DLIBCRYPTO)"; \
|
2002-11-11 20:46:52 +00:00
|
|
|
else \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(LIBCRYPTO)"; \
|
|
|
|
fi; \
|
|
|
|
$(NEWMAKE) -f $(TOP)/Makefile.shared \
|
|
|
|
APPNAME=$(RC2TEST) LDFLAGS="$(CFLAGS)" \
|
|
|
|
OBJECTS="$(RC2TEST).o" \
|
|
|
|
LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
|
|
|
|
LIBRPATH=$(INSTALLTOP)/lib \
|
2003-02-22 14:41:34 +00:00
|
|
|
link_app.$${shlib_target}
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
$(BFTEST): $(BFTEST).o $(DLIBCRYPTO)
|
2003-02-22 14:41:34 +00:00
|
|
|
shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
|
|
|
|
shlib_target="$(SHLIB_TARGET)"; \
|
|
|
|
fi; \
|
|
|
|
if [ "$${shlib_target}" = "hpux-shared" -o "$${shlib_target}" = "darwin-shared" ] ; then \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(DLIBCRYPTO)"; \
|
2002-11-11 20:46:52 +00:00
|
|
|
else \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(LIBCRYPTO)"; \
|
|
|
|
fi; \
|
|
|
|
$(NEWMAKE) -f $(TOP)/Makefile.shared \
|
|
|
|
APPNAME=$(BFTEST) LDFLAGS="$(CFLAGS)" \
|
|
|
|
OBJECTS="$(BFTEST).o" \
|
|
|
|
LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
|
|
|
|
LIBRPATH=$(INSTALLTOP)/lib \
|
2003-02-22 14:41:34 +00:00
|
|
|
link_app.$${shlib_target}
|
1998-12-21 10:52:47 +00:00
|
|
|
|
1998-12-21 10:56:39 +00:00
|
|
|
$(CASTTEST): $(CASTTEST).o $(DLIBCRYPTO)
|
2003-02-22 14:41:34 +00:00
|
|
|
shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
|
|
|
|
shlib_target="$(SHLIB_TARGET)"; \
|
|
|
|
fi; \
|
|
|
|
if [ "$${shlib_target}" = "hpux-shared" -o "$${shlib_target}" = "darwin-shared" ] ; then \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(DLIBCRYPTO)"; \
|
2002-11-11 20:46:52 +00:00
|
|
|
else \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(LIBCRYPTO)"; \
|
|
|
|
fi; \
|
|
|
|
$(NEWMAKE) -f $(TOP)/Makefile.shared \
|
|
|
|
APPNAME=$(CASTTEST) LDFLAGS="$(CFLAGS)" \
|
|
|
|
OBJECTS="$(CASTTEST).o" \
|
|
|
|
LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
|
|
|
|
LIBRPATH=$(INSTALLTOP)/lib \
|
2003-02-22 14:41:34 +00:00
|
|
|
link_app.$${shlib_target}
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
$(RC4TEST): $(RC4TEST).o $(DLIBCRYPTO)
|
2003-02-22 14:41:34 +00:00
|
|
|
shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
|
|
|
|
shlib_target="$(SHLIB_TARGET)"; \
|
|
|
|
fi; \
|
|
|
|
if [ "$${shlib_target}" = "hpux-shared" -o "$${shlib_target}" = "darwin-shared" ] ; then \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(DLIBCRYPTO)"; \
|
2002-11-11 20:46:52 +00:00
|
|
|
else \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(LIBCRYPTO)"; \
|
|
|
|
fi; \
|
|
|
|
$(NEWMAKE) -f $(TOP)/Makefile.shared \
|
|
|
|
APPNAME=$(RC4TEST) LDFLAGS="$(CFLAGS)" \
|
|
|
|
OBJECTS="$(RC4TEST).o" \
|
|
|
|
LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
|
|
|
|
LIBRPATH=$(INSTALLTOP)/lib \
|
2003-02-22 14:41:34 +00:00
|
|
|
link_app.$${shlib_target}
|
1998-12-21 10:52:47 +00:00
|
|
|
|
1998-12-21 10:56:39 +00:00
|
|
|
$(RC5TEST): $(RC5TEST).o $(DLIBCRYPTO)
|
2003-02-22 14:41:34 +00:00
|
|
|
shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
|
|
|
|
shlib_target="$(SHLIB_TARGET)"; \
|
|
|
|
fi; \
|
|
|
|
if [ "$${shlib_target}" = "hpux-shared" -o "$${shlib_target}" = "darwin-shared" ] ; then \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(DLIBCRYPTO)"; \
|
2002-11-11 20:46:52 +00:00
|
|
|
else \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(LIBCRYPTO)"; \
|
|
|
|
fi; \
|
|
|
|
$(NEWMAKE) -f $(TOP)/Makefile.shared \
|
|
|
|
APPNAME=$(RC5TEST) LDFLAGS="$(CFLAGS)" \
|
|
|
|
OBJECTS="$(RC5TEST).o" \
|
|
|
|
LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
|
|
|
|
LIBRPATH=$(INSTALLTOP)/lib \
|
2003-02-22 14:41:34 +00:00
|
|
|
link_app.$${shlib_target}
|
1998-12-21 10:56:39 +00:00
|
|
|
|
1998-12-21 10:52:47 +00:00
|
|
|
$(DESTEST): $(DESTEST).o $(DLIBCRYPTO)
|
2003-02-22 14:41:34 +00:00
|
|
|
shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
|
|
|
|
shlib_target="$(SHLIB_TARGET)"; \
|
|
|
|
fi; \
|
|
|
|
if [ "$${shlib_target}" = "hpux-shared" -o "$${shlib_target}" = "darwin-shared" ] ; then \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(DLIBCRYPTO)"; \
|
2002-11-11 20:46:52 +00:00
|
|
|
else \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(LIBCRYPTO)"; \
|
|
|
|
fi; \
|
|
|
|
$(NEWMAKE) -f $(TOP)/Makefile.shared \
|
|
|
|
APPNAME=$(DESTEST) LDFLAGS="$(CFLAGS)" \
|
|
|
|
OBJECTS="$(DESTEST).o" \
|
|
|
|
LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
|
|
|
|
LIBRPATH=$(INSTALLTOP)/lib \
|
2003-02-22 14:41:34 +00:00
|
|
|
link_app.$${shlib_target}
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
$(RANDTEST): $(RANDTEST).o $(DLIBCRYPTO)
|
2003-02-22 14:41:34 +00:00
|
|
|
shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
|
|
|
|
shlib_target="$(SHLIB_TARGET)"; \
|
|
|
|
fi; \
|
|
|
|
if [ "$${shlib_target}" = "hpux-shared" -o "$${shlib_target}" = "darwin-shared" ] ; then \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(DLIBCRYPTO)"; \
|
2002-11-11 20:46:52 +00:00
|
|
|
else \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(LIBCRYPTO)"; \
|
|
|
|
fi; \
|
|
|
|
$(NEWMAKE) -f $(TOP)/Makefile.shared \
|
|
|
|
APPNAME=$(RANDTEST) LDFLAGS="$(CFLAGS)" \
|
|
|
|
OBJECTS="$(RANDTEST).o" \
|
|
|
|
LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
|
|
|
|
LIBRPATH=$(INSTALLTOP)/lib \
|
2003-02-22 14:41:34 +00:00
|
|
|
link_app.$${shlib_target}
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
$(DHTEST): $(DHTEST).o $(DLIBCRYPTO)
|
2003-02-22 14:41:34 +00:00
|
|
|
shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
|
|
|
|
shlib_target="$(SHLIB_TARGET)"; \
|
|
|
|
fi; \
|
|
|
|
if [ "$${shlib_target}" = "hpux-shared" -o "$${shlib_target}" = "darwin-shared" ] ; then \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(DLIBCRYPTO)"; \
|
2002-11-11 20:46:52 +00:00
|
|
|
else \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(LIBCRYPTO)"; \
|
|
|
|
fi; \
|
|
|
|
$(NEWMAKE) -f $(TOP)/Makefile.shared \
|
|
|
|
APPNAME=$(DHTEST) LDFLAGS="$(CFLAGS)" \
|
|
|
|
OBJECTS="$(DHTEST).o" \
|
|
|
|
LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
|
|
|
|
LIBRPATH=$(INSTALLTOP)/lib \
|
2003-02-22 14:41:34 +00:00
|
|
|
link_app.$${shlib_target}
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
$(DSATEST): $(DSATEST).o $(DLIBCRYPTO)
|
2003-02-22 14:41:34 +00:00
|
|
|
shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
|
|
|
|
shlib_target="$(SHLIB_TARGET)"; \
|
|
|
|
fi; \
|
|
|
|
if [ "$${shlib_target}" = "hpux-shared" -o "$${shlib_target}" = "darwin-shared" ] ; then \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(DLIBCRYPTO)"; \
|
2002-11-11 20:46:52 +00:00
|
|
|
else \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(LIBCRYPTO)"; \
|
|
|
|
fi; \
|
|
|
|
$(NEWMAKE) -f $(TOP)/Makefile.shared \
|
|
|
|
APPNAME=$(DSATEST) LDFLAGS="$(CFLAGS)" \
|
|
|
|
OBJECTS="$(DSATEST).o" \
|
|
|
|
LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
|
|
|
|
LIBRPATH=$(INSTALLTOP)/lib \
|
2003-02-22 14:41:34 +00:00
|
|
|
link_app.$${shlib_target}
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
$(METHTEST): $(METHTEST).o $(DLIBCRYPTO)
|
2003-02-22 14:41:34 +00:00
|
|
|
shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
|
|
|
|
shlib_target="$(SHLIB_TARGET)"; \
|
|
|
|
fi; \
|
|
|
|
if [ "$${shlib_target}" = "hpux-shared" -o "$${shlib_target}" = "darwin-shared" ] ; then \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(DLIBCRYPTO)"; \
|
2002-11-11 20:46:52 +00:00
|
|
|
else \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(LIBCRYPTO)"; \
|
|
|
|
fi; \
|
|
|
|
$(NEWMAKE) -f $(TOP)/Makefile.shared \
|
|
|
|
APPNAME=$(METHTEST) LDFLAGS="$(CFLAGS)" \
|
|
|
|
OBJECTS="$(METHTEST).o" \
|
|
|
|
LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
|
|
|
|
LIBRPATH=$(INSTALLTOP)/lib \
|
2003-02-22 14:41:34 +00:00
|
|
|
link_app.$${shlib_target}
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
$(SSLTEST): $(SSLTEST).o $(DLIBSSL) $(DLIBCRYPTO)
|
2003-02-22 14:41:34 +00:00
|
|
|
shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
|
|
|
|
shlib_target="$(SHLIB_TARGET)"; \
|
|
|
|
fi; \
|
|
|
|
if [ "$${shlib_target}" = "hpux-shared" -o "$${shlib_target}" = "darwin-shared" ] ; then \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(DLIBSSL) $(LIBKRB5) $(DLIBCRYPTO)"; \
|
2002-11-11 20:46:52 +00:00
|
|
|
else \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(LIBSSL) $(LIBKRB5) $(LIBCRYPTO)"; \
|
|
|
|
fi; \
|
|
|
|
$(NEWMAKE) -f $(TOP)/Makefile.shared \
|
|
|
|
APPNAME=$(SSLTEST) LDFLAGS="$(CFLAGS)" \
|
|
|
|
OBJECTS="$(SSLTEST).o" \
|
|
|
|
LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
|
|
|
|
LIBRPATH=$(INSTALLTOP)/lib \
|
2003-02-22 14:41:34 +00:00
|
|
|
link_app.$${shlib_target}
|
1998-12-21 10:52:47 +00:00
|
|
|
|
2000-10-26 21:07:28 +00:00
|
|
|
$(ENGINETEST): $(ENGINETEST).o $(DLIBCRYPTO)
|
2003-02-22 14:41:34 +00:00
|
|
|
shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
|
|
|
|
shlib_target="$(SHLIB_TARGET)"; \
|
|
|
|
fi; \
|
|
|
|
if [ "$${shlib_target}" = "hpux-shared" -o "$${shlib_target}" = "darwin-shared" ] ; then \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(DLIBCRYPTO)"; \
|
2002-11-11 20:46:52 +00:00
|
|
|
else \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(LIBCRYPTO)"; \
|
|
|
|
fi; \
|
|
|
|
$(NEWMAKE) -f $(TOP)/Makefile.shared \
|
|
|
|
APPNAME=$(ENGINETEST) LDFLAGS="$(CFLAGS)" \
|
|
|
|
OBJECTS="$(ENGINETEST).o" \
|
|
|
|
LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
|
|
|
|
LIBRPATH=$(INSTALLTOP)/lib \
|
2003-02-22 14:41:34 +00:00
|
|
|
link_app.$${shlib_target}
|
2000-10-26 21:07:28 +00:00
|
|
|
|
2001-08-18 13:53:01 +00:00
|
|
|
$(EVPTEST): $(EVPTEST).o $(DLIBCRYPTO)
|
2003-02-22 14:41:34 +00:00
|
|
|
shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
|
|
|
|
shlib_target="$(SHLIB_TARGET)"; \
|
|
|
|
fi; \
|
|
|
|
if [ "$${shlib_target}" = "hpux-shared" -o "$${shlib_target}" = "darwin-shared" ] ; then \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(DLIBCRYPTO)"; \
|
2002-11-11 20:46:52 +00:00
|
|
|
else \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(LIBCRYPTO)"; \
|
|
|
|
fi; \
|
|
|
|
$(NEWMAKE) -f $(TOP)/Makefile.shared \
|
|
|
|
APPNAME=$(EVPTEST) LDFLAGS="$(CFLAGS)" \
|
|
|
|
OBJECTS="$(EVPTEST).o" \
|
|
|
|
LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
|
|
|
|
LIBRPATH=$(INSTALLTOP)/lib \
|
2003-02-22 14:41:34 +00:00
|
|
|
link_app.$${shlib_target}
|
2002-02-13 18:21:51 +00:00
|
|
|
|
|
|
|
$(ECDSATEST): $(ECDSATEST).o $(DLIBCRYPTO)
|
2003-02-22 14:41:34 +00:00
|
|
|
shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
|
|
|
|
shlib_target="$(SHLIB_TARGET)"; \
|
|
|
|
fi; \
|
|
|
|
if [ "$${shlib_target}" = "hpux-shared" -o "$${shlib_target}" = "darwin-shared" ] ; then \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(DLIBCRYPTO)"; \
|
2002-11-11 20:46:52 +00:00
|
|
|
else \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(LIBCRYPTO)"; \
|
|
|
|
fi; \
|
|
|
|
$(NEWMAKE) -f $(TOP)/Makefile.shared \
|
|
|
|
APPNAME=$(ECDSATEST) LDFLAGS="$(CFLAGS)" \
|
|
|
|
OBJECTS="$(ECDSATEST).o" \
|
|
|
|
LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
|
|
|
|
LIBRPATH=$(INSTALLTOP)/lib \
|
2003-02-22 14:41:34 +00:00
|
|
|
link_app.$${shlib_target}
|
2002-11-13 11:59:48 +00:00
|
|
|
|
2002-08-09 08:43:04 +00:00
|
|
|
$(ECDHTEST): $(ECDHTEST).o $(DLIBCRYPTO)
|
2003-02-22 14:41:34 +00:00
|
|
|
shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
|
|
|
|
shlib_target="$(SHLIB_TARGET)"; \
|
|
|
|
fi; \
|
|
|
|
if [ "$${shlib_target}" = "hpux-shared" -o "$${shlib_target}" = "darwin-shared" ] ; then \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(DLIBCRYPTO)"; \
|
2002-11-11 20:46:52 +00:00
|
|
|
else \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(LIBCRYPTO)"; \
|
|
|
|
fi; \
|
|
|
|
$(NEWMAKE) -f $(TOP)/Makefile.shared \
|
|
|
|
APPNAME=$(ECDHTEST) LDFLAGS="$(CFLAGS)" \
|
|
|
|
OBJECTS="$(ECDHTEST).o" \
|
|
|
|
LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
|
|
|
|
LIBRPATH=$(INSTALLTOP)/lib \
|
2003-02-22 14:41:34 +00:00
|
|
|
link_app.$${shlib_target}
|
2002-08-09 08:43:04 +00:00
|
|
|
|
2003-01-03 08:51:45 +00:00
|
|
|
#$(AESTEST).o: $(AESTEST).c
|
|
|
|
# $(CC) -c $(CFLAGS) -DINTERMEDIATE_VALUE_KAT -DTRACE_KAT_MCT $(AESTEST).c
|
2000-10-14 20:09:54 +00:00
|
|
|
|
2003-01-03 08:51:45 +00:00
|
|
|
#$(AESTEST): $(AESTEST).o $(DLIBCRYPTO)
|
2002-11-11 20:46:52 +00:00
|
|
|
# if [ "$(SHLIB_TARGET)" = "hpux-shared" -o "$(SHLIB_TARGET)" = "darwin-shared" ] ; then \
|
2003-01-03 08:51:45 +00:00
|
|
|
# $(CC) -o $(AESTEST) $(CFLAGS) $(AESTEST).o $(PEX_LIBS) $(DLIBCRYPTO) $(EX_LIBS) ; \
|
2002-11-11 20:46:52 +00:00
|
|
|
# else \
|
2003-01-03 08:51:45 +00:00
|
|
|
# $(CC) -o $(AESTEST) $(CFLAGS) $(AESTEST).o $(PEX_LIBS) $(LIBCRYPTO) $(EX_LIBS) ; \
|
2002-11-13 11:59:48 +00:00
|
|
|
# fi
|
2000-10-14 20:09:54 +00:00
|
|
|
|
2002-07-23 13:31:04 +00:00
|
|
|
dummytest: dummytest.o $(DLIBCRYPTO)
|
2003-02-22 14:41:34 +00:00
|
|
|
shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \
|
|
|
|
shlib_target="$(SHLIB_TARGET)"; \
|
|
|
|
fi; \
|
|
|
|
if [ "$${shlib_target}" = "hpux-shared" -o "$${shlib_target}" = "darwin-shared" ] ; then \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(DLIBCRYPTO)"; \
|
2002-11-11 20:46:52 +00:00
|
|
|
else \
|
2003-02-13 23:52:54 +00:00
|
|
|
LIBRARIES="$(LIBCRYPTO)"; \
|
|
|
|
fi; \
|
|
|
|
$(NEWMAKE) -f $(TOP)/Makefile.shared \
|
|
|
|
APPNAME=dummytest LDFLAGS="$(CFLAGS)" \
|
|
|
|
OBJECTS="dummytest.o" \
|
|
|
|
LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
|
|
|
|
LIBRPATH=$(INSTALLTOP)/lib \
|
2003-02-22 14:41:34 +00:00
|
|
|
link_app.$${shlib_target}
|
2002-07-23 13:31:04 +00:00
|
|
|
|
1998-12-21 10:52:47 +00:00
|
|
|
# DO NOT DELETE THIS LINE -- make depend depends on it.
|
1999-03-06 14:32:48 +00:00
|
|
|
|
2002-12-05 01:55:48 +00:00
|
|
|
bftest.o: ../e_os.h ../include/openssl/blowfish.h ../include/openssl/e_os2.h
|
2001-02-19 16:06:34 +00:00
|
|
|
bftest.o: ../include/openssl/opensslconf.h bftest.c
|
2002-12-29 01:38:15 +00:00
|
|
|
bntest.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
2002-07-30 12:44:33 +00:00
|
|
|
bntest.o: ../include/openssl/bn.h ../include/openssl/buffer.h
|
2002-12-29 01:38:15 +00:00
|
|
|
bntest.o: ../include/openssl/crypto.h ../include/openssl/dh.h
|
|
|
|
bntest.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h
|
|
|
|
bntest.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
|
|
|
|
bntest.o: ../include/openssl/ecdsa.h ../include/openssl/err.h
|
|
|
|
bntest.o: ../include/openssl/evp.h ../include/openssl/lhash.h
|
2002-08-09 12:16:15 +00:00
|
|
|
bntest.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h
|
|
|
|
bntest.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
|
|
|
bntest.o: ../include/openssl/ossl_typ.h ../include/openssl/pkcs7.h
|
2002-12-29 01:38:15 +00:00
|
|
|
bntest.o: ../include/openssl/rand.h ../include/openssl/rsa.h
|
2002-08-09 12:16:15 +00:00
|
|
|
bntest.o: ../include/openssl/safestack.h ../include/openssl/sha.h
|
|
|
|
bntest.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
|
|
|
|
bntest.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h bntest.c
|
2002-12-05 01:55:48 +00:00
|
|
|
casttest.o: ../e_os.h ../include/openssl/cast.h ../include/openssl/e_os2.h
|
|
|
|
casttest.o: ../include/openssl/opensslconf.h casttest.c
|
2004-05-17 19:26:06 +00:00
|
|
|
destest.o: ../include/openssl/des.h ../include/openssl/des_old.h
|
|
|
|
destest.o: ../include/openssl/e_os2.h ../include/openssl/opensslconf.h
|
2004-04-19 18:33:41 +00:00
|
|
|
destest.o: ../include/openssl/ossl_typ.h ../include/openssl/safestack.h
|
|
|
|
destest.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
|
|
|
|
destest.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h destest.c
|
2002-12-05 01:55:48 +00:00
|
|
|
dhtest.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/bn.h
|
1999-04-23 22:50:50 +00:00
|
|
|
dhtest.o: ../include/openssl/crypto.h ../include/openssl/dh.h
|
2001-09-25 20:39:59 +00:00
|
|
|
dhtest.o: ../include/openssl/e_os2.h ../include/openssl/err.h
|
|
|
|
dhtest.o: ../include/openssl/lhash.h ../include/openssl/opensslconf.h
|
2001-10-04 07:49:09 +00:00
|
|
|
dhtest.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
|
|
|
dhtest.o: ../include/openssl/rand.h ../include/openssl/safestack.h
|
|
|
|
dhtest.o: ../include/openssl/stack.h ../include/openssl/symhacks.h dhtest.c
|
2003-04-10 20:11:09 +00:00
|
|
|
dsatest.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/bn.h
|
|
|
|
dsatest.o: ../include/openssl/crypto.h ../include/openssl/dh.h
|
|
|
|
dsatest.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h
|
|
|
|
dsatest.o: ../include/openssl/err.h ../include/openssl/lhash.h
|
|
|
|
dsatest.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
|
|
|
dsatest.o: ../include/openssl/ossl_typ.h ../include/openssl/rand.h
|
2002-08-09 12:16:15 +00:00
|
|
|
dsatest.o: ../include/openssl/safestack.h ../include/openssl/stack.h
|
2003-04-10 20:11:09 +00:00
|
|
|
dsatest.o: ../include/openssl/symhacks.h dsatest.c
|
2003-03-21 16:28:29 +00:00
|
|
|
ecdhtest.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
|
|
|
ecdhtest.o: ../include/openssl/bn.h ../include/openssl/crypto.h
|
|
|
|
ecdhtest.o: ../include/openssl/e_os2.h ../include/openssl/ec.h
|
|
|
|
ecdhtest.o: ../include/openssl/ecdh.h ../include/openssl/err.h
|
|
|
|
ecdhtest.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h
|
|
|
|
ecdhtest.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h
|
|
|
|
ecdhtest.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
|
|
|
ecdhtest.o: ../include/openssl/rand.h ../include/openssl/safestack.h
|
|
|
|
ecdhtest.o: ../include/openssl/sha.h ../include/openssl/stack.h
|
|
|
|
ecdhtest.o: ../include/openssl/symhacks.h ecdhtest.c
|
2002-12-29 01:38:15 +00:00
|
|
|
ecdsatest.o: ../include/openssl/asn1.h ../include/openssl/bio.h
|
2003-05-01 04:10:32 +00:00
|
|
|
ecdsatest.o: ../include/openssl/bn.h ../include/openssl/buffer.h
|
|
|
|
ecdsatest.o: ../include/openssl/crypto.h ../include/openssl/dh.h
|
|
|
|
ecdsatest.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h
|
|
|
|
ecdsatest.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
|
|
|
|
ecdsatest.o: ../include/openssl/ecdsa.h ../include/openssl/engine.h
|
|
|
|
ecdsatest.o: ../include/openssl/err.h ../include/openssl/evp.h
|
|
|
|
ecdsatest.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h
|
|
|
|
ecdsatest.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h
|
|
|
|
ecdsatest.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
|
|
|
ecdsatest.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h
|
2002-08-09 12:16:15 +00:00
|
|
|
ecdsatest.o: ../include/openssl/rsa.h ../include/openssl/safestack.h
|
2003-05-01 04:10:32 +00:00
|
|
|
ecdsatest.o: ../include/openssl/sha.h ../include/openssl/stack.h
|
|
|
|
ecdsatest.o: ../include/openssl/store.h ../include/openssl/symhacks.h
|
|
|
|
ecdsatest.o: ../include/openssl/ui.h ../include/openssl/x509.h
|
|
|
|
ecdsatest.o: ../include/openssl/x509_vfy.h ecdsatest.c
|
2002-11-19 11:40:14 +00:00
|
|
|
ectest.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
2004-04-19 18:33:41 +00:00
|
|
|
ectest.o: ../include/openssl/bn.h ../include/openssl/crypto.h
|
|
|
|
ectest.o: ../include/openssl/e_os2.h ../include/openssl/ec.h
|
|
|
|
ectest.o: ../include/openssl/engine.h ../include/openssl/err.h
|
2002-08-09 12:16:15 +00:00
|
|
|
ectest.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h
|
2002-11-13 15:43:43 +00:00
|
|
|
ectest.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h
|
|
|
|
ectest.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
2004-04-19 18:33:41 +00:00
|
|
|
ectest.o: ../include/openssl/rand.h ../include/openssl/safestack.h
|
|
|
|
ectest.o: ../include/openssl/stack.h ../include/openssl/symhacks.h ectest.c
|
|
|
|
enginetest.o: ../include/openssl/bio.h ../include/openssl/buffer.h
|
|
|
|
enginetest.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
|
|
|
|
enginetest.o: ../include/openssl/engine.h ../include/openssl/err.h
|
|
|
|
enginetest.o: ../include/openssl/lhash.h ../include/openssl/opensslconf.h
|
2003-05-01 04:10:32 +00:00
|
|
|
enginetest.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
2004-04-19 18:33:41 +00:00
|
|
|
enginetest.o: ../include/openssl/safestack.h ../include/openssl/stack.h
|
|
|
|
enginetest.o: ../include/openssl/symhacks.h enginetest.c
|
2002-12-29 01:38:15 +00:00
|
|
|
evp_test.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
2004-05-17 19:26:06 +00:00
|
|
|
evp_test.o: ../include/openssl/conf.h ../include/openssl/crypto.h
|
|
|
|
evp_test.o: ../include/openssl/e_os2.h ../include/openssl/engine.h
|
|
|
|
evp_test.o: ../include/openssl/err.h ../include/openssl/evp.h
|
|
|
|
evp_test.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h
|
|
|
|
evp_test.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h
|
|
|
|
evp_test.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
|
|
|
evp_test.o: ../include/openssl/safestack.h ../include/openssl/stack.h
|
|
|
|
evp_test.o: ../include/openssl/symhacks.h evp_test.c
|
2002-12-05 01:55:48 +00:00
|
|
|
exptest.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/bn.h
|
2001-02-19 16:06:34 +00:00
|
|
|
exptest.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
|
|
|
|
exptest.o: ../include/openssl/err.h ../include/openssl/lhash.h
|
|
|
|
exptest.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
2001-10-04 07:49:09 +00:00
|
|
|
exptest.o: ../include/openssl/ossl_typ.h ../include/openssl/rand.h
|
|
|
|
exptest.o: ../include/openssl/safestack.h ../include/openssl/stack.h
|
|
|
|
exptest.o: ../include/openssl/symhacks.h exptest.c
|
2002-12-29 01:38:15 +00:00
|
|
|
hmactest.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
2004-05-17 19:26:06 +00:00
|
|
|
hmactest.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
|
|
|
|
hmactest.o: ../include/openssl/evp.h ../include/openssl/hmac.h
|
|
|
|
hmactest.o: ../include/openssl/md5.h ../include/openssl/obj_mac.h
|
|
|
|
hmactest.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h
|
|
|
|
hmactest.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
|
|
|
hmactest.o: ../include/openssl/safestack.h ../include/openssl/stack.h
|
|
|
|
hmactest.o: ../include/openssl/symhacks.h hmactest.c
|
2002-12-05 01:55:48 +00:00
|
|
|
ideatest.o: ../e_os.h ../include/openssl/e_os2.h ../include/openssl/idea.h
|
|
|
|
ideatest.o: ../include/openssl/opensslconf.h ideatest.c
|
2002-12-29 01:38:15 +00:00
|
|
|
md2test.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
2004-05-17 19:26:06 +00:00
|
|
|
md2test.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
|
|
|
|
md2test.o: ../include/openssl/evp.h ../include/openssl/md2.h
|
|
|
|
md2test.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h
|
|
|
|
md2test.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
|
|
|
md2test.o: ../include/openssl/ossl_typ.h ../include/openssl/safestack.h
|
|
|
|
md2test.o: ../include/openssl/stack.h ../include/openssl/symhacks.h md2test.c
|
2002-12-29 01:38:15 +00:00
|
|
|
md4test.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
2004-05-17 19:26:06 +00:00
|
|
|
md4test.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
|
|
|
|
md4test.o: ../include/openssl/evp.h ../include/openssl/md4.h
|
|
|
|
md4test.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h
|
|
|
|
md4test.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
|
|
|
md4test.o: ../include/openssl/ossl_typ.h ../include/openssl/safestack.h
|
|
|
|
md4test.o: ../include/openssl/stack.h ../include/openssl/symhacks.h md4test.c
|
2002-12-29 01:38:15 +00:00
|
|
|
md5test.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
2004-05-17 19:26:06 +00:00
|
|
|
md5test.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
|
|
|
|
md5test.o: ../include/openssl/evp.h ../include/openssl/md5.h
|
|
|
|
md5test.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h
|
|
|
|
md5test.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
|
|
|
md5test.o: ../include/openssl/ossl_typ.h ../include/openssl/safestack.h
|
|
|
|
md5test.o: ../include/openssl/stack.h ../include/openssl/symhacks.h md5test.c
|
2002-12-29 01:38:15 +00:00
|
|
|
mdc2test.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
2004-05-17 19:26:06 +00:00
|
|
|
mdc2test.o: ../include/openssl/crypto.h ../include/openssl/des.h
|
|
|
|
mdc2test.o: ../include/openssl/des_old.h ../include/openssl/e_os2.h
|
|
|
|
mdc2test.o: ../include/openssl/evp.h ../include/openssl/mdc2.h
|
|
|
|
mdc2test.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h
|
|
|
|
mdc2test.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
|
|
|
mdc2test.o: ../include/openssl/ossl_typ.h ../include/openssl/safestack.h
|
|
|
|
mdc2test.o: ../include/openssl/stack.h ../include/openssl/symhacks.h
|
|
|
|
mdc2test.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h mdc2test.c
|
2002-12-05 01:55:48 +00:00
|
|
|
randtest.o: ../e_os.h ../include/openssl/e_os2.h
|
|
|
|
randtest.o: ../include/openssl/opensslconf.h ../include/openssl/ossl_typ.h
|
|
|
|
randtest.o: ../include/openssl/rand.h randtest.c
|
|
|
|
rc2test.o: ../e_os.h ../include/openssl/e_os2.h
|
2001-02-19 16:06:34 +00:00
|
|
|
rc2test.o: ../include/openssl/opensslconf.h ../include/openssl/rc2.h rc2test.c
|
2002-12-05 01:55:48 +00:00
|
|
|
rc4test.o: ../e_os.h ../include/openssl/e_os2.h
|
2001-02-19 16:06:34 +00:00
|
|
|
rc4test.o: ../include/openssl/opensslconf.h ../include/openssl/rc4.h rc4test.c
|
2002-12-05 01:55:48 +00:00
|
|
|
rc5test.o: ../e_os.h ../include/openssl/e_os2.h
|
|
|
|
rc5test.o: ../include/openssl/opensslconf.h ../include/openssl/rc5.h rc5test.c
|
2002-12-29 01:38:15 +00:00
|
|
|
rmdtest.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
2004-05-17 19:26:06 +00:00
|
|
|
rmdtest.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
|
|
|
|
rmdtest.o: ../include/openssl/evp.h ../include/openssl/obj_mac.h
|
|
|
|
rmdtest.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h
|
|
|
|
rmdtest.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
|
|
|
rmdtest.o: ../include/openssl/ripemd.h ../include/openssl/safestack.h
|
|
|
|
rmdtest.o: ../include/openssl/stack.h ../include/openssl/symhacks.h rmdtest.c
|
2002-07-30 12:44:33 +00:00
|
|
|
rsa_test.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
|
|
|
rsa_test.o: ../include/openssl/bn.h ../include/openssl/crypto.h
|
2003-04-10 20:11:09 +00:00
|
|
|
rsa_test.o: ../include/openssl/e_os2.h ../include/openssl/err.h
|
2002-08-09 12:16:15 +00:00
|
|
|
rsa_test.o: ../include/openssl/lhash.h ../include/openssl/opensslconf.h
|
|
|
|
rsa_test.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
|
|
|
rsa_test.o: ../include/openssl/rand.h ../include/openssl/rsa.h
|
|
|
|
rsa_test.o: ../include/openssl/safestack.h ../include/openssl/stack.h
|
2003-04-10 20:11:09 +00:00
|
|
|
rsa_test.o: ../include/openssl/symhacks.h rsa_test.c
|
2002-12-29 01:38:15 +00:00
|
|
|
sha1test.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
2004-05-17 19:26:06 +00:00
|
|
|
sha1test.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
|
|
|
|
sha1test.o: ../include/openssl/evp.h ../include/openssl/obj_mac.h
|
|
|
|
sha1test.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h
|
|
|
|
sha1test.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
|
|
|
sha1test.o: ../include/openssl/safestack.h ../include/openssl/sha.h
|
|
|
|
sha1test.o: ../include/openssl/stack.h ../include/openssl/symhacks.h sha1test.c
|
2002-12-29 01:38:15 +00:00
|
|
|
shatest.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
2004-05-17 19:26:06 +00:00
|
|
|
shatest.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
|
|
|
|
shatest.o: ../include/openssl/evp.h ../include/openssl/obj_mac.h
|
|
|
|
shatest.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h
|
|
|
|
shatest.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
|
|
|
shatest.o: ../include/openssl/safestack.h ../include/openssl/sha.h
|
|
|
|
shatest.o: ../include/openssl/stack.h ../include/openssl/symhacks.h shatest.c
|
2002-12-29 01:38:15 +00:00
|
|
|
ssltest.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
|
2002-07-30 12:44:33 +00:00
|
|
|
ssltest.o: ../include/openssl/bn.h ../include/openssl/buffer.h
|
2002-12-29 01:38:15 +00:00
|
|
|
ssltest.o: ../include/openssl/comp.h ../include/openssl/crypto.h
|
|
|
|
ssltest.o: ../include/openssl/dh.h ../include/openssl/dsa.h
|
|
|
|
ssltest.o: ../include/openssl/e_os2.h ../include/openssl/ec.h
|
|
|
|
ssltest.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h
|
|
|
|
ssltest.o: ../include/openssl/engine.h ../include/openssl/err.h
|
|
|
|
ssltest.o: ../include/openssl/evp.h ../include/openssl/kssl.h
|
|
|
|
ssltest.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h
|
2002-08-09 12:16:15 +00:00
|
|
|
ssltest.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h
|
|
|
|
ssltest.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
|
|
|
|
ssltest.o: ../include/openssl/pem.h ../include/openssl/pem2.h
|
|
|
|
ssltest.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h
|
|
|
|
ssltest.o: ../include/openssl/rsa.h ../include/openssl/safestack.h
|
|
|
|
ssltest.o: ../include/openssl/sha.h ../include/openssl/ssl.h
|
|
|
|
ssltest.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h
|
|
|
|
ssltest.o: ../include/openssl/ssl3.h ../include/openssl/stack.h
|
2004-04-19 18:33:41 +00:00
|
|
|
ssltest.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h
|
2003-05-01 04:10:32 +00:00
|
|
|
ssltest.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h ssltest.c
|