Abhishekmishra2808 opened a new pull request, #3598:
URL: https://github.com/apache/nuttx-apps/pull/3598

   ## Summary
   
   Use 0 as a Kconfig placeholder. The nuttx build rejects unset keys and can 
generate random values when configured.
   
   BREAKING CHANGE: CONFIG_FSUTILS_PASSWD_KEY1..4 no longer default to 
0x12345678 / 0x9abcdef0. Configs that relied on those defaults must set keys 
manually or enable BOARD_ETC_ROMFS_PASSWD_RANDOMIZE_KEYS in nuttx. Fix: set 
keys in menuconfig or enable random key generation.
   
   Companion PR - https://github.com/apache/nuttx/pull/19321
   
   ## Impact
   
   Now users have to either generate random TEA or set it manually.
   
   ## Testing
   
   New config option to generate the keys
   <img width="1051" height="573" alt="image" 
src="https://github.com/user-attachments/assets/91b515aa-5891-47b5-b7eb-399b29667439";
 />
   
   Check logs at https://github.com/apache/nuttx/pull/19321
   
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to