[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 3/4] crypto: Support export akcipher to pkcs8
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH v2 3/4] crypto: Support export akcipher to pkcs8 |
Date: |
Tue, 11 Oct 2022 10:33:13 +0100 |
User-agent: |
Mutt/2.2.7 (2022-08-07) |
On Sat, Oct 08, 2022 at 04:50:29PM +0800, Lei He wrote:
> crypto: support export RSA private keys with PKCS#8 standard.
> So that users can upload this private key to linux kernel.
>
> Signed-off-by: lei he <helei.sig11@bytedance.com>
> ---
> crypto/akcipher.c | 18 ++++++++++++++++++
> crypto/rsakey.c | 42 ++++++++++++++++++++++++++++++++++++++++++
> crypto/rsakey.h | 11 ++++++++++-
> include/crypto/akcipher.h | 21 +++++++++++++++++++++
> 4 files changed, 91 insertions(+), 1 deletion(-)
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
- [PATCH v2 0/4] Add a new backend for cryptodev, Lei He, 2022/10/08
- [PATCH v2 2/4] crypto: Support DER encodings, Lei He, 2022/10/08
- [PATCH v2 1/4] virtio-crypto: Support asynchronous mode, Lei He, 2022/10/08
- [PATCH v2 3/4] crypto: Support export akcipher to pkcs8, Lei He, 2022/10/08
- Re: [PATCH v2 3/4] crypto: Support export akcipher to pkcs8,
Daniel P . Berrangé <=
- [PATCH v2 4/4] cryptodev: Add a lkcf-backend for cryptodev, Lei He, 2022/10/08
- Re: [PATCH v2 0/4] Add a new backend for cryptodev, Lei He, 2022/10/24