summaryrefslogtreecommitdiffstats
path: root/src/util/crypto/libcrypto
Commit message (Collapse)AuthorAgeFilesLines
* Password obfuscation utility functionsJakub Hrozek2010-09-081-0/+16
| | | | | | | Adds two utility functions to obfuscate a password and inverse to extract the cleartext password back. So far, only NSS-based implementation is provided.
* Move crypto functions into its own subdirJakub Hrozek2010-09-081-0/+381
A refactoring patch that creates a common util/crypto subdir with per-implementation subdirectories for each underlying crypto library supported by SSSD.