Proud to announce a new release for SWUpdate with exciting new features !
- security:
- encryption of sw-description (aes-cbc-256). Even the meta description of the release can be encrypted, specially useful if you add your own Lua embedded script.
- fix IVT size for encryption (IPC)
- support WolfSSL library and PKCS#11
- fix encryption of single block
- mbedTLS : support RSA PSS
- general:
- rework dry-run mode. Adding dry-run to IPC, you can drive how the installation of the software should run
- semantic version to compare versions.
- resume after a power-cut.
- IPC library becomes shared.
- handlers:
- diskpart: new table available as soon as it is set. No additional reboot required !
- diskpart : write table only in case of changes
- new: UUID checker. It checks that a filesystem with same UUID does not exist.
- Lua :
- add interface to get which selection is chosen
- LuaJIT (5.1) compatibility