Skip to content
This repository has been archived by the owner on Dec 4, 2019. It is now read-only.

Tags: enj/citadel

Tags

v0.0.2

Toggle v0.0.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update docs to include mode flag

Signed-off-by: Monis Khan <mkhan@redhat.com>

v0.0.1

Toggle v0.0.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Always zero encryption key on Stop

This change moves the zero key on Stop logic into cmdKEK.run.  This
guarantees via a defer that it is the last thing executed when run
exits (and thus the key is always zeroed).

Signed-off-by: Monis Khan <mkhan@redhat.com>