Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | always use BN_clear_free instead of BN_free | 2001-12-27 | 1 | -8/+8 | ||
| | ||||||
* | call fatal() for openssl allocation failures | 2001-12-27 | 1 | -11/+10 | ||
| | ||||||
* | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | 2001-06-23 | 1 | -2/+2 | ||
| | | | | TODO; cleanup headers | |||||
* | increase linebuffer to deal with larger moduli; use rewind instead of | 2001-06-22 | 1 | -8/+4 | ||
| | | | | close/open | |||||
* | use /etc/moduli instead of /etc/primes, okay markus@ | 2001-06-22 | 1 | -4/+4 | ||
| | ||||||
* | some unused variable and typos; from tomh@po.crl.go.jp | 2001-04-15 | 1 | -6/+5 | ||
| | ||||||
* | clear+free keys,iv for rekeying. | 2001-04-04 | 1 | -6/+7 | ||
| | | | | + fix DH mem leaks. ok niels@ | |||||
* | move kex to kex*.c, used dispatch_set() callbacks for kex. should | 2001-04-03 | 1 | -1/+20 | ||
| | | | | make rekeying easier. | |||||
* | prepare for rekeying: move DH code to dh.c | 2001-03-29 | 1 | -1/+108 | ||
| | ||||||
* | more sanity checking on primes file | 2001-03-28 | 1 | -10/+13 | ||
| | ||||||
* | make dh group exchange more flexible, allow min and max group size, | 2001-03-27 | 1 | -6/+13 | ||
| | | | | okay markus@, deraadt@ | |||||
* | spelling | 2001-03-05 | 1 | -2/+2 | ||
| | ||||||
* | log functions should not be passed strings that end in newline as they | 2001-03-04 | 1 | -2/+2 | ||
| | | | | | get passed on to syslog() and when logging to stderr, do_log() appends its own newline. | |||||
* | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | 2001-01-21 | 1 | -2/+4 | ||
| | | | | rename util.[ch] -> misc.[ch] | |||||
* | move ssh1 definitions to ssh1.h, pathnames to pathnames.h | 2001-01-19 | 1 | -6/+7 | ||
| | ||||||
* | use error() not stderr! | 2001-01-15 | 1 | -2/+2 | ||
| | ||||||
* | do not use perror() in sshd, after the child is forked() | 2000-11-16 | 1 | -4/+2 | ||
| | ||||||
* | Wall | 2000-10-11 | 1 | -2/+1 | ||
| | ||||||
* | First rough implementation of the diffie-hellman group exchange. The | 2000-10-11 | 1 | -0/+158 | ||
client can ask the server for bigger groups to perform the diffie-hellman in, thus increasing the attack complexity when using ciphers with longer keys. University of Windsor provided network, T the company. |