Module Name: othersrc
Committed By: wiz
Date: Sun Sep 18 22:33:38 UTC 2011
Modified Files:
othersrc/crypto/external/bsd/sharedkey/dist/src/sharedkey: sharedkey.1
Log Message:
Remove trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
othersrc/crypto/external/bsd/sharedkey/dist/src/sharedkey/sharedkey.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/crypto/external/bsd/sharedkey/dist/src/sharedkey/sharedkey.1
diff -u othersrc/crypto/external/bsd/sharedkey/dist/src/sharedkey/sharedkey.1:1.4 othersrc/crypto/external/bsd/sharedkey/dist/src/sharedkey/sharedkey.1:1.5
--- othersrc/crypto/external/bsd/sharedkey/dist/src/sharedkey/sharedkey.1:1.4 Sun Sep 18 19:27:08 2011
+++ othersrc/crypto/external/bsd/sharedkey/dist/src/sharedkey/sharedkey.1 Sun Sep 18 22:33:38 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: sharedkey.1,v 1.4 2011/09/18 19:27:08 agc Exp $
+.\" $NetBSD: sharedkey.1,v 1.5 2011/09/18 22:33:38 wiz Exp $
.\"
.\" Copyright (c) 2010,2011 Alistair Crooks <[email protected]>
.\" All rights reserved.
@@ -138,12 +138,12 @@
.Bd -literal
% sharedkey -t 2/3 /etc/group
Generating a one-time key
-signature 2048/RSA (Encrypt or Sign) 6018e4d1edcd8801 2011-09-17
-Key fingerprint: e6ba 6252 120b 2f6a b702 4223 6018 e4d1 edcd 8801
+signature 2048/RSA (Encrypt or Sign) 6018e4d1edcd8801 2011-09-17
+Key fingerprint: e6ba 6252 120b 2f6a b702 4223 6018 e4d1 edcd 8801
uid /etc/group shared 2/3 by agc Sat Sep 17 14:32:28 2011
netpgp: generated keys in directory /tmp/share.04718a/6018e4d1edcd8801
-Enter passphrase for 6018e4d1edcd8801:
-Repeat passphrase for 6018e4d1edcd8801:
+Enter passphrase for 6018e4d1edcd8801:
+Repeat passphrase for 6018e4d1edcd8801:
Shared secrets are in: /tmp/share.04718a
% mat tvf /tmp/share.*/share000.mat
@@ -166,10 +166,10 @@
Two of the shares can then be used to recover the secret in the following way:
.Bd -literal
% sharedkey -o group.recover -r /tmp/share.*/share002.mat /tmp/share.*/share000.mat
-signature 2048/RSA (Encrypt or Sign) 6018e4d1edcd8801 2011-09-17
-Key fingerprint: e6ba 6252 120b 2f6a b702 4223 6018 e4d1 edcd 8801
+signature 2048/RSA (Encrypt or Sign) 6018e4d1edcd8801 2011-09-17
+Key fingerprint: e6ba 6252 120b 2f6a b702 4223 6018 e4d1 edcd 8801
uid /etc/group shared 2/3 by agc Sat Sep 17 14:32:28 2011
-netpgp passphrase:
+netpgp passphrase:
% diff /etc/group group.recover
% ls -l /etc/group group.recover
-rw-r--r-- 1 root wheel 535 Oct 4 21:44 /etc/group