diff options
author | maxim-yurchuk <maxim-yurchuk@yandex-team.com> | 2024-10-09 12:29:46 +0300 |
---|---|---|
committer | maxim-yurchuk <maxim-yurchuk@yandex-team.com> | 2024-10-09 13:14:22 +0300 |
commit | 9731d8a4bb7ee2cc8554eaf133bb85498a4c7d80 (patch) | |
tree | a8fb3181d5947c0d78cf402aa56e686130179049 /contrib/python/cryptography/next/rust | |
parent | a44b779cd359f06c3ebbef4ec98c6b38609d9d85 (diff) | |
download | ydb-9731d8a4bb7ee2cc8554eaf133bb85498a4c7d80.tar.gz |
publishFullContrib: true for ydb
<HIDDEN_URL>
commit_hash:c82a80ac4594723cebf2c7387dec9c60217f603e
Diffstat (limited to 'contrib/python/cryptography/next/rust')
-rw-r--r-- | contrib/python/cryptography/next/rust/.yandex_meta/build.ym | 65 | ||||
-rw-r--r-- | contrib/python/cryptography/next/rust/.yandex_meta/devtools.copyrights.report | 57 | ||||
-rw-r--r-- | contrib/python/cryptography/next/rust/.yandex_meta/devtools.licenses.report | 596 | ||||
-rw-r--r-- | contrib/python/cryptography/next/rust/.yandex_meta/licenses.list.txt | 527 | ||||
-rw-r--r-- | contrib/python/cryptography/next/rust/a/x86_64-unknown-linux-gnu/release/libcryptography_rust.a | bin | 0 -> 24303048 bytes | |||
-rw-r--r-- | contrib/python/cryptography/next/rust/a/x86_64-unknown-linux-musl/release/libcryptography_rust.a | bin | 0 -> 24260004 bytes | |||
-rw-r--r-- | contrib/python/cryptography/next/rust/ya.make | 39 |
7 files changed, 1284 insertions, 0 deletions
diff --git a/contrib/python/cryptography/next/rust/.yandex_meta/build.ym b/contrib/python/cryptography/next/rust/.yandex_meta/build.ym new file mode 100644 index 0000000000..ef3eba3d8e --- /dev/null +++ b/contrib/python/cryptography/next/rust/.yandex_meta/build.ym @@ -0,0 +1,65 @@ +{% extends '//builtin/pycargo.ym' %} + +{% block mod_name %} +cryptography_rust +{% endblock %} + +{% block arcadia_tools %} +{{super()}} +devtools/yamaker/libym2/scripts/python3 +{% endblock %} + +{% block platforms %} +x86_64-unknown-linux-gnu +x86_64-unknown-linux-musl +{% endblock %} + +{% block py_register %} +_rust +_openssl +{% endblock %} + +{% block current_version %}41.0.6{% endblock %} +{% block current_url %}https://github.com/pyca/cryptography/archive/refs/tags/{{self.version().strip()}}.tar.gz{% endblock %} + +{% block patch_source %} +{{super()}} +sed -e 's|cdylib|staticlib|' -i Cargo.toml +{% endblock %} + +{% block build_source %} +{% for p in self.platforms().strip().split('\n') %} +export CC_{{p.replace('-', '_')}}=target-cc +{% endfor %} +export CC_x86_64_unknown_linux_musl=musl-gcc +export DEP_OPENSSL_INCLUDE={{arcadia_root}}/contrib/libs/openssl/include +export PYO3_CROSS_PYTHON_VERSION=3.12 +rm -rf docs vectors tests +cd src/rust +{{super()}} +rm -r .git +{% endblock %} + +{% block sanitize_output %} +{{super()}} +{% for p in self.platforms().strip().split('\n') %} +rm -rf ${OUTPUT}/a/{{p}}/release/build +{% endfor %} +{% endblock %} + +{% block prepare_env %} +{{super()}} +export CLANG=$(ya tool c++ --print-path) + +cat << EOF > ${BIN}/musl-gcc +#!/usr/bin/env sh +exec ${CLANG} -DUSE_PYTHON3 -I{{arcadia_root}} -I{{arcadia_root}}/contrib/libs/python/Include -I{{arcadia_root}}/contrib/libs/openssl/include -x c "\${@}" +EOF + +cat << EOF > ${BIN}/target-cc +#!/usr/bin/env sh +exec ${CLANG} -DUSE_PYTHON3 -I{{arcadia_root}} -I{{arcadia_root}}/contrib/libs/python/Include -I{{arcadia_root}}/contrib/libs/openssl/include -x c "\${@}" +EOF + +chmod +x ${BIN}/musl-gcc ${BIN}/target-cc +{% endblock %} diff --git a/contrib/python/cryptography/next/rust/.yandex_meta/devtools.copyrights.report b/contrib/python/cryptography/next/rust/.yandex_meta/devtools.copyrights.report new file mode 100644 index 0000000000..c535c48920 --- /dev/null +++ b/contrib/python/cryptography/next/rust/.yandex_meta/devtools.copyrights.report @@ -0,0 +1,57 @@ +# File format ($ symbol means the beginning of a line): +# +# $ # this message +# $ # ======================= +# $ # comments (all commentaries should starts with some number of spaces and # symbol) +# $ IGNORE_FILES {file1.ext1} {file2.ext2} - (optional) ignore listed files when generating license macro and credits +# $ RENAME {original license id} TO {new license id} # user comments - (optional) use {new license id} instead {original license id} in ya.make files +# $ # user comments +# $ +# ${action} {license id} {license text hash} +# $BELONGS ./ya/make/file/relative/path/1/ya.make ./ya/make/2/ya.make +# ${all_file_action} filename +# $ # user commentaries (many lines) +# $ generated description - files with this license, license text... (some number of lines that starts with some number of spaces, do not modify) +# ${action} {license spdx} {license text hash} +# $BELONGS ./ya/make/file/relative/path/3/ya.make +# ${all_file_action} filename +# $ # user commentaries +# $ generated description +# $ ... +# +# You can modify action, all_file_action and add commentaries +# Available actions: +# keep - keep license in contrib and use in credits +# skip - skip license +# remove - remove all files with this license +# 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 +# +# {all file action} records will be generated when license text contains filename that exists on filesystem (in contrib directory) +# We suppose that that files can contain some license info +# Available all file actions: +# FILE_IGNORE - ignore file (do nothing) +# FILE_INCLUDE - include all file data into licenses text file +# ======================= + +KEEP COPYRIGHT_SERVICE_LABEL 88f55ca2c5566c203df3778d5daef7c4 +BELONGS ya.make + License text: + Copyright (c) Individual contributors. + All rights reserved. + Scancode info: + Original SPDX id: COPYRIGHT_SERVICE_LABEL + Score : 100.00 + Match type : COPYRIGHT + Files with this license: + LICENSE.BSD [1:2] + +KEEP COPYRIGHT_SERVICE_LABEL bcc5c013a38cf3c8c383b2ec9c4f77d0 +BELONGS ya.make + License text: + Copyright 2013-2023 + Scancode info: + Original SPDX id: COPYRIGHT_SERVICE_LABEL + Score : 100.00 + Match type : COPYRIGHT + Files with this license: + src/cryptography/__about__.py [16:17] diff --git a/contrib/python/cryptography/next/rust/.yandex_meta/devtools.licenses.report b/contrib/python/cryptography/next/rust/.yandex_meta/devtools.licenses.report new file mode 100644 index 0000000000..b6c2a3c8ca --- /dev/null +++ b/contrib/python/cryptography/next/rust/.yandex_meta/devtools.licenses.report @@ -0,0 +1,596 @@ +# File format ($ symbol means the beginning of a line): +# +# $ # this message +# $ # ======================= +# $ # comments (all commentaries should starts with some number of spaces and # symbol) +# $ IGNORE_FILES {file1.ext1} {file2.ext2} - (optional) ignore listed files when generating license macro and credits +# $ RENAME {original license id} TO {new license id} # user comments - (optional) use {new license id} instead {original license id} in ya.make files +# $ # user comments +# $ +# ${action} {license id} {license text hash} +# $BELONGS ./ya/make/file/relative/path/1/ya.make ./ya/make/2/ya.make +# ${all_file_action} filename +# $ # user commentaries (many lines) +# $ generated description - files with this license, license text... (some number of lines that starts with some number of spaces, do not modify) +# ${action} {license spdx} {license text hash} +# $BELONGS ./ya/make/file/relative/path/3/ya.make +# ${all_file_action} filename +# $ # user commentaries +# $ generated description +# $ ... +# +# You can modify action, all_file_action and add commentaries +# Available actions: +# keep - keep license in contrib and use in credits +# skip - skip license +# remove - remove all files with this license +# 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 +# +# {all file action} records will be generated when license text contains filename that exists on filesystem (in contrib directory) +# We suppose that that files can contain some license info +# Available all file actions: +# FILE_IGNORE - ignore file (do nothing) +# FILE_INCLUDE - include all file data into licenses text file +# ======================= + +KEEP Apache-2.0 0e6ebdd63ff415a9c0272bd0e9287dc0 +BELONGS ya.make + License text: + * Cryptography has been relicensed from the Apache Software License, Version + 2.0, to being available under *either* the Apache Software License, Version + Scancode info: + Original SPDX id: Apache-2.0 + Score : 38.00 + Match type : REFERENCE + Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0 + Files with this license: + CHANGELOG.rst [2044:2045] + +KEEP BSD-3-Clause AND Apache-2.0 48e86ffd8dd73b11dce0ebe9131c7a8e +BELONGS ya.make +FILE_INCLUDE LICENSE found in files: src/rust/src/x509/certificate.rs at line 2 + License text: + // This file is dual licensed under the terms of the Apache License, Version + // 2.0, and the BSD License. See the LICENSE file in the root of this repository + // for complete details. + Scancode info: + Original SPDX id: BSD-3-Clause + Score : 100.00 + Match type : NOTICE + Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause + Files with this license: + src/rust/src/x509/certificate.rs [1:3] + Scancode info: + Original SPDX id: Apache-2.0 + Score : 100.00 + Match type : NOTICE + Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0 + Files with this license: + src/rust/src/x509/certificate.rs [1:3] + +KEEP BSD-3-Clause AND Apache-2.0 4b4efb2aa724f63fa41482374f4fd35c +BELONGS ya.make +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 + License text: + // This file is dual licensed under the terms of the Apache License, Version + // 2.0, and the BSD License. See the LICENSE file in the root of this repository + // for complete details. + Scancode info: + Original SPDX id: BSD-3-Clause + Score : 100.00 + Match type : NOTICE + Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause + Files with this license: + src/rust/build.rs [1:3] + src/rust/cryptography-cffi/build.rs [1:3] + src/rust/cryptography-cffi/src/lib.rs [1:3] + src/rust/cryptography-openssl/build.rs [1:3] + src/rust/cryptography-openssl/src/fips.rs [1:3] + src/rust/cryptography-openssl/src/hmac.rs [1:3] + src/rust/cryptography-openssl/src/lib.rs [1:3] + src/rust/cryptography-x509/src/certificate.rs [1:3] + src/rust/cryptography-x509/src/common.rs [1:3] + src/rust/cryptography-x509/src/crl.rs [1:3] + src/rust/cryptography-x509/src/csr.rs [1:3] + src/rust/cryptography-x509/src/extensions.rs [1:3] + src/rust/cryptography-x509/src/lib.rs [1:3] + src/rust/cryptography-x509/src/name.rs [1:3] + src/rust/cryptography-x509/src/ocsp_req.rs [1:3] + src/rust/cryptography-x509/src/ocsp_resp.rs [1:3] + src/rust/cryptography-x509/src/oid.rs [1:3] + src/rust/cryptography-x509/src/pkcs7.rs [1:3] + src/rust/src/asn1.rs [1:3] + src/rust/src/backend/dh.rs [1:3] + src/rust/src/backend/dsa.rs [1:3] + src/rust/src/backend/ed25519.rs [1:3] + src/rust/src/backend/ed448.rs [1:3] + src/rust/src/backend/hashes.rs [1:3] + src/rust/src/backend/hmac.rs [1:3] + src/rust/src/backend/kdf.rs [1:3] + src/rust/src/backend/mod.rs [1:3] + src/rust/src/backend/poly1305.rs [1:3] + src/rust/src/backend/utils.rs [1:3] + src/rust/src/backend/x25519.rs [1:3] + src/rust/src/backend/x448.rs [1:3] + src/rust/src/buf.rs [1:3] + src/rust/src/error.rs [1:3] + src/rust/src/exceptions.rs [1:3] + src/rust/src/lib.rs [1:3] + src/rust/src/oid.rs [1:3] + src/rust/src/pkcs7.rs [1:3] + src/rust/src/pool.rs [1:3] + src/rust/src/x509/common.rs [1:3] + src/rust/src/x509/crl.rs [1:3] + src/rust/src/x509/csr.rs [1:3] + src/rust/src/x509/extensions.rs [1:3] + src/rust/src/x509/mod.rs [1:3] + src/rust/src/x509/ocsp.rs [1:3] + src/rust/src/x509/ocsp_req.rs [1:3] + src/rust/src/x509/ocsp_resp.rs [1:3] + src/rust/src/x509/sct.rs [1:3] + src/rust/src/x509/sign.rs [1:3] + Scancode info: + Original SPDX id: Apache-2.0 + Score : 100.00 + Match type : NOTICE + Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0 + Files with this license: + src/rust/build.rs [1:3] + src/rust/cryptography-cffi/build.rs [1:3] + src/rust/cryptography-cffi/src/lib.rs [1:3] + src/rust/cryptography-openssl/build.rs [1:3] + src/rust/cryptography-openssl/src/fips.rs [1:3] + src/rust/cryptography-openssl/src/hmac.rs [1:3] + src/rust/cryptography-openssl/src/lib.rs [1:3] + src/rust/cryptography-x509/src/certificate.rs [1:3] + src/rust/cryptography-x509/src/common.rs [1:3] + src/rust/cryptography-x509/src/crl.rs [1:3] + src/rust/cryptography-x509/src/csr.rs [1:3] + src/rust/cryptography-x509/src/extensions.rs [1:3] + src/rust/cryptography-x509/src/lib.rs [1:3] + src/rust/cryptography-x509/src/name.rs [1:3] + src/rust/cryptography-x509/src/ocsp_req.rs [1:3] + src/rust/cryptography-x509/src/ocsp_resp.rs [1:3] + src/rust/cryptography-x509/src/oid.rs [1:3] + src/rust/cryptography-x509/src/pkcs7.rs [1:3] + src/rust/src/asn1.rs [1:3] + src/rust/src/backend/dh.rs [1:3] + src/rust/src/backend/dsa.rs [1:3] + src/rust/src/backend/ed25519.rs [1:3] + src/rust/src/backend/ed448.rs [1:3] + src/rust/src/backend/hashes.rs [1:3] + src/rust/src/backend/hmac.rs [1:3] + src/rust/src/backend/kdf.rs [1:3] + src/rust/src/backend/mod.rs [1:3] + src/rust/src/backend/poly1305.rs [1:3] + src/rust/src/backend/utils.rs [1:3] + src/rust/src/backend/x25519.rs [1:3] + src/rust/src/backend/x448.rs [1:3] + src/rust/src/buf.rs [1:3] + src/rust/src/error.rs [1:3] + src/rust/src/exceptions.rs [1:3] + src/rust/src/lib.rs [1:3] + src/rust/src/oid.rs [1:3] + src/rust/src/pkcs7.rs [1:3] + src/rust/src/pool.rs [1:3] + src/rust/src/x509/common.rs [1:3] + src/rust/src/x509/crl.rs [1:3] + src/rust/src/x509/csr.rs [1:3] + src/rust/src/x509/extensions.rs [1:3] + src/rust/src/x509/mod.rs [1:3] + src/rust/src/x509/ocsp.rs [1:3] + src/rust/src/x509/ocsp_req.rs [1:3] + src/rust/src/x509/ocsp_resp.rs [1:3] + src/rust/src/x509/sct.rs [1:3] + src/rust/src/x509/sign.rs [1:3] + +KEEP BSD-3-Clause 4cab4f6cef2c399a5e325aa4849ce81f +BELONGS ya.make +FILE_INCLUDE LICENSE.BSD found in files: MANIFEST.in at line 5 + License text: + include LICENSE.BSD + Scancode info: + Original SPDX id: BSD-3-Clause + Score : 95.00 + Match type : TAG + Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause + Files with this license: + MANIFEST.in [5:5] + +KEEP BSD-3-Clause 5564266eba2c69814d2732192939ad86 +BELONGS ya.make + License text: + "License :: OSI Approved :: BSD License", + Scancode info: + Original SPDX id: BSD-3-Clause + Score : 99.00 + Match type : TAG + Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause + Files with this license: + pyproject.toml [25:25] + +KEEP Apache-2.0 56d4124ad7af6218ddfd361870cfed11 +BELONGS ya.make + License text: + "License :: OSI Approved :: Apache Software License", + Scancode info: + Original SPDX id: Apache-2.0 + Score : 95.00 + Match type : TAG + Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0 + Files with this license: + pyproject.toml [24:24] + +KEEP Apache-2.0 5e31f0b7dea386822177cf44cd85bda5 +BELONGS ya.make +FILE_INCLUDE LICENSE.APACHE found in files: MANIFEST.in at line 4 + License text: + include LICENSE.APACHE + Scancode info: + Original SPDX id: Apache-2.0 + Score : 90.00 + Match type : TAG + Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0 + Files with this license: + MANIFEST.in [4:4] + +KEEP BSD-3-Clause 798fe0a03129e9a9c30a9a5c344ac047 +BELONGS ya.make + Note: matched license text is too long. Read it in the source files. + Scancode info: + Original SPDX id: BSD-3-Clause + Score : 99.07 + Match type : TEXT + Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause + Files with this license: + LICENSE.BSD [4:27] + +KEEP BSD-3-Clause 959658b0f9238eab7fd5d490805b0d80 +BELONGS ya.make + License text: + 2.0, or the BSD license. + Scancode info: + Original SPDX id: BSD-3-Clause + Score : 99.00 + Match type : REFERENCE + Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause + Files with this license: + CHANGELOG.rst [2046:2046] + +KEEP Apache-2.0 c01a0c36d4b55de69ee5d85e766ea95c +BELONGS ya.make + License text: + 2.0, to being available under *either* the Apache Software License, Version + 2.0, or the BSD license. + Scancode info: + Original SPDX id: Apache-2.0 + Score : 38.00 + Match type : REFERENCE + Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0 + Files with this license: + CHANGELOG.rst [2045:2046] + +KEEP BSD-3-Clause AND Apache-2.0 c31058d9df12eb0c238aa5bdecc9c7ab +BELONGS ya.make +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 + License text: + \# This file is dual licensed under the terms of the Apache License, Version + \# 2.0, and the BSD License. See the LICENSE file in the root of this repository + \# for complete details. + Scancode info: + Original SPDX id: BSD-3-Clause + Score : 100.00 + Match type : NOTICE + Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause + Files with this license: + .github/compare_benchmarks.py [1:3] + noxfile.py [1:3] + release.py [1:3] + setup.py [3:5] + src/_cffi_src/build_openssl.py [1:3] + src/_cffi_src/openssl/__init__.py [1:3] + src/_cffi_src/openssl/asn1.py [1:3] + src/_cffi_src/openssl/bignum.py [1:3] + src/_cffi_src/openssl/bio.py [1:3] + src/_cffi_src/openssl/callbacks.py [1:3] + src/_cffi_src/openssl/cmac.py [1:3] + src/_cffi_src/openssl/crypto.py [1:3] + src/_cffi_src/openssl/cryptography.py [1:3] + src/_cffi_src/openssl/dh.py [1:3] + src/_cffi_src/openssl/dsa.py [1:3] + src/_cffi_src/openssl/ec.py [1:3] + src/_cffi_src/openssl/ecdsa.py [1:3] + src/_cffi_src/openssl/engine.py [1:3] + src/_cffi_src/openssl/err.py [1:3] + src/_cffi_src/openssl/evp.py [1:3] + src/_cffi_src/openssl/evp_aead.py [1:3] + src/_cffi_src/openssl/fips.py [1:3] + src/_cffi_src/openssl/nid.py [1:3] + src/_cffi_src/openssl/objects.py [1:3] + src/_cffi_src/openssl/opensslv.py [1:3] + src/_cffi_src/openssl/pem.py [1:3] + src/_cffi_src/openssl/pkcs12.py [1:3] + src/_cffi_src/openssl/pkcs7.py [1:3] + src/_cffi_src/openssl/provider.py [1:3] + src/_cffi_src/openssl/rand.py [1:3] + src/_cffi_src/openssl/rsa.py [1:3] + src/_cffi_src/openssl/ssl.py [1:3] + src/_cffi_src/openssl/x509.py [1:3] + src/_cffi_src/openssl/x509_vfy.py [1:3] + src/_cffi_src/openssl/x509name.py [1:3] + src/_cffi_src/openssl/x509v3.py [1:3] + src/_cffi_src/utils.py [1:3] + src/cryptography/__about__.py [1:3] + src/cryptography/__init__.py [1:3] + src/cryptography/exceptions.py [1:3] + src/cryptography/fernet.py [1:3] + src/cryptography/hazmat/__init__.py [1:3] + src/cryptography/hazmat/_oid.py [1:3] + src/cryptography/hazmat/backends/__init__.py [1:3] + src/cryptography/hazmat/backends/openssl/__init__.py [1:3] + src/cryptography/hazmat/backends/openssl/aead.py [1:3] + src/cryptography/hazmat/backends/openssl/backend.py [1:3] + src/cryptography/hazmat/backends/openssl/ciphers.py [1:3] + src/cryptography/hazmat/backends/openssl/cmac.py [1:3] + src/cryptography/hazmat/backends/openssl/decode_asn1.py [1:3] + src/cryptography/hazmat/backends/openssl/ec.py [1:3] + src/cryptography/hazmat/backends/openssl/rsa.py [1:3] + src/cryptography/hazmat/backends/openssl/utils.py [1:3] + src/cryptography/hazmat/bindings/__init__.py [1:3] + src/cryptography/hazmat/bindings/_rust/__init__.pyi [1:3] + src/cryptography/hazmat/bindings/_rust/_openssl.pyi [1:3] + src/cryptography/hazmat/bindings/_rust/asn1.pyi [1:3] + src/cryptography/hazmat/bindings/_rust/exceptions.pyi [1:3] + src/cryptography/hazmat/bindings/_rust/ocsp.pyi [1:3] + src/cryptography/hazmat/bindings/_rust/openssl/__init__.pyi [1:3] + src/cryptography/hazmat/bindings/_rust/openssl/dh.pyi [1:3] + src/cryptography/hazmat/bindings/_rust/openssl/dsa.pyi [1:3] + src/cryptography/hazmat/bindings/_rust/openssl/ed25519.pyi [1:3] + src/cryptography/hazmat/bindings/_rust/openssl/ed448.pyi [1:3] + src/cryptography/hazmat/bindings/_rust/openssl/hashes.pyi [1:3] + src/cryptography/hazmat/bindings/_rust/openssl/hmac.pyi [1:3] + src/cryptography/hazmat/bindings/_rust/openssl/kdf.pyi [1:3] + src/cryptography/hazmat/bindings/_rust/openssl/poly1305.pyi [1:3] + src/cryptography/hazmat/bindings/_rust/openssl/x25519.pyi [1:3] + src/cryptography/hazmat/bindings/_rust/openssl/x448.pyi [1:3] + src/cryptography/hazmat/bindings/_rust/x509.pyi [1:3] + src/cryptography/hazmat/bindings/openssl/__init__.py [1:3] + src/cryptography/hazmat/bindings/openssl/_conditional.py [1:3] + src/cryptography/hazmat/bindings/openssl/binding.py [1:3] + src/cryptography/hazmat/primitives/__init__.py [1:3] + src/cryptography/hazmat/primitives/_asymmetric.py [1:3] + src/cryptography/hazmat/primitives/_cipheralgorithm.py [1:3] + src/cryptography/hazmat/primitives/_serialization.py [1:3] + src/cryptography/hazmat/primitives/asymmetric/__init__.py [1:3] + src/cryptography/hazmat/primitives/asymmetric/dh.py [1:3] + src/cryptography/hazmat/primitives/asymmetric/dsa.py [1:3] + src/cryptography/hazmat/primitives/asymmetric/ec.py [1:3] + src/cryptography/hazmat/primitives/asymmetric/ed25519.py [1:3] + src/cryptography/hazmat/primitives/asymmetric/ed448.py [1:3] + src/cryptography/hazmat/primitives/asymmetric/padding.py [1:3] + src/cryptography/hazmat/primitives/asymmetric/rsa.py [1:3] + src/cryptography/hazmat/primitives/asymmetric/types.py [1:3] + src/cryptography/hazmat/primitives/asymmetric/utils.py [1:3] + src/cryptography/hazmat/primitives/asymmetric/x25519.py [1:3] + src/cryptography/hazmat/primitives/asymmetric/x448.py [1:3] + src/cryptography/hazmat/primitives/ciphers/__init__.py [1:3] + src/cryptography/hazmat/primitives/ciphers/aead.py [1:3] + src/cryptography/hazmat/primitives/ciphers/algorithms.py [1:3] + src/cryptography/hazmat/primitives/ciphers/base.py [1:3] + src/cryptography/hazmat/primitives/ciphers/modes.py [1:3] + src/cryptography/hazmat/primitives/cmac.py [1:3] + src/cryptography/hazmat/primitives/constant_time.py [1:3] + src/cryptography/hazmat/primitives/hashes.py [1:3] + src/cryptography/hazmat/primitives/hmac.py [1:3] + src/cryptography/hazmat/primitives/kdf/__init__.py [1:3] + src/cryptography/hazmat/primitives/kdf/concatkdf.py [1:3] + src/cryptography/hazmat/primitives/kdf/hkdf.py [1:3] + src/cryptography/hazmat/primitives/kdf/kbkdf.py [1:3] + src/cryptography/hazmat/primitives/kdf/pbkdf2.py [1:3] + src/cryptography/hazmat/primitives/kdf/scrypt.py [1:3] + src/cryptography/hazmat/primitives/kdf/x963kdf.py [1:3] + src/cryptography/hazmat/primitives/keywrap.py [1:3] + src/cryptography/hazmat/primitives/padding.py [1:3] + src/cryptography/hazmat/primitives/poly1305.py [1:3] + src/cryptography/hazmat/primitives/serialization/__init__.py [1:3] + src/cryptography/hazmat/primitives/serialization/base.py [1:3] + src/cryptography/hazmat/primitives/serialization/pkcs12.py [1:3] + src/cryptography/hazmat/primitives/serialization/pkcs7.py [1:3] + src/cryptography/hazmat/primitives/serialization/ssh.py [1:3] + src/cryptography/hazmat/primitives/twofactor/__init__.py [1:3] + src/cryptography/hazmat/primitives/twofactor/hotp.py [1:3] + src/cryptography/hazmat/primitives/twofactor/totp.py [1:3] + src/cryptography/utils.py [1:3] + src/cryptography/x509/__init__.py [1:3] + src/cryptography/x509/base.py [1:3] + src/cryptography/x509/certificate_transparency.py [1:3] + src/cryptography/x509/extensions.py [1:3] + src/cryptography/x509/general_name.py [1:3] + src/cryptography/x509/name.py [1:3] + src/cryptography/x509/ocsp.py [1:3] + src/cryptography/x509/oid.py [1:3] + Scancode info: + Original SPDX id: Apache-2.0 + Score : 100.00 + Match type : NOTICE + Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0 + Files with this license: + .github/compare_benchmarks.py [1:3] + noxfile.py [1:3] + release.py [1:3] + setup.py [3:5] + src/_cffi_src/build_openssl.py [1:3] + src/_cffi_src/openssl/__init__.py [1:3] + src/_cffi_src/openssl/asn1.py [1:3] + src/_cffi_src/openssl/bignum.py [1:3] + src/_cffi_src/openssl/bio.py [1:3] + src/_cffi_src/openssl/callbacks.py [1:3] + src/_cffi_src/openssl/cmac.py [1:3] + src/_cffi_src/openssl/crypto.py [1:3] + src/_cffi_src/openssl/cryptography.py [1:3] + src/_cffi_src/openssl/dh.py [1:3] + src/_cffi_src/openssl/dsa.py [1:3] + src/_cffi_src/openssl/ec.py [1:3] + src/_cffi_src/openssl/ecdsa.py [1:3] + src/_cffi_src/openssl/engine.py [1:3] + src/_cffi_src/openssl/err.py [1:3] + src/_cffi_src/openssl/evp.py [1:3] + src/_cffi_src/openssl/evp_aead.py [1:3] + src/_cffi_src/openssl/fips.py [1:3] + src/_cffi_src/openssl/nid.py [1:3] + src/_cffi_src/openssl/objects.py [1:3] + src/_cffi_src/openssl/opensslv.py [1:3] + src/_cffi_src/openssl/pem.py [1:3] + src/_cffi_src/openssl/pkcs12.py [1:3] + src/_cffi_src/openssl/pkcs7.py [1:3] + src/_cffi_src/openssl/provider.py [1:3] + src/_cffi_src/openssl/rand.py [1:3] + src/_cffi_src/openssl/rsa.py [1:3] + src/_cffi_src/openssl/ssl.py [1:3] + src/_cffi_src/openssl/x509.py [1:3] + src/_cffi_src/openssl/x509_vfy.py [1:3] + src/_cffi_src/openssl/x509name.py [1:3] + src/_cffi_src/openssl/x509v3.py [1:3] + src/_cffi_src/utils.py [1:3] + src/cryptography/__about__.py [1:3] + src/cryptography/__init__.py [1:3] + src/cryptography/exceptions.py [1:3] + src/cryptography/fernet.py [1:3] + src/cryptography/hazmat/__init__.py [1:3] + src/cryptography/hazmat/_oid.py [1:3] + src/cryptography/hazmat/backends/__init__.py [1:3] + src/cryptography/hazmat/backends/openssl/__init__.py [1:3] + src/cryptography/hazmat/backends/openssl/aead.py [1:3] + src/cryptography/hazmat/backends/openssl/backend.py [1:3] + src/cryptography/hazmat/backends/openssl/ciphers.py [1:3] + src/cryptography/hazmat/backends/openssl/cmac.py [1:3] + src/cryptography/hazmat/backends/openssl/decode_asn1.py [1:3] + src/cryptography/hazmat/backends/openssl/ec.py [1:3] + src/cryptography/hazmat/backends/openssl/rsa.py [1:3] + src/cryptography/hazmat/backends/openssl/utils.py [1:3] + src/cryptography/hazmat/bindings/__init__.py [1:3] + src/cryptography/hazmat/bindings/_rust/__init__.pyi [1:3] + src/cryptography/hazmat/bindings/_rust/_openssl.pyi [1:3] + src/cryptography/hazmat/bindings/_rust/asn1.pyi [1:3] + src/cryptography/hazmat/bindings/_rust/exceptions.pyi [1:3] + src/cryptography/hazmat/bindings/_rust/ocsp.pyi [1:3] + src/cryptography/hazmat/bindings/_rust/openssl/__init__.pyi [1:3] + src/cryptography/hazmat/bindings/_rust/openssl/dh.pyi [1:3] + src/cryptography/hazmat/bindings/_rust/openssl/dsa.pyi [1:3] + src/cryptography/hazmat/bindings/_rust/openssl/ed25519.pyi [1:3] + src/cryptography/hazmat/bindings/_rust/openssl/ed448.pyi [1:3] + src/cryptography/hazmat/bindings/_rust/openssl/hashes.pyi [1:3] + src/cryptography/hazmat/bindings/_rust/openssl/hmac.pyi [1:3] + src/cryptography/hazmat/bindings/_rust/openssl/kdf.pyi [1:3] + src/cryptography/hazmat/bindings/_rust/openssl/poly1305.pyi [1:3] + src/cryptography/hazmat/bindings/_rust/openssl/x25519.pyi [1:3] + src/cryptography/hazmat/bindings/_rust/openssl/x448.pyi [1:3] + src/cryptography/hazmat/bindings/_rust/x509.pyi [1:3] + src/cryptography/hazmat/bindings/openssl/__init__.py [1:3] + src/cryptography/hazmat/bindings/openssl/_conditional.py [1:3] + src/cryptography/hazmat/bindings/openssl/binding.py [1:3] + src/cryptography/hazmat/primitives/__init__.py [1:3] + src/cryptography/hazmat/primitives/_asymmetric.py [1:3] + src/cryptography/hazmat/primitives/_cipheralgorithm.py [1:3] + src/cryptography/hazmat/primitives/_serialization.py [1:3] + src/cryptography/hazmat/primitives/asymmetric/__init__.py [1:3] + src/cryptography/hazmat/primitives/asymmetric/dh.py [1:3] + src/cryptography/hazmat/primitives/asymmetric/dsa.py [1:3] + src/cryptography/hazmat/primitives/asymmetric/ec.py [1:3] + src/cryptography/hazmat/primitives/asymmetric/ed25519.py [1:3] + src/cryptography/hazmat/primitives/asymmetric/ed448.py [1:3] + src/cryptography/hazmat/primitives/asymmetric/padding.py [1:3] + src/cryptography/hazmat/primitives/asymmetric/rsa.py [1:3] + src/cryptography/hazmat/primitives/asymmetric/types.py [1:3] + src/cryptography/hazmat/primitives/asymmetric/utils.py [1:3] + src/cryptography/hazmat/primitives/asymmetric/x25519.py [1:3] + src/cryptography/hazmat/primitives/asymmetric/x448.py [1:3] + src/cryptography/hazmat/primitives/ciphers/__init__.py [1:3] + src/cryptography/hazmat/primitives/ciphers/aead.py [1:3] + src/cryptography/hazmat/primitives/ciphers/algorithms.py [1:3] + src/cryptography/hazmat/primitives/ciphers/base.py [1:3] + src/cryptography/hazmat/primitives/ciphers/modes.py [1:3] + src/cryptography/hazmat/primitives/cmac.py [1:3] + src/cryptography/hazmat/primitives/constant_time.py [1:3] + src/cryptography/hazmat/primitives/hashes.py [1:3] + src/cryptography/hazmat/primitives/hmac.py [1:3] + src/cryptography/hazmat/primitives/kdf/__init__.py [1:3] + src/cryptography/hazmat/primitives/kdf/concatkdf.py [1:3] + src/cryptography/hazmat/primitives/kdf/hkdf.py [1:3] + src/cryptography/hazmat/primitives/kdf/kbkdf.py [1:3] + src/cryptography/hazmat/primitives/kdf/pbkdf2.py [1:3] + src/cryptography/hazmat/primitives/kdf/scrypt.py [1:3] + src/cryptography/hazmat/primitives/kdf/x963kdf.py [1:3] + src/cryptography/hazmat/primitives/keywrap.py [1:3] + src/cryptography/hazmat/primitives/padding.py [1:3] + src/cryptography/hazmat/primitives/poly1305.py [1:3] + src/cryptography/hazmat/primitives/serialization/__init__.py [1:3] + src/cryptography/hazmat/primitives/serialization/base.py [1:3] + src/cryptography/hazmat/primitives/serialization/pkcs12.py [1:3] + src/cryptography/hazmat/primitives/serialization/pkcs7.py [1:3] + src/cryptography/hazmat/primitives/serialization/ssh.py [1:3] + src/cryptography/hazmat/primitives/twofactor/__init__.py [1:3] + src/cryptography/hazmat/primitives/twofactor/hotp.py [1:3] + src/cryptography/hazmat/primitives/twofactor/totp.py [1:3] + src/cryptography/utils.py [1:3] + src/cryptography/x509/__init__.py [1:3] + src/cryptography/x509/base.py [1:3] + src/cryptography/x509/certificate_transparency.py [1:3] + src/cryptography/x509/extensions.py [1:3] + src/cryptography/x509/general_name.py [1:3] + src/cryptography/x509/name.py [1:3] + src/cryptography/x509/ocsp.py [1:3] + src/cryptography/x509/oid.py [1:3] + +KEEP Apache-2.0 cac6cbe8ed5a3da569f7c01e4e486688 +BELONGS ya.make + Note: matched license text is too long. Read it in the source files. + Scancode info: + Original SPDX id: Apache-2.0 + Score : 100.00 + Match type : TEXT + Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0 + Files with this license: + LICENSE.APACHE [2:202] + +KEEP BSD-3-Clause AND Apache-2.0 fb4b1826cb15b4715a1a70cdb1bd23a9 +BELONGS ya.make +FILE_INCLUDE LICENSE.APACHE found in files: LICENSE at line 2 +FILE_INCLUDE LICENSE.BSD found in files: LICENSE at line 2 + License text: + This software is made available under the terms of *either* of the licenses + found in LICENSE.APACHE or LICENSE.BSD. Contributions to cryptography are made + under the terms of *both* these licenses. + Scancode info: + Original SPDX id: BSD-3-Clause + Score : 90.91 + Match type : NOTICE + Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause + Files with this license: + LICENSE [1:3] + Scancode info: + Original SPDX id: Apache-2.0 + Score : 90.91 + Match type : NOTICE + Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0 + Files with this license: + LICENSE [1:3] + +KEEP Apache-2.0 AND BSD-3-Clause fd915d08f7e33b029373b336716ab7db +BELONGS ya.make + License text: + license = {text = "Apache-2.0 OR BSD-3-Clause"} + Scancode info: + Original SPDX id: Apache-2.0 + Score : 100.00 + Match type : REFERENCE + Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0 + Files with this license: + pyproject.toml [20:20] + Scancode info: + Original SPDX id: BSD-3-Clause + Score : 100.00 + Match type : REFERENCE + Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause + Files with this license: + pyproject.toml [20:20] diff --git a/contrib/python/cryptography/next/rust/.yandex_meta/licenses.list.txt b/contrib/python/cryptography/next/rust/.yandex_meta/licenses.list.txt new file mode 100644 index 0000000000..3e2ca91a71 --- /dev/null +++ b/contrib/python/cryptography/next/rust/.yandex_meta/licenses.list.txt @@ -0,0 +1,527 @@ +====================Apache-2.0==================== + Apache License + Version 2.0, January 2004 + https://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +====================Apache-2.0==================== + "License :: OSI Approved :: Apache Software License", + + +====================Apache-2.0==================== + 2.0, to being available under *either* the Apache Software License, Version + 2.0, or the BSD license. + + +====================Apache-2.0==================== +* Cryptography has been relicensed from the Apache Software License, Version + 2.0, to being available under *either* the Apache Software License, Version + + +====================Apache-2.0==================== +include LICENSE.APACHE + + +====================Apache-2.0 AND BSD-3-Clause==================== +license = {text = "Apache-2.0 OR BSD-3-Clause"} + + +====================BSD-3-Clause==================== + "License :: OSI Approved :: BSD License", + + +====================BSD-3-Clause==================== + 2.0, or the BSD license. + + +====================BSD-3-Clause==================== +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + 3. Neither the name of PyCA Cryptography nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +====================BSD-3-Clause==================== +include LICENSE.BSD + + +====================BSD-3-Clause AND Apache-2.0==================== +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + + +====================BSD-3-Clause AND Apache-2.0==================== +// This file is dual licensed under the terms of the Apache License, Version +// 2.0, and the BSD License. See the LICENSE file in the root of this repository +// for complete details. + + +====================BSD-3-Clause AND Apache-2.0==================== +This software is made available under the terms of *either* of the licenses +found in LICENSE.APACHE or LICENSE.BSD. Contributions to cryptography are made +under the terms of *both* these licenses. + +====================COPYRIGHT==================== +Copyright (c) Individual contributors. +All rights reserved. + + +====================COPYRIGHT==================== +Copyright 2013-2023 + +====================File: LICENSE==================== +This software is made available under the terms of *either* of the licenses +found in LICENSE.APACHE or LICENSE.BSD. Contributions to cryptography are made +under the terms of *both* these licenses. + + +====================File: LICENSE.APACHE==================== + + Apache License + Version 2.0, January 2004 + https://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +====================File: LICENSE.BSD==================== +Copyright (c) Individual contributors. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + 3. Neither the name of PyCA Cryptography nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/contrib/python/cryptography/next/rust/a/x86_64-unknown-linux-gnu/release/libcryptography_rust.a b/contrib/python/cryptography/next/rust/a/x86_64-unknown-linux-gnu/release/libcryptography_rust.a Binary files differnew file mode 100644 index 0000000000..7faac09210 --- /dev/null +++ b/contrib/python/cryptography/next/rust/a/x86_64-unknown-linux-gnu/release/libcryptography_rust.a diff --git a/contrib/python/cryptography/next/rust/a/x86_64-unknown-linux-musl/release/libcryptography_rust.a b/contrib/python/cryptography/next/rust/a/x86_64-unknown-linux-musl/release/libcryptography_rust.a Binary files differnew file mode 100644 index 0000000000..1f1075fd94 --- /dev/null +++ b/contrib/python/cryptography/next/rust/a/x86_64-unknown-linux-musl/release/libcryptography_rust.a diff --git a/contrib/python/cryptography/next/rust/ya.make b/contrib/python/cryptography/next/rust/ya.make new file mode 100644 index 0000000000..0a94a24fc7 --- /dev/null +++ b/contrib/python/cryptography/next/rust/ya.make @@ -0,0 +1,39 @@ +# Generated by devtools/yamaker/ym2 + +PY3_LIBRARY() + +LICENSE( + Apache-2.0 AND + BSD-3-Clause +) + +LICENSE_TEXTS(.yandex_meta/licenses.list.txt) + +SUBSCRIBER( + g:cpp-contrib + g:devtools-contrib +) + +VERSION(41.0.6) + +ORIGINAL_SOURCE(https://github.com/pyca/cryptography/archive/refs/tags/41.0.6.tar.gz) + +IF (FALSE) +ELSEIF (OS_LINUX AND ARCH_X86_64 AND NOT MUSL) + COPY_FILE(a/x86_64-unknown-linux-gnu/release/libcryptography_rust.a libcryptography_rust.a) +ELSEIF (OS_LINUX AND ARCH_X86_64 AND MUSL) + COPY_FILE(a/x86_64-unknown-linux-musl/release/libcryptography_rust.a libcryptography_rust.a) +ELSE() + MESSAGE(FATAL_ERROR "We don't have cryptography_rust for this platform") +ENDIF() + +PY_REGISTER( + _rust + _openssl +) + +NO_COMPILER_WARNINGS() + +NO_UTIL() + +END() |