CVSROOT: /cvs Module name: src Changes by: es...@cvs.openbsd.org 2016/10/06 16:38:25
Modified files: usr.bin/signify: signify.c Log message: - better check for seckeyname/pubkeyname "equality", remove the path (you could legitimately store secret keys on a temporary mount - error out if seckeyname does not follow the *.sec pattern for signing, augment the check to deal with that. - special case: seckeyfile can come from a pipe, and then, well, there's no way to store *.pub in the comment. okay tedu@