Rev 68 | Rev 75 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 68 | Rev 74 | ||
---|---|---|---|
- | 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 |
43 | The implementation of the AES cipher (also known as rijndael) is |
44 | The implementation of the AES cipher (also known as rijndael) is |
44 | written by Rafael Sevilla. Assembler for x86 by Rafael Sevilla and |
45 | written by Rafael Sevilla. Assembler for x86 by Rafael Sevilla and |
45 | Niels Möller, Sparc assembler by Niels Möller. Released under the |
46 | Niels Möller, Sparc assembler by Niels Möller. Released under the |
46 | LGPL. |
47 | LGPL. |
47 | 48 | ||
48 | ARCFOUR |
49 | ARCFOUR |
49 | The implementation of the ARCFOUR (also known as RC4) cipher is |
50 | The implementation of the ARCFOUR (also known as RC4) cipher is |
50 | written by Niels Möller. Released under the LGPL. |
51 | written by Niels Möller. Released under the LGPL. |
51 | 52 | ||
52 | ARCTWO |
53 | ARCTWO |
53 | The implementation of the ARCTWO (also known as RC2) cipher is |
54 | The implementation of the ARCTWO (also known as RC2) cipher is |
54 | written by Nikos Mavroyanopoulos and modified by Werner Koch and |
55 | written by Nikos Mavroyanopoulos and modified by Werner Koch and |
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 | ||
66 | DES |
72 | DES |
67 | The implementation of the DES cipher is written by Dana L. How, and |
73 | The implementation of the DES cipher is written by Dana L. How, and |
68 | released under the LGPL. |
74 | released under the LGPL. |
69 | 75 | ||
70 | MD2 |
76 | MD2 |
71 | The implementation of MD2 is written by Andrew Kuchling, and hacked |
77 | The implementation of MD2 is written by Andrew Kuchling, and hacked |
72 | some by Andreas Sigfridsson and Niels Möller. Python Cryptography |
78 | some by Andreas Sigfridsson and Niels Möller. Python Cryptography |
73 | Toolkit license (essentially public domain). |
79 | Toolkit license (essentially public domain). |
74 | 80 | ||
75 | MD4 |
81 | MD4 |
76 | This is almost the same code as for MD5 below, with modifications |
82 | This is almost the same code as for MD5 below, with modifications |
77 | by Marcus Comstedt. Released into the public domain. |
83 | by Marcus Comstedt. Released into the public domain. |
78 | 84 | ||
79 | MD5 |
85 | MD5 |
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 |
101 | Rooij. Released under the LGPL. |
109 | Rooij. Released under the LGPL. |
102 | 110 | ||
103 | RSA |
111 | RSA |
104 | Written by Niels Möller, released under the LGPL. Uses the GMP |
112 | Written by Niels Möller, released under the LGPL. Uses the GMP |
105 | library for bignum operations. |
113 | library for bignum operations. |
106 | 114 | ||
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+ |
124 | 131 | ||
125 | Files: arctwo* |
132 | Files: arctwo* |
126 | Copyright: © 2003 Nikos Mavroyanopoulos |
133 | Copyright: © 2003 Nikos Mavroyanopoulos |
127 | © 2004 Simon Josefsson |
134 | © 2004 Simon Josefsson |
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 |
149 | Copyright: © 1992 Dana L. How |
160 | Copyright: © 1992 Dana L. How |
150 | © 1997, 2001 Niels Möller |
161 | © 1997, 2001 Niels Möller |
151 | License: LGPL-2.1+ |
162 | License: LGPL-2.1+ |
152 | 163 | ||
153 | Files: md2.c |
164 | Files: md2.c |
154 | Copyright: © ? Andrew Kuchling |
165 | Copyright: © ? Andrew Kuchling |
155 | © 2003 Andreas Sigfridsson |
166 | © 2003 Andreas Sigfridsson |
156 | © 2003 Niels Möller |
167 | © 2003 Niels Möller |
157 | License: LGPL-2.1+ |
168 | License: LGPL-2.1+ |
158 | 169 | ||
159 | Files: md4.c |
170 | Files: md4.c |
160 | Copyright: © 2003 Marcus Comstedt |
171 | Copyright: © 2003 Marcus Comstedt |
161 | © 2003 Niels Möller |
172 | © 2003 Niels Möller |
162 | License: LGPL-2.1+ |
173 | License: LGPL-2.1+ |
163 | 174 | ||
164 | Files: md5.c, md5-compress.c |
175 | Files: md5.c, md5-compress.c |
165 | Copyright: © Colin Plumb, Andrew Kuchling |
176 | Copyright: © Colin Plumb, Andrew Kuchling |
166 | © 2001 Niels Möller |
177 | © 2001 Niels Möller |
167 | License: LGPL-2.1+ |
178 | License: LGPL-2.1+ |
168 | 179 | ||
169 | Files: serpent.c, serpent_sboxes.h |
180 | Files: serpent.c, serpent_sboxes.h |
170 | Copyright: © 1998, 2000, 2001 Ross Anderson, Eli Biham, Lars Knudsen, Rafael R. Sevilla, Niels Möller |
181 | Copyright: © 1998, 2000, 2001 Ross Anderson, Eli Biham, Lars Knudsen, Rafael R. Sevilla, Niels Möller |
171 | License: GPL-2+ |
182 | License: GPL-2+ |
172 | 183 | ||
173 | Files: sha* |
184 | Files: sha* |
174 | Copyright: © 2001, 2004 Peter Gutmann, Andrew Kuchling, Niels Möller |
185 | Copyright: © 2001, 2004 Peter Gutmann, Andrew Kuchling, Niels Möller |
175 | License: LGPL-2.1+ |
186 | License: LGPL-2.1+ |
176 | 187 | ||
177 | Files: twofish* |
188 | Files: twofish* |
178 | Copyright: © 1999 Ruud de Rooij <ruud@debian.org> |
189 | Copyright: © 1999 Ruud de Rooij <ruud@debian.org> |
179 | © 1999 J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> |
190 | © 1999 J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> |
180 | © 2001 Niels Möller |
191 | © 2001 Niels Möller |
181 | License: LGPL-2.1+ |
192 | License: LGPL-2.1+ |
182 | 193 | ||
183 | Files: testsuite/*, examples/*, aesdata.c, sha-example.c |
194 | Files: testsuite/*, examples/*, aesdata.c, sha-example.c |
184 | Copyright: © 2001-2006 Niels Möller |
195 | Copyright: © 2001-2006 Niels Möller |
185 | License: GPL-2 |
196 | License: GPL-2 |
186 | 197 | ||
187 | Files: dsa2sexp.c |
198 | Files: dsa2sexp.c |
188 | Copyright: © 2002, 2009 Niels Möller |
199 | Copyright: © 2002, 2009 Niels Möller |
189 | © 2009 Magnus Holmgren |
200 | © 2009 Magnus Holmgren |
190 | 201 | ||
191 | Files: testsuite/des-compat-test.c |
202 | Files: testsuite/des-compat-test.c |
192 | Copyright: © 1995-1997 Eric Young (eay@cryptsoft.com) |
203 | Copyright: © 1995-1997 Eric Young (eay@cryptsoft.com) |
193 | License: other |
204 | License: other |
194 | Redistribution and use in source and binary forms, with or without |
205 | Redistribution and use in source and binary forms, with or without |
195 | modification, are permitted provided that the following conditions |
206 | modification, are permitted provided that the following conditions |
196 | are met: |
207 | are met: |
197 | 1. Redistributions of source code must retain the copyright |
208 | 1. Redistributions of source code must retain the copyright |
198 | notice, this list of conditions and the following disclaimer. |
209 | notice, this list of conditions and the following disclaimer. |
199 | 2. Redistributions in binary form must reproduce the above copyright |
210 | 2. Redistributions in binary form must reproduce the above copyright |
200 | notice, this list of conditions and the following disclaimer in the |
211 | notice, this list of conditions and the following disclaimer in the |
201 | documentation and/or other materials provided with the distribution. |
212 | documentation and/or other materials provided with the distribution. |
202 | 3. All advertising materials mentioning features or use of this software |
213 | 3. All advertising materials mentioning features or use of this software |
203 | must display the following acknowledgement: |
214 | must display the following acknowledgement: |
204 | "This product includes cryptographic software written by |
215 | "This product includes cryptographic software written by |
205 | Eric Young (eay@cryptsoft.com)" |
216 | Eric Young (eay@cryptsoft.com)" |
206 | The word 'cryptographic' can be left out if the rouines from the library |
217 | The word 'cryptographic' can be left out if the rouines from the library |
207 | being used are not cryptographic related :-). |
218 | being used are not cryptographic related :-). |
208 | 4. If you include any Windows specific code (or a derivative thereof) from |
219 | 4. If you include any Windows specific code (or a derivative thereof) from |
209 | the apps directory (application code) you must include an acknowledgement: |
220 | the apps directory (application code) you must include an acknowledgement: |
210 | "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" |
221 | "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" |
211 | . |
222 | . |
212 | THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND |
223 | THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND |
213 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
224 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
214 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
225 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
215 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
226 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
216 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
227 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
217 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
228 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
218 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
229 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
219 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
230 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
220 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
231 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
221 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
232 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
222 | SUCH DAMAGE. |
233 | SUCH DAMAGE. |
223 | 234 | ||
224 | Files: getopt* |
235 | Files: getopt* |
225 | Copyright: © 1987-2001 Free Software Foundation, Inc. |
236 | Copyright: © 1987-2001 Free Software Foundation, Inc. |
226 | License: GPL-2+ |
237 | License: GPL-2+ |
227 | 238 | ||
228 | Files: config.guess, config.sub |
239 | Files: config.guess, config.sub |
229 | Copyright: © 1992-2003 Free Software Foundation, Inc. |
240 | Copyright: © 1992-2003 Free Software Foundation, Inc. |
230 | License: GPL-2+ |
241 | License: GPL-2+ |
231 | As a special exception to the GNU General Public License, if you |
242 | As a special exception to the GNU General Public License, if you |
232 | distribute this file as part of a program that contains a |
243 | distribute this file as part of a program that contains a |
233 | configuration script generated by Autoconf, you may include it under |
244 | configuration script generated by Autoconf, you may include it under |
234 | the same distribution terms that you use for the rest of that program. |
245 | the same distribution terms that you use for the rest of that program. |
235 | 246 | ||
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 |
247 | it can be considered released under the same license as LSH itself. |
258 | it can be considered released under the same license as LSH itself. |
248 | 259 | ||
249 | Files: debian/pkcs1-conv.1, debian/nettle-lfib-stream.1 |
260 | Files: debian/pkcs1-conv.1, debian/nettle-lfib-stream.1 |
250 | Copyright: © 2007 Magnus Holmgren |
261 | Copyright: © 2007 Magnus Holmgren |
251 | License: GAP |
262 | License: GAP |