asignify
asignify copied to clipboard
Yet another signify tool
I've got a branch queued up that basically rototills the libasignify API to take `FILE *` everywhere rather than opening files itself (mostly) -- mostly to support pkg or other...
Hello, A few years ago I packaged asignify for the GNU Guix distro: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=de15ff1a6c319a46046093d26baa6117c6a22e73 As you can see, I used a version of "1.1", along with some extra info we...
With current gcc 11.x you get an error when compiling asignify. I found more details in this bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1937076 A possible fix could look like according to that bug...
This is something I've been tossing back and forth that I think I'd like to implement before trying to import `asignify` into FreeBSD base. The basic idea is pretty simple:...
Status
Hi, What is the current project status? Is it unmaintained or still alive?
the code should check the password fits in the buffer before calling memcpy() (even though in this particular example the check isn't necessary). // sorry to submit this as an...
See #23 and #24. I'm not marking this as draft (because I'm not planning on re-doing this code - it's just for your inspiration ;) ), but consider it draft-quality,...
... and asignify check requires to be given the same path when checking a digest, or else it will not find the file in the digest. Ugh, this is not...
I'd like to sign a package repository (like, 2174 files now :P), adding a .sig file next to each package, but keep the private key password protected while i'm not...