History log of /sssd-io/src/util/crypto/nss/nss_nite.c
Revision Date Author Comments Expand
a6f606117e5cfe64c4b49f94e514bf82054716d3 24-Jul-2017 Jakub Hrozek <jhrozek@redhat.com>

CRYPTO: Do not call NSS_Shutdown after every operation Calling setup and teardown on every encryption cases issues like the one described in https://bugzilla.redhat.com/show_bug.cgi?id=1456151 eventually. Similarly to other crypto functions, don't tear down NSS by calling NSS_Shutdown. Let the OS reclaim the resources. Resolves: https://pagure.io/SSSD/sssd/issue/3424 Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>

625bb2ddf15e8f305a53afa44e87f2146fa930af 29-Jun-2016 Simo Sorce <simo@redhat.com>

Secrets: Add encryption at rest 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>