FelipeMdeO opened a new pull request, #19393: URL: https://github.com/apache/nuttx/pull/19393
## Summary Adds a raw CRYPTO_CHACHA20 stream-cipher algorithm to the OCF crypto framework (/dev/crypto), needed because SSH's [email protected] uses two independent ChaCha20 keystreams and doesn't match the existing combined CRYPTO_CHACHA20_POLY1305 xform Also adds a sim:dropbear board config combining networking and Dropbear so the SSH server can be exercised locally without hardware. Related PR: apache/nuttx-apps#3626, which consumes this to back Dropbear's [email protected] cipher via /dev/crypto. Both are draft PRs meant to be reviewed together. ## Impact New opt-in crypto algorithm and a new sim-only board config; no changes to existing algorithms or configs. ## Testing Host: Linux x86_64, sim target. This Implementation was tested using apache/nuttx-apps#3626, result logs can be checked there. -- 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]
