summaryrefslogtreecommitdiff
path: root/contrib/bind/lib/dst/README
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-11-06 16:10:58 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-11-06 16:10:58 +0000
commit6070c7c97a722aaef19151fc2a9b715950a60100 (patch)
treebc3c48f4b3629b38d58de58623cabddf0da321b6 /contrib/bind/lib/dst/README
parent8e14eeeb1dddd9ed0d491ac01cfb2c6acdf135f6 (diff)
Notes
Diffstat (limited to 'contrib/bind/lib/dst/README')
-rw-r--r--contrib/bind/lib/dst/README27
1 files changed, 0 insertions, 27 deletions
diff --git a/contrib/bind/lib/dst/README b/contrib/bind/lib/dst/README
deleted file mode 100644
index 6283e589b6e1..000000000000
--- a/contrib/bind/lib/dst/README
+++ /dev/null
@@ -1,27 +0,0 @@
-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.