sogo/Tests
Nicolas Höft 8c612fc0a2 feat(core): Add BLF-CRYPT scheme.
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
2020-05-15 07:43:38 +02:00
..
Integration (fix) avoid changing summary during unit test 2019-09-13 09:16:10 -04:00
Stress Deleted old tests 2017-06-15 11:24:32 -04:00
Unit feat(core): Add BLF-CRYPT scheme. 2020-05-15 07:43:38 +02:00
README See ChangeLog 2010-01-24 20:40:12 +00:00
README-cas-logoutRequest cosmetic fix, no functional change 2013-06-21 09:36:54 -04:00

README

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