[PATCH] pw_encrypt: Add option to enable bcrypt support

2020-05-07 Thread Scott Court
Adds an option to the Login/Password Management Utilities menu to enable bcrypt support in passwd and chpasswd. Add support bcrypt to BusyBox chpasswd & passwd. --- busybox/include/libbb.h +++ busybox-bcrypt/include/libbb.h @@ -1633,8 +1633,8 @@ * (otherwise we risk having same salt generated)

[PATCH] wget: Add certificate verification when using OpenSSL

2020-06-26 Thread Scott Court
Hello, This patch adds certificate verification to wget when using OpenSSL. It also adds the --no-check-certificate flag to the usage; this flag can be used to disable certificate verification as needed.     - Scott --- busybox-1.31.1-orig/networking/wget.c +++ busybox-1.31.1/networking/wget.c

wget certificate verification concerns

2020-06-27 Thread Scott Court
Regarding the patch I submitted yesterday, I apologize I was inadvertently on the wrong branch and I see now that this issue has already been addressed on master and in the 1.32 unstable release in commit 45fa3f1. I have been looking at the changes introduced in that commit, and I have a few