mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-05 03:47:45 +03:00
parent
d973a7dd96
commit
4da38c86dd
1 changed files with 10 additions and 0 deletions
10
index.html
10
index.html
|
@ -228,6 +228,16 @@ minisign -V [-H] [-x sig_file] [-p pubkey_file | -P pubkey] [-o] [-q] -m file
|
||||||
attacks).
|
attacks).
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
OpenBSD's <a href="https://man.openbsd.org/signify">signify(1)</a>
|
||||||
|
is conceptually similar to minisign. Minisign creates signatures
|
||||||
|
that can be verified by signify, but signatures created by signify
|
||||||
|
<b>cannot</b> be verified by minisign because minisign expects
|
||||||
|
the trusted comment section to be present. Trusted comments are
|
||||||
|
important to describe what has been signed in addition to the fact
|
||||||
|
that something has been signed.
|
||||||
|
</p>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
<a
|
<a
|
||||||
id="compilation--installation"
|
id="compilation--installation"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue