0841eb1
Files libcryptopp-5.2.1.old/a.out and libcryptopp-5.2.1/a.out differ
0841eb1
diff --exclude config.guess --exclude config.sub -uNr libcryptopp-5.2.1.old/configure.in libcryptopp-5.2.1/configure.in
0841eb1
--- libcryptopp-5.2.1.old/configure.ac	1969-12-31 19:00:00.000000000 -0500
0841eb1
+++ libcryptopp-5.2.1/configure.ac	2005-08-02 14:02:30.000000000 -0400
0841eb1
@@ -0,0 +1,13 @@
0841eb1
+AC_INIT([cryptopp], [5.5.2], [cryptopp-users@googlegroups.com])
0841eb1
+AM_INIT_AUTOMAKE
0841eb1
+AC_CONFIG_SRCDIR(configure.ac)
0841eb1
+AC_CONFIG_HEADER([local.h])
0841eb1
+AM_MAINTAINER_MODE
0841eb1
+
0841eb1
+AC_PROG_CXX
0841eb1
+AC_PROG_LIBTOOL
0841eb1
+AC_PROG_INSTALL
0841eb1
+
0841eb1
+AC_C_BIGENDIAN
0841eb1
+
0841eb1
+AC_OUTPUT(Makefile)
0841eb1
diff --exclude config.guess --exclude config.sub -uNr libcryptopp-5.2.1.old/Makefile.am libcryptopp-5.2.1/Makefile.am
0841eb1
--- libcryptopp-5.2.1.old/Makefile.am	1969-12-31 19:00:00.000000000 -0500
0841eb1
+++ libcryptopp-5.2.1/Makefile.am	2005-08-02 14:02:30.000000000 -0400
0841eb1
@@ -0,0 +1,331 @@
0841eb1
+AUTOMAKE_OPTIONS = foreign
0841eb1
+lib_LTLIBRARIES = libcryptopp.la
0841eb1
+libcryptopp_la_LIBADD = -lpthread
0841eb1
+libcryptopp_la_LDFLAGS = -version-info 6:0:0
0841eb1
+libcryptopp_la_SOURCES =  \
0841eb1
+	3way.cpp \
0841eb1
+	adler32.cpp \
0841eb1
+	algebra.cpp \
0841eb1
+	algparam.cpp \
0841eb1
+	arc4.cpp \
0841eb1
+	asn.cpp \
0841eb1
+	base32.cpp \
0841eb1
+	base64.cpp \
0841eb1
+	basecode.cpp \
0841eb1
+	bfinit.cpp \
0841eb1
+	blowfish.cpp \
0841eb1
+	blumshub.cpp \
0841eb1
+	camellia.cpp \
0841eb1
+	cast.cpp \
0841eb1
+	casts.cpp \
0841eb1
+	cbcmac.cpp \
0841eb1
+	channels.cpp \
0841eb1
+	cpu.cpp \
0841eb1
+	crc.cpp \
0841eb1
+	cryptlib.cpp \
0841eb1
+	default.cpp \
0841eb1
+	des.cpp \
0841eb1
+	dessp.cpp \
0841eb1
+	dh.cpp \
0841eb1
+	dh2.cpp \
0841eb1
+	dll.cpp \
0841eb1
+	dsa.cpp \
0841eb1
+	ec2n.cpp \
0841eb1
+	eccrypto.cpp \
0841eb1
+	ecp.cpp \
0841eb1
+	elgamal.cpp \
0841eb1
+	emsa2.cpp \
0841eb1
+	eprecomp.cpp \
0841eb1
+	esign.cpp \
0841eb1
+	files.cpp \
0841eb1
+	filters.cpp \
0841eb1
+	fips140.cpp \
0841eb1
+	fipstest.cpp \
0841eb1
+	gf256.cpp \
0841eb1
+	gf2_32.cpp \
0841eb1
+	gf2n.cpp \
0841eb1
+	gfpcrypt.cpp \
0841eb1
+	gost.cpp \
0841eb1
+	gzip.cpp \
0841eb1
+	hex.cpp \
0841eb1
+	hmac.cpp \
0841eb1
+	hrtimer.cpp \
0841eb1
+	ida.cpp \
0841eb1
+	idea.cpp \
0841eb1
+	integer.cpp \
0841eb1
+	iterhash.cpp \
0841eb1
+	luc.cpp \
0841eb1
+	md2.cpp \
0841eb1
+	md4.cpp \
0841eb1
+	md5.cpp \
0841eb1
+	misc.cpp \
0841eb1
+	modes.cpp \
0841eb1
+	mqueue.cpp \
0841eb1
+	mqv.cpp \
0841eb1
+	nbtheory.cpp \
0841eb1
+	network.cpp \
0841eb1
+	oaep.cpp \
0841eb1
+	osrng.cpp \
0841eb1
+	panama.cpp \
0841eb1
+	pch.cpp \
0841eb1
+	pkcspad.cpp \
0841eb1
+	polynomi.cpp \
0841eb1
+	pssr.cpp \
0841eb1
+	pubkey.cpp \
0841eb1
+	queue.cpp \
0841eb1
+	rabin.cpp \
0841eb1
+	randpool.cpp \
0841eb1
+	rc2.cpp \
0841eb1
+	rc5.cpp \
0841eb1
+	rc6.cpp \
0841eb1
+	rdtables.cpp \
0841eb1
+	rijndael.cpp \
0841eb1
+	ripemd.cpp \
0841eb1
+	rng.cpp \
0841eb1
+	rsa.cpp \
0841eb1
+	rw.cpp \
0841eb1
+	safer.cpp \
0841eb1
+	salsa.cpp \
0841eb1
+	seal.cpp \
0841eb1
+	serpent.cpp \
0841eb1
+	sha.cpp \
0841eb1
+	shacal2.cpp \
0841eb1
+	shark.cpp \
0841eb1
+	sharkbox.cpp \
0841eb1
+	simple.cpp \
0841eb1
+	skipjack.cpp \
0841eb1
+	socketft.cpp \
0841eb1
+	sosemanuk.cpp \
0841eb1
+	square.cpp \
0841eb1
+	squaretb.cpp \
0841eb1
+	strciphr.cpp \
0841eb1
+	tea.cpp \
0841eb1
+	tftables.cpp \
0841eb1
+	tiger.cpp \
0841eb1
+	tigertab.cpp \
0841eb1
+	trdlocal.cpp \
0841eb1
+	ttmac.cpp \
0841eb1
+	twofish.cpp \
0841eb1
+	vmac.cpp \
0841eb1
+	wait.cpp \
0841eb1
+	wake.cpp \
0841eb1
+	whrlpool.cpp \
0841eb1
+	winpipes.cpp \
0841eb1
+	xtr.cpp \
0841eb1
+	xtrcrypt.cpp \
0841eb1
+	zdeflate.cpp \
0841eb1
+	zinflate.cpp \
0841eb1
+	zlib.cpp
0841eb1
+
0841eb1
+pkginclude_HEADERS = \
0841eb1
+	3way.h \
0841eb1
+	adler32.h \
0841eb1
+	aes.h \
0841eb1
+	algebra.h \
0841eb1
+	algparam.h \
0841eb1
+	arc4.h \
0841eb1
+	argnames.h \
0841eb1
+	asn.h \
0841eb1
+	base32.h \
0841eb1
+	base64.h \
0841eb1
+	basecode.h \
0841eb1
+	bench.h \
0841eb1
+	blowfish.h \
0841eb1
+	blumshub.h \
0841eb1
+	camellia.h \
0841eb1
+	cast.h \
0841eb1
+	cbcmac.h \
0841eb1
+	channels.h \
0841eb1
+	config.h \
0841eb1
+	cpu.h \
0841eb1
+	crc.h \
0841eb1
+	cryptlib.h \
0841eb1
+	default.h \
0841eb1
+	des.h \
0841eb1
+	dh2.h \
0841eb1
+	dh.h \
0841eb1
+	dll.h \
0841eb1
+	dmac.h \
0841eb1
+	dsa.h \
0841eb1
+	ec2n.h \
0841eb1
+	eccrypto.h \
0841eb1
+	ecp.h \
0841eb1
+	elgamal.h \
0841eb1
+	emsa2.h \
0841eb1
+	eprecomp.h \
0841eb1
+	esign.h \
0841eb1
+	factory.h \
0841eb1
+	files.h \
0841eb1
+	filters.h \
0841eb1
+	fips140.h \
0841eb1
+	fltrimpl.h \
0841eb1
+	gf2_32.h \
0841eb1
+	gf256.h \
0841eb1
+	gf2n.h \
0841eb1
+	gfpcrypt.h \
0841eb1
+	gost.h \
0841eb1
+	gzip.h \
0841eb1
+	hex.h \
0841eb1
+	hmac.h \
0841eb1
+	hrtimer.h \
0841eb1
+	ida.h \
0841eb1
+	idea.h \
0841eb1
+	integer.h \
0841eb1
+	iterhash.h \
0841eb1
+	lubyrack.h \
0841eb1
+	luc.h \
0841eb1
+	md2.h \
0841eb1
+	md4.h \
0841eb1
+	md5.h \
0841eb1
+	mdc.h \
0841eb1
+	misc.h \
0841eb1
+	modarith.h \
0841eb1
+	modes.h \
0841eb1
+	modexppc.h \
0841eb1
+	mqueue.h \
0841eb1
+	mqv.h \
0841eb1
+	nbtheory.h \
0841eb1
+	network.h \
0841eb1
+	nr.h \
0841eb1
+	oaep.h \
0841eb1
+	oids.h \
0841eb1
+	osrng.h \
0841eb1
+	panama.h \
0841eb1
+	pch.h \
0841eb1
+	pkcspad.h \
0841eb1
+	polynomi.h \
0841eb1
+	pssr.h \
0841eb1
+	pubkey.h \
0841eb1
+	pwdbased.h \
0841eb1
+	queue.h \
0841eb1
+	rabin.h \
0841eb1
+	randpool.h \
0841eb1
+	rc2.h \
0841eb1
+	rc5.h \
0841eb1
+	rc6.h \
0841eb1
+	rijndael.h \
0841eb1
+	ripemd.h \
0841eb1
+	rng.h \
0841eb1
+	rsa.h \
0841eb1
+	rw.h \
0841eb1
+	safer.h \
0841eb1
+	salsa.h \
0841eb1
+	seal.h \
0841eb1
+	secblock.h \
0841eb1
+	seckey.h \
0841eb1
+	serpent.h \
0841eb1
+	shacal2.h \
0841eb1
+	sha.h \
0841eb1
+	shark.h \
0841eb1
+	simple.h \
0841eb1
+	skipjack.h \
0841eb1
+	smartptr.h \
0841eb1
+	socketft.h \
0841eb1
+	sosemanuk.h \
0841eb1
+	square.h \
0841eb1
+	stdcpp.h \
0841eb1
+	strciphr.h \
0841eb1
+	tea.h \
0841eb1
+	tiger.h \
0841eb1
+	trdlocal.h \
0841eb1
+	trunhash.h \
0841eb1
+	ttmac.h \
0841eb1
+	twofish.h \
0841eb1
+	vmac.h \
0841eb1
+	wait.h \
0841eb1
+	wake.h \
0841eb1
+	whrlpool.h \
0841eb1
+	winpipes.h \
0841eb1
+	words.h \
0841eb1
+	xtrcrypt.h \
0841eb1
+	xtr.h \
0841eb1
+	zdeflate.h \
0841eb1
+	zinflate.h \
0841eb1
+	zlib.h
0841eb1
+
0841eb1
+
0841eb1
+noinst_HEADERS = \
0841eb1
+	local.h \
0841eb1
+	resource.h \
0841eb1
+	serpentp.h
0841eb1
+	validate.h
0841eb1
+
0841eb1
+pkgdata_DATA = \
0841eb1
+	3desval.dat \
0841eb1
+	3wayval.dat \
0841eb1
+	camellia.dat \
0841eb1
+	cast128v.dat \
0841eb1
+	cast256v.dat \
0841eb1
+	descert.dat \
0841eb1
+	dh1024.dat \
0841eb1
+	dh2048.dat \
0841eb1
+	dlie1024.dat \
0841eb1
+	dlie2048.dat \
0841eb1
+	dsa1024b.dat \
0841eb1
+	dsa1024.dat \
0841eb1
+	dsa512.dat \
0841eb1
+	elgc1024.dat \
0841eb1
+	esig1023.dat \
0841eb1
+	esig1536.dat \
0841eb1
+	esig2046.dat \
0841eb1
+	gostval.dat \
0841eb1
+	ideaval.dat \
0841eb1
+	luc1024.dat \
0841eb1
+	luc2048.dat \
0841eb1
+	lucc1024.dat \
0841eb1
+	lucc512.dat \
0841eb1
+	lucd1024.dat \
0841eb1
+	lucd512.dat \
0841eb1
+	lucs1024.dat \
0841eb1
+	lucs512.dat \
0841eb1
+	mqv1024.dat \
0841eb1
+	mqv2048.dat \
0841eb1
+	nr1024.dat \
0841eb1
+	nr2048.dat \
0841eb1
+	rabi1024.dat \
0841eb1
+	rabi2048.dat \
0841eb1
+	rc2val.dat \
0841eb1
+	rc5val.dat \
0841eb1
+	rc6val.dat \
0841eb1
+	rijndael.dat \
0841eb1
+	rsa1024.dat \
0841eb1
+	rsa2048.dat \
0841eb1
+	rsa400pb.dat \
0841eb1
+	rsa400pv.dat \
0841eb1
+	rsa512a.dat \
0841eb1
+	rw1024.dat \
0841eb1
+	rw2048.dat \
0841eb1
+	saferval.dat \
0841eb1
+	serpentv.dat \
0841eb1
+	shacal2v.dat \
0841eb1
+	sharkval.dat \
0841eb1
+	skipjack.dat \
0841eb1
+	squareva.dat \
0841eb1
+	twofishv.dat \
0841eb1
+	usage.dat \
0841eb1
+	xtrdh171.dat \
0841eb1
+	xtrdh342.dat
0841eb1
+
0841eb1
+bin_PROGRAMS = cryptest
0841eb1
+cryptest_SOURCES = \
0841eb1
+	bench.cpp \
0841eb1
+	bench2.cpp \
0841eb1
+	test.cpp \
0841eb1
+	validat1.cpp \
0841eb1
+	validat2.cpp \
0841eb1
+	validat3.cpp \
0841eb1
+	datatest.cpp \
0841eb1
+	regtest.cpp \
0841eb1
+	fipsalgt.cpp \
0841eb1
+	dlltest.cpp
0841eb1
+	
0841eb1
+nodist_cryptest_SOURCES = adhoc.cpp
0841eb1
+CLEANFILES = adhoc.cpp
0841eb1
+cryptest_LDADD = $(lib_LTLIBRARIES)
0841eb1
+
0841eb1
+adhoc.cpp: Makefile
0841eb1
+	if test -f adhoc.cpp; then      \
0841eb1
+	  touch adhoc.cpp;              \
0841eb1
+	else                            \
0841eb1
+	  cp adhoc.cpp.proto adhoc.cpp; \
0841eb1
+	fi