summaryrefslogtreecommitdiff
path: root/src/tests/crypto-tests.c
AgeCommit message (Collapse)AuthorFilesLines
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.