linux/Documentation
David Howells 3c58b2362b KEYS: Implement PKCS#8 RSA Private Key parser [ver #2]
Implement PKCS#8 RSA Private Key format [RFC 5208] parser for the
asymmetric key type.  For the moment, this will only support unencrypted
DER blobs.  PEM and decryption can be added later.

PKCS#8 keys can be loaded like this:

	openssl pkcs8 -in private_key.pem -topk8 -nocrypt -outform DER | \
	  keyctl padd asymmetric foo @s

Signed-off-by: David Howells <dhowells@redhat.com>
Tested-by: Marcel Holtmann <marcel@holtmann.org>
Reviewed-by: Marcel Holtmann <marcel@holtmann.org>
Reviewed-by: Denis Kenzior <denkenz@gmail.com>
Tested-by: Denis Kenzior <denkenz@gmail.com>
Signed-off-by: James Morris <james.morris@microsoft.com>
2018-10-26 09:30:46 +01:00
..
2018-10-25 06:50:48 -07:00
2018-10-25 17:11:52 -07:00
2018-10-25 06:50:48 -07:00
2018-10-25 06:50:48 -07:00
2018-10-25 17:57:35 -07:00
2018-10-25 07:40:30 -07:00
2018-10-18 12:33:08 -06:00
2018-07-20 21:47:15 +02:00
2018-10-25 17:57:35 -07:00
2018-05-08 09:16:41 -06:00