1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/usr.bin/x99token
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
x99token.1
x99token.c Use the safe idiom of cleaning sensitive data from memory with explicit_bzero, 2017-05-03 09:51:39 +00:00