1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 16:42:56 -08:00
openbsd-src/usr.bin/skey
mestre 3a7efd9375 Use the safe idiom of cleaning sensitive data from memory with explicit_bzero,
instead of relying on other methods, after readpassphrase. Some programs on
this diff won't benefit that much since it happens near the terminal path, but
someone might copy the unsafe idiom to another program and place it where it
may leak sensitive data.

Discussed aeons ago with tb@, OK deraadt@ and beck@
2017-05-03 09:51:39 +00:00
..
Makefile Set the usual owner for /usr/bin/skeyprune. ok deraadt 2016-09-11 13:51:30 +00:00
skey.1 Remove telnet warnings. Civilization has reached a point where they are no 2015-10-09 21:59:34 +00:00
skey.c Use the safe idiom of cleaning sensitive data from memory with explicit_bzero, 2017-05-03 09:51:39 +00:00
skeyprune.8
skeyprune.pl