You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

186 lines
8.9 KiB

  1. BoringSSL is a fork of OpenSSL. As such, large parts of it fall under OpenSSL
  2. licensing. Files that are completely new have a Google copyright and an ISC
  3. license. This license is reproduced at the bottom of this file.
  4. Contributors to BoringSSL are required to follow the CLA rules for Chromium:
  5. https://cla.developers.google.com/clas
  6. Some files from Intel are under yet another license, which is also included
  7. underneath.
  8. The OpenSSL toolkit stays under a dual license, i.e. both the conditions of the
  9. OpenSSL License and the original SSLeay license apply to the toolkit. See below
  10. for the actual license texts. Actually both licenses are BSD-style Open Source
  11. licenses. In case of any license issues related to OpenSSL please contact
  12. openssl-core@openssl.org.
  13. OpenSSL License
  14. ---------------
  15. /* ====================================================================
  16. * Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved.
  17. *
  18. * Redistribution and use in source and binary forms, with or without
  19. * modification, are permitted provided that the following conditions
  20. * are met:
  21. *
  22. * 1. Redistributions of source code must retain the above copyright
  23. * notice, this list of conditions and the following disclaimer.
  24. *
  25. * 2. Redistributions in binary form must reproduce the above copyright
  26. * notice, this list of conditions and the following disclaimer in
  27. * the documentation and/or other materials provided with the
  28. * distribution.
  29. *
  30. * 3. All advertising materials mentioning features or use of this
  31. * software must display the following acknowledgment:
  32. * "This product includes software developed by the OpenSSL Project
  33. * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
  34. *
  35. * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
  36. * endorse or promote products derived from this software without
  37. * prior written permission. For written permission, please contact
  38. * openssl-core@openssl.org.
  39. *
  40. * 5. Products derived from this software may not be called "OpenSSL"
  41. * nor may "OpenSSL" appear in their names without prior written
  42. * permission of the OpenSSL Project.
  43. *
  44. * 6. Redistributions of any form whatsoever must retain the following
  45. * acknowledgment:
  46. * "This product includes software developed by the OpenSSL Project
  47. * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
  48. *
  49. * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
  50. * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  51. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  52. * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
  53. * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  54. * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  55. * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  56. * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  57. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  58. * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  59. * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  60. * OF THE POSSIBILITY OF SUCH DAMAGE.
  61. * ====================================================================
  62. *
  63. * This product includes cryptographic software written by Eric Young
  64. * (eay@cryptsoft.com). This product includes software written by Tim
  65. * Hudson (tjh@cryptsoft.com).
  66. *
  67. */
  68. Original SSLeay License
  69. -----------------------
  70. /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  71. * All rights reserved.
  72. *
  73. * This package is an SSL implementation written
  74. * by Eric Young (eay@cryptsoft.com).
  75. * The implementation was written so as to conform with Netscapes SSL.
  76. *
  77. * This library is free for commercial and non-commercial use as long as
  78. * the following conditions are aheared to. The following conditions
  79. * apply to all code found in this distribution, be it the RC4, RSA,
  80. * lhash, DES, etc., code; not just the SSL code. The SSL documentation
  81. * included with this distribution is covered by the same copyright terms
  82. * except that the holder is Tim Hudson (tjh@cryptsoft.com).
  83. *
  84. * Copyright remains Eric Young's, and as such any Copyright notices in
  85. * the code are not to be removed.
  86. * If this package is used in a product, Eric Young should be given attribution
  87. * as the author of the parts of the library used.
  88. * This can be in the form of a textual message at program startup or
  89. * in documentation (online or textual) provided with the package.
  90. *
  91. * Redistribution and use in source and binary forms, with or without
  92. * modification, are permitted provided that the following conditions
  93. * are met:
  94. * 1. Redistributions of source code must retain the copyright
  95. * notice, this list of conditions and the following disclaimer.
  96. * 2. Redistributions in binary form must reproduce the above copyright
  97. * notice, this list of conditions and the following disclaimer in the
  98. * documentation and/or other materials provided with the distribution.
  99. * 3. All advertising materials mentioning features or use of this software
  100. * must display the following acknowledgement:
  101. * "This product includes cryptographic software written by
  102. * Eric Young (eay@cryptsoft.com)"
  103. * The word 'cryptographic' can be left out if the rouines from the library
  104. * being used are not cryptographic related :-).
  105. * 4. If you include any Windows specific code (or a derivative thereof) from
  106. * the apps directory (application code) you must include an acknowledgement:
  107. * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
  108. *
  109. * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
  110. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  111. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  112. * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  113. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  114. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  115. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  116. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  117. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  118. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  119. * SUCH DAMAGE.
  120. *
  121. * The licence and distribution terms for any publically available version or
  122. * derivative of this code cannot be changed. i.e. this code cannot simply be
  123. * copied and put under another distribution licence
  124. * [including the GNU Public Licence.]
  125. */
  126. ISC license used for completely new code in BoringSSL:
  127. /* Copyright (c) 2015, Google Inc.
  128. *
  129. * Permission to use, copy, modify, and/or distribute this software for any
  130. * purpose with or without fee is hereby granted, provided that the above
  131. * copyright notice and this permission notice appear in all copies.
  132. *
  133. * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  134. * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  135. * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
  136. * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  137. * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
  138. * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
  139. * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */
  140. Some files from Intel carry the following license:
  141. # Copyright (c) 2012, Intel Corporation
  142. #
  143. # All rights reserved.
  144. #
  145. # Redistribution and use in source and binary forms, with or without
  146. # modification, are permitted provided that the following conditions are
  147. # met:
  148. #
  149. # * Redistributions of source code must retain the above copyright
  150. # notice, this list of conditions and the following disclaimer.
  151. #
  152. # * Redistributions in binary form must reproduce the above copyright
  153. # notice, this list of conditions and the following disclaimer in the
  154. # documentation and/or other materials provided with the
  155. # distribution.
  156. #
  157. # * Neither the name of the Intel Corporation nor the names of its
  158. # contributors may be used to endorse or promote products derived from
  159. # this software without specific prior written permission.
  160. #
  161. #
  162. # THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION ""AS IS"" AND ANY
  163. # EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  164. # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  165. # PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION OR
  166. # CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  167. # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  168. # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  169. # PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  170. # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  171. # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  172. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.