summaryrefslogtreecommitdiffstats
path: root/src/tests/crypto-tests.c
Commit message (Collapse)AuthorAgeFilesLines
* Initialize debug_level to zero in crypto testsStephen Gallagher2010-09-221-1/+1
|
* Password obfuscation utility functionsJakub Hrozek2010-09-081-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.