mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-05 07:06:25 +00:00
Dovecot promotes the use of BLF-CRYPT as a hashing scheme [1]. However, as not all libc-crypt() implementations support this scheme, use the implementation added in a previous commit. Also, update the references to the dovecot implementation and a small test case for testing the blowfish implementation. [1] https://doc.dovecot.org/configuration_manual/authentication/password_schemes/ Fixes #4958
This directory holds automated tests for SOGo. We currrently have: - Intregation holds all interated tests that are used to validate overall DAV functionality right now - Unit holds all unit tests