Re: [PATCH v4 1/8] lib: add crypt subsystem

2021-07-08 Thread Heiko Schocher
Hello Steffen, On 08.07.21 13:43, Steffen Jaeckel wrote: > Hi Heiko, > > thanks for the review! > > On 7/8/21 5:56 AM, Heiko Schocher wrote: >> [...] >> >>> diff --git a/lib/crypt/Makefile b/lib/crypt/Makefile >>> new file mode 100644 >>> index 00..290231064c >>> --- /dev/null >>> +++

Re: [PATCH v4 1/8] lib: add crypt subsystem

2021-07-08 Thread Steffen Jaeckel
Hi Heiko, thanks for the review! On 7/8/21 5:56 AM, Heiko Schocher wrote: > [...] > >> diff --git a/lib/crypt/Makefile b/lib/crypt/Makefile >> new file mode 100644 >> index 00..290231064c >> --- /dev/null >> +++ b/lib/crypt/Makefile >> @@ -0,0 +1,10 @@ >> +# SPDX-License-Identifier:

Re: [PATCH v4 1/8] lib: add crypt subsystem

2021-07-07 Thread Heiko Schocher
Hello Steffen, On 08.07.21 01:09, Steffen Jaeckel wrote: > Add the basic functionality required to support the standard crypt > format. > The files crypt-sha256.c and crypt-sha512.c originate from libxcrypt and > their formatting is therefor retained. > The integration is done via a

[PATCH v4 1/8] lib: add crypt subsystem

2021-07-07 Thread Steffen Jaeckel
Add the basic functionality required to support the standard crypt format. The files crypt-sha256.c and crypt-sha512.c originate from libxcrypt and their formatting is therefor retained. The integration is done via a crypt_compare() function in crypt.c. ``` libxcrypt $ git describe --long