summaryrefslogtreecommitdiff
path: root/src/tests/crypto-tests.c
AgeCommit message (Collapse)AuthorFilesLines
2011-08-25New DEBUG facility - conversionPavel Březina1-1/+1
https://fedorahosted.org/sssd/ticket/925 Conversion of the old debug_level format to the new one. (only where it was necessary) Removed: SSS_DEFAULT_DEBUG_LEVEL (completely replaced with SSSDBG_DEFAULT)
2011-04-27Require openssl-devel is libcrypto backend is selectedJakub Hrozek1-5/+14
2010-09-22Initialize debug_level to zero in crypto testsStephen Gallagher1-1/+1
2010-09-08Password obfuscation utility functionsJakub Hrozek1-0/+139
Adds two utility functions to obfuscate a password and inverse to extract the cleartext password back. So far, only NSS-based implementation is provided.