Commit graph

199 commits

Author SHA1 Message Date
David Lawrence
d9135464f2 Stop multiple warnings on IRIX about some bitfiddling being done on
a long integer to stuff it into a four byte character array big endianwise.
2000-12-06 23:12:10 +00:00
Olafur Gudmundsson
09ceae8853 keygen coredumps if rsa key is not generated due to lack of randomness 2000-12-05 21:11:18 +00:00
Brian Wellington
425c9c3720 remove unused variable warnings 2000-12-04 23:39:05 +00:00
Brian Wellington
5af0b591fd lib/dns/sec/openssl/th-lock.c was useless. 2000-12-04 23:21:42 +00:00
Brian Wellington
704d6eeab1 591. [bug] Work around non-reentrancy in openssl by disabling
precomputation in keys.
2000-12-04 23:06:37 +00:00
Mark Andrews
9b2e198580 Silence compiler 2000-11-28 04:46:00 +00:00
Brian Wellington
292ef406c6 Calling RSA_check_key() requires entropy, which may not be present. Remove
the call.
2000-11-22 00:11:30 +00:00
Brian Wellington
cffe50abf6 Lots of copyright updates 2000-11-18 03:01:17 +00:00
David Lawrence
2197bdf6b1 fixed prototype for static build_SYS_str_reasons() 2000-11-15 23:19:05 +00:00
David Lawrence
5ed0ffc1f7 clean up const warnings 2000-11-15 22:38:51 +00:00
Brian Wellington
ebfcb6cf66 550. [func] Support unknown rdata types and classes. 2000-11-09 23:55:05 +00:00
Brian Wellington
ed239db49c Allow keys to be referred to as 'Kname.+id+alg.' (with a trailing dot), since
file completion often produces strings of that form.
2000-11-01 00:17:18 +00:00
Mark Andrews
c03bb27f06 532. [func] Implement DNS UPDATE pseudo records using
DNS_RDATA_UPDATE flag.

 531.   [func]          Rdata really should be initalized before being
                        assigned to (dns_rdata_fromwire(), dns_rdata_fromtext(),
                        dns_rdata_clone(), dns_rdata_fromregion()),
                        check that it is.
2000-10-25 04:26:57 +00:00
Brian Wellington
6177fc9897 A lot of files generated by libtool were not properly ignored. 2000-10-16 23:44:25 +00:00
Brian Wellington
568c0c0c10 forgot to add these files 2000-10-07 00:45:13 +00:00
Brian Wellington
4ed956c5c0 current snapshot of gss-tsig code. I'd be surprised if this works with
w2k, but a bind9 client and server can talk.
2000-10-06 17:08:15 +00:00
Brian Wellington
bda3efe854 reordered include files 2000-09-27 00:06:34 +00:00
Brian Wellington
a06c40460a fix a potential buffer overflow when writing keys to disk. 2000-09-25 23:19:39 +00:00
Andreas Gustafsson
922e6a3c2a 478. [bug] "make install" failed if the directory specified with
--prefix did not already exist.
2000-09-20 19:06:16 +00:00
Brian Wellington
140c1a485b remove warnings 2000-09-18 19:36:59 +00:00
Brian Wellington
eacc8996e0 The included openssl rsa code didn't work 2000-09-18 19:25:00 +00:00
Brian Wellington
206c4ad41e More header files needed for rsa 2000-09-16 01:35:02 +00:00
Brian Wellington
4e37e5b5ee empty unions don't compile everywhere. 2000-09-16 01:34:30 +00:00
Brian Wellington
a9dedf80e6 oops, missed this one. 2000-09-16 01:22:55 +00:00
Brian Wellington
fe73980e87 add openssl rsa 2000-09-16 01:14:34 +00:00
Brian Wellington
09523ae822 remove dnssafe 2000-09-16 01:14:22 +00:00
Brian Wellington
8dc6eb05bd Add RSA support 2000-09-16 01:13:59 +00:00
Brian Wellington
e9c0951923 Remove dnssafe; use openssl rsa instead. 2000-09-16 01:12:21 +00:00
Brian Wellington
90e9c34380 Remove dnssafe. 2000-09-16 01:09:21 +00:00
Brian Wellington
020d334001 Don't assume class IN. 2000-09-12 09:54:36 +00:00
Brian Wellington
ec393c0384 Error return cleanup. 2000-09-08 14:25:40 +00:00
Brian Wellington
8c7fa43b3c Make dst_region_computeid() take an algorithm, since it was returning the
wrong id for RSA keys.  Also clean up a few error messages from dst routines.
2000-09-08 14:23:49 +00:00
Brian Wellington
79028ea477 uninitialized variables could lead to a core dump. 2000-09-07 12:10:36 +00:00
Brian Wellington
d3735e0e25 DST_ALG_RSA -> DST_ALG_RSAMD5 2000-09-02 01:17:20 +00:00
Brian Wellington
5ae91ef876 #include <stddef.h> 2000-08-30 01:24:20 +00:00
Brian Wellington
9e21cef0b2 The alphabetically sorted OBJS and SRCS weren't. 2000-08-28 22:54:39 +00:00
Brian Wellington
4e5dfe304c updated copyright 2000-08-17 19:03:27 +00:00
Brian Wellington
c9e998ea51 A bit of gss-tsig code. Don't expect this to work. 2000-08-17 02:04:22 +00:00
Brian Wellington
5b148f96cc An error in a .private file could lead to an assertion. 2000-08-16 00:30:56 +00:00
Brian Wellington
f15eb342bd Add DST_R_OPENSSLFAILURE, which basically means that openssl returned
an error and we don't know why.
2000-08-10 22:28:36 +00:00
Brian Wellington
cb8a455cd5 A few calls to dst_region_computeid() passed in regions with the wrong
length.
2000-08-08 16:13:40 +00:00
David Lawrence
078b05bc26 In hmacmd5_sign, stack variable "digest" changed from char * to unsigned char *
to be compatible with digest parameter of isc_hmacmd5_sign().
2000-08-02 15:33:11 +00:00
David Lawrence
40f53fa8d9 Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your
own CVS tree will help minimize CVS conflicts.  Maybe not.
Blame Graff for getting me to trim all trailing whitespace.
2000-08-01 01:33:37 +00:00
Brian Wellington
38c3484647 Replace the internal dst__id_calc() with the visible dst_region_computeid(). 2000-07-31 19:44:21 +00:00
David Lawrence
15a4474541 word wrap copyright notice at column 70 2000-07-27 09:55:03 +00:00
Andreas Gustafsson
371827c1e0 added missing DNSSAFE license file 2000-07-26 22:41:28 +00:00
Brian Wellington
209ec709f3 Use the isc hmac library instead of a separate implementation (not that
the separate implementation was especially complicated).  dst hmac-md5 should
really go away at some point.
2000-07-18 18:15:27 +00:00
Brian Wellington
e68de4a7db 306. [bug] Reading HMAC-MD5 private key files didn't work. 2000-07-03 23:27:45 +00:00
David Lawrence
7657358689 does not need isc/types.h 2000-06-23 03:00:30 +00:00
David Lawrence
9c3531d72a add RCS id string 2000-06-22 22:00:42 +00:00