summaryrefslogtreecommitdiffstats
path: root/src/util/crypto/nss/nss_util.h
Commit message (Collapse)AuthorAgeFilesLines
* Secrets: Add encryption at restSimo Sorce2016-06-291-0/+1
| | | | | | | Generates a master key file if it doesn't exist and encrypts secrets using the master key contained in the file. Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
* Move crypto functions into its own subdirJakub Hrozek2010-09-081-0/+27
A refactoring patch that creates a common util/crypto subdir with per-implementation subdirectories for each underlying crypto library supported by SSSD.