NetBSD/dist/bind/lib/dst
2001-04-06 11:13:45 +00:00
..
bsafe_link.c Negative exit code cleanup: Replace exit(-x) with exit(x). 2001-04-06 11:13:45 +00:00
cylink_link.c upgrade to BIND 8.2.3. the upgrade is critical (security fixes). 2001-01-27 07:21:56 +00:00
dst_api.c upgrade to BIND 8.2.3. the upgrade is critical (security fixes). 2001-01-27 07:21:56 +00:00
dst_internal.h Format string cleanups by Bill Sommerfeld. 2000-10-08 20:03:12 +00:00
eay_dss_link.c upgrade to BIND 8.2.3. the upgrade is critical (security fixes). 2001-01-27 07:21:56 +00:00
hmac_link.c upgrade to BIND 8.2.3. the upgrade is critical (security fixes). 2001-01-27 07:21:56 +00:00
md5_dgst.c re-add md5 from BIND8 kit. lib/dnssafe does not compile without it. 2001-01-27 07:58:25 +00:00
md5_locl.h re-add md5 from BIND8 kit. lib/dnssafe does not compile without it. 2001-01-27 07:58:25 +00:00
md5.h re-add md5 from BIND8 kit. lib/dnssafe does not compile without it. 2001-01-27 07:58:25 +00:00
prandom.c upgrade to BIND 8.2.3. the upgrade is critical (security fixes). 2001-01-27 07:21:56 +00:00
README Import bind 8.2.2-P5. 1999-11-20 18:53:57 +00:00
rsaref_link.c upgrade to BIND 8.2.3. the upgrade is critical (security fixes). 2001-01-27 07:21:56 +00:00
support.c upgrade to BIND 8.2.3. the upgrade is critical (security fixes). 2001-01-27 07:21:56 +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.