xiaoxiang781216 commented on PR #10211: URL: https://github.com/apache/nuttx/pull/10211#issuecomment-1680951879
> Maybe we will need to find an AES implementation under Apache License because AES is very important for many applications such as TLS. > > Here: https://github.com/Mbed-TLS/mbedtls/blob/development/library/aes.c AES in kernel space is just used to very crypto driver framework work as design, nobody will use it in the production since: 1. Implement the real crypto AES driver if hardware support it and enable it in userspace crypto library like: https://github.com/apache/nuttx-apps/pull/1932 2. Or use the userspace crypto library(e.g. mbedtls, tinycypto) directly It doesn't make sense to port a software crypto algo to kernel due to license. -- 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]
