Re: [patch] signify's file name parsing broken

2020-01-26 Thread Marcus Müller
On Tue, 2020-01-21 at 17:22 -0500, Ted Unangst wrote: > Ted Unangst wrote: > Not much simpler, but maybe this is easier to follow. Keeps the hair > in a > separate function. I appreciate the effort put into this issue very much! I agree, moving it into a separate function is beneficial; and the si

[patch] signify's file name parsing broken

2020-01-11 Thread Marcus Müller
Dear OpenBSD community, I've just stumbled across a malfunction in signify: It cannot handle file names that contain a `)` character, when checking a list of hashes generated by `sha256` command line utilities (`sha256sum --tags` on Linux). To blame for this is this simple statement in signify.c