Subversion Repositories nettle

Compare Revisions

Ignore whitespace Rev 74 → Rev 75

/trunk/debian/changelog
5,8 → 5,10
the SONAME, because it was undocumented and untested and should not
be in use.
* Add symbols files and correct dependencies in shlibs files.
* Update copyright information, in particular regarding blowfish and
serpent, trying to follow DEP5.
 
-- Magnus Holmgren <holmgren@debian.org> Fri, 15 Jul 2011 22:58:05 +0200
-- Magnus Holmgren <magnus@kibibyte.se> Sat, 06 Aug 2011 16:58:04 +0200
 
nettle (2.1-2) unstable; urgency=low
 
/trunk/debian/copyright
5,122 → 5,109
Copyright: © 2001-2011 Niels Möller
Some parts are Copyright © the Free Software Foundation and various
people. See below and source code comments for details.
This package was debianized by Marek Habersack <grendel@debian.org> on
Tue, 4 Nov 2003 18:23:07 +0100.
The current Debian maintainer is Magnus Holmgren <holmgren@debian.org>.
 
 
Upstream Author:
 
Copyright
 
 
 
The nettle library is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or (at your
option) any later version.
 
The nettle library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
License for more details.
 
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
 
Nettle is distributed under the GNU Lesser General Public License
(LGPL). A few of the individual files are in the public domain. To
find the current status of particular files, you have to read the
copyright notices at the top of the files.
 
A list of the supported algorithms, their origins and licenses (from
the manual):
 
AES
License: LGPL-2.1+
The nettle library is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or (at your
option) any later version.
.
The nettle library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
License for more details.
.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
.
On Debian GNU/Linux systems, the complete text of the newest version
of the GNU Lesser General Public License can be found in
/usr/share/common-licenses/LGPL.
Comment:
Nettle is distributed under the GNU Lesser General Public License
(LGPL). A few of the individual files are in the public domain. To
find the current status of particular files, you have to read the
copyright notices at the top of the files.
.
A list of the supported algorithms, their origins and licenses (from
the manual):
.
AES
The implementation of the AES cipher (also known as rijndael) is
written by Rafael Sevilla. Assembler for x86 by Rafael Sevilla and
Niels Möller, Sparc assembler by Niels Möller. Released under the
LGPL.
 
ARCFOUR
.
ARCFOUR
The implementation of the ARCFOUR (also known as RC4) cipher is
written by Niels Möller. Released under the LGPL.
 
ARCTWO
.
ARCTWO
The implementation of the ARCTWO (also known as RC2) cipher is
written by Nikos Mavroyanopoulos and modified by Werner Koch and
Simon Josefsson. Released under the LGPL.
 
BLOWFISH
.
BLOWFISH
The implementation of the BLOWFISH cipher is written by Werner
Koch, copyright owned by the Free Software Foundation. Also hacked
by Simon Josefsson and Niels Möller. Released under the LGPL.
 
CAMELLIA
.
CAMELLIA
The C implementation is by Nippon Telegraph and Telephone
Corporation (NTT), heavily modified by Niels Möller. Assembler for
x86 and x86_64 by Niels Möller. Released under the LGPL.
 
CAST128
.
CAST128
The implementation of the CAST128 cipher is written by Steve Reid.
Released into the public domain.
 
DES
.
DES
The implementation of the DES cipher is written by Dana L. How, and
released under the LGPL.
 
MD2
.
MD2
The implementation of MD2 is written by Andrew Kuchling, and hacked
some by Andreas Sigfridsson and Niels Möller. Python Cryptography
Toolkit license (essentially public domain).
 
MD4
.
MD4
This is almost the same code as for MD5 below, with modifications
by Marcus Comstedt. Released into the public domain.
 
MD5
.
MD5
The implementation of the MD5 message digest is written by Colin
Plumb. It has been hacked some more by Andrew Kuchling and Niels
Möller. Released into the public domain.
 
SERPENT
.
SERPENT
The implementation of the SERPENT is based on the code in
libgcrypt, copyright owned by the Free Software Foundation.
Adapted to Nettle by Simon Josefsson and heavily modified by
Niels Möller. Assembly for x86_64 by Niels Möller. Released under
the LGPL.
 
SHA1
.
SHA1
The C implementation of the SHA1 message digest is written by Peter
Gutmann, and hacked some more by Andrew Kuchling and Niels Möller.
Released into the public domain. Assembler for x86 by Niels Möller,
released under the LGPL.
 
