freebsd-dev/contrib/bind/lib/dst
Doug Barton 55d7029049 Import of ISC BIND version 8.3.6.
Version 8.3.5 was skipped due to bugs fixed in this version.
2003-06-17 08:25:13 +00:00
..
bsafe_link.c Import of ISC BIND version 8.3.6. 2003-06-17 08:25:13 +00:00
cylink_link.c Import of ISC BIND version 8.3.6. 2003-06-17 08:25:13 +00:00
dst_api.c Import of ISC BIND version 8.3.6. 2003-06-17 08:25:13 +00:00
dst_internal.h Import of ISC BIND 8.3.1-REL. 2002-02-04 19:12:46 +00:00
eay_dss_link.c Import of ISC BIND 8.3.1-REL. 2002-02-04 19:12:46 +00:00
hmac_link.c Import of ISC BIND version 8.3.6. 2003-06-17 08:25:13 +00:00
Makefile Import of ISC BIND 8.3.1-REL. 2002-02-04 19:12:46 +00:00
md5_dgst.c Import of ISC BIND 8.3.1-REL. 2002-02-04 19:12:46 +00:00
md5_locl.h Import bind v8.2.2.p5, minus the crypto for the time being. The bind 1999-11-30 02:43:11 +00:00
md5.h Import of ISC BIND 8.3.1-REL. 2002-02-04 19:12:46 +00:00
prandom.c Import of ISC BIND 8.3.1-REL. 2002-02-04 19:12:46 +00:00
README Import bind v8.2.2.p5, minus the crypto for the time being. The bind 1999-11-30 02:43:11 +00:00
rsaref_link.c Import of ISC BIND 8.3.1-REL. 2002-02-04 19:12:46 +00:00
support.c Import of ISC BIND 8.3.1-REL. 2002-02-04 19:12:46 +00:00

This directory in BIND contains the Domain Signature Tools (dst)
library.  It was written by Trusted Information Systems, Inc. and
integrated into BIND by John Gilmore.  It is used as a generic
crypto library interface by the DNS Security code in BIND.

	  Installing Domain Signature Tools Library - dst

1. Assess available crypto libraries:

	if you have DNSSAFE (the default)
		CRYPTFLAGS must include -DDNSSAFE
		CRYPTINCL must include -I../dnssafe

	if you have RSAREF 
		CRYPTFLAGS must include -DRSAREF 
		CRYPTINCL must include -I<path to rsa include files>
		
	if you have BSAFE 
		CRYPTFLAGS must include -DBSAFE
		CRYPTINCL must include -I<path to bsafe include files>

	if you want HMAC-MD5 support 
		CRYPTFLAGs must include -DHMAC	

2. Building BIND as usual will include the dst library routines into
   libbind.a, and link them into the BIND programs that use crypto
   support.