Re: [PATCH v7 2/2] security/keys: rewrite all of big_key crypto

From: David Howells
Date: Mon Sep 25 2017 - 10:44:07 EST


Jason A. Donenfeld <Jason@xxxxxxxxx> wrote:

> + /* no ->update(); don't add it without changing big_key_crypt() nonce */

Should update be a problem. It's should be a complete payload replacement -
kind of like unlink and add, but keeping the same key ID and description.

David