Codebase list rust-libslirp / 40ccb06
Package ring kpcyrd 5 years ago
4 changed file(s) with 1621 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-ring (0.13.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package ring 0.13.2 from crates.io using debcargo 2.2.8
3
4 -- kpcyrd <git@rxv.cc> Sun, 21 Oct 2018 13:40:48 +0000
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: ring
2 Upstream-Contact: Brian Smith <brian@briansmith.org>
3 Source: https://github.com/briansmith/ring
4
5 Files: *
6 Copyright:
7 2015-2018 Brian Smith <brian@briansmith.org>
8 1998-2016 The OpenSSL Project
9 1995-1998 Eric Young <eay@cryptsoft.com>
10 2014-2018 Google Inc.
11 2017 Shay Gueron
12 2002 Sun Microsystems, Inc.
13 2014-2015 Intel Corporation
14 2015 CloudFlare, Inc.
15 2018 Trent Clarke
16 2016 Simon Sapin
17 2016 David Judd
18 2016 Dirkjan Ochtman
19 2015-2016 the fiat-crypto authors
20 License: OpenSSL License
21
22 Files: debian/*
23 Copyright:
24 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
25 2018 kpcyrd <git@rxv.cc>
26 License: OpenSSL License
27
28 License: OpenSSL License
29 Note that it is easy for this file to get out of sync with the licenses in the
30 source code files. It's recommended to compare the licenses in the source code
31 with what's mentioned here.
32 .
33 *ring* is derived from BoringSSL, so the licensing situation in *ring* is
34 similar to BoringSSL.
35 .
36 *ring* uses an ISC-style license like BoringSSL for code in new files,
37 including in particular all the Rust code:
38 .
39 Copyright 2015-2016 Brian Smith.
40 .
41 Permission to use, copy, modify, and/or distribute this software for any
42 purpose with or without fee is hereby granted, provided that the above
43 copyright notice and this permission notice appear in all copies.
44 .
45 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
46 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
47 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
48 SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
49 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
50 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
51 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
52 .
53 BoringSSL is a fork of OpenSSL. As such, large parts of it fall under OpenSSL
54 licensing. Files that are completely new have a Google copyright and an ISC
55 license. This license is reproduced at the bottom of this file.
56 .
57 Contributors to BoringSSL are required to follow the CLA rules for Chromium:
58 https://cla.developers.google.com/clas
59 .
60 Files in third_party/ have their own licenses, as described therein. The MIT
61 license, for third_party/fiat, which, unlike other third_party directories, is
62 compiled into non-test libraries, is included below.
63 .
64 The OpenSSL toolkit stays under a dual license, i.e. both the conditions of the
65 OpenSSL License and the original SSLeay license apply to the toolkit. See below
66 for the actual license texts. Actually both licenses are BSD-style Open Source
67 licenses. In case of any license issues related to OpenSSL please contact
68 openssl-core@openssl.org.
69 .
70 The following are Google-internal bug numbers where explicit permission from
71 some authors is recorded for use of their work:
72 27287199
73 27287880
74 27287883
75 .
76 OpenSSL License
77 ---------------
78 .
79 /* ====================================================================
80 * Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved.
81 *
82 * Redistribution and use in source and binary forms, with or without
83 * modification, are permitted provided that the following conditions
84 * are met:
85 *
86 * 1. Redistributions of source code must retain the above copyright
87 * notice, this list of conditions and the following disclaimer.
88 *
89 * 2. Redistributions in binary form must reproduce the above copyright
90 * notice, this list of conditions and the following disclaimer in
91 * the documentation and/or other materials provided with the
92 * distribution.
93 *
94 * 3. All advertising materials mentioning features or use of this
95 * software must display the following acknowledgment:
96 * "This product includes software developed by the OpenSSL Project
97 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
98 *
99 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
100 * endorse or promote products derived from this software without
101 * prior written permission. For written permission, please contact
102 * openssl-core@openssl.org.
103 *
104 * 5. Products derived from this software may not be called "OpenSSL"
105 * nor may "OpenSSL" appear in their names without prior written
106 * permission of the OpenSSL Project.
107 *
108 * 6. Redistributions of any form whatsoever must retain the following
109 * acknowledgment:
110 * "This product includes software developed by the OpenSSL Project
111 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
112 *
113 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
114 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
115 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
116 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
117 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
118 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
119 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
120 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
121 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
122 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
123 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
124 * OF THE POSSIBILITY OF SUCH DAMAGE.
125 * ====================================================================
126 *
127 * This product includes cryptographic software written by Eric Young
128 * (eay@cryptsoft.com). This product includes software written by Tim
129 * Hudson (tjh@cryptsoft.com).
130 *
131 */
132 .
133 Original SSLeay License
134 -----------------------
135 .
136 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
137 * All rights reserved.
138 *
139 * This package is an SSL implementation written
140 * by Eric Young (eay@cryptsoft.com).
141 * The implementation was written so as to conform with Netscapes SSL.
142 *
143 * This library is free for commercial and non-commercial use as long as
144 * the following conditions are aheared to. The following conditions
145 * apply to all code found in this distribution, be it the RC4, RSA,
146 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
147 * included with this distribution is covered by the same copyright terms
148 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
149 *
150 * Copyright remains Eric Young's, and as such any Copyright notices in
151 * the code are not to be removed.
152 * If this package is used in a product, Eric Young should be given attribution
153 * as the author of the parts of the library used.
154 * This can be in the form of a textual message at program startup or
155 * in documentation (online or textual) provided with the package.
156 *
157 * Redistribution and use in source and binary forms, with or without
158 * modification, are permitted provided that the following conditions
159 * are met:
160 * 1. Redistributions of source code must retain the copyright
161 * notice, this list of conditions and the following disclaimer.
162 * 2. Redistributions in binary form must reproduce the above copyright
163 * notice, this list of conditions and the following disclaimer in the
164 * documentation and/or other materials provided with the distribution.
165 * 3. All advertising materials mentioning features or use of this software
166 * must display the following acknowledgement:
167 * "This product includes cryptographic software written by
168 * Eric Young (eay@cryptsoft.com)"
169 * The word 'cryptographic' can be left out if the rouines from the library
170 * being used are not cryptographic related :-).
171 * 4. If you include any Windows specific code (or a derivative thereof) from
172 * the apps directory (application code) you must include an acknowledgement:
173 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
174 *
175 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
176 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
177 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
178 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
179 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
180 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
181 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
182 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
183 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
184 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
185 * SUCH DAMAGE.
186 *
187 * The licence and distribution terms for any publically available version or
188 * derivative of this code cannot be changed. i.e. this code cannot simply be
189 * copied and put under another distribution licence
190 * [including the GNU Public Licence.]
191 */
192 .
193 .
194 ISC license used for completely new code in BoringSSL:
195 .
196 /* Copyright (c) 2015, Google Inc.
197 *
198 * Permission to use, copy, modify, and/or distribute this software for any
199 * purpose with or without fee is hereby granted, provided that the above
200 * copyright notice and this permission notice appear in all copies.
201 *
202 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
203 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
204 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
205 * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
206 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
207 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
208 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */
209 .
210 .
211 The code in third_party/fiat carries the MIT license:
212 .
213 Copyright (c) 2015-2016 the fiat-crypto authors (see
214 https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS).
215 .
216 Permission is hereby granted, free of charge, to any person obtaining a copy
217 of this software and associated documentation files (the "Software"), to deal
218 in the Software without restriction, including without limitation the rights
219 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
220 copies of the Software, and to permit persons to whom the Software is
221 furnished to do so, subject to the following conditions:
222 .
223 The above copyright notice and this permission notice shall be included in all
224 copies or substantial portions of the Software.
225 .
226 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
227 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
228 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
229 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
230 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
231 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
232 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: ring
2 Upstream-Contact: Brian Smith <brian@briansmith.org>
3 Source: https://github.com/briansmith/ring
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Brian Smith <brian@briansmith.org>
7 License:
8 Comment:
9 FIXME (overlay): Since upstream copyright years are not available in
10 Cargo.toml, they were extracted from the upstream Git repository. This may not
11 be correct information so you should review and fix this before uploading to
12 the archive.
13
14 Files: ./LICENSE
15 Copyright:
16 2015-2016 Brian Smith.
17 1998-2011 The OpenSSL Project. All rights reserved.
18 1995-1998 Eric Young (eay@cryptsoft.com)
19 2015, Google Inc.
20 2015-2016 the fiat-crypto authors (see
21 License: UNKNOWN-LICENSE; FIXME (overlay)
22 Comment:
23 FIXME (overlay): These notices are extracted from files. Please review them
24 before uploading to the archive.
25
26 Files: ./build.rs
27 Copyright: 2015-2016 Brian Smith.
28 License: UNKNOWN-LICENSE; FIXME (overlay)
29 Comment:
30 FIXME (overlay): These notices are extracted from files. Please review them
31 before uploading to the archive.
32
33 Files: ./crypto/chacha/asm/chacha-armv4.pl
34 Copyright: 2016 The OpenSSL Project Authors. All Rights Reserved.
35 License: UNKNOWN-LICENSE; FIXME (overlay)
36 Comment:
37 FIXME (overlay): These notices are extracted from files. Please review them
38 before uploading to the archive.
39
40 Files: ./crypto/chacha/asm/chacha-armv8.pl
41 Copyright: 2016 The OpenSSL Project Authors. All Rights Reserved.
42 License: UNKNOWN-LICENSE; FIXME (overlay)
43 Comment:
44 FIXME (overlay): These notices are extracted from files. Please review them
45 before uploading to the archive.
46
47 Files: ./crypto/chacha/asm/chacha-x86.pl
48 Copyright: 2016 The OpenSSL Project Authors. All Rights Reserved.
49 License: UNKNOWN-LICENSE; FIXME (overlay)
50 Comment:
51 FIXME (overlay): These notices are extracted from files. Please review them
52 before uploading to the archive.
53
54 Files: ./crypto/chacha/asm/chacha-x86_64.pl
55 Copyright: 2016 The OpenSSL Project Authors. All Rights Reserved.
56 License: UNKNOWN-LICENSE; FIXME (overlay)
57 Comment:
58 FIXME (overlay): These notices are extracted from files. Please review them
59 before uploading to the archive.
60
61 Files: ./crypto/cipher_extra/asm/aes128gcmsiv-x86_64.pl
62 Copyright:
63 2017, Shay Gueron.
64 2017, Google Inc.
65 License: UNKNOWN-LICENSE; FIXME (overlay)
66 Comment:
67 FIXME (overlay): These notices are extracted from files. Please review them
68 before uploading to the archive.
69
70 Files: ./crypto/constant_time_test.c
71 Copyright: 2014 The OpenSSL Project. All rights reserved.
72 License: UNKNOWN-LICENSE; FIXME (overlay)
73 Comment:
74 FIXME (overlay): These notices are extracted from files. Please review them
75 before uploading to the archive.
76
77 Files: ./crypto/cpu-aarch64-linux.c
78 Copyright: 2016, Google Inc.
79 License: UNKNOWN-LICENSE; FIXME (overlay)
80 Comment:
81 FIXME (overlay): These notices are extracted from files. Please review them
82 before uploading to the archive.
83
84 Files: ./crypto/cpu-arm-linux.c
85 Copyright: 2016, Google Inc.
86 License: UNKNOWN-LICENSE; FIXME (overlay)
87 Comment:
88 FIXME (overlay): These notices are extracted from files. Please review them
89 before uploading to the archive.
90
91 Files: ./crypto/cpu-arm.c
92 Copyright: 2014, Google Inc.
93 License: UNKNOWN-LICENSE; FIXME (overlay)
94 Comment:
95 FIXME (overlay): These notices are extracted from files. Please review them
96 before uploading to the archive.
97
98 Files: ./crypto/cpu-intel.c
99 Copyright: 1995-1998 Eric Young (eay@cryptsoft.com)
100 License: UNKNOWN-LICENSE; FIXME (overlay)
101 Comment:
102 FIXME (overlay): These notices are extracted from files. Please review them
103 before uploading to the archive.
104
105 Files: ./crypto/crypto.c
106 Copyright: 2014, Google Inc.
107 License: UNKNOWN-LICENSE; FIXME (overlay)
108 Comment:
109 FIXME (overlay): These notices are extracted from files. Please review them
110 before uploading to the archive.
111
112 Files: ./crypto/curve25519/asm/x25519-asm-arm.S
113 Copyright: 2015, Google Inc.
114 License: UNKNOWN-LICENSE; FIXME (overlay)
115 Comment:
116 FIXME (overlay): These notices are extracted from files. Please review them
117 before uploading to the archive.
118
119 Files: ./crypto/fipsmodule/aes/aes.c
120 Copyright: 2002-2006 The OpenSSL Project. All rights reserved.
121 License: UNKNOWN-LICENSE; FIXME (overlay)
122 Comment:
123 FIXME (overlay): These notices are extracted from files. Please review them
124 before uploading to the archive.
125
126 Files: ./crypto/fipsmodule/aes/asm/aes-586.pl
127 Copyright: 2004-2016 The OpenSSL Project Authors. All Rights Reserved.
128 License: UNKNOWN-LICENSE; FIXME (overlay)
129 Comment:
130 FIXME (overlay): These notices are extracted from files. Please review them
131 before uploading to the archive.
132
133 Files: ./crypto/fipsmodule/aes/asm/aes-armv4.pl
134 Copyright: 2007-2016 The OpenSSL Project Authors. All Rights Reserved.
135 License: UNKNOWN-LICENSE; FIXME (overlay)
136 Comment:
137 FIXME (overlay): These notices are extracted from files. Please review them
138 before uploading to the archive.
139
140 Files: ./crypto/fipsmodule/aes/asm/aes-x86_64.pl
141 Copyright: 2005-2016 The OpenSSL Project Authors. All Rights Reserved.
142 License: UNKNOWN-LICENSE; FIXME (overlay)
143 Comment:
144 FIXME (overlay): These notices are extracted from files. Please review them
145 before uploading to the archive.
146
147 Files: ./crypto/fipsmodule/aes/asm/aesni-x86.pl
148 Copyright: 2009-2016 The OpenSSL Project Authors. All Rights Reserved.
149 License: UNKNOWN-LICENSE; FIXME (overlay)
150 Comment:
151 FIXME (overlay): These notices are extracted from files. Please review them
152 before uploading to the archive.
153
154 Files: ./crypto/fipsmodule/aes/asm/aesni-x86_64.pl
155 Copyright: 2009-2016 The OpenSSL Project Authors. All Rights Reserved.
156 License: UNKNOWN-LICENSE; FIXME (overlay)
157 Comment:
158 FIXME (overlay): These notices are extracted from files. Please review them
159 before uploading to the archive.
160
161 Files: ./crypto/fipsmodule/aes/asm/aesv8-armx.pl
162 Copyright: 2014-2016 The OpenSSL Project Authors. All Rights Reserved.
163 License: UNKNOWN-LICENSE; FIXME (overlay)
164 Comment:
165 FIXME (overlay): These notices are extracted from files. Please review them
166 before uploading to the archive.
167
168 Files: ./crypto/fipsmodule/aes/asm/bsaes-armv7.pl
169 Copyright: 2012-2016 The OpenSSL Project Authors. All Rights Reserved.
170 License: UNKNOWN-LICENSE; FIXME (overlay)
171 Comment:
172 FIXME (overlay): These notices are extracted from files. Please review them
173 before uploading to the archive.
174
175 Files: ./crypto/fipsmodule/aes/asm/vpaes-x86.pl
176 Copyright: 2011-2016 The OpenSSL Project Authors. All Rights Reserved.
177 License: UNKNOWN-LICENSE; FIXME (overlay)
178 Comment:
179 FIXME (overlay): These notices are extracted from files. Please review them
180 before uploading to the archive.
181
182 Files: ./crypto/fipsmodule/aes/asm/vpaes-x86_64.pl
183 Copyright: 2011-2016 The OpenSSL Project Authors. All Rights Reserved.
184 License: UNKNOWN-LICENSE; FIXME (overlay)
185 Comment:
186 FIXME (overlay): These notices are extracted from files. Please review them
187 before uploading to the archive.
188
189 Files: ./crypto/fipsmodule/aes/internal.h
190 Copyright: 2017, Google Inc.
191 License: UNKNOWN-LICENSE; FIXME (overlay)
192 Comment:
193 FIXME (overlay): These notices are extracted from files. Please review them
194 before uploading to the archive.
195
196 Files: ./crypto/fipsmodule/bn/asm/armv4-mont.pl
197 Copyright: 2007-2016 The OpenSSL Project Authors. All Rights Reserved.
198 License: UNKNOWN-LICENSE; FIXME (overlay)
199 Comment:
200 FIXME (overlay): These notices are extracted from files. Please review them
201 before uploading to the archive.
202
203 Files: ./crypto/fipsmodule/bn/asm/armv8-mont.pl
204 Copyright: 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
205 License: UNKNOWN-LICENSE; FIXME (overlay)
206 Comment:
207 FIXME (overlay): These notices are extracted from files. Please review them
208 before uploading to the archive.
209
210 Files: ./crypto/fipsmodule/bn/asm/x86-mont.pl
211 Copyright: 2005-2016 The OpenSSL Project Authors. All Rights Reserved.
212 License: UNKNOWN-LICENSE; FIXME (overlay)
213 Comment:
214 FIXME (overlay): These notices are extracted from files. Please review them
215 before uploading to the archive.
216
217 Files: ./crypto/fipsmodule/bn/asm/x86_64-mont.pl
218 Copyright: 2005-2016 The OpenSSL Project Authors. All Rights Reserved.
219 License: UNKNOWN-LICENSE; FIXME (overlay)
220 Comment:
221 FIXME (overlay): These notices are extracted from files. Please review them
222 before uploading to the archive.
223
224 Files: ./crypto/fipsmodule/bn/asm/x86_64-mont5.pl
225 Copyright: 2011-2016 The OpenSSL Project Authors. All Rights Reserved.
226 License: UNKNOWN-LICENSE; FIXME (overlay)
227 Comment:
228 FIXME (overlay): These notices are extracted from files. Please review them
229 before uploading to the archive.
230
231 Files: ./crypto/fipsmodule/bn/exponentiation.c
232 Copyright:
233 1995-1998 Eric Young (eay@cryptsoft.com)
234 1998-2005 The OpenSSL Project. All rights reserved.
235 License: UNKNOWN-LICENSE; FIXME (overlay)
236 Comment:
237 FIXME (overlay): These notices are extracted from files. Please review them
238 before uploading to the archive.
239
240 Files: ./crypto/fipsmodule/bn/generic.c
241 Copyright: 1995-1998 Eric Young (eay@cryptsoft.com)
242 License: UNKNOWN-LICENSE; FIXME (overlay)
243 Comment:
244 FIXME (overlay): These notices are extracted from files. Please review them
245 before uploading to the archive.
246
247 Files: ./crypto/fipsmodule/bn/internal.h
248 Copyright:
249 1995-1997 Eric Young (eay@cryptsoft.com)
250 1998-2006 The OpenSSL Project. All rights reserved.
251 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
252 License: UNKNOWN-LICENSE; FIXME (overlay)
253 Comment:
254 FIXME (overlay): These notices are extracted from files. Please review them
255 before uploading to the archive.
256
257 Files: ./crypto/fipsmodule/bn/montgomery.c
258 Copyright:
259 1995-1998 Eric Young (eay@cryptsoft.com)
260 1998-2006 The OpenSSL Project. All rights reserved.
261 License: UNKNOWN-LICENSE; FIXME (overlay)
262 Comment:
263 FIXME (overlay): These notices are extracted from files. Please review them
264 before uploading to the archive.
265
266 Files: ./crypto/fipsmodule/bn/montgomery_inv.c
267 Copyright: 2016 Brian Smith.
268 License: UNKNOWN-LICENSE; FIXME (overlay)
269 Comment:
270 FIXME (overlay): These notices are extracted from files. Please review them
271 before uploading to the archive.
272
273 Files: ./crypto/fipsmodule/bn/shift.c
274 Copyright: 1995-1998 Eric Young (eay@cryptsoft.com)
275 License: UNKNOWN-LICENSE; FIXME (overlay)
276 Comment:
277 FIXME (overlay): These notices are extracted from files. Please review them
278 before uploading to the archive.
279
280 Files: ./crypto/fipsmodule/cipher/e_aes.c
281 Copyright: 2001-2011 The OpenSSL Project. All rights reserved.
282 License: UNKNOWN-LICENSE; FIXME (overlay)
283 Comment:
284 FIXME (overlay): These notices are extracted from files. Please review them
285 before uploading to the archive.
286
287 Files: ./crypto/fipsmodule/cipher/internal.h
288 Copyright: 1995-1998 Eric Young (eay@cryptsoft.com)
289 License: UNKNOWN-LICENSE; FIXME (overlay)
290 Comment:
291 FIXME (overlay): These notices are extracted from files. Please review them
292 before uploading to the archive.
293
294 Files: ./crypto/fipsmodule/ec/asm/ecp_nistz256-armv4.pl
295 Copyright: 2015-2018 The OpenSSL Project Authors. All Rights Reserved.
296 License: UNKNOWN-LICENSE; FIXME (overlay)
297 Comment:
298 FIXME (overlay): These notices are extracted from files. Please review them
299 before uploading to the archive.
300
301 Files: ./crypto/fipsmodule/ec/asm/ecp_nistz256-armv8.pl
302 Copyright: 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
303 License: UNKNOWN-LICENSE; FIXME (overlay)
304 Comment:
305 FIXME (overlay): These notices are extracted from files. Please review them
306 before uploading to the archive.
307
308 Files: ./crypto/fipsmodule/ec/asm/ecp_nistz256-x86.pl
309 Copyright: 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
310 License: UNKNOWN-LICENSE; FIXME (overlay)
311 Comment:
312 FIXME (overlay): These notices are extracted from files. Please review them
313 before uploading to the archive.
314
315 Files: ./crypto/fipsmodule/ec/asm/p256-x86_64-asm.pl
316 Copyright:
317 2014-2016 The OpenSSL Project Authors. All Rights Reserved.
318 2014, Intel Corporation. All Rights Reserved.
319 2015 CloudFlare, Inc.
320 License: UNKNOWN-LICENSE; FIXME (overlay)
321 Comment:
322 FIXME (overlay): These notices are extracted from files. Please review them
323 before uploading to the archive.
324
325 Files: ./crypto/fipsmodule/ec/ecp_nistz.c
326 Copyright: 2014, Intel Corporation.
327 License: UNKNOWN-LICENSE; FIXME (overlay)
328 Comment:
329 FIXME (overlay): These notices are extracted from files. Please review them
330 before uploading to the archive.
331
332 Files: ./crypto/fipsmodule/ec/ecp_nistz.h
333 Copyright: 2015, Google Inc.
334 License: UNKNOWN-LICENSE; FIXME (overlay)
335 Comment:
336 FIXME (overlay): These notices are extracted from files. Please review them
337 before uploading to the archive.
338
339 Files: ./crypto/fipsmodule/ec/ecp_nistz256.c
340 Copyright: 2014, Intel Corporation.
341 License: UNKNOWN-LICENSE; FIXME (overlay)
342 Comment:
343 FIXME (overlay): These notices are extracted from files. Please review them
344 before uploading to the archive.
345
346 Files: ./crypto/fipsmodule/ec/ecp_nistz256.h
347 Copyright: 2014, Intel Corporation.
348 License: UNKNOWN-LICENSE; FIXME (overlay)
349 Comment:
350 FIXME (overlay): These notices are extracted from files. Please review them
351 before uploading to the archive.
352
353 Files: ./crypto/fipsmodule/ec/ecp_nistz256_table.inl
354 Copyright: 2015, Intel Inc.
355 License: UNKNOWN-LICENSE; FIXME (overlay)
356 Comment:
357 FIXME (overlay): These notices are extracted from files. Please review them
358 before uploading to the archive.
359
360 Files: ./crypto/fipsmodule/ec/ecp_nistz384.h
361 Copyright: 2014, Intel Corporation.
362 License: UNKNOWN-LICENSE; FIXME (overlay)
363 Comment:
364 FIXME (overlay): These notices are extracted from files. Please review them
365 before uploading to the archive.
366
367 Files: ./crypto/fipsmodule/ec/ecp_nistz384.inl
368 Copyright: 2014, Intel Corporation.
369 License: UNKNOWN-LICENSE; FIXME (overlay)
370 Comment:
371 FIXME (overlay): These notices are extracted from files. Please review them
372 before uploading to the archive.
373
374 Files: ./crypto/fipsmodule/ec/gfp_p256.c
375 Copyright: 2016 Brian Smith.
376 License: UNKNOWN-LICENSE; FIXME (overlay)
377 Comment:
378 FIXME (overlay): These notices are extracted from files. Please review them
379 before uploading to the archive.
380
381 Files: ./crypto/fipsmodule/ec/gfp_p384.c
382 Copyright: 2016 Brian Smith.
383 License: UNKNOWN-LICENSE; FIXME (overlay)
384 Comment:
385 FIXME (overlay): These notices are extracted from files. Please review them
386 before uploading to the archive.
387
388 Files: ./crypto/fipsmodule/modes/asm/aesni-gcm-x86_64.pl
389 Copyright: 2013-2016 The OpenSSL Project Authors. All Rights Reserved.
390 License: UNKNOWN-LICENSE; FIXME (overlay)
391 Comment:
392 FIXME (overlay): These notices are extracted from files. Please review them
393 before uploading to the archive.
394
395 Files: ./crypto/fipsmodule/modes/asm/ghash-armv4.pl
396 Copyright: 2010-2016 The OpenSSL Project Authors. All Rights Reserved.
397 License: UNKNOWN-LICENSE; FIXME (overlay)
398 Comment:
399 FIXME (overlay): These notices are extracted from files. Please review them
400 before uploading to the archive.
401
402 Files: ./crypto/fipsmodule/modes/asm/ghash-x86.pl
403 Copyright: 2010-2016 The OpenSSL Project Authors. All Rights Reserved.
404 License: UNKNOWN-LICENSE; FIXME (overlay)
405 Comment:
406 FIXME (overlay): These notices are extracted from files. Please review them
407 before uploading to the archive.
408
409 Files: ./crypto/fipsmodule/modes/asm/ghash-x86_64.pl
410 Copyright: 2010-2016 The OpenSSL Project Authors. All Rights Reserved.
411 License: UNKNOWN-LICENSE; FIXME (overlay)
412 Comment:
413 FIXME (overlay): These notices are extracted from files. Please review them
414 before uploading to the archive.
415
416 Files: ./crypto/fipsmodule/modes/asm/ghashv8-armx.pl
417 Copyright: 2014-2016 The OpenSSL Project Authors. All Rights Reserved.
418 License: UNKNOWN-LICENSE; FIXME (overlay)
419 Comment:
420 FIXME (overlay): These notices are extracted from files. Please review them
421 before uploading to the archive.
422
423 Files: ./crypto/fipsmodule/modes/gcm.c
424 Copyright: 2008 The OpenSSL Project. All rights reserved.
425 License: UNKNOWN-LICENSE; FIXME (overlay)
426 Comment:
427 FIXME (overlay): These notices are extracted from files. Please review them
428 before uploading to the archive.
429
430 Files: ./crypto/fipsmodule/modes/internal.h
431 Copyright: 2008 The OpenSSL Project. All rights reserved.
432 License: UNKNOWN-LICENSE; FIXME (overlay)
433 Comment:
434 FIXME (overlay): These notices are extracted from files. Please review them
435 before uploading to the archive.
436
437 Files: ./crypto/fipsmodule/modes/polyval.c
438 Copyright: 2016, Google Inc.
439 License: UNKNOWN-LICENSE; FIXME (overlay)
440 Comment:
441 FIXME (overlay): These notices are extracted from files. Please review them
442 before uploading to the archive.
443
444 Files: ./crypto/fipsmodule/sha/asm/sha256-586.pl
445 Copyright: 2007-2016 The OpenSSL Project Authors. All Rights Reserved.
446 License: UNKNOWN-LICENSE; FIXME (overlay)
447 Comment:
448 FIXME (overlay): These notices are extracted from files. Please review them
449 before uploading to the archive.
450
451 Files: ./crypto/fipsmodule/sha/asm/sha256-armv4.pl
452 Copyright: 2007-2016 The OpenSSL Project Authors. All Rights Reserved.
453 License: UNKNOWN-LICENSE; FIXME (overlay)
454 Comment:
455 FIXME (overlay): These notices are extracted from files. Please review them
456 before uploading to the archive.
457
458 Files: ./crypto/fipsmodule/sha/asm/sha512-586.pl
459 Copyright: 2007-2016 The OpenSSL Project Authors. All Rights Reserved.
460 License: UNKNOWN-LICENSE; FIXME (overlay)
461 Comment:
462 FIXME (overlay): These notices are extracted from files. Please review them
463 before uploading to the archive.
464
465 Files: ./crypto/fipsmodule/sha/asm/sha512-armv4.pl
466 Copyright: 2007-2016 The OpenSSL Project Authors. All Rights Reserved.
467 License: UNKNOWN-LICENSE; FIXME (overlay)
468 Comment:
469 FIXME (overlay): These notices are extracted from files. Please review them
470 before uploading to the archive.
471
472 Files: ./crypto/fipsmodule/sha/asm/sha512-armv8.pl
473 Copyright: 2014-2016 The OpenSSL Project Authors. All Rights Reserved.
474 License: UNKNOWN-LICENSE; FIXME (overlay)
475 Comment:
476 FIXME (overlay): These notices are extracted from files. Please review them
477 before uploading to the archive.
478
479 Files: ./crypto/fipsmodule/sha/asm/sha512-x86_64.pl
480 Copyright: 2005-2016 The OpenSSL Project Authors. All Rights Reserved.
481 License: UNKNOWN-LICENSE; FIXME (overlay)
482 Comment:
483 FIXME (overlay): These notices are extracted from files. Please review them
484 before uploading to the archive.
485
486 Files: ./crypto/internal.h
487 Copyright:
488 1995-1998 Eric Young (eay@cryptsoft.com)
489 1998-2001 The OpenSSL Project. All rights reserved.
490 License: UNKNOWN-LICENSE; FIXME (overlay)
491 Comment:
492 FIXME (overlay): These notices are extracted from files. Please review them
493 before uploading to the archive.
494
495 Files: ./crypto/limbs/limbs.c
496 Copyright: 2016-2017 Brian Smith.
497 License: UNKNOWN-LICENSE; FIXME (overlay)
498 Comment:
499 FIXME (overlay): These notices are extracted from files. Please review them
500 before uploading to the archive.
501
502 Files: ./crypto/limbs/limbs.h
503 Copyright: 2016 Brian Smith.
504 License: UNKNOWN-LICENSE; FIXME (overlay)
505 Comment:
506 FIXME (overlay): These notices are extracted from files. Please review them
507 before uploading to the archive.
508
509 Files: ./crypto/limbs/limbs.inl
510 Copyright: 2016 Brian Smith.
511 License: UNKNOWN-LICENSE; FIXME (overlay)
512 Comment:
513 FIXME (overlay): These notices are extracted from files. Please review them
514 before uploading to the archive.
515
516 Files: ./crypto/mem.c
517 Copyright: 1995-1998 Eric Young (eay@cryptsoft.com)
518 License: UNKNOWN-LICENSE; FIXME (overlay)
519 Comment:
520 FIXME (overlay): These notices are extracted from files. Please review them
521 before uploading to the archive.
522
523 Files: ./crypto/perlasm/arm-xlate.pl
524 Copyright: 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
525 License: UNKNOWN-LICENSE; FIXME (overlay)
526 Comment:
527 FIXME (overlay): These notices are extracted from files. Please review them
528 before uploading to the archive.
529
530 Files: ./crypto/perlasm/x86_64-xlate.pl
531 Copyright: 2005-2016 The OpenSSL Project Authors. All Rights Reserved.
532 License: UNKNOWN-LICENSE; FIXME (overlay)
533 Comment:
534 FIXME (overlay): These notices are extracted from files. Please review them
535 before uploading to the archive.
536
537 Files: ./crypto/perlasm/x86asm.pl
538 Copyright: 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
539 License: UNKNOWN-LICENSE; FIXME (overlay)
540 Comment:
541 FIXME (overlay): These notices are extracted from files. Please review them
542 before uploading to the archive.
543
544 Files: ./crypto/perlasm/x86gas.pl
545 Copyright: 2007-2016 The OpenSSL Project Authors. All Rights Reserved.
546 License: UNKNOWN-LICENSE; FIXME (overlay)
547 Comment:
548 FIXME (overlay): These notices are extracted from files. Please review them
549 before uploading to the archive.
550
551 Files: ./crypto/perlasm/x86nasm.pl
552 Copyright: 1999-2016 The OpenSSL Project Authors. All Rights Reserved.
553 License: UNKNOWN-LICENSE; FIXME (overlay)
554 Comment:
555 FIXME (overlay): These notices are extracted from files. Please review them
556 before uploading to the archive.
557
558 Files: ./examples/checkdigest.rs
559 Copyright: 2015 Brian Smith.
560 License: UNKNOWN-LICENSE; FIXME (overlay)
561 Comment:
562 FIXME (overlay): These notices are extracted from files. Please review them
563 before uploading to the archive.
564
565 Files: ./include/GFp/aes.h
566 Copyright: 2002-2006 The OpenSSL Project. All rights reserved.
567 License: UNKNOWN-LICENSE; FIXME (overlay)
568 Comment:
569 FIXME (overlay): These notices are extracted from files. Please review them
570 before uploading to the archive.
571
572 Files: ./include/GFp/arm_arch.h
573 Copyright: 1998-2011 The OpenSSL Project. All rights reserved.
574 License: UNKNOWN-LICENSE; FIXME (overlay)
575 Comment:
576 FIXME (overlay): These notices are extracted from files. Please review them
577 before uploading to the archive.
578
579 Files: ./include/GFp/base.h
580 Copyright: 1998-2001 The OpenSSL Project. All rights reserved.
581 License: UNKNOWN-LICENSE; FIXME (overlay)
582 Comment:
583 FIXME (overlay): These notices are extracted from files. Please review them
584 before uploading to the archive.
585
586 Files: ./include/GFp/cpu.h
587 Copyright: 1995-1998 Eric Young (eay@cryptsoft.com)
588 License: UNKNOWN-LICENSE; FIXME (overlay)
589 Comment:
590 FIXME (overlay): These notices are extracted from files. Please review them
591 before uploading to the archive.
592
593 Files: ./include/GFp/mem.h
594 Copyright: 1995-1998 Eric Young (eay@cryptsoft.com)
595 License: UNKNOWN-LICENSE; FIXME (overlay)
596 Comment:
597 FIXME (overlay): These notices are extracted from files. Please review them
598 before uploading to the archive.
599
600 Files: ./include/GFp/type_check.h
601 Copyright: 1995-1998 Eric Young (eay@cryptsoft.com)
602 License: UNKNOWN-LICENSE; FIXME (overlay)
603 Comment:
604 FIXME (overlay): These notices are extracted from files. Please review them
605 before uploading to the archive.
606
607 Files: ./pregenerated/aes-armv4-ios32.S
608 Copyright: 2007-2016 The OpenSSL Project Authors. All Rights Reserved.
609 License: UNKNOWN-LICENSE; FIXME (overlay)
610 Comment:
611 FIXME (overlay): These notices are extracted from files. Please review them
612 before uploading to the archive.
613
614 Files: ./pregenerated/aes-armv4-linux32.S
615 Copyright: 2007-2016 The OpenSSL Project Authors. All Rights Reserved.
616 License: UNKNOWN-LICENSE; FIXME (overlay)
617 Comment:
618 FIXME (overlay): These notices are extracted from files. Please review them
619 before uploading to the archive.
620
621 Files: ./pregenerated/bsaes-armv7-ios32.S
622 Copyright: 2012-2016 The OpenSSL Project Authors. All Rights Reserved.
623 License: UNKNOWN-LICENSE; FIXME (overlay)
624 Comment:
625 FIXME (overlay): These notices are extracted from files. Please review them
626 before uploading to the archive.
627
628 Files: ./pregenerated/bsaes-armv7-linux32.S
629 Copyright: 2012-2016 The OpenSSL Project Authors. All Rights Reserved.
630 License: UNKNOWN-LICENSE; FIXME (overlay)
631 Comment:
632 FIXME (overlay): These notices are extracted from files. Please review them
633 before uploading to the archive.
634
635 Files: ./pregenerated/sha256-armv4-ios32.S
636 Copyright: 2007-2016 The OpenSSL Project Authors. All Rights Reserved.
637 License: UNKNOWN-LICENSE; FIXME (overlay)
638 Comment:
639 FIXME (overlay): These notices are extracted from files. Please review them
640 before uploading to the archive.
641
642 Files: ./pregenerated/sha256-armv4-linux32.S
643 Copyright: 2007-2016 The OpenSSL Project Authors. All Rights Reserved.
644 License: UNKNOWN-LICENSE; FIXME (overlay)
645 Comment:
646 FIXME (overlay): These notices are extracted from files. Please review them
647 before uploading to the archive.
648
649 Files: ./pregenerated/sha256-armv8-ios64.S
650 Copyright: 2014-2016 The OpenSSL Project Authors. All Rights Reserved.
651 License: UNKNOWN-LICENSE; FIXME (overlay)
652 Comment:
653 FIXME (overlay): These notices are extracted from files. Please review them
654 before uploading to the archive.
655
656 Files: ./pregenerated/sha256-armv8-linux64.S
657 Copyright: 2014-2016 The OpenSSL Project Authors. All Rights Reserved.
658 License: UNKNOWN-LICENSE; FIXME (overlay)
659 Comment:
660 FIXME (overlay): These notices are extracted from files. Please review them
661 before uploading to the archive.
662
663 Files: ./pregenerated/sha512-armv4-ios32.S
664 Copyright: 2007-2016 The OpenSSL Project Authors. All Rights Reserved.
665 License: UNKNOWN-LICENSE; FIXME (overlay)
666 Comment:
667 FIXME (overlay): These notices are extracted from files. Please review them
668 before uploading to the archive.
669
670 Files: ./pregenerated/sha512-armv4-linux32.S
671 Copyright: 2007-2016 The OpenSSL Project Authors. All Rights Reserved.
672 License: UNKNOWN-LICENSE; FIXME (overlay)
673 Comment:
674 FIXME (overlay): These notices are extracted from files. Please review them
675 before uploading to the archive.
676
677 Files: ./pregenerated/sha512-armv8-ios64.S
678 Copyright: 2014-2016 The OpenSSL Project Authors. All Rights Reserved.
679 License: UNKNOWN-LICENSE; FIXME (overlay)
680 Comment:
681 FIXME (overlay): These notices are extracted from files. Please review them
682 before uploading to the archive.
683
684 Files: ./pregenerated/sha512-armv8-linux64.S
685 Copyright: 2014-2016 The OpenSSL Project Authors. All Rights Reserved.
686 License: UNKNOWN-LICENSE; FIXME (overlay)
687 Comment:
688 FIXME (overlay): These notices are extracted from files. Please review them
689 before uploading to the archive.
690
691 Files: ./src/aead/aes_gcm.rs
692 Copyright: 2015-2016 Brian Smith.
693 License: UNKNOWN-LICENSE; FIXME (overlay)
694 Comment:
695 FIXME (overlay): These notices are extracted from files. Please review them
696 before uploading to the archive.
697
698 Files: ./src/aead/chacha20_poly1305.rs
699 Copyright: 2015-2016 Brian Smith.
700 License: UNKNOWN-LICENSE; FIXME (overlay)
701 Comment:
702 FIXME (overlay): These notices are extracted from files. Please review them
703 before uploading to the archive.
704
705 Files: ./src/aead/chacha20_poly1305_openssh.rs
706 Copyright: 2016 Brian Smith.
707 License: UNKNOWN-LICENSE; FIXME (overlay)
708 Comment:
709 FIXME (overlay): These notices are extracted from files. Please review them
710 before uploading to the archive.
711
712 Files: ./src/aead/mod.rs
713 Copyright: 2015-2016 Brian Smith.
714 License: UNKNOWN-LICENSE; FIXME (overlay)
715 Comment:
716 FIXME (overlay): These notices are extracted from files. Please review them
717 before uploading to the archive.
718
719 Files: ./src/agreement.rs
720 Copyright: 2015-2017 Brian Smith.
721 License: UNKNOWN-LICENSE; FIXME (overlay)
722 Comment:
723 FIXME (overlay): These notices are extracted from files. Please review them
724 before uploading to the archive.
725
726 Files: ./src/arithmetic/mod.rs
727 Copyright: 2017 Brian Smith.
728 License: UNKNOWN-LICENSE; FIXME (overlay)
729 Comment:
730 FIXME (overlay): These notices are extracted from files. Please review them
731 before uploading to the archive.
732
733 Files: ./src/arithmetic/montgomery.rs
734 Copyright: 2017 Brian Smith.
735 License: UNKNOWN-LICENSE; FIXME (overlay)
736 Comment:
737 FIXME (overlay): These notices are extracted from files. Please review them
738 before uploading to the archive.
739
740 Files: ./src/bits.rs
741 Copyright: 2016 Brian Smith.
742 License: UNKNOWN-LICENSE; FIXME (overlay)
743 Comment:
744 FIXME (overlay): These notices are extracted from files. Please review them
745 before uploading to the archive.
746
747 Files: ./src/bssl.rs
748 Copyright: 2015 Brian Smith.
749 License: UNKNOWN-LICENSE; FIXME (overlay)
750 Comment:
751 FIXME (overlay): These notices are extracted from files. Please review them
752 before uploading to the archive.
753
754 Files: ./src/c.rs
755 Copyright: 2015-2016 Brian Smith.
756 License: UNKNOWN-LICENSE; FIXME (overlay)
757 Comment:
758 FIXME (overlay): These notices are extracted from files. Please review them
759 before uploading to the archive.
760
761 Files: ./src/chacha.rs
762 Copyright:
763 2016 Brian Smith.
764 2016, Google Inc.
765 License: UNKNOWN-LICENSE; FIXME (overlay)
766 Comment:
767 FIXME (overlay): These notices are extracted from files. Please review them
768 before uploading to the archive.
769
770 Files: ./src/constant_time.rs
771 Copyright: 2015-2016 Brian Smith.
772 License: UNKNOWN-LICENSE; FIXME (overlay)
773 Comment:
774 FIXME (overlay): These notices are extracted from files. Please review them
775 before uploading to the archive.
776
777 Files: ./src/debug.rs
778 Copyright: 2018 Trent Clarke.
779 License: UNKNOWN-LICENSE; FIXME (overlay)
780 Comment:
781 FIXME (overlay): These notices are extracted from files. Please review them
782 before uploading to the archive.
783
784 Files: ./src/der.rs
785 Copyright: 2015 Brian Smith.
786 License: UNKNOWN-LICENSE; FIXME (overlay)
787 Comment:
788 FIXME (overlay): These notices are extracted from files. Please review them
789 before uploading to the archive.
790
791 Files: ./src/digest/mod.rs
792 Copyright: 2015-2017 Brian Smith.
793 License: UNKNOWN-LICENSE; FIXME (overlay)
794 Comment:
795 FIXME (overlay): These notices are extracted from files. Please review them
796 before uploading to the archive.
797
798 Files: ./src/digest/sha1.rs
799 Copyright:
800 2015-2016 Brian Smith.
801 2016 Simon Sapin.
802 License: UNKNOWN-LICENSE; FIXME (overlay)
803 Comment:
804 FIXME (overlay): These notices are extracted from files. Please review them
805 before uploading to the archive.
806
807 Files: ./src/ec/curve25519/ed25519.rs
808 Copyright: 2015-2016 Brian Smith.
809 License: UNKNOWN-LICENSE; FIXME (overlay)
810 Comment:
811 FIXME (overlay): These notices are extracted from files. Please review them
812 before uploading to the archive.
813
814 Files: ./src/ec/curve25519/mod.rs
815 Copyright: 2016 Brian Smith.
816 License: UNKNOWN-LICENSE; FIXME (overlay)
817 Comment:
818 FIXME (overlay): These notices are extracted from files. Please review them
819 before uploading to the archive.
820
821 Files: ./src/ec/curve25519/ops.rs
822 Copyright: 2015-2017 Brian Smith.
823 License: UNKNOWN-LICENSE; FIXME (overlay)
824 Comment:
825 FIXME (overlay): These notices are extracted from files. Please review them
826 before uploading to the archive.
827
828 Files: ./src/ec/curve25519/x25519.rs
829 Copyright: 2015-2016 Brian Smith.
830 License: UNKNOWN-LICENSE; FIXME (overlay)
831 Comment:
832 FIXME (overlay): These notices are extracted from files. Please review them
833 before uploading to the archive.
834
835 Files: ./src/ec/mod.rs
836 Copyright: 2015-2017 Brian Smith.
837 License: UNKNOWN-LICENSE; FIXME (overlay)
838 Comment:
839 FIXME (overlay): These notices are extracted from files. Please review them
840 before uploading to the archive.
841
842 Files: ./src/ec/suite_b/curve.rs
843 Copyright: 2015-2017 Brian Smith.
844 License: UNKNOWN-LICENSE; FIXME (overlay)
845 Comment:
846 FIXME (overlay): These notices are extracted from files. Please review them
847 before uploading to the archive.
848
849 Files: ./src/ec/suite_b/ecdh.rs
850 Copyright: 2015-2017 Brian Smith.
851 License: UNKNOWN-LICENSE; FIXME (overlay)
852 Comment:
853 FIXME (overlay): These notices are extracted from files. Please review them
854 before uploading to the archive.
855
856 Files: ./src/ec/suite_b/ecdsa/digest_scalar.rs
857 Copyright: 2015-2016 Brian Smith.
858 License: UNKNOWN-LICENSE; FIXME (overlay)
859 Comment:
860 FIXME (overlay): These notices are extracted from files. Please review them
861 before uploading to the archive.
862
863 Files: ./src/ec/suite_b/ecdsa/signing.rs
864 Copyright: 2015-2016 Brian Smith.
865 License: UNKNOWN-LICENSE; FIXME (overlay)
866 Comment:
867 FIXME (overlay): These notices are extracted from files. Please review them
868 before uploading to the archive.
869
870 Files: ./src/ec/suite_b/ecdsa/verification.rs
871 Copyright: 2015-2016 Brian Smith.
872 License: UNKNOWN-LICENSE; FIXME (overlay)
873 Comment:
874 FIXME (overlay): These notices are extracted from files. Please review them
875 before uploading to the archive.
876
877 Files: ./src/ec/suite_b/mod.rs
878 Copyright: 2016 Brian Smith.
879 License: UNKNOWN-LICENSE; FIXME (overlay)
880 Comment:
881 FIXME (overlay): These notices are extracted from files. Please review them
882 before uploading to the archive.
883
884 Files: ./src/ec/suite_b/ops/elem.rs
885 Copyright: 2017 Brian Smith.
886 License: UNKNOWN-LICENSE; FIXME (overlay)
887 Comment:
888 FIXME (overlay): These notices are extracted from files. Please review them
889 before uploading to the archive.
890
891 Files: ./src/ec/suite_b/ops/mod.rs
892 Copyright: 2016 Brian Smith.
893 License: UNKNOWN-LICENSE; FIXME (overlay)
894 Comment:
895 FIXME (overlay): These notices are extracted from files. Please review them
896 before uploading to the archive.
897
898 Files: ./src/ec/suite_b/ops/p256.rs
899 Copyright: 2016 Brian Smith.
900 License: UNKNOWN-LICENSE; FIXME (overlay)
901 Comment:
902 FIXME (overlay): These notices are extracted from files. Please review them
903 before uploading to the archive.
904
905 Files: ./src/ec/suite_b/ops/p384.rs
906 Copyright: 2016 Brian Smith.
907 License: UNKNOWN-LICENSE; FIXME (overlay)
908 Comment:
909 FIXME (overlay): These notices are extracted from files. Please review them
910 before uploading to the archive.
911
912 Files: ./src/ec/suite_b/private_key.rs
913 Copyright: 2016 Brian Smith.
914 License: UNKNOWN-LICENSE; FIXME (overlay)
915 Comment:
916 FIXME (overlay): These notices are extracted from files. Please review them
917 before uploading to the archive.
918
919 Files: ./src/ec/suite_b/public_key.rs
920 Copyright: 2016 Brian Smith.
921 License: UNKNOWN-LICENSE; FIXME (overlay)
922 Comment:
923 FIXME (overlay): These notices are extracted from files. Please review them
924 before uploading to the archive.
925
926 Files: ./src/error.rs
927 Copyright: 2016 Brian Smith.
928 License: UNKNOWN-LICENSE; FIXME (overlay)
929 Comment:
930 FIXME (overlay): These notices are extracted from files. Please review them
931 before uploading to the archive.
932
933 Files: ./src/hkdf.rs
934 Copyright: 2015 Brian Smith.
935 License: UNKNOWN-LICENSE; FIXME (overlay)
936 Comment:
937 FIXME (overlay): These notices are extracted from files. Please review them
938 before uploading to the archive.
939
940 Files: ./src/hmac.rs
941 Copyright: 2015-2016 Brian Smith.
942 License: UNKNOWN-LICENSE; FIXME (overlay)
943 Comment:
944 FIXME (overlay): These notices are extracted from files. Please review them
945 before uploading to the archive.
946
947 Files: ./src/init.rs
948 Copyright: 2016 Brian Smith.
949 License: UNKNOWN-LICENSE; FIXME (overlay)
950 Comment:
951 FIXME (overlay): These notices are extracted from files. Please review them
952 before uploading to the archive.
953
954 Files: ./src/lib.rs
955 Copyright: 2015-2016 Brian Smith.
956 License: UNKNOWN-LICENSE; FIXME (overlay)
957 Comment:
958 FIXME (overlay): These notices are extracted from files. Please review them
959 before uploading to the archive.
960
961 Files: ./src/limb.rs
962 Copyright:
963 2016 David Judd.
964 2016 Brian Smith.
965 License: UNKNOWN-LICENSE; FIXME (overlay)
966 Comment:
967 FIXME (overlay): These notices are extracted from files. Please review them
968 before uploading to the archive.
969
970 Files: ./src/pbkdf2.rs
971 Copyright: 2015 Brian Smith.
972 License: UNKNOWN-LICENSE; FIXME (overlay)
973 Comment:
974 FIXME (overlay): These notices are extracted from files. Please review them
975 before uploading to the archive.
976
977 Files: ./src/pkcs8.rs
978 Copyright: 2017 Brian Smith.
979 License: UNKNOWN-LICENSE; FIXME (overlay)
980 Comment:
981 FIXME (overlay): These notices are extracted from files. Please review them
982 before uploading to the archive.
983
984 Files: ./src/poly1305.rs
985 Copyright:
986 2015-2016 Brian Smith.
987 2014, 2015, Google Inc.
988 License: UNKNOWN-LICENSE; FIXME (overlay)
989 Comment:
990 FIXME (overlay): These notices are extracted from files. Please review them
991 before uploading to the archive.
992
993 Files: ./src/polyfill.rs
994 Copyright: 2015-2016 Brian Smith.
995 License: UNKNOWN-LICENSE; FIXME (overlay)
996 Comment:
997 FIXME (overlay): These notices are extracted from files. Please review them
998 before uploading to the archive.
999
1000 Files: ./src/rand.rs
1001 Copyright: 2015-2016 Brian Smith.
1002 License: UNKNOWN-LICENSE; FIXME (overlay)
1003 Comment:
1004 FIXME (overlay): These notices are extracted from files. Please review them
1005 before uploading to the archive.
1006
1007 Files: ./src/rsa/bigint.rs
1008 Copyright: 2015-2016 Brian Smith.
1009 License: UNKNOWN-LICENSE; FIXME (overlay)
1010 Comment:
1011 FIXME (overlay): These notices are extracted from files. Please review them
1012 before uploading to the archive.
1013
1014 Files: ./src/rsa/convert_nist_rsa_test_vectors.py
1015 Copyright: 2016 Dirkjan Ochtman.
1016 License: UNKNOWN-LICENSE; FIXME (overlay)
1017 Comment:
1018 FIXME (overlay): These notices are extracted from files. Please review them
1019 before uploading to the archive.
1020
1021 Files: ./src/rsa/mod.rs
1022 Copyright: 2015-2016 Brian Smith.
1023 License: UNKNOWN-LICENSE; FIXME (overlay)
1024 Comment:
1025 FIXME (overlay): These notices are extracted from files. Please review them
1026 before uploading to the archive.
1027
1028 Files: ./src/rsa/padding.rs
1029 Copyright: 2015-2016 Brian Smith.
1030 License: UNKNOWN-LICENSE; FIXME (overlay)
1031 Comment:
1032 FIXME (overlay): These notices are extracted from files. Please review them
1033 before uploading to the archive.
1034
1035 Files: ./src/rsa/signing.rs
1036 Copyright: 2015-2016 Brian Smith.
1037 License: UNKNOWN-LICENSE; FIXME (overlay)
1038 Comment:
1039 FIXME (overlay): These notices are extracted from files. Please review them
1040 before uploading to the archive.
1041
1042 Files: ./src/rsa/verification.rs
1043 Copyright: 2015-2016 Brian Smith.
1044 License: UNKNOWN-LICENSE; FIXME (overlay)
1045 Comment:
1046 FIXME (overlay): These notices are extracted from files. Please review them
1047 before uploading to the archive.
1048
1049 Files: ./src/signature.rs
1050 Copyright: 2015-2017 Brian Smith.
1051 License: UNKNOWN-LICENSE; FIXME (overlay)
1052 Comment:
1053 FIXME (overlay): These notices are extracted from files. Please review them
1054 before uploading to the archive.
1055
1056 Files: ./src/signature_impl.rs
1057 Copyright: 2015-2017 Brian Smith.
1058 License: UNKNOWN-LICENSE; FIXME (overlay)
1059 Comment:
1060 FIXME (overlay): These notices are extracted from files. Please review them
1061 before uploading to the archive.
1062
1063 Files: ./src/test.rs
1064 Copyright: 2015-2016 Brian Smith.
1065 License: UNKNOWN-LICENSE; FIXME (overlay)
1066 Comment:
1067 FIXME (overlay): These notices are extracted from files. Please review them
1068 before uploading to the archive.
1069
1070 Files: ./tests/aead_tests.rs
1071 Copyright: 2015-2016 Brian Smith.
1072 License: UNKNOWN-LICENSE; FIXME (overlay)
1073 Comment:
1074 FIXME (overlay): These notices are extracted from files. Please review them
1075 before uploading to the archive.
1076
1077 Files: ./tests/agreement_tests.rs
1078 Copyright: 2015-2017 Brian Smith.
1079 License: UNKNOWN-LICENSE; FIXME (overlay)
1080 Comment:
1081 FIXME (overlay): These notices are extracted from files. Please review them
1082 before uploading to the archive.
1083
1084 Files: ./tests/digest_tests.rs
1085 Copyright: 2015-2017 Brian Smith.
1086 License: UNKNOWN-LICENSE; FIXME (overlay)
1087 Comment:
1088 FIXME (overlay): These notices are extracted from files. Please review them
1089 before uploading to the archive.
1090
1091 Files: ./tests/ecdsa_tests.rs
1092 Copyright: 2015-2016 Brian Smith.
1093 License: UNKNOWN-LICENSE; FIXME (overlay)
1094 Comment:
1095 FIXME (overlay): These notices are extracted from files. Please review them
1096 before uploading to the archive.
1097
1098 Files: ./tests/ed25519_tests.rs
1099 Copyright: 2015-2017 Brian Smith.
1100 License: UNKNOWN-LICENSE; FIXME (overlay)
1101 Comment:
1102 FIXME (overlay): These notices are extracted from files. Please review them
1103 before uploading to the archive.
1104
1105 Files: ./tests/hkdf_tests.rs
1106 Copyright: 2015 Brian Smith.
1107 License: UNKNOWN-LICENSE; FIXME (overlay)
1108 Comment:
1109 FIXME (overlay): These notices are extracted from files. Please review them
1110 before uploading to the archive.
1111
1112 Files: ./tests/hmac_tests.rs
1113 Copyright: 2015-2016 Brian Smith.
1114 License: UNKNOWN-LICENSE; FIXME (overlay)
1115 Comment:
1116 FIXME (overlay): These notices are extracted from files. Please review them
1117 before uploading to the archive.
1118
1119 Files: ./tests/pbkdf2_tests.rs
1120 Copyright: 2015-2017 Brian Smith.
1121 License: UNKNOWN-LICENSE; FIXME (overlay)
1122 Comment:
1123 FIXME (overlay): These notices are extracted from files. Please review them
1124 before uploading to the archive.
1125
1126 Files: ./tests/rsa_tests.rs
1127 Copyright: 2017 Brian Smith.
1128 License: UNKNOWN-LICENSE; FIXME (overlay)
1129 Comment:
1130 FIXME (overlay): These notices are extracted from files. Please review them
1131 before uploading to the archive.
1132
1133 Files: ./third_party/fiat/LICENSE
1134 Copyright: 2015-2016 the fiat-crypto authors (see
1135 License: UNKNOWN-LICENSE; FIXME (overlay)
1136 Comment:
1137 FIXME (overlay): These notices are extracted from files. Please review them
1138 before uploading to the archive.
1139
1140 Files: ./third_party/fiat/curve25519.c
1141 Copyright: 2015-2016 the fiat-crypto authors (see the AUTHORS file).
1142 License: UNKNOWN-LICENSE; FIXME (overlay)
1143 Comment:
1144 FIXME (overlay): These notices are extracted from files. Please review them
1145 before uploading to the archive.
1146
1147 Files: ./third_party/fiat/curve25519_tables.h
1148 Copyright: 2015-2016 the fiat-crypto authors (see the AUTHORS file).
1149 License: UNKNOWN-LICENSE; FIXME (overlay)
1150 Comment:
1151 FIXME (overlay): These notices are extracted from files. Please review them
1152 before uploading to the archive.
1153
1154 Files: ./third_party/fiat/internal.h
1155 Copyright: 2015-2016 the fiat-crypto authors (see the AUTHORS file).
1156 License: UNKNOWN-LICENSE; FIXME (overlay)
1157 Comment:
1158 FIXME (overlay): These notices are extracted from files. Please review them
1159 before uploading to the archive.
1160
1161 Files: ./third_party/fiat/make_curve25519_tables.py
1162 Copyright:
1163 2015-2016 the fiat-crypto authors (see the AUTHORS file).
1164 2015-2016 the fiat-crypto authors (see the AUTHORS file).
1165 License: UNKNOWN-LICENSE; FIXME (overlay)
1166 Comment:
1167 FIXME (overlay): These notices are extracted from files. Please review them
1168 before uploading to the archive.
1169
1170 Files: debian/*
1171 Copyright:
1172 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
1173 2018 kpcyrd <git@rxv.cc>
1174 License:
1175
1176 License: UNKNOWN-LICENSE; FIXME (overlay)
1177 Note that it is easy for this file to get out of sync with the licenses in the
1178 source code files. It's recommended to compare the licenses in the source code
1179 with what's mentioned here.
1180 .
1181 *ring* is derived from BoringSSL, so the licensing situation in *ring* is
1182 similar to BoringSSL.
1183 .
1184 *ring* uses an ISC-style license like BoringSSL for code in new files,
1185 including in particular all the Rust code:
1186 .
1187 Copyright 2015-2016 Brian Smith.
1188 .
1189 Permission to use, copy, modify, and/or distribute this software for any
1190 purpose with or without fee is hereby granted, provided that the above
1191 copyright notice and this permission notice appear in all copies.
1192 .
1193 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
1194 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1195 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
1196 SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1197 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
1198 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1199 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1200 .
1201 BoringSSL is a fork of OpenSSL. As such, large parts of it fall under OpenSSL
1202 licensing. Files that are completely new have a Google copyright and an ISC
1203 license. This license is reproduced at the bottom of this file.
1204 .
1205 Contributors to BoringSSL are required to follow the CLA rules for Chromium:
1206 https://cla.developers.google.com/clas
1207 .
1208 Files in third_party/ have their own licenses, as described therein. The MIT
1209 license, for third_party/fiat, which, unlike other third_party directories, is
1210 compiled into non-test libraries, is included below.
1211 .
1212 The OpenSSL toolkit stays under a dual license, i.e. both the conditions of the
1213 OpenSSL License and the original SSLeay license apply to the toolkit. See below
1214 for the actual license texts. Actually both licenses are BSD-style Open Source
1215 licenses. In case of any license issues related to OpenSSL please contact
1216 openssl-core@openssl.org.
1217 .
1218 The following are Google-internal bug numbers where explicit permission from
1219 some authors is recorded for use of their work:
1220 27287199
1221 27287880
1222 27287883
1223 .
1224 OpenSSL License
1225 ---------------
1226 .
1227 /* ====================================================================
1228 * Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved.
1229 *
1230 * Redistribution and use in source and binary forms, with or without
1231 * modification, are permitted provided that the following conditions
1232 * are met:
1233 *
1234 * 1. Redistributions of source code must retain the above copyright
1235 * notice, this list of conditions and the following disclaimer.
1236 *
1237 * 2. Redistributions in binary form must reproduce the above copyright
1238 * notice, this list of conditions and the following disclaimer in
1239 * the documentation and/or other materials provided with the
1240 * distribution.
1241 *
1242 * 3. All advertising materials mentioning features or use of this
1243 * software must display the following acknowledgment:
1244 * "This product includes software developed by the OpenSSL Project
1245 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
1246 *
1247 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
1248 * endorse or promote products derived from this software without
1249 * prior written permission. For written permission, please contact
1250 * openssl-core@openssl.org.
1251 *
1252 * 5. Products derived from this software may not be called "OpenSSL"
1253 * nor may "OpenSSL" appear in their names without prior written
1254 * permission of the OpenSSL Project.
1255 *
1256 * 6. Redistributions of any form whatsoever must retain the following
1257 * acknowledgment:
1258 * "This product includes software developed by the OpenSSL Project
1259 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
1260 *
1261 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
1262 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1263 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
1264 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
1265 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1266 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
1267 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1268 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1269 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1270 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
1271 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
1272 * OF THE POSSIBILITY OF SUCH DAMAGE.
1273 * ====================================================================
1274 *
1275 * This product includes cryptographic software written by Eric Young
1276 * (eay@cryptsoft.com). This product includes software written by Tim
1277 * Hudson (tjh@cryptsoft.com).
1278 *
1279 */
1280 .
1281 Original SSLeay License
1282 -----------------------
1283 .
1284 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
1285 * All rights reserved.
1286 *
1287 * This package is an SSL implementation written
1288 * by Eric Young (eay@cryptsoft.com).
1289 * The implementation was written so as to conform with Netscapes SSL.
1290 *
1291 * This library is free for commercial and non-commercial use as long as
1292 * the following conditions are aheared to. The following conditions
1293 * apply to all code found in this distribution, be it the RC4, RSA,
1294 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
1295 * included with this distribution is covered by the same copyright terms
1296 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
1297 *
1298 * Copyright remains Eric Young's, and as such any Copyright notices in
1299 * the code are not to be removed.
1300 * If this package is used in a product, Eric Young should be given attribution
1301 * as the author of the parts of the library used.
1302 * This can be in the form of a textual message at program startup or
1303 * in documentation (online or textual) provided with the package.
1304 *
1305 * Redistribution and use in source and binary forms, with or without
1306 * modification, are permitted provided that the following conditions
1307 * are met:
1308 * 1. Redistributions of source code must retain the copyright
1309 * notice, this list of conditions and the following disclaimer.
1310 * 2. Redistributions in binary form must reproduce the above copyright
1311 * notice, this list of conditions and the following disclaimer in the
1312 * documentation and/or other materials provided with the distribution.
1313 * 3. All advertising materials mentioning features or use of this software
1314 * must display the following acknowledgement:
1315 * "This product includes cryptographic software written by
1316 * Eric Young (eay@cryptsoft.com)"
1317 * The word 'cryptographic' can be left out if the rouines from the library
1318 * being used are not cryptographic related :-).
1319 * 4. If you include any Windows specific code (or a derivative thereof) from
1320 * the apps directory (application code) you must include an acknowledgement:
1321 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
1322 *
1323 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
1324 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1325 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1326 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1327 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1328 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1329 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1330 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1331 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1332 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1333 * SUCH DAMAGE.
1334 *
1335 * The licence and distribution terms for any publically available version or
1336 * derivative of this code cannot be changed. i.e. this code cannot simply be
1337 * copied and put under another distribution licence
1338 * [including the GNU Public Licence.]
1339 */
1340 .
1341 .
1342 ISC license used for completely new code in BoringSSL:
1343 .
1344 /* Copyright (c) 2015, Google Inc.
1345 *
1346 * Permission to use, copy, modify, and/or distribute this software for any
1347 * purpose with or without fee is hereby granted, provided that the above
1348 * copyright notice and this permission notice appear in all copies.
1349 *
1350 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1351 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1352 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
1353 * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1354 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
1355 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1356 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */
1357 .
1358 .
1359 The code in third_party/fiat carries the MIT license:
1360 .
1361 Copyright (c) 2015-2016 the fiat-crypto authors (see
1362 https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS).
1363 .
1364 Permission is hereby granted, free of charge, to any person obtaining a copy
1365 of this software and associated documentation files (the "Software"), to deal
1366 in the Software without restriction, including without limitation the rights
1367 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1368 copies of the Software, and to permit persons to whom the Software is
1369 furnished to do so, subject to the following conditions:
1370 .
1371 The above copyright notice and this permission notice shall be included in all
1372 copies or substantial portions of the Software.
1373 .
1374 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1375 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1376 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1377 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1378 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1379 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1380 SOFTWARE.
0 overlay = "."
1 uploaders = ["kpcyrd <git@rxv.cc>"]