Home
last modified time | relevance | path

Searched full:versions (Results 1 – 20 of 20) sorted by relevance

/mcuboot-3.7.0/ci/
Dcompare_versions.py41 # 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]
Dimgtool_run.sh43 echo "Error parsing versions"
/mcuboot-3.7.0/docs/
Drelease.md54 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
Decdsa.md13 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.
Drelease-notes.md95 - 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/
Dzephyr_build.yaml17 # 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/
Decdsa.py162 # 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/
Dcommon.h20 /* Newer versions of Mbed TLS have removed the private accessor requirement for
/mcuboot-3.7.0/scripts/
Dimgtool.nix15 # Nixpkgs has fairly recent versions of the dependencies, so we can
/mcuboot-3.7.0/sim/mcuboot-sys/csupport/
Dconfig-add-psa-crypto.h43 /* This PSA define is available only with more recent versions of 3.x */
/mcuboot-3.7.0/
Drepository.yml22 repo.versions:
/mcuboot-3.7.0/scripts/imgtool/
Dmain.py282 versions = []
291 and versions in: {}'''.format(value))
294 versions.append(decode_version(raw_version))
299 dependencies[image.DEP_VERSIONS_KEY] = versions
Dimage.py50 DEP_VERSIONS_KEY = "versions"
/mcuboot-3.7.0/ext/mbedtls-asn1/include/mbedtls/
Dcheck_config.h580 #error "MBEDTLS_RSA_C defined, but none of the PKCS1 versions enabled"
622 #error "One or more versions of the TLS protocol are enabled " \
Decp.h397 /* We want to declare restartable versions of existing functions anyway */
Drsa.h540 * Future versions of the library may enforce the presence
/mcuboot-3.7.0/ext/tinycrypt/documentation/
Dtinycrypt.rst140 be changed in future versions of the library as there are applications
/mcuboot-3.7.0/boot/cypress/MCUBootApp/config/
Dmcuboot_crypto_config.h803 * (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/
Dmbedtls_custom_config.h1490 * 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/
Dloader.c2093 * any effect in older gcc versions (e.g., 4.8.4).