Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-24 | UTIL: Add HMAC-SHA-1 function | Jan Cholasta | 1 | -0/+8 | |
2012-02-07 | UTIL: Provide base64 encoding and decoding functions | Jan Cholasta | 1 | -0/+8 | |
2010-09-08 | Password obfuscation utility functions | Jakub Hrozek | 1 | -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. | |||||
2010-09-08 | Move crypto functions into its own subdir | Jakub Hrozek | 1 | -0/+4 | |
A refactoring patch that creates a common util/crypto subdir with per-implementation subdirectories for each underlying crypto library supported by SSSD. |