Searched +full:branches +full:- +full:ignore (Results 1 – 16 of 16) sorted by relevance
33 branches-ignore:34 - 'dependabot/**'36 branches:37 - 'main'40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…41 cancel-in-progress: true43 permissions: # added using https://github.com/step-security/secure-workflows47 makefile-check:48 runs-on: ubuntu-24.0450 - name: Harden Runner[all …]
33 branches-ignore:34 - 'dependabot/**'36 branches:37 - 'main'40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…41 cancel-in-progress: true48 size-report:49 runs-on: ubuntu-24.0451 - name: Harden Runner52 uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2[all …]
33 branches-ignore:34 - 'dependabot/**'36 branches:37 - 'main'40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…41 cancel-in-progress: true43 permissions: # added using https://github.com/step-security/secure-workflows48 cli-sim:49 name: cli-sim VIRTUAL_TIME=${{ matrix.virtual_time }}50 runs-on: ubuntu-24.04[all …]
33 branches-ignore:34 - 'dependabot/**'36 branches:37 - 'main'40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…41 cancel-in-progress: true43 permissions: # added using https://github.com/step-security/secure-workflows49 name: buildx-${{ matrix.docker_name }}50 runs-on: ubuntu-24.0452 fail-fast: false[all …]
33 branches-ignore:34 - 'dependabot/**'36 branches:37 - 'main'40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…41 cancel-in-progress: true43 permissions: # added using https://github.com/step-security/secure-workflows48 tcplp-buffering:49 runs-on: ubuntu-24.0451 - name: Harden Runner[all …]
33 branches-ignore:34 - 'dependabot/**'36 branches:37 - 'main'40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…41 cancel-in-progress: true51 permissions: # added using https://github.com/step-security/secure-workflows58 runs-on: ubuntu-24.0460 - name: Harden Runner61 uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2[all …]
33 branches-ignore:34 - 'dependabot/**'36 branches:37 - 'main'40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…41 cancel-in-progress: true48 toranj-ncp:49 name: toranj-ncp-${{ matrix.TORANJ_RADIO }}50 runs-on: ubuntu-22.0452 fail-fast: false[all …]
33 branches-ignore:34 - 'dependabot/**'36 branches:37 - 'main'40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…41 cancel-in-progress: true48 backbone-router:49 runs-on: ubuntu-22.0465 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.268 - name: Build OTBR Docker[all …]
33 branches-ignore:34 - 'dependabot/**'36 branches:37 - 'main'40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…41 cancel-in-progress: true48 expects-linux:49 runs-on: ubuntu-22.0451 CFLAGS: -DCLI_COAP_SECURE_USE_COAP_DEFAULT_HANDLER=1 -DOPENTHREAD_CONFIG_MLE_MAX_CHILDREN=1552 CXXFLAGS: -DCLI_COAP_SECURE_USE_COAP_DEFAULT_HANDLER=1 -DOPENTHREAD_CONFIG_MLE_MAX_CHILDREN=15[all …]
33 branches-ignore:34 - 'dependabot/**'36 branches:37 - 'main'40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…41 cancel-in-progress: true43 permissions: # added using https://github.com/step-security/secure-workflows48 thread-1-4:49 name: thread-1-4-${{ matrix.compiler.c }}-${{ matrix.arch }}50 runs-on: ubuntu-22.04[all …]
33 branches-ignore:34 - 'dependabot/**'36 branches:37 - 'main'40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…41 cancel-in-progress: true48 packet-verification:49 runs-on: ubuntu-24.0457 - name: Harden Runner58 uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2[all …]
33 branches-ignore:34 - 'dependabot/**'36 branches:37 - 'main'40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…41 cancel-in-progress: true49 runs-on: ubuntu-24.0451 - name: Harden Runner52 uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.254 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs[all …]
2 * TLS server-side functions5 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later52 if (ssl->conf->endpoint != MBEDTLS_SSL_IS_SERVER) { in mbedtls_ssl_set_client_transport_id()56 mbedtls_free(ssl->cli_id); in mbedtls_ssl_set_client_transport_id()58 if ((ssl->cli_id = mbedtls_calloc(1, ilen)) == NULL) { in mbedtls_ssl_set_client_transport_id()62 memcpy(ssl->cli_id, info, ilen); in mbedtls_ssl_set_client_transport_id()63 ssl->cli_id_len = ilen; in mbedtls_ssl_set_client_transport_id()73 conf->f_cookie_write = f_cookie_write; in mbedtls_ssl_conf_dtls_cookies()74 conf->f_cookie_check = f_cookie_check; in mbedtls_ssl_conf_dtls_cookies()75 conf->p_cookie = p_cookie; in mbedtls_ssl_conf_dtls_cookies()[all …]
5 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later11 * SEC1 https://www.secg.org/sec1-v2.pdf12 * GECC = Guide to Elliptic Curve Cryptography - Hankerson, Menezes, Vanstone13 * FIPS 186-3 http://csrc.nist.gov/publications/fips/fips186-3/fips_186-3.pdf15 * - https://www.rfc-editor.org/rfc/rfc449217 * - https://www.rfc-editor.org/rfc/rfc774819 * [Curve25519] https://cr.yp.to/ecdh/curve25519-20060209.pdf21 * [2] CORON, Jean-S'ebastien. Resistance against differential power analysis23 * Embedded Systems. Springer Berlin Heidelberg, 1999. p. 292-302.24 * <http://link.springer.com/chapter/10.1007/3-540-48059-5_25>[all …]
6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later15 # -------20 # ---------------32 # * Basic Unix tools (Windows users note: a Unix-style find must be before39 # * arm-gcc and mingw-gcc40 # * ArmCC 5 and ArmCC 6, unless invoked with --no-armcc53 # The behavior on an error depends on whether --keep-going (alias -k)55 # * Without --keep-going: the script stops on the first error without58 # * With --keep-going: the script runs all requested components and63 # script -c tests/scripts/all.sh[all …]
3 = Mbed TLS 3.6.0 branch released 2024-03-2842 * Support Armv8-A Crypto Extension acceleration for SHA-25643 when compiling for Thumb (T32) or 32-bit Arm (A32).44 * AES-NI is now supported in Windows builds with clang and clang-cl.50 This affects both the low-level modules and the high-level APIs53 * Support use of Armv8-A Cryptographic Extensions for hardware acclerated54 AES when compiling for Thumb (T32) or 32-bit Arm (A32).56 library without the corresponding built-in implementation. Generally58 or they'll both be built in. However, for CCM and GCM the built-in61 docs/driver-only-builds.md for full details and current limitations.[all …]