mcuboot/boot/zephyr/include
David Brown 3f9ec900c4 zephyr: Configure mbed TLS for PSS instead of V1.5
Although MCUboot has used PKCS#1 v2.1 (PSS) for some time now, the mbed
TLS config file was calling out v1.5.  This compiled because MCUboot
implements its own specialized version of the signature check, and only
needs the underlying primitives from mbed TLS.  (The general code in
mbed TLS is quite a bit larger).

To make it clear that we are always using PSS, change the mbed TLS
configuration to call this out explicitly.

Signed-off-by: David Brown <david.brown@linaro.org>
2018-02-23 09:38:47 -07:00
..
flash_map flash_map: declare flash_area_get_sectors() 2017-06-14 17:07:54 -04:00
hal zephyr: Move code under 'boot' directory 2017-01-10 09:49:47 -07:00
os zephyr: Move code under 'boot' directory 2017-01-10 09:49:47 -07:00
serial_adapter Add serial adapter module for support serial communication for zephyr 2017-12-06 16:11:10 -07:00
sysflash zephyr: Move code under 'boot' directory 2017-01-10 09:49:47 -07:00
config-asn1.h Fix ECDSA Zephyr configuration of mbed TLS 2017-11-14 19:12:53 -07:00
config-boot.h zephyr: Configure mbed TLS for PSS instead of V1.5 2018-02-23 09:38:47 -07:00
target.h zephyr: add compatibility shim for flash driver name 2018-02-01 15:59:18 -07:00