Searched full:https (Results 1 – 25 of 230) sorted by relevance
12345678910
| /openthread-latest/ |
| D | README.md | 7 …sed by Google is... <a href="https://www.threadgroup.org/What-is-Thread/Thread-Benefits#certifiedp… 9 **...an open-source implementation of the [Thread](https://www.threadgroup.org/What-is-Thread/Overv… 13 …https://www.threadgroup.org/support#specifications), including all Thread networking layers (IPv6,… 17 [ot-repo]: https://github.com/openthread/openthread 18 [ot-logo]: https://github.com/openthread/openthread/raw/main/doc/images/openthread_logo.png 19 [ot-gh-action-build]: https://github.com/openthread/openthread/actions?query=workflow%3ABuild+branc… 20 [ot-gh-action-build-svg]: https://github.com/openthread/openthread/workflows/Build/badge.svg?branch… 21 [ot-gh-action-simulation]: https://github.com/openthread/openthread/actions?query=workflow%3ASimula… 22 [ot-gh-action-simulation-svg]: https://github.com/openthread/openthread/workflows/Simulation/badge.… 23 [ot-gh-action-docker]: https://github.com/openthread/openthread/actions?query=workflow%3ADocker+bra… [all …]
|
| D | CONTRIBUTING.md | 20 If you find a bug in the source code, you can help us by [submitting a GitHub Issue](https://github… 24 You can request a new feature by [submitting a GitHub Issue](https://github.com/openthread/openthre… 28 - _Large feature_: first [submit a GitHub Issue](https://github.com/openthread/openthread/issues/ne… 40 1. Fork the [OpenThread repository](https://github.com/openthread/openthread) by clicking "Fork" on… 54 …and redistribute your contributions as part of the project. Head over to <https://cla.developers.g… 112 …ly requires [clang-format v14.0.0](https://releases.llvm.org/download.html#14.0.0) for C/C++ and [… 168 … process as code and contributions may be mirrored on our [openthread.io](https://openthread.io) w… 174 - [Codelabs](https://github.com/openthread/ot-docs/tree/main/site/en/codelabs) 175 - [Guides](https://github.com/openthread/ot-docs/tree/main/site/en/guides) 177 … documentation for contribution, refer to the [Documentation Style Guide](https://github.com/opent… [all …]
|
| D | CODE_OF_CONDUCT.md | 73 …ted from the [Contributor Covenant][homepage], version 2.1, available at [https://www.contributor-… 77 … code of conduct, see the FAQ at [https://www.contributor-covenant.org/faq][faq]. Translations are… 79 [homepage]: https://www.contributor-covenant.org 80 [v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html 81 [mozilla coc]: https://github.com/mozilla/diversity 82 [faq]: https://www.contributor-covenant.org/faq 83 [translations]: https://www.contributor-covenant.org/translations
|
| D | SECURITY.md | 1 To report a security issue, please use [https://g.co/vulnz](https://g.co/vulnz). We use g.co/vulnz …
|
| /openthread-latest/third_party/mbedtls/repo/docs/ |
| D | psa-transition.md | 22 **Tutorial**: See the [getting started guide](https://mbed-tls.readthedocs.io/en/latest/getting_sta… 24 …https://arm-software.github.io/psa-api/crypto/) is available online. Mbed TLS implements a large s… 28 * [Mbed TLS open issues](https://github.com/Mbed-TLS/mbedtls/issues) 29 * [PSA API open issues](https://github.com/ARM-software/psa-api/issues) (not just cryptography APIs) 30 * [Mbed TLS mailing list](https://lists.trustedfirmware.org/mailman3/lists/mbed-tls.lists.trustedfi… 35 …API natively supports operations on keys stored in an external [location](https://arm-software.git… 36 * PSA APIs have [consistent conventions](https://arm-software.github.io/psa-api/crypto/1.1/overview… 51 …ailable, make sure that the configuration option [`MBEDTLS_PSA_CRYPTO_C`](https://mbed-tls.readthe… 53 You should probably enable [`MBEDTLS_USE_PSA_CRYPTO`](https://mbed-tls.readthedocs.io/projects/api/… 66 Before any cryptographic operation, call [`psa_crypto_init`](https://mbed-tls.readthedocs.io/projec… [all …]
|
| D | conf.py | 4 # https://www.sphinx-doc.org/en/master/usage/configuration.html 7 # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information 15 # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration 31 # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
|
| D | psa-driver-example-and-guide.md | 5 … the proposed, work-in-progress driver system. The [PSA Driver Interface](https://github.com/Mbed-… 6 …https://github.com/Mbed-TLS/mbedtls/blob/development/docs/proposed/psa-driver-developer-guide.md) … 20 …enclave, etc. An opaque driver is invoked for the specific [key location](https://github.com/Mbed-… 39 …ver [developer](https://github.com/Mbed-TLS/mbedtls/blob/development/docs/proposed/psa-driver-deve… 46 …https://github.com/Mbed-TLS/mbedtls/blob/development/scripts/data_files/driver_jsons/mbedtls_test_… 141 [p256-m](https://github.com/mpg/p256-m) is a minimalistic implementation of ECDH and ECDSA on the N…
|
| /openthread-latest/third_party/mbedtls/repo/ |
| D | BRANCHES.md | 5 - The [`main`](https://github.com/Mbed-TLS/mbedtls/tree/main) branch: 8 - The [`development`](https://github.com/Mbed-TLS/mbedtls/tree/development) branch: 14 - [`mbedtls-2.28`](https://github.com/Mbed-TLS/mbedtls/tree/mbedtls-2.28). 15 - [`mbedtls-3.6`](https://github.com/Mbed-TLS/mbedtls/tree/mbedtls-3.6). 18 such as [`archive/mbedtls-2.7`](https://github.com/Mbed-TLS/mbedtls/tree/archive/mbedtls-2.7). 21 We use [Semantic Versioning](https://semver.org/). In particular, we maintain 106 - [main](https://github.com/Mbed-TLS/mbedtls/tree/main) 107 - [`development`](https://github.com/Mbed-TLS/mbedtls/) 108 - [`mbedtls-3.6`](https://github.com/Mbed-TLS/mbedtls/tree/mbedtls-3.6) 110 <https://github.com/Mbed-TLS/mbedtls/releases/tag/v3.6.0>. [all …]
|
| D | CONTRIBUTING.md | 18 …ten in a clean and readable style, and must follow [our coding standards](https://mbed-tls.readthe… 24 1. [Check for open issues](https://github.com/Mbed-TLS/mbedtls/issues) or [start a discussion](http… 25 …n GitHub](https://github.com/Mbed-TLS/mbedtls) to start making your changes. As a general rule, yo… 27 …f review and fixing may be necessary. See our [review process guidelines](https://mbed-tls.readthe… 51 …ns are backported to LTS branches in addition to the [development branch](https://github.com/Mbed-… 62 …cribing how to add additional tests is available on the Mbed TLS website](https://mbed-tls.readthe… 72 It is advised to enable the [githooks scripts](https://github.com/Mbed-TLS/mbedtls/tree/development… 81 1. If a [Knowledge Base (KB)](https://mbed-tls.readthedocs.io/en/latest/kb/) article should be adde… 82 1. A [ChangeLog](https://github.com/Mbed-TLS/mbedtls/blob/development/ChangeLog.d/00README.md) entr… 87 …s are provided under a dual [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) OR [GPL-2.0-or… [all …]
|
| D | SUPPORT.md | 5 - [ReadTheDocs](https://mbed-tls.readthedocs.io/); 9 - the [Mbed TLS Knowledge Base](https://mbed-tls.readthedocs.io/en/latest/kb/); 11 archives](https://lists.trustedfirmware.org/archives/list/mbed-tls@lists.trustedfirmware.org/). 16 mailing list](https://lists.trustedfirmware.org/mailman3/lists/mbed-tls.lists.trustedfirmware.org).
|
| D | README.md | 20 The main Mbed TLS documentation is available via [ReadTheDocs](https://mbed-tls.readthedocs.io/). 22 Documentation for the PSA Cryptography API is available [on GitHub](https://arm-software.github.io/… 59 …Mbed TLS use a [Git submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules#_cloning_submod… 113 … for specific platforms. You can also check [the Mbed TLS Knowledge Base](https://mbed-tls.readthe… 115 …lease let us know what, so we can add it to the [Mbed TLS Knowledge Base](https://mbed-tls.readthe… 253 …m our CI systems, as explained in [our testing infrastructure repository](https://github.com/Mbed-… 260 - [Porting Mbed TLS to a new environment or OS](https://mbed-tls.readthedocs.io/en/latest/kb/how-… 261 - [What external dependencies does Mbed TLS rely on?](https://mbed-tls.readthedocs.io/en/latest/k… 262 - [How do I configure Mbed TLS](https://mbed-tls.readthedocs.io/en/latest/kb/compiling-and-buildi… 279 Arm's [Platform Security Architecture (PSA)](https://developer.arm.com/architectures/security-archi… [all …]
|
| D | BUGS.md | 3 Known issues in Mbed TLS are [tracked on GitHub](https://github.com/Mbed-TLS/mbedtls/issues). 12 2. Check [GitHub](https://github.com/Mbed-TLS/mbedtls/issues) to see if 17 4. Please [create an issue on on GitHub](https://github.com/Mbed-TLS/mbedtls/issues).
|
| /openthread-latest/third_party/mbedtls/repo/tests/docker/bionic/ |
| D | Dockerfile | 9 # https://github.com/Mbed-TLS/mbedtls-test/blob/master/README.md#quick-start 60 # Based on https://gist.github.com/bmaupin/8caca3a1e8c3c5686141 (build-openssl.sh) 63 && wget https://www.openssl.org/source/old/1.0.1/openssl-1.0.1j.tar.gz -qO- | tar xz \ 73 && wget https://www.openssl.org/source/old/1.0.2/openssl-1.0.2g.tar.gz -qO- | tar xz \ 82 # Based on https://gist.github.com/bmaupin/8caca3a1e8c3c5686141 (build-openssl.sh) 84 && wget https://www.openssl.org/source/openssl-1.1.1a.tar.gz -qO- | tar xz \ 94 && wget https://ftp.gnu.org/gnu/nettle/nettle-2.7.1.tar.gz -qO- | tar xz \ 104 && wget https://www.gnupg.org/ftp/gcrypt/gnutls/v3.3/gnutls-3.3.8.tar.xz -qO- | tar xJ \ 115 && wget https://ftp.gnu.org/gnu/nettle/nettle-3.1.tar.gz -qO- | tar xz \ 125 && wget https://www.gnupg.org/ftp/gcrypt/gnutls/v3.4/gnutls-3.4.10.tar.xz -qO- | tar xJ \ [all …]
|
| /openthread-latest/third_party/mbedtls/repo/framework/ |
| D | README.md | 3 …build and test framework for [TF-PSA-Crypto](https://github.com/Mbed-TLS/TF-PSA-Crypto) and [Mbed … 18 …https://spdx.org/licenses/Apache-2.0.html) OR [GPL-2.0-or-later](https://spdx.org/licenses/GPL-2.0…
|
| /openthread-latest/third_party/mbedtls/repo/3rdparty/everest/ |
| D | README.md | 1 The files in this directory stem from [Project Everest](https://project-everest.github.io/) and are… 3 …](https://github.com/project-everest/hacl-star/tree/master/code/curve25519) in the [F* language](h…
|
| /openthread-latest/third_party/mbedtls/repo/scripts/ |
| D | driver.requirements.txt | 5 # https://github.com/pallets/markupsafe/issues/282 6 # https://github.com/pallets/jinja/issues/1585 10 # See https://github.com/Mbed-TLS/mbedtls/pull/5067#discussion_r738794607 .
|
| /openthread-latest/third_party/tcplp/ |
| D | README.md | 9 Based on https://github.com/ucbrise/tcplp. 32 * https://www.usenix.org/conference/nsdi20/presentation/kumar 33 * https://arxiv.org/abs/1811.02721
|
| /openthread-latest/third_party/mbedtls/repo/configs/ext/ |
| D | README.md | 18 https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/tree/lib/ext/mbedcrypto/mbedcrypto_conf… 22 …re distributed under a dual [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) OR [GPL-2.0-or…
|
| /openthread-latest/.github/workflows/ |
| D | build.yml | 223 …gcc_download_url: https://launchpad.net/gcc-arm-embedded/4.9/4.9-2015-q3-update/+download/gcc-arm-… 226 …gcc_download_url: https://developer.arm.com/-/media/Files/downloads/gnu-rm/5_4-2016q3/gcc-arm-none… 229 …gcc_download_url: https://developer.arm.com/-/media/Files/downloads/gnu-rm/6-2017q2/gcc-arm-none-e… 232 …gcc_download_url: https://developer.arm.com/-/media/Files/downloads/gnu-rm/7-2018q2/gcc-arm-none-e… 235 …gcc_download_url: https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2019q4/RC2.1/gcc-arm-… 238 …gcc_download_url: https://developer.arm.com/-/media/Files/downloads/gnu-rm/10.3-2021.10/gcc-arm-no… 241 …gcc_download_url: https://developer.arm.com/-/media/Files/downloads/gnu/11.3.rel1/binrel/arm-gnu-t… 244 …gcc_download_url: https://developer.arm.com/-/media/Files/downloads/gnu/12.2.rel1/binrel/arm-gnu-t… 247 …gcc_download_url: https://developer.arm.com/-/media/Files/downloads/gnu/13.2.rel1/binrel/arm-gnu-t… 326 wget https://apt.llvm.org/llvm.sh [all …]
|
| D | scorecards.yml | 36 # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection 39 # https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained 75 …# To create the PAT, follow the steps in https://github.com/ossf/scorecard-action#authentication-w… 81 # - See https://github.com/ossf/scorecard-action#publishing-results.
|
| /openthread-latest/third_party/mbedtls/repo/programs/ |
| D | README.md | 71 * [`ssl/ssl_client1.c`](ssl/ssl_client1.c): a simple HTTPS client that sends a fixed request and di… 73 * [`ssl/ssl_fork_server.c`](ssl/ssl_fork_server.c): a simple HTTPS server using one process per cli… 77 * [`ssl/ssl_pthread_server.c`](ssl/ssl_pthread_server.c): a simple HTTPS server using one thread pe… 79 * [`ssl/ssl_server.c`](ssl/ssl_server.c): a simple HTTPS server that sends a fixed response. It ser… 85 * [`ssl/ssl_client2.c`](ssl/ssl_client2.c): an HTTPS client that sends a fixed request and displays… 87 * [`ssl/ssl_server2.c`](ssl/ssl_server2.c): an HTTPS server that sends a fixed response, with optio…
|
| /openthread-latest/examples/platforms/zephyr/ |
| D | README.md | 3 …hyr's OpenThread platform](https://github.com/zephyrproject-rtos/zephyr/tree/main/modules/openthre…
|
| /openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
| D | psa-legacy-bridges.md | 27 In Mbed TLS 4.0, the cryptography will be provided by a separate project [TF-PSA-Crypto](https://gi… 133 …were introduced into the public API between Mbed TLS 3.5 and 3.6 ([#8664](https://github.com/Mbed-… 217 [ACTION] [#8340](https://github.com/Mbed-TLS/mbedtls/issues/8340) Move `mbedtls_md_psa_alg_from_typ… 263 [ACTION] [#8708](https://github.com/Mbed-TLS/mbedtls/issues/8708) Implement `mbedtls_pk_get_psa_att… 299 [ACTION] [#8709](https://github.com/Mbed-TLS/mbedtls/issues/8709) Implement `mbedtls_pk_copy_from_p… 320 [ACTION] [#8712](https://github.com/Mbed-TLS/mbedtls/issues/8712) Clarify the documentation of `mbe… 322 [ACTION] [#8710](https://github.com/Mbed-TLS/mbedtls/issues/8710) Provide `mbedtls_pk_setup_opaque`… 330 [ACTION] [#7765](https://github.com/Mbed-TLS/mbedtls/issues/7765) Implement `mbedtls_ecdsa_raw_to_d… 343 …w-to-DER direction, but we have it anyway because [it helps catch errors](https://github.com/Mbed-… 344 …https://github.com/Mbed-TLS/mbedtls/pull/8681), [reimplementing simpler ASN.1 functions](https://g…
|
| /openthread-latest/tools/otci/ |
| D | pyproject.toml | 21 Homepage = "https://github.com/openthread/openthread" 22 Issues = "https://github.com/openthread/openthread/issues"
|
| /openthread-latest/third_party/build_gn/ |
| D | README.md | 5 https://gn.googlesource.com/gn/+/refs/heads/master/examples/simple_build/build 13 [LICENSE](https://gn.googlesource.com/gn/+/refs/heads/master/LICENSE)
|
12345678910