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