summaryrefslogtreecommitdiffstats
path: root/src/util/crypto/libcrypto
Commit message (Collapse)AuthorAgeFilesLines
* UTIL: Add HMAC-SHA-1 functionJan Cholasta2012-04-241-0/+31
|
* UTIL: Provide base64 encoding and decoding functionsJan Cholasta2012-02-071-0/+37
|
* Set _GNU_SOURCE globallySumit Bose2011-05-231-1/+0
|
* 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.