[SCM] implementation of RSA blind signatures branch, master, updated. upstream/0.5-6-g8eb414c

David Bate davebate at gmail.com
Mon Apr 16 22:23:12 UTC 2012


The following commit has been merged in the master branch:
commit 6f18973df66c067e0d0009ac5a4e67289371e466
Author: David Bate <davebate at gmail.com>
Date:   Mon Apr 16 23:11:30 2012 +0100

    Created -bin package containing blind_id binary (and a short manpage)

diff --git a/debian/blind_id.1 b/debian/blind_id.1
new file mode 100644
index 0000000..a0dad60
--- /dev/null
+++ b/debian/blind_id.1
@@ -0,0 +1,43 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH BLIND_ID 1 "April 16, 2012"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+blind_id \- program to generate blind signatures
+.SH SYNOPSIS
+.B blind_id
+.SH DESCRIPTION
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
+.\" respectively.
+\fd0-blind-id\fP is an implementation of RSA blind signatures, Diffie-Hellmann key exchange and Schnorr identification. It can be used by the DarkPlaces game engine (as used in Xonotic) to perform anonymous registration with a central server, providing cryptographic identities which are used in Xonotic for access control on individual game servers.
+
+This implementation has not been audited independently, and is not currently recommended for non-game uses.
+
+\fBblind_id\fP generates blind signatures until quit.
+.SH OPTIONS
+.TP
+No options.
+
+.SH SEE ALSO
+/usr/share/doc/d0-blind-id-bin/d0_blind_id.txt.gz
+.br
+https://github.com/divVerent/d0_blind_id
+.br
+.SH AUTHOR
+blind-id was written by Rudolf Polzer <divVerent at xonotic.org>.
+.PP
+This manual page was written by David Bate <davebate at gmail.com>, for the Debian project (and may be used by others).
diff --git a/debian/control b/debian/control
index 308c4b3..d543801 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-games/d0-blind-id.git;a=summary
 Package: libd0-blind-id-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libd0-blind-id0 (= ${binary:Version}), libd0-rijndael0 (= ${binary:Version})
+Depends: ${misc:Depends}, libd0-blind-id0 (= ${binary:Version}), libd0-rijndael0 (= ${binary:Version})
 Description: library for user identification using RSA blind signatures - devel
  d0_blind_id is an implementation of RSA "blind signatures",
  Diffie-Hellmann key exchange and Schnorr identification. It can be used
@@ -22,10 +22,9 @@ Description: library for user identification using RSA blind signatures - devel
  This implementation has not been audited independently, and is not
  currently recommended for non-game uses.
  .
- This package contains the development files for d0-blind-id.
+ This package contains the development files for libd0-blind-id.
 
 Package: libd0-blind-id0
-Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: library for user identification using RSA blind signatures
@@ -39,7 +38,6 @@ Description: library for user identification using RSA blind signatures
  currently recommended for non-game uses.
 
 Package: libd0-rijndael0
-Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: AES implementation used by libd0-blind-id
@@ -50,4 +48,18 @@ Description: AES implementation used by libd0-blind-id
  which are used in Xonotic for access control on individual game servers.
  .
  This package contains the Rijndael encryption algorithm, the AES
- implementation used by libd0-blind-id.  
\ No newline at end of file
+ implementation used by libd0-blind-id.
+
+Package: d0-blind-id-bin
+Section: utils
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: utilities for user identification using RSA blind signatures
+ d0_blind_id is an implementation of RSA "blind signatures",
+ Diffie-Hellmann key exchange and Schnorr identification. It can be used
+ by the DarkPlaces game engine (as used in Xonotic) to perform anonymous
+ registration with a central server, providing cryptographic identities
+ which are used in Xonotic for access control on individual game servers.
+ .
+ This package contains utilities using libd0-blind-id, such as a blind
+ signature generator.
\ No newline at end of file
diff --git a/debian/d0-blind-id-bin.docs b/debian/d0-blind-id-bin.docs
new file mode 100644
index 0000000..fa709b0
--- /dev/null
+++ b/debian/d0-blind-id-bin.docs
@@ -0,0 +1 @@
+d0_blind_id.txt
\ No newline at end of file
diff --git a/debian/d0-blind-id-bin.install b/debian/d0-blind-id-bin.install
new file mode 100644
index 0000000..124e2a7
--- /dev/null
+++ b/debian/d0-blind-id-bin.install
@@ -0,0 +1 @@
+usr/bin/blind_id
\ No newline at end of file
diff --git a/debian/d0-blind-id-bin.manpages b/debian/d0-blind-id-bin.manpages
new file mode 100644
index 0000000..f13353e
--- /dev/null
+++ b/debian/d0-blind-id-bin.manpages
@@ -0,0 +1 @@
+debian/blind_id.1
\ No newline at end of file
diff --git a/debian/libd0-blind-id-dev.install b/debian/libd0-blind-id-dev.install
index 47c94ab..6cd8ddd 100644
--- a/debian/libd0-blind-id-dev.install
+++ b/debian/libd0-blind-id-dev.install
@@ -2,4 +2,3 @@ usr/include/*
 usr/lib/lib*.a
 usr/lib/lib*.so
 usr/lib/pkgconfig/*
-usr/bin/blind_id

-- 
implementation of RSA blind signatures



More information about the Pkg-games-commits mailing list