aperezdc / signify

OpenBSD tool to sign and verify signatures on files. Portable version.
ISC License
272 stars 16 forks source link

Incorrect pledge(2) signature #21

Closed saghul closed 5 years ago

saghul commented 5 years ago

The current signature for pledge(2) in https://github.com/aperezdc/signify/blob/master/compat.h#L36 seems to match that of OpenBSD 6.1: https://man.openbsd.org/OpenBSD-6.1/pledge.2 but it got changed in 6.3: https://man.openbsd.org/OpenBSD-6.3/pledge.2 It's listed in the changelog here: https://www.openbsd.org/63.html

aperezdc commented 5 years ago

Good catch, thanks @saghul for reporting this.

saghul commented 5 years ago

That was quick! Cheers!