sogo/Tests
Nicolas Höft 2e0fc3ca09 feat(core): Add PBKDF2 support
Extend NSData+Crypto to support PBKDF2 with SHA1 HMAC as dovecot
is using it since v2.3.0.

The format hashed passwords is {PBKDF2}$1$<salt>$<rounds>$<hashed value in hex>

The implementation of pkcs#5 PBKDF2 is taken from openbsd (with minor
adjustments) as OpenSSL and GnuTLS would require quite new versions to
support this hash.
2020-06-03 08:17:08 +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 PBKDF2 support 2020-06-03 08:17:08 +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