Searched full:versions (Results 1 – 20 of 20) sorted by relevance
/mcuboot-3.7.0/ci/ |
D | compare_versions.py | 41 # and since we use versions closer to semver, we want to fail in that case. 43 versions = [] variable 46 versions.append(parse(version)) 51 old, new = versions[0], versions[1]
|
D | imgtool_run.sh | 43 echo "Error parsing versions"
|
/mcuboot-3.7.0/docs/ |
D | release.md | 54 suffix `rcN` (with no dash) is accepted only for the pre-release versions 72 `boot/zephyr/VERSION`. For alignment with Zephyr versions, development 73 versions should set `PATCHLEVEL` to `99` and `EXTRAVERSION` to `dev`, 74 whilst production versions should correctly set `PATCHLEVEL` and clear
|
D | ecdsa.md | 13 padding would be somewhat incompatible across versions (older 24 However, this will also break compatibility with older versions, 26 work with older versions of MCUboot.
|
D | release-notes.md | 95 - imgtool can dump the raw versions of the public keys 479 pass the `-2` to recent versions of the `newt` tool in order to
|
/mcuboot-3.7.0/.github/workflows/ |
D | zephyr_build.yaml | 17 # When triggered manually, ask for Zephyr and MCUBoot versions to check out 51 - name: Set versions when workflow_dispatch 57 - name: Set versions when pull_request
|
/mcuboot-3.7.0/scripts/imgtool/keys/ |
D | ecdsa.py | 162 # Early versions of MCUboot (< v1.5.0) required ECDSA 170 # versions of MCUboot don't require it. But, continue to 235 # Early versions of MCUboot (< v1.5.0) required ECDSA 243 # versions of MCUboot don't require it. But, continue to
|
/mcuboot-3.7.0/boot/bootutil/include/bootutil/crypto/ |
D | common.h | 20 /* Newer versions of Mbed TLS have removed the private accessor requirement for
|
/mcuboot-3.7.0/scripts/ |
D | imgtool.nix | 15 # Nixpkgs has fairly recent versions of the dependencies, so we can
|
/mcuboot-3.7.0/sim/mcuboot-sys/csupport/ |
D | config-add-psa-crypto.h | 43 /* This PSA define is available only with more recent versions of 3.x */
|
/mcuboot-3.7.0/ |
D | repository.yml | 22 repo.versions:
|
/mcuboot-3.7.0/scripts/imgtool/ |
D | main.py | 282 versions = [] 291 and versions in: {}'''.format(value)) 294 versions.append(decode_version(raw_version)) 299 dependencies[image.DEP_VERSIONS_KEY] = versions
|
D | image.py | 50 DEP_VERSIONS_KEY = "versions"
|
/mcuboot-3.7.0/ext/mbedtls-asn1/include/mbedtls/ |
D | check_config.h | 580 #error "MBEDTLS_RSA_C defined, but none of the PKCS1 versions enabled" 622 #error "One or more versions of the TLS protocol are enabled " \
|
D | ecp.h | 397 /* We want to declare restartable versions of existing functions anyway */
|
D | rsa.h | 540 * Future versions of the library may enforce the presence
|
/mcuboot-3.7.0/ext/tinycrypt/documentation/ |
D | tinycrypt.rst | 140 be changed in future versions of the library as there are applications
|
/mcuboot-3.7.0/boot/cypress/MCUBootApp/config/ |
D | mcuboot_crypto_config.h | 803 * (56 bytes on a 32-bit platform). In future versions of the library, it 814 * \note This configuration option is experimental. Future versions of the 1648 * Enable support for DTLS (all available versions). 3551 * versions of the C language standards do not provide a secure implementation
|
/mcuboot-3.7.0/boot/espressif/include/crypto_config/ |
D | mbedtls_custom_config.h | 1490 * Enable support for DTLS (all available versions). 3228 * versions of the C language standards do not provide a secure implementation
|
/mcuboot-3.7.0/boot/bootutil/src/ |
D | loader.c | 2093 * any effect in older gcc versions (e.g., 4.8.4).
|