Rev 68 | Rev 75 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 68 | Rev 74 | ||
|---|---|---|---|
| Line -... | Line 1... | ||
| - | 1 | Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174 |
|
| - | 2 | Upstream-Name: Nettle |
|
| - | 3 | Upstream-Contact: Niels Möller <nisse@lysator.liu.se> |
|
| - | 4 | Source: http://www.lysator.liu.se/~nisse/nettle/ |
|
| - | 5 | Copyright: © 2001-2011 Niels Möller |
|
| - | 6 | Some parts are Copyright © the Free Software Foundation and various |
|
| - | 7 | people. See below and source code comments for details. |
|
| - | 8 | ||
| 1 | This package was debianized by Marek Habersack <grendel@debian.org> on |
9 | This package was debianized by Marek Habersack <grendel@debian.org> on |
| 2 | Tue, 4 Nov 2003 18:23:07 +0100. |
10 | Tue, 4 Nov 2003 18:23:07 +0100. |
| 3 | The current Debian maintainer is Magnus Holmgren <holmgren@debian.org>. |
11 | The current Debian maintainer is Magnus Holmgren <holmgren@debian.org>. |
| 4 | 12 | ||
| 5 | It was downloaded from http://www.lysator.liu.se/~nisse/nettle/ |
- | |
| 6 | 13 | ||
| 7 | Upstream Author: Niels Möller |
14 | Upstream Author: |
| 8 | 15 | ||
| 9 | Copyright © 2001-2006 Niels Möller |
16 | Copyright |
| 10 | 17 | ||
| 11 | Some parts are Copyright © the Free Software Foundation and various |
- | |
| 12 | people. See below and source code comments for details. |
- | |
| 13 | 18 | ||
| 14 | 19 | ||
| 15 | This package is free software; you can redistribute it and/or modify |
20 | The nettle library is free software; you can redistribute it and/or modify |
| 16 | it under the terms of the GNU General Public License as published by |
21 | it under the terms of the GNU Lesser General Public License as published by |
| 17 | the Free Software Foundation; version 2 dated June, 1991. |
22 | the Free Software Foundation; either version 2.1 of the License, or (at your |
| - | 23 | option) any later version. |
|
| 18 | 24 | ||
| 19 | This package is distributed in the hope that it will be useful, |
25 | The nettle library is distributed in the hope that it will be useful, but |
| 20 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
26 | WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY |
| 21 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
27 | or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public |
| 22 | GNU General Public License for more details. |
28 | License for more details. |
| 23 | 29 | ||
| 24 | You should have received a copy of the GNU General Public License |
30 | You should have received a copy of the GNU Lesser General Public |
| 25 | along with this package; if not, write to the Free Software |
31 | License along with this library; if not, write to the Free Software |
| 26 | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA |
32 | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
| 27 | 02110-1301, USA. |
- | |
| 28 | 33 | ||
| 29 | 34 | ||
| 30 | Nettle is distributed under the GNU General Public License. However, |
35 | Nettle is distributed under the GNU Lesser General Public License |
| 31 | most of the individual files are dual licensed under less restrictive |
36 | (LGPL). A few of the individual files are in the public domain. To |
| 32 | licenses like the GNU Lesser General Public License (LGPL), or are in |
- | |
| 33 | the public domain. This means that if you don't use the parts of |
- | |
| 34 | nettle that are GPL-only, you have the option to use the Nettle |
- | |
| 35 | library just as if it were licensed under the LGPL. To find the |
- | |
| 36 | current status of particular files, you have to read the copyright |
37 | find the current status of particular files, you have to read the |
| 37 | notices at the top of the files. |
38 | copyright notices at the top of the files. |
| 38 | 39 | ||
| 39 | A list of the supported algorithms, their origins and licenses (from |
40 | A list of the supported algorithms, their origins and licenses (from |
| 40 | the manual): |
41 | the manual): |
| 41 | 42 | ||
| 42 | AES |
43 | AES |
| Line 55... | Line 56... | ||
| 55 | Simon Josefsson. Released under the LGPL. |
56 | Simon Josefsson. Released under the LGPL. |
| 56 | 57 | ||
| 57 | BLOWFISH |
58 | BLOWFISH |
| 58 | The implementation of the BLOWFISH cipher is written by Werner |
59 | The implementation of the BLOWFISH cipher is written by Werner |
| 59 | Koch, copyright owned by the Free Software Foundation. Also hacked |
60 | Koch, copyright owned by the Free Software Foundation. Also hacked |
| 60 | by Ray Dassen and Niels Möller. Released under the GPL. |
61 | by Simon Josefsson and Niels Möller. Released under the LGPL. |
| - | 62 | ||
| - | 63 | CAMELLIA |
|
| - | 64 | The C implementation is by Nippon Telegraph and Telephone |
|
| - | 65 | Corporation (NTT), heavily modified by Niels Möller. Assembler for |
|
| - | 66 | x86 and x86_64 by Niels Möller. Released under the LGPL. |
|
| 61 | 67 | ||
| 62 | CAST128 |
68 | CAST128 |
| 63 | The implementation of the CAST128 cipher is written by Steve Reid. |
69 | The implementation of the CAST128 cipher is written by Steve Reid. |
| 64 | Released into the public domain. |
70 | Released into the public domain. |
| 65 | 71 | ||
| Line 80... | Line 86... | ||
| 80 | The implementation of the MD5 message digest is written by Colin |
86 | The implementation of the MD5 message digest is written by Colin |
| 81 | Plumb. It has been hacked some more by Andrew Kuchling and Niels |
87 | Plumb. It has been hacked some more by Andrew Kuchling and Niels |
| 82 | Möller. Released into the public domain. |
88 | Möller. Released into the public domain. |
| 83 | 89 | ||
| 84 | SERPENT |
90 | SERPENT |
| 85 | The implementation of the SERPENT cipher is written by Ross |
91 | The implementation of the SERPENT is based on the code in |
| - | 92 | libgcrypt, copyright owned by the Free Software Foundation. |
|
| 86 | Anderson, Eli Biham, and Lars Knudsen, adapted to LSH by Rafael |
93 | Adapted to Nettle by Simon Josefsson and heavily modified by |
| 87 | Sevilla, and to Nettle by Niels Möller. Released under the GPL. |
94 | Niels Möller. Assembly for x86_64 by Niels Möller. Released under |
| - | 95 | the LGPL. |
|
| 88 | 96 | ||
| 89 | SHA1 |
97 | SHA1 |
| 90 | The C implementation of the SHA1 message digest is written by Peter |
98 | The C implementation of the SHA1 message digest is written by Peter |
| 91 | Gutmann, and hacked some more by Andrew Kuchling and Niels Möller. |
99 | Gutmann, and hacked some more by Andrew Kuchling and Niels Möller. |
| 92 | Released into the public domain. Assembler for x86 by Niels Möller, |
100 | Released into the public domain. Assembler for x86 by Niels Möller, |
| 93 | released under the LGPL. |
101 | released under the LGPL. |
| 94 | 102 | ||
| 95 | SHA256 |
103 | SHA224, SHA256, SHA384, and SHA512 |
| 96 | Written by Niels Möller, using Peter Gutmann's SHA1 code as a |
104 | Written by Niels Möller, using Peter Gutmann's SHA1 code as a |
| 97 | model. Released under the LGPL. |
105 | model. Released under the LGPL. |
| 98 | 106 | ||
| 99 | TWOFISH |
107 | TWOFISH |
| 100 | The implementation of the TWOFISH cipher is written by Ruud de |
108 | The implementation of the TWOFISH cipher is written by Ruud de |
| Line 107... | Line 115... | ||
| 107 | DSA |
115 | DSA |
| 108 | Written by Niels Möller, released under the LGPL. Uses the GMP |
116 | Written by Niels Möller, released under the LGPL. Uses the GMP |
| 109 | library for bignum operations. |
117 | library for bignum operations. |
| 110 | 118 | ||
| 111 | 119 | ||
| 112 | On Debian GNU/Linux systems, the complete texts of the GNU General |
120 | On Debian GNU/Linux systems, the complete text of the newest version |
| 113 | Public License and the GNU Lesser General Public License can be found |
121 | of the GNU Lesser General Public License can be found in |
| 114 | in /usr/share/common-licenses/GPL-2 and /usr/share/common-licenses/LGPL, |
122 | /usr/share/common-licenses/LGPL. |
| 115 | respectively. |
- | |
| 116 | 123 | ||
| 117 | Files: * |
124 | Files: * |
| 118 | Copyright: © 2001-2006 Niels Möller |
125 | Copyright: © 2001-2011 Niels Möller |
| 119 | License: LGPL-2.1+ |
126 | License: LGPL-2.1+ |
| 120 | 127 | ||
| 121 | Files: aes-set-*, |
128 | Files: aes-set-*, |
| 122 | Copyright: © 2000, 2001, 2002 Rafael R. Sevilla, Niels Möller |
129 | Copyright: © 2000, 2001, 2002 Rafael R. Sevilla, Niels Möller |
| 123 | License: LGPL-2.1+ |
130 | License: LGPL-2.1+ |
| Line 128... | Line 135... | ||
| 128 | © 2004 Free Software Foundation, Inc. |
135 | © 2004 Free Software Foundation, Inc. |
| 129 | © 2002, 2004 Niels Möller |
136 | © 2002, 2004 Niels Möller |
| 130 | License: LGPL-2.1+ |
137 | License: LGPL-2.1+ |
| 131 | 138 | ||
| 132 | Files: blowfish.c |
139 | Files: blowfish.c |
| 133 | Copyright: © 1998 Free Software Foundation, Inc. |
140 | Copyright: © 1998, 2001, 2002, 2003 Free Software Foundation, Inc. |
| 134 | © 2001 Ray Dassen |
141 | © 2010 Simon Josefsson |
| 135 | © 2001 Niels Möller |
- | |
| 136 | License: GPL-2+ |
142 | License: LGPL-2.1+ |
| 137 | 143 | ||
| 138 | Files: blowfish.h |
144 | Files: blowfish.h |
| 139 | Copyright: © 1998 Free Software Foundation, Inc. |
145 | Copyright: © 1998, 2001, 2002, 2003 Free Software Foundation, Inc. |
| 140 | © 2001 Ray Dassen |
146 | © 2001 Ray Dassen |
| 141 | © 2001 Niels Möller |
147 | © 2001 Niels Möller |
| 142 | License: LGPL-2.1+ |
148 | License: LGPL-2.1+ |
| 143 | 149 | ||
| - | 150 | Files: camellia-crypt-internal.c |
|
| - | 151 | Copyright: © 2006, 2007 NTT (Nippon Telegraph and Telephone Corporation) |
|
| - | 152 | © 2010 Niels Möller |
|
| - | 153 | License: LGPL-2.1+ |
|
| - | 154 | ||
| 144 | Files: desCode.h, descode.README, desdata.c, desinfo.c |
155 | Files: desCode.h, descode.README, desdata.c, desinfo.c |
| 145 | Copyright: © 2002 Dana L. How |
156 | Copyright: © 2002 Dana L. How |
| 146 | License: LGPL-2+ |
157 | License: LGPL-2+ |
| 147 | 158 | ||
| 148 | Files: des.c, des.h |
159 | Files: des.c, des.h |
| Line 236... | Line 247... | ||
| 236 | Files: debian/* |
247 | Files: debian/* |
| 237 | License: PD |
248 | License: PD |
| 238 | I believe that most files in debian/ hardly contains any creative |
249 | I believe that most files in debian/ hardly contains any creative |
| 239 | expression eligible for copyright. |
250 | expression eligible for copyright. |
| 240 | 251 | ||
| 241 | Files: debian/sexp-conv.nettle.1 |
252 | Files: debian/sexp-conv.1 |
| 242 | Copyright: © 2002 Timshel Knoll <timshel@debian.org> |
253 | Copyright: © 2002 Timshel Knoll <timshel@debian.org> |
| 243 | © 2007 Magnus Holmgren |
254 | © 2007 Magnus Holmgren |
| 244 | License: GPL-2 |
255 | License: GPL-2 |
| 245 | This manpage was copied from the lsh-utils package. Timshel didn't |
256 | This manpage was copied from the lsh-utils package. Timshel didn't |
| 246 | explicitly select a license for his packaging work, but I think that |
257 | explicitly select a license for his packaging work, but I think that |