Moving asymmetric keys from crypto/ to security/keys/

From: David Howells
Date: Wed Apr 13 2016 - 08:45:47 EST


Hi James, Herbert,

Since the actual crypto bits (RSA) have been extracted from the asymmetric
keys code and moved to base crypto, shall I move the asymmetric_keys/ subdir
over to security/keys/?

If so, how best to do it? I'm thinking that it might be best for me to create
a git branch that effects the change and then have both of you merge it so
that when Linus pulls your stuff in the next merge window git just handles it.

That said, there is a change to the PKCS#7 code in Herbert's tree that's not
in security/next or upstream which complicates matters - though possibly this
being fixed up in the merge will be handled by git.

David