Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-27 | - (djm) [openbsd-compat/explicit_bzero.c] implement explicit_bzero() | Damien Miller | |
using memset_s() where possible; improve fallback to indirect bzero via a volatile pointer to give it more of a chance to avoid being optimised away. | |||
2014-02-04 | - tedu@cvs.openbsd.org 2014/01/31 16:39:19 | Damien Miller | |
[auth2-chall.c authfd.c authfile.c bufaux.c bufec.c canohost.c] [channels.c cipher-chachapoly.c clientloop.c configure.ac hostfile.c] [kexc25519.c krl.c monitor.c sandbox-systrace.c session.c] [sftp-client.c ssh-keygen.c ssh.c sshconnect2.c sshd.c sshlogin.c] [openbsd-compat/explicit_bzero.c openbsd-compat/openbsd-compat.h] replace most bzero with explicit_bzero, except a few that cna be memset ok djm dtucker |