Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change explicit_bzero();free() to freezero() | 2020-02-26 | 1 | -3/+2 | |
| | | | | | | | | While freezero() returns early if the pointer is NULL the tests for NULL in callers are left to avoid warnings about passing an uninitialised size argument across a function boundry. ok deraadt@ djm@ | ||||
* | lots of things were relying on libcrypto headers to transitively | 2019-09-06 | 1 | -1/+2 | |
| | | | | | include various system headers (mostly stdlib.h); include them explicitly | ||||
* | correct fmt-string for size_t as noted by Nicholas Lemonias; ok djm@ | 2015-03-24 | 1 | -2/+2 | |
| | |||||
* | switch to sshbuf | 2015-01-15 | 1 | -3/+3 | |
| | |||||
* | replace most bzero with explicit_bzero, except a few that cna be memset | 2014-01-31 | 1 | -4/+4 | |
| | | | | ok djm dtucker | ||||
* | replace openssl HMAC with an implementation based on our ssh_digest_* | 2014-01-27 | 1 | -0/+195 | |
| | | | | ok and feedback djm@ | ||||
* | 1) clean up the MAC support for SSH-2 | 2001-02-11 | 1 | -56/+0 | |
| | | | | | | | 2) allow you to specify the MAC with 'ssh -m' 3) or the 'MACs' keyword in ssh(d)_config 4) add hmac-{md5,sha1}-96 ok stevesk@, provos@ | ||||
* | sync with netbsd tree changes. | 2001-02-08 | 1 | -1/+3 | |
| | | | | | | - more strict prototypes, include necessary headers - use paths.h/pathnames.h decls - size_t typecase to int -> u_long | ||||
* | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | 2001-01-21 | 1 | -2/+2 | |
| | | | | rename util.[ch] -> misc.[ch] | ||||
* | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | 2000-12-19 | 1 | -7/+7 | |
| | | | | with u_char. | ||||
* | cleanup copyright notices on all files. I have attempted to be accurate with | 2000-09-07 | 1 | -6/+1 | |
| | | | | | | | the details. everything is now under Tatu's licence (which I copied from his readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd developers under a 2-term bsd licence. We're not changing any rules, just being accurate. | ||||
* | OpenBSD tag | 2000-06-20 | 1 | -1/+1 | |
| | |||||
* | #include <ssl/foo.h> -> <openssh/foo.h> | 2000-04-12 | 1 | -2/+2 | |
| | |||||
* | DSA, keyexchange, algorithm agreement for ssh2 | 2000-04-03 | 1 | -0/+59 | |