SHA224, SHA256, SHA384, and SHA512
.
SHA224, SHA256, SHA384, and SHA512
Written by Niels Möller, using Peter Gutmann's SHA1 code as a
model. Released under the LGPL.
 
TWOFISH
.
TWOFISH
The implementation of the TWOFISH cipher is written by Ruud de
Rooij. Released under the LGPL.
 
RSA
.
RSA
Written by Niels Möller, released under the LGPL. Uses the GMP
library for bignum operations.
 
DSA
.
DSA
Written by Niels Möller, released under the LGPL. Uses the GMP
library for bignum operations.
 
 
On Debian GNU/Linux systems, the complete text of the newest version
of the GNU Lesser General Public License can be found in
/usr/share/common-licenses/LGPL.
 
Files: *
Copyright: © 2001-2011 Niels Möller
License: LGPL-2.1+
136,6 → 123,11
© 2002, 2004 Niels Möller
License: LGPL-2.1+
 
Files: base64.h, base64-meta.c
Copyright: © 2002 Dan Egnor
© 2002 Niels Möller
License: LGPL-2.1+
 
Files: blowfish.c
Copyright: © 1998, 2001, 2002, 2003 Free Software Foundation, Inc.
© 2010 Simon Josefsson
142,16 → 134,21
License: LGPL-2.1+
 
Files: blowfish.h
Copyright: © 1998, 2001, 2002, 2003 Free Software Foundation, Inc.
© 2001 Ray Dassen
© 2001 Niels Möller
Copyright: © 1998, 2001 Free Software Foundation, Inc.
© 1998, 2001 Ray Dassen
© 1998, 2001 Niels Möller
License: LGPL-2.1+
 
Files: camellia-crypt-internal.c
Files: camellia-table.c, camellia-crypt-internal.c
Copyright: © 2006, 2007 NTT (Nippon Telegraph and Telephone Corporation)
© 2010 Niels Möller
License: LGPL-2.1+
 
Files: der2dsa.c
Copyright: © 2005, 2009 Niels Möller
© 2009 Magnus Holmgren
License: LGPL-2.1+
 
Files: desCode.h, descode.README, desdata.c, desinfo.c
Copyright: © 2002 Dana L. How
License: LGPL-2+
161,6 → 158,11
© 1997, 2001 Niels Möller
License: LGPL-2.1+
 
Files: gcm.c, gcm.h
Copyright: © 2011 Katholieke Universiteit Leuven
© 2011 Niels Möller
License: LGPG-2.1+
 
Files: md2.c
Copyright: © ? Andrew Kuchling
© 2003 Andreas Sigfridsson
177,10 → 179,18
© 2001 Niels Möller
License: LGPL-2.1+
 
Files: serpent.c, serpent_sboxes.h
Copyright: © 1998, 2000, 2001 Ross Anderson, Eli Biham, Lars Knudsen, Rafael R. Sevilla, Niels Möller
License: GPL-2+
Files: memxor.c
Copyright: © 1991,1993, 1995 Free Software Foundation, Inc.
© 2010 Niels Möller
License: LGPL-2.1+
 
Files: serpent-encrypt.c, serpent-decrypt.c, serpent-set-key.c
Copyright: © 1998 Ross Anderson, Eli Biham, Lars Knudsen
© 2003, 2004, 2005 Free Software Foundation, Inc.
© 2010, 2011 Simon Josefsson
© 2011 Niels Möller
License: LGPL-2.1+
 
Files: sha*
Copyright: © 2001, 2004 Peter Gutmann, Andrew Kuchling, Niels Möller
License: LGPL-2.1+
232,6 → 242,16
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
 
Files: tools/pkcs1-conv.c
Copyright: © 2005, 2009 Niels Möller
© 2009 Magnus Holmgren
License: LGPL-2.1+
 
Files: x86*/aes-*-internal.asm
Copyright: © 2001, 2002, 2005, 2008 Rafael R. Sevilla
© 2001, 2002, 2005, 2008 Niels Möller
License: LGPL-2.1+
 
Files: getopt*
Copyright: © 1987-2001 Free Software Foundation, Inc.
License: GPL-2+
245,7 → 265,7
the same distribution terms that you use for the rest of that program.
 
Files: debian/*
License: PD
License: public-domain
I believe that most files in debian/ hardly contains any creative
expression eligible for copyright.