diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-08-23 21:47:00 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-08-23 21:47:00 +0000 |
| commit | 1f98bff34816fdb7e78205c322f84eb6190700ed (patch) | |
| tree | bf8dc74a930e8dd5cfd2061967a8f2767de1742e /contrib/bind/lib/dst/README | |
| parent | 2cf92774d22db082dfd96fc0fbc9b540ddc0d9e4 (diff) | |
Diffstat (limited to 'contrib/bind/lib/dst/README')
| -rw-r--r-- | contrib/bind/lib/dst/README | 27 |
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. |
