summaryrefslogtreecommitdiff
path: root/src/util/crypto/libcrypto
AgeCommit message (Collapse)AuthorFilesLines
2012-04-24UTIL: Add HMAC-SHA-1 functionJan Cholasta1-0/+31
2012-02-07UTIL: Provide base64 encoding and decoding functionsJan Cholasta1-0/+37
2011-05-23Set _GNU_SOURCE globallySumit Bose1-1/+0
2010-09-08Password obfuscation utility functionsJakub Hrozek1-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.
2010-09-08Move crypto functions into its own subdirJakub Hrozek1-0/+381
A refactoring patch that creates a common util/crypto subdir with per-implementation subdirectories for each underlying crypto library supported by SSSD.