TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mcuboot
/
098de833d5729abf009a22ca174067bd4a6be686
098de83
boot: Clean up errors during sim test
by David Brown
· 6 years ago
6fa2d40
sim: log flash writes/reads/erases at highest level
by Fabio Utzig
· 6 years ago
e92df93
sim: log: add new level targetting simulator
by Fabio Utzig
· 6 years ago
b86e688
bootutil: fix random upgrade failure using swap move
by Fabio Utzig
· 6 years ago
5e6ea22
bootutil: Add debug for encrypted key writing
by Fabio Utzig
· 6 years ago
3cabd92
sim: Fix ecdsa padding
by David Brown
· 6 years ago
c58842e
boot: zephyr: add config for swap without scratch
by Fabio Utzig
· 6 years ago
8cecedc
ci: add "swap-move enc-rsa sig-rsa"
by Fabio Utzig
· 6 years ago
be43ea8
boot: mynewt: add config for swap without scratch
by Fabio Utzig
· 6 years ago
114a647
sim: add unsupported caps to device creation
by Fabio Utzig
· 6 years ago
f5480c7
bootutil: sim: add cap for swap using move
by Fabio Utzig
· 6 years ago
031eb7d
sim: add feature for swap move strategy
by Fabio Utzig
· 6 years ago
74aef31
bootutil: add swap without scratch strategy
by Fabio Utzig
· 6 years ago
12d5916
boot: bootutil: move scratch swap functionality
by Fabio Utzig
· 6 years ago
e60c2fb
bootutil: remove unused function prototype
by Fabio Utzig
· 6 years ago
e90b13f
sim: Actually test invalid signatures
by David Brown
· 6 years ago
4fae8b8
sim: Use 16 bit writes for length fields
by David Brown
· 6 years ago
6972118
sim: Change TLV tag from u8 to u16
by David Brown
· 6 years ago
d13318a
boot: Change TLV tag to 16 bits
by David Brown
· 6 years ago
2b951c9
samples: zephyr: Remove redundant extra chip erase
by David Brown
· 6 years ago
24d1be0
zephyr: restore device tree overlay
by Sergey Koziakov
· 6 years ago
a0cb24b
sim: Remove some extraneous print
by David Brown
· 6 years ago
d37d877
Add html anchors to design and imgtool documents
by Fabio Utzig
· 6 years ago
586c84e
README.md: Minor typographical and grammar fixes
by David Brown
· 6 years ago
3f0738d
zephyr: restore removed #endif in target.h
by Sergey Koziakov
· 6 years ago
0e3fa72
zephyr: Fix board logic
by Martí Bolívar
· 6 years ago
8accafd
zephyr: Remove outdated workaround for Kinetis
by David Brown
· 6 years ago
478ad24
docs: add URL anchor links to encrypted images md
by Fabio Utzig
· 6 years ago
e58f9bd
boot: zephyr: Add check of RESETREAS for nRF SoC
by Jon Helge Nistad
· 6 years ago
3c44607
bootutil: fix enckey issue when reverting
by Fabio Utzig
· 6 years ago
e84f0ef
sim: add randomly generated image encryption keys
by Fabio Utzig
· 6 years ago
9a2b5de
sim: derive Default for TlvGen
by Fabio Utzig
· 6 years ago
23e99b0
boot: encrypted: fix HKDF input size macro
by Fabio Utzig
· 6 years ago
005e7a0
travis: Add large-write to all overwrite-only tests
by David Brown
· 6 years ago
95de450
sim: Add test support for large write alignment
by David Brown
· 6 years ago
eecae52
sim: Don't mark permanent in overwrite mode
by David Brown
· 6 years ago
347dc57
sim: Remove Option from MAGIC
by David Brown
· 6 years ago
5a31775
sim: Use `usize` instead of `u8` for alignment
by David Brown
· 6 years ago
ab44918
boot: store write align as uint32_t
by David Brown
· 6 years ago
477ff5b
Bugfix: nRF Cryptocell not being disabled
by sigvartmh
· 6 years ago
8554ed5
travis: add sig-ecdsa + enc-ec256 to sim
by Fabio Utzig
· 6 years ago
ffc673e
sim: remove deprecated usage of sync::ONCE_INIT
by Fabio Utzig
· 6 years ago
90f449e
sim: add testing of ECIES-P256 images
by Fabio Utzig
· 6 years ago
cbd58e3
sim: cargo: update dependencies
by Fabio Utzig
· 6 years ago
7324391
sim: add EC256 encryption key
by Fabio Utzig
· 6 years ago
5fde832
bootutil: add ECIES-P256 support
by Fabio Utzig
· 6 years ago
5ef883a
caps: add ECIES-P256
by Fabio Utzig
· 6 years ago
ccc0280
boot: zephyr: tabs -> spaces in CMakeLists.txt
by Fabio Utzig
· 6 years ago
42cc29a
boot: zephyr: add ECIES-P256 configuration
by Fabio Utzig
· 6 years ago
c67dd70
boot: mynewt: add config for ECIES-P256 encrypted images
by Fabio Utzig
· 6 years ago
7a3b260
imgtool: add creation of ECIES-P256 encrypted images
by Fabio Utzig
· 6 years ago
b3f058c
docs: describe ECIES-P256 encrypted image support
by Fabio Utzig
· 6 years ago
2d18f25
boot: zephyr: boards: add Actinius Icarus board
by Iosif Macesanu
· 6 years ago
4023d62
docs: add link to encrypted_images.md and cleanup
by Ruth Fuchss
· 6 years ago
721cdbc
docs: add missing heading
by Ruth Fuchss
· 6 years ago
f5556c3
imgtool: fix header padding value check
by Fabio Utzig
· 6 years ago
d0ca0ff
Fix up typos
by Sam Bristow
· 6 years ago
441e997
mynewt: Make cflags consistent for if or ifdef usage
by Andy Gross
· 6 years ago
e47ccd6
mynewt: allow overriding the startup routine
by Fabio Utzig
· 6 years ago
e5ac827
imgtool: release 1.5.0alpha1
by Fabio Utzig
· 6 years ago
8828280
imgtool: fix typo in flag name
by Fabio Utzig
· 6 years ago
2269f47
imgtool: Add complete trailer to HEX images
by Fabio Utzig
· 6 years ago
9117fde
imgtool: add erased-val cli option
by Fabio Utzig
· 6 years ago
f5c5dd0
Revert version.yml after release
by David Brown
· 6 years ago
ac55554
Prepare for v1.4.0 release
by David Brown
· 6 years ago
v1.4.0
d758177
Prepare for release v1.4.0-rc2
by David Brown
· 6 years ago
v1.4.0-rc2
9bf95af
boot: Check overflow/bounds on image header size
by David Brown
· 6 years ago
effb06e
boot: Add overflow-safe 32 and 16-bit add functions
by David Brown
· 6 years ago
c7fe3b0
Document imgtool release process
by Fabio Utzig
· 6 years ago
edbabcf
imgtool: allow address adjustment in output hex
by Fabio Utzig
· 6 years ago
1318938
Upgrade mbedtls submodule to 2.16.3
by David Brown
· 6 years ago
f984b95
Move mbedtls submodule from sim to ext
by David Brown
· 6 years ago
b748f6f
Rename ext/mbedtls to ext/mbedtls-asn1
by David Brown
· 6 years ago
1b7777b
Fix CVE-2019-16892
by Fabio Utzig
· 6 years ago
ecbea70
Fix overflow in offset variable
by Fabio Utzig
· 6 years ago
f0131cd
imgtool: add mailing list email to setup
by Fabio Utzig
· 6 years ago
f000480
zephyr/serial_recovery: fix serial device binding
by Andrzej Puzdrowski
· 6 years ago
7138e35
apps: update dependencies & syscfgs as per mcumgr
by Vipul Rahane
· 6 years ago
4d0c5fa
Release notes for 1.4.0-rc1
by David Brown
· 6 years ago
v1.4.0-rc1
37b96e7
docs: Fix formatting of security document
by David Brown
· 6 years ago
0d98a9c
docs: Create initial security policy
by David Brown
· 6 years ago
954dd2b
kconfig: add option for multi image
by Håkon Øye Amundsen
· 6 years ago
2b8a695
Convert BOOT_MAGIC_SZ to #define
by David Brown
· 6 years ago
e0bb1f9
Change BOOT_MAX_ALIGN to #define
by David Brown
· 6 years ago
510fddb
imgtool: update to new protected TLV format
by Fabio Utzig
· 6 years ago
649d80f
imgtool: fix trailer size calculation
by Fabio Utzig
· 6 years ago
2f6c164
sim: fix flash padding to use erased val
by Fabio Utzig
· 6 years ago
ea3d3ab
sim: add protected TLVs to hash calculation
by Fabio Utzig
· 6 years ago
e52c08e
bootutil: update to new protected TLV format
by Fabio Utzig
· 6 years ago
fd140ec
New protected TLV format proposal
by Fabio Utzig
· 6 years ago
ea34f9a
Fix Mynewt boot_serial unittest
by Fabio Utzig
· 6 years ago
61fd888
Add TLV iterator API
by Fabio Utzig
· 6 years ago
4f0ea74
Fix pep-8 (long line)
by Fabio Utzig
· 6 years ago
b916e8d
Fix author_email UNKNOWN in pip show
by Fabio Utzig
· 6 years ago
25c6a15
Add versioning to imgtool
by Fabio Utzig
· 6 years ago
99ec383
bootutil_misc: fix printf types in log macros
by Marti Bolivar
· 6 years ago
e575b0b
Add macro to check if swap_type is an upgrade
by Fabio Utzig
· 6 years ago
b1adb1e
Fix validation when no image is present
by Fabio Utzig
· 6 years ago
59b63e5
Fix identation
by Fabio Utzig
· 6 years ago
c28005b
Use better naming for swap copy/erase functions
by Fabio Utzig
· 6 years ago
Next »