7 The Eclipse Foundation makes available all content in this plug-in
8 ("Content"). Unless otherwise indicated below, the Content is provided
9 to you under the terms and conditions of the Eclipse Public License
10 Version 1.0 ("EPL") and Eclipse Distribution License Version 1.0
11 (“EDL”). A copy of the EPL is available at
12 http://www.eclipse.org/legal/epl-v10.html and a copy of the EDL is
13 available at http://www.eclipse.org/org/documents/edl-v10.php. For
14 purposes of the EPL, "Program" will mean the Content.
16 If you did not receive this Content directly from the Eclipse
17 Foundation, the Content is being redistributed by another party
18 ("Redistributor") and different terms and conditions may apply to your
19 use of any object code in the Content. Check the Redistributor’s
20 license that was provided with the Content. If no such license exists,
21 contact the Redistributor. Unless otherwise indicated below, the terms
22 and conditions of the EPL and EDL still apply to any source code in
23 the Content and such source code may be obtained at
24 http://www.eclipse.org.
28 The Content includes items that have been sourced from third parties
29 as set out below. If you did not receive this Content directly from
30 the Eclipse Foundation, the following is provided for informational
31 purposes only, and you should look to the Redistributor’s license for
32 terms and conditions of use.
36 [Uthash](https://troydhanson.github.io/uthash/) is an implementation
37 of hash tables and linked lists for C structures by Troy D. Hanson.
38 Uthash is licensed under the BSD revised license, see
39 https://troydhanson.github.io/uthash/license.html,
43 The library uses an implementation of the Rijndael algorithm (AES)
44 from [OpenBSD](http://www.openbsd.org/) by Vincent Rijmen, Antoon
45 Bosselaers, and Paulo Barreto. The authors have placed the code in the
46 public domain under the license included in the file rijndael.h (see
47 http://www.openbsd.org/cgi-bin/cvsweb).
51 The SHA-256 implementation from Aaron D. Gifford is available at
52 http://www.aarongifford.com/computers/sha2-1.0.1.tgz under a
57 The implementation of the ECC curve secp256r1 was originally developed
58 by Chris K Cockrum and has been put under MIT license for inclusion
59 with tinydtls. The original source is made available in
60 https://cockrum.net/Implementation_of_ECC_on_an_8-bit_microcontroller.pdf