summaryrefslogtreecommitdiffstats
path: root/src/util/crypto/sss_crypto.h
Commit message (Collapse)AuthorAgeFilesLines
* UTIL: Add HMAC-SHA-1 functionJan Cholasta2012-04-241-0/+8
|
* UTIL: Provide base64 encoding and decoding functionsJan Cholasta2012-02-071-0/+8
|
* Password obfuscation utility functionsJakub Hrozek2010-09-081-0/+14
| | | | | | | 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/+4
A refactoring patch that creates a common util/crypto subdir with per-implementation subdirectories for each underlying crypto library supported by SSSD.