Re: lock(1): wipe hash before exit in one-time password case

2017-09-06 Thread Theo Buehler
On Wed, Aug 30, 2017 at 08:49:20PM -0500, Scott Cheloha wrote: > Hi, > > In the one-time password case we want to wipe the hash itself > before exit, right? Yes, clearing s1 there makes no sense anymore, it was already zeroed out further up. ok tb > > This must have slipped through when tedu@

lock(1): wipe hash before exit in one-time password case

2017-08-30 Thread Scott Cheloha
Hi, In the one-time password case we want to wipe the hash itself before exit, right? This must have slipped through when tedu@ patiently rewrote and committed my botched patch a little while back. -- Scott Cheloha P.S. I didn't botch it this time, right? Index: usr.bin/lock/lock.c