This is an automated email from the ASF dual-hosted git repository.

xiaoxiang781216 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


    from 01c6a6058 testing/drivers: add watchdog notifier cmocka coverage
     new 608f13fd4 !fsutils/passwd: Replace TEA with PBKDF2-HMAC-SHA256
     new c02683e28 !nshlib: Remove fixed login; require FSUTILS_PASSWD
     new e751331ec ci: fix sim/login ROMFS passwd credential for promptpasswd.sh

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/build.yml                        |  10 +-
 fsutils/passwd/CMakeLists.txt                      |   3 +-
 fsutils/passwd/Kconfig                             |  38 +--
 fsutils/passwd/Makefile                            |   1 +
 fsutils/passwd/passwd.h                            |  26 +-
 fsutils/passwd/passwd_encrypt.c                    | 277 ++++++++++----------
 .../dev_alt.c => fsutils/passwd/passwd_pbkdf2.c    | 102 ++++----
 .../passwd/passwd_pbkdf2.h                         |  24 +-
 fsutils/passwd/passwd_verify.c                     | 126 +++++++--
 include/fsutils/passwd.h                           |  11 +-
 include/netutils/base64.h                          |  26 +-
 netutils/codecs/Kconfig                            |   3 +-
 netutils/codecs/base64.c                           | 147 +++++++++++
 netutils/dropbear/Kconfig                          |   4 +-
 nshlib/Kconfig                                     |  31 +--
 nshlib/nsh.h                                       |   9 +-
 nshlib/nsh_identity.c                              |   3 -
 nshlib/nsh_login.c                                 |   3 -
 nshlib/nsh_passwdcmds.c                            |  30 ++-
 nshlib/nsh_telnetlogin.c                           |   3 -
 {examples => testing/crypto}/CMakeLists.txt        |   4 +-
 {benchmarks => testing/crypto}/Make.defs           |   8 +-
 .../{mm/heaptest => crypto/passwd}/CMakeLists.txt  |  18 +-
 testing/crypto/passwd/Kconfig                      |  34 +++
 .../lame => testing/crypto/passwd}/Make.defs       |  10 +-
 {boot/nxboot => testing/crypto/passwd}/Makefile    |  20 +-
 testing/crypto/passwd/pbkdf2_test.c                | 287 +++++++++++++++++++++
 27 files changed, 918 insertions(+), 340 deletions(-)
 copy crypto/mbedtls/source/dev_alt.c => fsutils/passwd/passwd_pbkdf2.c (51%)
 copy examples/camera/camera_fileutil.h => fsutils/passwd/passwd_pbkdf2.h (75%)
 copy {examples => testing/crypto}/CMakeLists.txt (92%)
 copy {benchmarks => testing/crypto}/Make.defs (88%)
 copy testing/{mm/heaptest => crypto/passwd}/CMakeLists.txt (80%)
 create mode 100644 testing/crypto/passwd/Kconfig
 copy {audioutils/lame => testing/crypto/passwd}/Make.defs (86%)
 copy {boot/nxboot => testing/crypto/passwd}/Makefile (77%)
 create mode 100644 testing/crypto/passwd/pbkdf2_test.c

Reply via email to