update for sig comments
authortedu <tedu@openbsd.org>
Thu, 9 Jan 2014 18:59:56 +0000 (18:59 +0000)
committertedu <tedu@openbsd.org>
Thu, 9 Jan 2014 18:59:56 +0000 (18:59 +0000)
regress/usr.bin/signify/orders.txt.sig
regress/usr.bin/signify/signify.sh

index fd9a975..28ebf6e 100644 (file)
@@ -1,2 +1,2 @@
-untrusted comment: signify signature
+untrusted comment: signify signature from signify secret key
 RWTAeKJJ1MTF3UpxzBCu6NaM6HPJNTj5CZ+M5XNJKNeEHBLQSsstzHGbSo8rPYNgw3Z98pN7WKiIwBIyRrKuIdKBRA6qlaci6wI=
index c1c489d..ee9ccca 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $OpenBSD: signify.sh,v 1.2 2014/01/09 16:22:04 tedu Exp $
+# $OpenBSD: signify.sh,v 1.3 2014/01/09 18:59:56 tedu Exp $
 
 srcdir=$1
 
@@ -12,7 +12,7 @@ forgery="$srcdir/forgery.txt"
 set -e
 
 signify -s $seckey -o test.sig -S $orders 
-cmp test.sig "$orders.sig"
+diff -u test.sig "$orders.sig"
 rm test.sig
 
 signify -p $pubkey -V $orders > /dev/null