devtools.licenses.report 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596
  1. # File format ($ symbol means the beginning of a line):
  2. #
  3. # $ # this message
  4. # $ # =======================
  5. # $ # comments (all commentaries should starts with some number of spaces and # symbol)
  6. # $ IGNORE_FILES {file1.ext1} {file2.ext2} - (optional) ignore listed files when generating license macro and credits
  7. # $ RENAME {original license id} TO {new license id} # user comments - (optional) use {new license id} instead {original license id} in ya.make files
  8. # $ # user comments
  9. # $
  10. # ${action} {license id} {license text hash}
  11. # $BELONGS ./ya/make/file/relative/path/1/ya.make ./ya/make/2/ya.make
  12. # ${all_file_action} filename
  13. # $ # user commentaries (many lines)
  14. # $ generated description - files with this license, license text... (some number of lines that starts with some number of spaces, do not modify)
  15. # ${action} {license spdx} {license text hash}
  16. # $BELONGS ./ya/make/file/relative/path/3/ya.make
  17. # ${all_file_action} filename
  18. # $ # user commentaries
  19. # $ generated description
  20. # $ ...
  21. #
  22. # You can modify action, all_file_action and add commentaries
  23. # Available actions:
  24. # keep - keep license in contrib and use in credits
  25. # skip - skip license
  26. # remove - remove all files with this license
  27. # rename - save license text/links into licenses texts file, but not store SPDX into LINCENSE macro. You should store correct license id into devtools.license.spdx.txt file
  28. #
  29. # {all file action} records will be generated when license text contains filename that exists on filesystem (in contrib directory)
  30. # We suppose that that files can contain some license info
  31. # Available all file actions:
  32. # FILE_IGNORE - ignore file (do nothing)
  33. # FILE_INCLUDE - include all file data into licenses text file
  34. # =======================
  35. KEEP Apache-2.0 0e6ebdd63ff415a9c0272bd0e9287dc0
  36. BELONGS ya.make
  37. License text:
  38. * Cryptography has been relicensed from the Apache Software License, Version
  39. 2.0, to being available under *either* the Apache Software License, Version
  40. Scancode info:
  41. Original SPDX id: Apache-2.0
  42. Score : 38.00
  43. Match type : REFERENCE
  44. Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
  45. Files with this license:
  46. CHANGELOG.rst [2044:2045]
  47. KEEP BSD-3-Clause AND Apache-2.0 48e86ffd8dd73b11dce0ebe9131c7a8e
  48. BELONGS ya.make
  49. FILE_INCLUDE LICENSE found in files: src/rust/src/x509/certificate.rs at line 2
  50. License text:
  51. // This file is dual licensed under the terms of the Apache License, Version
  52. // 2.0, and the BSD License. See the LICENSE file in the root of this repository
  53. // for complete details.
  54. Scancode info:
  55. Original SPDX id: BSD-3-Clause
  56. Score : 100.00
  57. Match type : NOTICE
  58. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  59. Files with this license:
  60. src/rust/src/x509/certificate.rs [1:3]
  61. Scancode info:
  62. Original SPDX id: Apache-2.0
  63. Score : 100.00
  64. Match type : NOTICE
  65. Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
  66. Files with this license:
  67. src/rust/src/x509/certificate.rs [1:3]
  68. KEEP BSD-3-Clause AND Apache-2.0 4b4efb2aa724f63fa41482374f4fd35c
  69. BELONGS ya.make
  70. FILE_INCLUDE LICENSE found in files: src/rust/build.rs at line 2, src/rust/cryptography-cffi/build.rs at line 2, src/rust/cryptography-cffi/src/lib.rs at line 2, src/rust/cryptography-openssl/build.rs at line 2, src/rust/cryptography-openssl/src/fips.rs at line 2, src/rust/cryptography-openssl/src/hmac.rs at line 2, src/rust/cryptography-openssl/src/lib.rs at line 2, src/rust/cryptography-x509/src/certificate.rs at line 2, src/rust/cryptography-x509/src/common.rs at line 2, src/rust/cryptography-x509/src/crl.rs at line 2, src/rust/cryptography-x509/src/csr.rs at line 2, src/rust/cryptography-x509/src/extensions.rs at line 2, src/rust/cryptography-x509/src/lib.rs at line 2, src/rust/cryptography-x509/src/name.rs at line 2, src/rust/cryptography-x509/src/ocsp_req.rs at line 2, src/rust/cryptography-x509/src/ocsp_resp.rs at line 2, src/rust/cryptography-x509/src/oid.rs at line 2, src/rust/cryptography-x509/src/pkcs7.rs at line 2, src/rust/src/asn1.rs at line 2, src/rust/src/backend/dh.rs at line 2, src/rust/src/backend/dsa.rs at line 2, src/rust/src/backend/ed25519.rs at line 2, src/rust/src/backend/ed448.rs at line 2, src/rust/src/backend/hashes.rs at line 2, src/rust/src/backend/hmac.rs at line 2, src/rust/src/backend/kdf.rs at line 2, src/rust/src/backend/mod.rs at line 2, src/rust/src/backend/poly1305.rs at line 2, src/rust/src/backend/utils.rs at line 2, src/rust/src/backend/x25519.rs at line 2, src/rust/src/backend/x448.rs at line 2, src/rust/src/buf.rs at line 2, src/rust/src/error.rs at line 2, src/rust/src/exceptions.rs at line 2, src/rust/src/lib.rs at line 2, src/rust/src/oid.rs at line 2, src/rust/src/pkcs7.rs at line 2, src/rust/src/pool.rs at line 2, src/rust/src/x509/common.rs at line 2, src/rust/src/x509/crl.rs at line 2, src/rust/src/x509/csr.rs at line 2, src/rust/src/x509/extensions.rs at line 2, src/rust/src/x509/mod.rs at line 2, src/rust/src/x509/ocsp.rs at line 2, src/rust/src/x509/ocsp_req.rs at line 2, src/rust/src/x509/ocsp_resp.rs at line 2, src/rust/src/x509/sct.rs at line 2, src/rust/src/x509/sign.rs at line 2
  71. License text:
  72. // This file is dual licensed under the terms of the Apache License, Version
  73. // 2.0, and the BSD License. See the LICENSE file in the root of this repository
  74. // for complete details.
  75. Scancode info:
  76. Original SPDX id: BSD-3-Clause
  77. Score : 100.00
  78. Match type : NOTICE
  79. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  80. Files with this license:
  81. src/rust/build.rs [1:3]
  82. src/rust/cryptography-cffi/build.rs [1:3]
  83. src/rust/cryptography-cffi/src/lib.rs [1:3]
  84. src/rust/cryptography-openssl/build.rs [1:3]
  85. src/rust/cryptography-openssl/src/fips.rs [1:3]
  86. src/rust/cryptography-openssl/src/hmac.rs [1:3]
  87. src/rust/cryptography-openssl/src/lib.rs [1:3]
  88. src/rust/cryptography-x509/src/certificate.rs [1:3]
  89. src/rust/cryptography-x509/src/common.rs [1:3]
  90. src/rust/cryptography-x509/src/crl.rs [1:3]
  91. src/rust/cryptography-x509/src/csr.rs [1:3]
  92. src/rust/cryptography-x509/src/extensions.rs [1:3]
  93. src/rust/cryptography-x509/src/lib.rs [1:3]
  94. src/rust/cryptography-x509/src/name.rs [1:3]
  95. src/rust/cryptography-x509/src/ocsp_req.rs [1:3]
  96. src/rust/cryptography-x509/src/ocsp_resp.rs [1:3]
  97. src/rust/cryptography-x509/src/oid.rs [1:3]
  98. src/rust/cryptography-x509/src/pkcs7.rs [1:3]
  99. src/rust/src/asn1.rs [1:3]
  100. src/rust/src/backend/dh.rs [1:3]
  101. src/rust/src/backend/dsa.rs [1:3]
  102. src/rust/src/backend/ed25519.rs [1:3]
  103. src/rust/src/backend/ed448.rs [1:3]
  104. src/rust/src/backend/hashes.rs [1:3]
  105. src/rust/src/backend/hmac.rs [1:3]
  106. src/rust/src/backend/kdf.rs [1:3]
  107. src/rust/src/backend/mod.rs [1:3]
  108. src/rust/src/backend/poly1305.rs [1:3]
  109. src/rust/src/backend/utils.rs [1:3]
  110. src/rust/src/backend/x25519.rs [1:3]
  111. src/rust/src/backend/x448.rs [1:3]
  112. src/rust/src/buf.rs [1:3]
  113. src/rust/src/error.rs [1:3]
  114. src/rust/src/exceptions.rs [1:3]
  115. src/rust/src/lib.rs [1:3]
  116. src/rust/src/oid.rs [1:3]
  117. src/rust/src/pkcs7.rs [1:3]
  118. src/rust/src/pool.rs [1:3]
  119. src/rust/src/x509/common.rs [1:3]
  120. src/rust/src/x509/crl.rs [1:3]
  121. src/rust/src/x509/csr.rs [1:3]
  122. src/rust/src/x509/extensions.rs [1:3]
  123. src/rust/src/x509/mod.rs [1:3]
  124. src/rust/src/x509/ocsp.rs [1:3]
  125. src/rust/src/x509/ocsp_req.rs [1:3]
  126. src/rust/src/x509/ocsp_resp.rs [1:3]
  127. src/rust/src/x509/sct.rs [1:3]
  128. src/rust/src/x509/sign.rs [1:3]
  129. Scancode info:
  130. Original SPDX id: Apache-2.0
  131. Score : 100.00
  132. Match type : NOTICE
  133. Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
  134. Files with this license:
  135. src/rust/build.rs [1:3]
  136. src/rust/cryptography-cffi/build.rs [1:3]
  137. src/rust/cryptography-cffi/src/lib.rs [1:3]
  138. src/rust/cryptography-openssl/build.rs [1:3]
  139. src/rust/cryptography-openssl/src/fips.rs [1:3]
  140. src/rust/cryptography-openssl/src/hmac.rs [1:3]
  141. src/rust/cryptography-openssl/src/lib.rs [1:3]
  142. src/rust/cryptography-x509/src/certificate.rs [1:3]
  143. src/rust/cryptography-x509/src/common.rs [1:3]
  144. src/rust/cryptography-x509/src/crl.rs [1:3]
  145. src/rust/cryptography-x509/src/csr.rs [1:3]
  146. src/rust/cryptography-x509/src/extensions.rs [1:3]
  147. src/rust/cryptography-x509/src/lib.rs [1:3]
  148. src/rust/cryptography-x509/src/name.rs [1:3]
  149. src/rust/cryptography-x509/src/ocsp_req.rs [1:3]
  150. src/rust/cryptography-x509/src/ocsp_resp.rs [1:3]
  151. src/rust/cryptography-x509/src/oid.rs [1:3]
  152. src/rust/cryptography-x509/src/pkcs7.rs [1:3]
  153. src/rust/src/asn1.rs [1:3]
  154. src/rust/src/backend/dh.rs [1:3]
  155. src/rust/src/backend/dsa.rs [1:3]
  156. src/rust/src/backend/ed25519.rs [1:3]
  157. src/rust/src/backend/ed448.rs [1:3]
  158. src/rust/src/backend/hashes.rs [1:3]
  159. src/rust/src/backend/hmac.rs [1:3]
  160. src/rust/src/backend/kdf.rs [1:3]
  161. src/rust/src/backend/mod.rs [1:3]
  162. src/rust/src/backend/poly1305.rs [1:3]
  163. src/rust/src/backend/utils.rs [1:3]
  164. src/rust/src/backend/x25519.rs [1:3]
  165. src/rust/src/backend/x448.rs [1:3]
  166. src/rust/src/buf.rs [1:3]
  167. src/rust/src/error.rs [1:3]
  168. src/rust/src/exceptions.rs [1:3]
  169. src/rust/src/lib.rs [1:3]
  170. src/rust/src/oid.rs [1:3]
  171. src/rust/src/pkcs7.rs [1:3]
  172. src/rust/src/pool.rs [1:3]
  173. src/rust/src/x509/common.rs [1:3]
  174. src/rust/src/x509/crl.rs [1:3]
  175. src/rust/src/x509/csr.rs [1:3]
  176. src/rust/src/x509/extensions.rs [1:3]
  177. src/rust/src/x509/mod.rs [1:3]
  178. src/rust/src/x509/ocsp.rs [1:3]
  179. src/rust/src/x509/ocsp_req.rs [1:3]
  180. src/rust/src/x509/ocsp_resp.rs [1:3]
  181. src/rust/src/x509/sct.rs [1:3]
  182. src/rust/src/x509/sign.rs [1:3]
  183. KEEP BSD-3-Clause 4cab4f6cef2c399a5e325aa4849ce81f
  184. BELONGS ya.make
  185. FILE_INCLUDE LICENSE.BSD found in files: MANIFEST.in at line 5
  186. License text:
  187. include LICENSE.BSD
  188. Scancode info:
  189. Original SPDX id: BSD-3-Clause
  190. Score : 95.00
  191. Match type : TAG
  192. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  193. Files with this license:
  194. MANIFEST.in [5:5]
  195. KEEP BSD-3-Clause 5564266eba2c69814d2732192939ad86
  196. BELONGS ya.make
  197. License text:
  198. "License :: OSI Approved :: BSD License",
  199. Scancode info:
  200. Original SPDX id: BSD-3-Clause
  201. Score : 99.00
  202. Match type : TAG
  203. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  204. Files with this license:
  205. pyproject.toml [25:25]
  206. KEEP Apache-2.0 56d4124ad7af6218ddfd361870cfed11
  207. BELONGS ya.make
  208. License text:
  209. "License :: OSI Approved :: Apache Software License",
  210. Scancode info:
  211. Original SPDX id: Apache-2.0
  212. Score : 95.00
  213. Match type : TAG
  214. Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
  215. Files with this license:
  216. pyproject.toml [24:24]
  217. KEEP Apache-2.0 5e31f0b7dea386822177cf44cd85bda5
  218. BELONGS ya.make
  219. FILE_INCLUDE LICENSE.APACHE found in files: MANIFEST.in at line 4
  220. License text:
  221. include LICENSE.APACHE
  222. Scancode info:
  223. Original SPDX id: Apache-2.0
  224. Score : 90.00
  225. Match type : TAG
  226. Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
  227. Files with this license:
  228. MANIFEST.in [4:4]
  229. KEEP BSD-3-Clause 798fe0a03129e9a9c30a9a5c344ac047
  230. BELONGS ya.make
  231. Note: matched license text is too long. Read it in the source files.
  232. Scancode info:
  233. Original SPDX id: BSD-3-Clause
  234. Score : 99.07
  235. Match type : TEXT
  236. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  237. Files with this license:
  238. LICENSE.BSD [4:27]
  239. KEEP BSD-3-Clause 959658b0f9238eab7fd5d490805b0d80
  240. BELONGS ya.make
  241. License text:
  242. 2.0, or the BSD license.
  243. Scancode info:
  244. Original SPDX id: BSD-3-Clause
  245. Score : 99.00
  246. Match type : REFERENCE
  247. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  248. Files with this license:
  249. CHANGELOG.rst [2046:2046]
  250. KEEP Apache-2.0 c01a0c36d4b55de69ee5d85e766ea95c
  251. BELONGS ya.make
  252. License text:
  253. 2.0, to being available under *either* the Apache Software License, Version
  254. 2.0, or the BSD license.
  255. Scancode info:
  256. Original SPDX id: Apache-2.0
  257. Score : 38.00
  258. Match type : REFERENCE
  259. Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
  260. Files with this license:
  261. CHANGELOG.rst [2045:2046]
  262. KEEP BSD-3-Clause AND Apache-2.0 c31058d9df12eb0c238aa5bdecc9c7ab
  263. BELONGS ya.make
  264. FILE_INCLUDE LICENSE found in files: .github/compare_benchmarks.py at line 2, noxfile.py at line 2, release.py at line 2, setup.py at line 4, src/_cffi_src/build_openssl.py at line 2, src/_cffi_src/openssl/__init__.py at line 2, src/_cffi_src/openssl/asn1.py at line 2, src/_cffi_src/openssl/bignum.py at line 2, src/_cffi_src/openssl/bio.py at line 2, src/_cffi_src/openssl/callbacks.py at line 2, src/_cffi_src/openssl/cmac.py at line 2, src/_cffi_src/openssl/crypto.py at line 2, src/_cffi_src/openssl/cryptography.py at line 2, src/_cffi_src/openssl/dh.py at line 2, src/_cffi_src/openssl/dsa.py at line 2, src/_cffi_src/openssl/ec.py at line 2, src/_cffi_src/openssl/ecdsa.py at line 2, src/_cffi_src/openssl/engine.py at line 2, src/_cffi_src/openssl/err.py at line 2, src/_cffi_src/openssl/evp.py at line 2, src/_cffi_src/openssl/evp_aead.py at line 2, src/_cffi_src/openssl/fips.py at line 2, src/_cffi_src/openssl/nid.py at line 2, src/_cffi_src/openssl/objects.py at line 2, src/_cffi_src/openssl/opensslv.py at line 2, src/_cffi_src/openssl/pem.py at line 2, src/_cffi_src/openssl/pkcs12.py at line 2, src/_cffi_src/openssl/pkcs7.py at line 2, src/_cffi_src/openssl/provider.py at line 2, src/_cffi_src/openssl/rand.py at line 2, src/_cffi_src/openssl/rsa.py at line 2, src/_cffi_src/openssl/ssl.py at line 2, src/_cffi_src/openssl/x509.py at line 2, src/_cffi_src/openssl/x509_vfy.py at line 2, src/_cffi_src/openssl/x509name.py at line 2, src/_cffi_src/openssl/x509v3.py at line 2, src/_cffi_src/utils.py at line 2, src/cryptography/__about__.py at line 2, src/cryptography/__init__.py at line 2, src/cryptography/exceptions.py at line 2, src/cryptography/fernet.py at line 2, src/cryptography/hazmat/__init__.py at line 2, src/cryptography/hazmat/_oid.py at line 2, src/cryptography/hazmat/backends/__init__.py at line 2, src/cryptography/hazmat/backends/openssl/__init__.py at line 2, src/cryptography/hazmat/backends/openssl/aead.py at line 2, src/cryptography/hazmat/backends/openssl/backend.py at line 2, src/cryptography/hazmat/backends/openssl/ciphers.py at line 2, src/cryptography/hazmat/backends/openssl/cmac.py at line 2, src/cryptography/hazmat/backends/openssl/decode_asn1.py at line 2, src/cryptography/hazmat/backends/openssl/ec.py at line 2, src/cryptography/hazmat/backends/openssl/rsa.py at line 2, src/cryptography/hazmat/backends/openssl/utils.py at line 2, src/cryptography/hazmat/bindings/__init__.py at line 2, src/cryptography/hazmat/bindings/_rust/__init__.pyi at line 2, src/cryptography/hazmat/bindings/_rust/_openssl.pyi at line 2, src/cryptography/hazmat/bindings/_rust/asn1.pyi at line 2, src/cryptography/hazmat/bindings/_rust/exceptions.pyi at line 2, src/cryptography/hazmat/bindings/_rust/ocsp.pyi at line 2, src/cryptography/hazmat/bindings/_rust/openssl/__init__.pyi at line 2, src/cryptography/hazmat/bindings/_rust/openssl/dh.pyi at line 2, src/cryptography/hazmat/bindings/_rust/openssl/dsa.pyi at line 2, src/cryptography/hazmat/bindings/_rust/openssl/ed25519.pyi at line 2, src/cryptography/hazmat/bindings/_rust/openssl/ed448.pyi at line 2, src/cryptography/hazmat/bindings/_rust/openssl/hashes.pyi at line 2, src/cryptography/hazmat/bindings/_rust/openssl/hmac.pyi at line 2, src/cryptography/hazmat/bindings/_rust/openssl/kdf.pyi at line 2, src/cryptography/hazmat/bindings/_rust/openssl/poly1305.pyi at line 2, src/cryptography/hazmat/bindings/_rust/openssl/x25519.pyi at line 2, src/cryptography/hazmat/bindings/_rust/openssl/x448.pyi at line 2, src/cryptography/hazmat/bindings/_rust/x509.pyi at line 2, src/cryptography/hazmat/bindings/openssl/__init__.py at line 2, src/cryptography/hazmat/bindings/openssl/_conditional.py at line 2, src/cryptography/hazmat/bindings/openssl/binding.py at line 2, src/cryptography/hazmat/primitives/__init__.py at line 2, src/cryptography/hazmat/primitives/_asymmetric.py at line 2, src/cryptography/hazmat/primitives/_cipheralgorithm.py at line 2, src/cryptography/hazmat/primitives/_serialization.py at line 2, src/cryptography/hazmat/primitives/asymmetric/__init__.py at line 2, src/cryptography/hazmat/primitives/asymmetric/dh.py at line 2, src/cryptography/hazmat/primitives/asymmetric/dsa.py at line 2, src/cryptography/hazmat/primitives/asymmetric/ec.py at line 2, src/cryptography/hazmat/primitives/asymmetric/ed25519.py at line 2, src/cryptography/hazmat/primitives/asymmetric/ed448.py at line 2, src/cryptography/hazmat/primitives/asymmetric/padding.py at line 2, src/cryptography/hazmat/primitives/asymmetric/rsa.py at line 2, src/cryptography/hazmat/primitives/asymmetric/types.py at line 2, src/cryptography/hazmat/primitives/asymmetric/utils.py at line 2, src/cryptography/hazmat/primitives/asymmetric/x25519.py at line 2, src/cryptography/hazmat/primitives/asymmetric/x448.py at line 2, src/cryptography/hazmat/primitives/ciphers/__init__.py at line 2, src/cryptography/hazmat/primitives/ciphers/aead.py at line 2, src/cryptography/hazmat/primitives/ciphers/algorithms.py at line 2, src/cryptography/hazmat/primitives/ciphers/base.py at line 2, src/cryptography/hazmat/primitives/ciphers/modes.py at line 2, src/cryptography/hazmat/primitives/cmac.py at line 2, src/cryptography/hazmat/primitives/constant_time.py at line 2, src/cryptography/hazmat/primitives/hashes.py at line 2, src/cryptography/hazmat/primitives/hmac.py at line 2, src/cryptography/hazmat/primitives/kdf/__init__.py at line 2, src/cryptography/hazmat/primitives/kdf/concatkdf.py at line 2, src/cryptography/hazmat/primitives/kdf/hkdf.py at line 2, src/cryptography/hazmat/primitives/kdf/kbkdf.py at line 2, src/cryptography/hazmat/primitives/kdf/pbkdf2.py at line 2, src/cryptography/hazmat/primitives/kdf/scrypt.py at line 2, src/cryptography/hazmat/primitives/kdf/x963kdf.py at line 2, src/cryptography/hazmat/primitives/keywrap.py at line 2, src/cryptography/hazmat/primitives/padding.py at line 2, src/cryptography/hazmat/primitives/poly1305.py at line 2, src/cryptography/hazmat/primitives/serialization/__init__.py at line 2, src/cryptography/hazmat/primitives/serialization/base.py at line 2, src/cryptography/hazmat/primitives/serialization/pkcs12.py at line 2, src/cryptography/hazmat/primitives/serialization/pkcs7.py at line 2, src/cryptography/hazmat/primitives/serialization/ssh.py at line 2, src/cryptography/hazmat/primitives/twofactor/__init__.py at line 2, src/cryptography/hazmat/primitives/twofactor/hotp.py at line 2, src/cryptography/hazmat/primitives/twofactor/totp.py at line 2, src/cryptography/utils.py at line 2, src/cryptography/x509/__init__.py at line 2, src/cryptography/x509/base.py at line 2, src/cryptography/x509/certificate_transparency.py at line 2, src/cryptography/x509/extensions.py at line 2, src/cryptography/x509/general_name.py at line 2, src/cryptography/x509/name.py at line 2, src/cryptography/x509/ocsp.py at line 2, src/cryptography/x509/oid.py at line 2
  265. License text:
  266. \# This file is dual licensed under the terms of the Apache License, Version
  267. \# 2.0, and the BSD License. See the LICENSE file in the root of this repository
  268. \# for complete details.
  269. Scancode info:
  270. Original SPDX id: BSD-3-Clause
  271. Score : 100.00
  272. Match type : NOTICE
  273. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  274. Files with this license:
  275. .github/compare_benchmarks.py [1:3]
  276. noxfile.py [1:3]
  277. release.py [1:3]
  278. setup.py [3:5]
  279. src/_cffi_src/build_openssl.py [1:3]
  280. src/_cffi_src/openssl/__init__.py [1:3]
  281. src/_cffi_src/openssl/asn1.py [1:3]
  282. src/_cffi_src/openssl/bignum.py [1:3]
  283. src/_cffi_src/openssl/bio.py [1:3]
  284. src/_cffi_src/openssl/callbacks.py [1:3]
  285. src/_cffi_src/openssl/cmac.py [1:3]
  286. src/_cffi_src/openssl/crypto.py [1:3]
  287. src/_cffi_src/openssl/cryptography.py [1:3]
  288. src/_cffi_src/openssl/dh.py [1:3]
  289. src/_cffi_src/openssl/dsa.py [1:3]
  290. src/_cffi_src/openssl/ec.py [1:3]
  291. src/_cffi_src/openssl/ecdsa.py [1:3]
  292. src/_cffi_src/openssl/engine.py [1:3]
  293. src/_cffi_src/openssl/err.py [1:3]
  294. src/_cffi_src/openssl/evp.py [1:3]
  295. src/_cffi_src/openssl/evp_aead.py [1:3]
  296. src/_cffi_src/openssl/fips.py [1:3]
  297. src/_cffi_src/openssl/nid.py [1:3]
  298. src/_cffi_src/openssl/objects.py [1:3]
  299. src/_cffi_src/openssl/opensslv.py [1:3]
  300. src/_cffi_src/openssl/pem.py [1:3]
  301. src/_cffi_src/openssl/pkcs12.py [1:3]
  302. src/_cffi_src/openssl/pkcs7.py [1:3]
  303. src/_cffi_src/openssl/provider.py [1:3]
  304. src/_cffi_src/openssl/rand.py [1:3]
  305. src/_cffi_src/openssl/rsa.py [1:3]
  306. src/_cffi_src/openssl/ssl.py [1:3]
  307. src/_cffi_src/openssl/x509.py [1:3]
  308. src/_cffi_src/openssl/x509_vfy.py [1:3]
  309. src/_cffi_src/openssl/x509name.py [1:3]
  310. src/_cffi_src/openssl/x509v3.py [1:3]
  311. src/_cffi_src/utils.py [1:3]
  312. src/cryptography/__about__.py [1:3]
  313. src/cryptography/__init__.py [1:3]
  314. src/cryptography/exceptions.py [1:3]
  315. src/cryptography/fernet.py [1:3]
  316. src/cryptography/hazmat/__init__.py [1:3]
  317. src/cryptography/hazmat/_oid.py [1:3]
  318. src/cryptography/hazmat/backends/__init__.py [1:3]
  319. src/cryptography/hazmat/backends/openssl/__init__.py [1:3]
  320. src/cryptography/hazmat/backends/openssl/aead.py [1:3]
  321. src/cryptography/hazmat/backends/openssl/backend.py [1:3]
  322. src/cryptography/hazmat/backends/openssl/ciphers.py [1:3]
  323. src/cryptography/hazmat/backends/openssl/cmac.py [1:3]
  324. src/cryptography/hazmat/backends/openssl/decode_asn1.py [1:3]
  325. src/cryptography/hazmat/backends/openssl/ec.py [1:3]
  326. src/cryptography/hazmat/backends/openssl/rsa.py [1:3]
  327. src/cryptography/hazmat/backends/openssl/utils.py [1:3]
  328. src/cryptography/hazmat/bindings/__init__.py [1:3]
  329. src/cryptography/hazmat/bindings/_rust/__init__.pyi [1:3]
  330. src/cryptography/hazmat/bindings/_rust/_openssl.pyi [1:3]
  331. src/cryptography/hazmat/bindings/_rust/asn1.pyi [1:3]
  332. src/cryptography/hazmat/bindings/_rust/exceptions.pyi [1:3]
  333. src/cryptography/hazmat/bindings/_rust/ocsp.pyi [1:3]
  334. src/cryptography/hazmat/bindings/_rust/openssl/__init__.pyi [1:3]
  335. src/cryptography/hazmat/bindings/_rust/openssl/dh.pyi [1:3]
  336. src/cryptography/hazmat/bindings/_rust/openssl/dsa.pyi [1:3]
  337. src/cryptography/hazmat/bindings/_rust/openssl/ed25519.pyi [1:3]
  338. src/cryptography/hazmat/bindings/_rust/openssl/ed448.pyi [1:3]
  339. src/cryptography/hazmat/bindings/_rust/openssl/hashes.pyi [1:3]
  340. src/cryptography/hazmat/bindings/_rust/openssl/hmac.pyi [1:3]
  341. src/cryptography/hazmat/bindings/_rust/openssl/kdf.pyi [1:3]
  342. src/cryptography/hazmat/bindings/_rust/openssl/poly1305.pyi [1:3]
  343. src/cryptography/hazmat/bindings/_rust/openssl/x25519.pyi [1:3]
  344. src/cryptography/hazmat/bindings/_rust/openssl/x448.pyi [1:3]
  345. src/cryptography/hazmat/bindings/_rust/x509.pyi [1:3]
  346. src/cryptography/hazmat/bindings/openssl/__init__.py [1:3]
  347. src/cryptography/hazmat/bindings/openssl/_conditional.py [1:3]
  348. src/cryptography/hazmat/bindings/openssl/binding.py [1:3]
  349. src/cryptography/hazmat/primitives/__init__.py [1:3]
  350. src/cryptography/hazmat/primitives/_asymmetric.py [1:3]
  351. src/cryptography/hazmat/primitives/_cipheralgorithm.py [1:3]
  352. src/cryptography/hazmat/primitives/_serialization.py [1:3]
  353. src/cryptography/hazmat/primitives/asymmetric/__init__.py [1:3]
  354. src/cryptography/hazmat/primitives/asymmetric/dh.py [1:3]
  355. src/cryptography/hazmat/primitives/asymmetric/dsa.py [1:3]
  356. src/cryptography/hazmat/primitives/asymmetric/ec.py [1:3]
  357. src/cryptography/hazmat/primitives/asymmetric/ed25519.py [1:3]
  358. src/cryptography/hazmat/primitives/asymmetric/ed448.py [1:3]
  359. src/cryptography/hazmat/primitives/asymmetric/padding.py [1:3]
  360. src/cryptography/hazmat/primitives/asymmetric/rsa.py [1:3]
  361. src/cryptography/hazmat/primitives/asymmetric/types.py [1:3]
  362. src/cryptography/hazmat/primitives/asymmetric/utils.py [1:3]
  363. src/cryptography/hazmat/primitives/asymmetric/x25519.py [1:3]
  364. src/cryptography/hazmat/primitives/asymmetric/x448.py [1:3]
  365. src/cryptography/hazmat/primitives/ciphers/__init__.py [1:3]
  366. src/cryptography/hazmat/primitives/ciphers/aead.py [1:3]
  367. src/cryptography/hazmat/primitives/ciphers/algorithms.py [1:3]
  368. src/cryptography/hazmat/primitives/ciphers/base.py [1:3]
  369. src/cryptography/hazmat/primitives/ciphers/modes.py [1:3]
  370. src/cryptography/hazmat/primitives/cmac.py [1:3]
  371. src/cryptography/hazmat/primitives/constant_time.py [1:3]
  372. src/cryptography/hazmat/primitives/hashes.py [1:3]
  373. src/cryptography/hazmat/primitives/hmac.py [1:3]
  374. src/cryptography/hazmat/primitives/kdf/__init__.py [1:3]
  375. src/cryptography/hazmat/primitives/kdf/concatkdf.py [1:3]
  376. src/cryptography/hazmat/primitives/kdf/hkdf.py [1:3]
  377. src/cryptography/hazmat/primitives/kdf/kbkdf.py [1:3]
  378. src/cryptography/hazmat/primitives/kdf/pbkdf2.py [1:3]
  379. src/cryptography/hazmat/primitives/kdf/scrypt.py [1:3]
  380. src/cryptography/hazmat/primitives/kdf/x963kdf.py [1:3]
  381. src/cryptography/hazmat/primitives/keywrap.py [1:3]
  382. src/cryptography/hazmat/primitives/padding.py [1:3]
  383. src/cryptography/hazmat/primitives/poly1305.py [1:3]
  384. src/cryptography/hazmat/primitives/serialization/__init__.py [1:3]
  385. src/cryptography/hazmat/primitives/serialization/base.py [1:3]
  386. src/cryptography/hazmat/primitives/serialization/pkcs12.py [1:3]
  387. src/cryptography/hazmat/primitives/serialization/pkcs7.py [1:3]
  388. src/cryptography/hazmat/primitives/serialization/ssh.py [1:3]
  389. src/cryptography/hazmat/primitives/twofactor/__init__.py [1:3]
  390. src/cryptography/hazmat/primitives/twofactor/hotp.py [1:3]
  391. src/cryptography/hazmat/primitives/twofactor/totp.py [1:3]
  392. src/cryptography/utils.py [1:3]
  393. src/cryptography/x509/__init__.py [1:3]
  394. src/cryptography/x509/base.py [1:3]
  395. src/cryptography/x509/certificate_transparency.py [1:3]
  396. src/cryptography/x509/extensions.py [1:3]
  397. src/cryptography/x509/general_name.py [1:3]
  398. src/cryptography/x509/name.py [1:3]
  399. src/cryptography/x509/ocsp.py [1:3]
  400. src/cryptography/x509/oid.py [1:3]
  401. Scancode info:
  402. Original SPDX id: Apache-2.0
  403. Score : 100.00
  404. Match type : NOTICE
  405. Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
  406. Files with this license:
  407. .github/compare_benchmarks.py [1:3]
  408. noxfile.py [1:3]
  409. release.py [1:3]
  410. setup.py [3:5]
  411. src/_cffi_src/build_openssl.py [1:3]
  412. src/_cffi_src/openssl/__init__.py [1:3]
  413. src/_cffi_src/openssl/asn1.py [1:3]
  414. src/_cffi_src/openssl/bignum.py [1:3]
  415. src/_cffi_src/openssl/bio.py [1:3]
  416. src/_cffi_src/openssl/callbacks.py [1:3]
  417. src/_cffi_src/openssl/cmac.py [1:3]
  418. src/_cffi_src/openssl/crypto.py [1:3]
  419. src/_cffi_src/openssl/cryptography.py [1:3]
  420. src/_cffi_src/openssl/dh.py [1:3]
  421. src/_cffi_src/openssl/dsa.py [1:3]
  422. src/_cffi_src/openssl/ec.py [1:3]
  423. src/_cffi_src/openssl/ecdsa.py [1:3]
  424. src/_cffi_src/openssl/engine.py [1:3]
  425. src/_cffi_src/openssl/err.py [1:3]
  426. src/_cffi_src/openssl/evp.py [1:3]
  427. src/_cffi_src/openssl/evp_aead.py [1:3]
  428. src/_cffi_src/openssl/fips.py [1:3]
  429. src/_cffi_src/openssl/nid.py [1:3]
  430. src/_cffi_src/openssl/objects.py [1:3]
  431. src/_cffi_src/openssl/opensslv.py [1:3]
  432. src/_cffi_src/openssl/pem.py [1:3]
  433. src/_cffi_src/openssl/pkcs12.py [1:3]
  434. src/_cffi_src/openssl/pkcs7.py [1:3]
  435. src/_cffi_src/openssl/provider.py [1:3]
  436. src/_cffi_src/openssl/rand.py [1:3]
  437. src/_cffi_src/openssl/rsa.py [1:3]
  438. src/_cffi_src/openssl/ssl.py [1:3]
  439. src/_cffi_src/openssl/x509.py [1:3]
  440. src/_cffi_src/openssl/x509_vfy.py [1:3]
  441. src/_cffi_src/openssl/x509name.py [1:3]
  442. src/_cffi_src/openssl/x509v3.py [1:3]
  443. src/_cffi_src/utils.py [1:3]
  444. src/cryptography/__about__.py [1:3]
  445. src/cryptography/__init__.py [1:3]
  446. src/cryptography/exceptions.py [1:3]
  447. src/cryptography/fernet.py [1:3]
  448. src/cryptography/hazmat/__init__.py [1:3]
  449. src/cryptography/hazmat/_oid.py [1:3]
  450. src/cryptography/hazmat/backends/__init__.py [1:3]
  451. src/cryptography/hazmat/backends/openssl/__init__.py [1:3]
  452. src/cryptography/hazmat/backends/openssl/aead.py [1:3]
  453. src/cryptography/hazmat/backends/openssl/backend.py [1:3]
  454. src/cryptography/hazmat/backends/openssl/ciphers.py [1:3]
  455. src/cryptography/hazmat/backends/openssl/cmac.py [1:3]
  456. src/cryptography/hazmat/backends/openssl/decode_asn1.py [1:3]
  457. src/cryptography/hazmat/backends/openssl/ec.py [1:3]
  458. src/cryptography/hazmat/backends/openssl/rsa.py [1:3]
  459. src/cryptography/hazmat/backends/openssl/utils.py [1:3]
  460. src/cryptography/hazmat/bindings/__init__.py [1:3]
  461. src/cryptography/hazmat/bindings/_rust/__init__.pyi [1:3]
  462. src/cryptography/hazmat/bindings/_rust/_openssl.pyi [1:3]
  463. src/cryptography/hazmat/bindings/_rust/asn1.pyi [1:3]
  464. src/cryptography/hazmat/bindings/_rust/exceptions.pyi [1:3]
  465. src/cryptography/hazmat/bindings/_rust/ocsp.pyi [1:3]
  466. src/cryptography/hazmat/bindings/_rust/openssl/__init__.pyi [1:3]
  467. src/cryptography/hazmat/bindings/_rust/openssl/dh.pyi [1:3]
  468. src/cryptography/hazmat/bindings/_rust/openssl/dsa.pyi [1:3]
  469. src/cryptography/hazmat/bindings/_rust/openssl/ed25519.pyi [1:3]
  470. src/cryptography/hazmat/bindings/_rust/openssl/ed448.pyi [1:3]
  471. src/cryptography/hazmat/bindings/_rust/openssl/hashes.pyi [1:3]
  472. src/cryptography/hazmat/bindings/_rust/openssl/hmac.pyi [1:3]
  473. src/cryptography/hazmat/bindings/_rust/openssl/kdf.pyi [1:3]
  474. src/cryptography/hazmat/bindings/_rust/openssl/poly1305.pyi [1:3]
  475. src/cryptography/hazmat/bindings/_rust/openssl/x25519.pyi [1:3]
  476. src/cryptography/hazmat/bindings/_rust/openssl/x448.pyi [1:3]
  477. src/cryptography/hazmat/bindings/_rust/x509.pyi [1:3]
  478. src/cryptography/hazmat/bindings/openssl/__init__.py [1:3]
  479. src/cryptography/hazmat/bindings/openssl/_conditional.py [1:3]
  480. src/cryptography/hazmat/bindings/openssl/binding.py [1:3]
  481. src/cryptography/hazmat/primitives/__init__.py [1:3]
  482. src/cryptography/hazmat/primitives/_asymmetric.py [1:3]
  483. src/cryptography/hazmat/primitives/_cipheralgorithm.py [1:3]
  484. src/cryptography/hazmat/primitives/_serialization.py [1:3]
  485. src/cryptography/hazmat/primitives/asymmetric/__init__.py [1:3]
  486. src/cryptography/hazmat/primitives/asymmetric/dh.py [1:3]
  487. src/cryptography/hazmat/primitives/asymmetric/dsa.py [1:3]
  488. src/cryptography/hazmat/primitives/asymmetric/ec.py [1:3]
  489. src/cryptography/hazmat/primitives/asymmetric/ed25519.py [1:3]
  490. src/cryptography/hazmat/primitives/asymmetric/ed448.py [1:3]
  491. src/cryptography/hazmat/primitives/asymmetric/padding.py [1:3]
  492. src/cryptography/hazmat/primitives/asymmetric/rsa.py [1:3]
  493. src/cryptography/hazmat/primitives/asymmetric/types.py [1:3]
  494. src/cryptography/hazmat/primitives/asymmetric/utils.py [1:3]
  495. src/cryptography/hazmat/primitives/asymmetric/x25519.py [1:3]
  496. src/cryptography/hazmat/primitives/asymmetric/x448.py [1:3]
  497. src/cryptography/hazmat/primitives/ciphers/__init__.py [1:3]
  498. src/cryptography/hazmat/primitives/ciphers/aead.py [1:3]
  499. src/cryptography/hazmat/primitives/ciphers/algorithms.py [1:3]
  500. src/cryptography/hazmat/primitives/ciphers/base.py [1:3]
  501. src/cryptography/hazmat/primitives/ciphers/modes.py [1:3]
  502. src/cryptography/hazmat/primitives/cmac.py [1:3]
  503. src/cryptography/hazmat/primitives/constant_time.py [1:3]
  504. src/cryptography/hazmat/primitives/hashes.py [1:3]
  505. src/cryptography/hazmat/primitives/hmac.py [1:3]
  506. src/cryptography/hazmat/primitives/kdf/__init__.py [1:3]
  507. src/cryptography/hazmat/primitives/kdf/concatkdf.py [1:3]
  508. src/cryptography/hazmat/primitives/kdf/hkdf.py [1:3]
  509. src/cryptography/hazmat/primitives/kdf/kbkdf.py [1:3]
  510. src/cryptography/hazmat/primitives/kdf/pbkdf2.py [1:3]
  511. src/cryptography/hazmat/primitives/kdf/scrypt.py [1:3]
  512. src/cryptography/hazmat/primitives/kdf/x963kdf.py [1:3]
  513. src/cryptography/hazmat/primitives/keywrap.py [1:3]
  514. src/cryptography/hazmat/primitives/padding.py [1:3]
  515. src/cryptography/hazmat/primitives/poly1305.py [1:3]
  516. src/cryptography/hazmat/primitives/serialization/__init__.py [1:3]
  517. src/cryptography/hazmat/primitives/serialization/base.py [1:3]
  518. src/cryptography/hazmat/primitives/serialization/pkcs12.py [1:3]
  519. src/cryptography/hazmat/primitives/serialization/pkcs7.py [1:3]
  520. src/cryptography/hazmat/primitives/serialization/ssh.py [1:3]
  521. src/cryptography/hazmat/primitives/twofactor/__init__.py [1:3]
  522. src/cryptography/hazmat/primitives/twofactor/hotp.py [1:3]
  523. src/cryptography/hazmat/primitives/twofactor/totp.py [1:3]
  524. src/cryptography/utils.py [1:3]
  525. src/cryptography/x509/__init__.py [1:3]
  526. src/cryptography/x509/base.py [1:3]
  527. src/cryptography/x509/certificate_transparency.py [1:3]
  528. src/cryptography/x509/extensions.py [1:3]
  529. src/cryptography/x509/general_name.py [1:3]
  530. src/cryptography/x509/name.py [1:3]
  531. src/cryptography/x509/ocsp.py [1:3]
  532. src/cryptography/x509/oid.py [1:3]
  533. KEEP Apache-2.0 cac6cbe8ed5a3da569f7c01e4e486688
  534. BELONGS ya.make
  535. Note: matched license text is too long. Read it in the source files.
  536. Scancode info:
  537. Original SPDX id: Apache-2.0
  538. Score : 100.00
  539. Match type : TEXT
  540. Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
  541. Files with this license:
  542. LICENSE.APACHE [2:202]
  543. KEEP BSD-3-Clause AND Apache-2.0 fb4b1826cb15b4715a1a70cdb1bd23a9
  544. BELONGS ya.make
  545. FILE_INCLUDE LICENSE.APACHE found in files: LICENSE at line 2
  546. FILE_INCLUDE LICENSE.BSD found in files: LICENSE at line 2
  547. License text:
  548. This software is made available under the terms of *either* of the licenses
  549. found in LICENSE.APACHE or LICENSE.BSD. Contributions to cryptography are made
  550. under the terms of *both* these licenses.
  551. Scancode info:
  552. Original SPDX id: BSD-3-Clause
  553. Score : 90.91
  554. Match type : NOTICE
  555. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  556. Files with this license:
  557. LICENSE [1:3]
  558. Scancode info:
  559. Original SPDX id: Apache-2.0
  560. Score : 90.91
  561. Match type : NOTICE
  562. Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
  563. Files with this license:
  564. LICENSE [1:3]
  565. KEEP Apache-2.0 AND BSD-3-Clause fd915d08f7e33b029373b336716ab7db
  566. BELONGS ya.make
  567. License text:
  568. license = {text = "Apache-2.0 OR BSD-3-Clause"}
  569. Scancode info:
  570. Original SPDX id: Apache-2.0
  571. Score : 100.00
  572. Match type : REFERENCE
  573. Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
  574. Files with this license:
  575. pyproject.toml [20:20]
  576. Scancode info:
  577. Original SPDX id: BSD-3-Clause
  578. Score : 100.00
  579. Match type : REFERENCE
  580. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  581. Files with this license:
  582. pyproject.toml [20:20]