[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Test suite uses weak hashes for passwords
From: |
Michal Sojka |
Subject: |
Re: Test suite uses weak hashes for passwords |
Date: |
Sat, 01 Apr 2023 16:36:13 +0200 |
On Sat, Apr 01 2023, Michal Sojka wrote:
> Hello,
>
> the descrypt method is not considered strong and some distributions
> (like NixOS) start compiling libxcrypt without it [1]. Therefore, the
> test suite fails on NixOS.
>
> I'm attaching a patch that fixes the problem on NixOS.
I forgot to mention that the problem manifests with the following lines
in "make check" output:
Running /build/mailutils-3.15/pop3d/testsuite/pop3d/read.exp ...
FAIL: PASS guessme
ERROR: Failed to authorize.
Best regards,
-Michal