All of lore.kernel.org
 help / color / mirror / Atom feed
* [virtio-comment] [PATCH v4 0/1] Introduce virtio asymmetric crypto service
@ 2022-06-21 10:04 Lei He
  2022-06-21 10:04 ` [virtio-comment] [PATCH v4 1/1] virtio-crypto: introduce akcipher service Lei He
  0 siblings, 1 reply; 11+ messages in thread
From: Lei He @ 2022-06-21 10:04 UTC (permalink / raw)
  To: mst, virtio-comment; +Cc: helei.sig11, xin.zeng, arei.gonglei, pizhenwei

V3 -> V4:
- Use the reserved field instead of adding new field 'akcipher_algo' for
  Crypto Device / Device configuration.
- Explicitly stated that the length returned by akcipher_service may not
  be exactly equal to dst_data_len.
- Modified the ASN.1 structure of RSA keys, fixed syntax errors, and 
  made it consistent with the RFC document.
- Modified the ASN.1 structure of ECDSA keys to keep it in the same
  format as the key passed by the kernel, and updated the relevant RFC 
  documents.

V2 -> V3:
- Removed the ambiguous 'union field' and replaced it with a clearer
  description.
- Add rfc references in the normative references section.
- More clearly pointed out hehavior of VIRTIO_CRYPTO_RSA_RAW_PADDING

V1 -> V2:
- Rename the 'ASYM service' to 'AKCIPHER service'.
- Added stateless mode for AKCIPHER service.
- Added hyperlinks to the corresponding RFC documents for the terms
ASN.1, DER, and some details involved in the RSA and ECDSA.
- Fixed several grammatical and format errors.
- Roll back irrelevant changes in V1.

V1:
- Introduced ASYM service type.


Lei He (1):
  virtio-crypto: introduce akcipher service

 introduction.tex  |  18 +++
 virtio-crypto.tex | 351 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 363 insertions(+), 6 deletions(-)

-- 
2.11.0


This publicly archived list offers a means to provide input to the
OASIS Virtual I/O Device (VIRTIO) TC.

In order to verify user consent to the Feedback License terms and
to minimize spam in the list archive, subscription is required
before posting.

Subscribe: virtio-comment-subscribe@lists.oasis-open.org
Unsubscribe: virtio-comment-unsubscribe@lists.oasis-open.org
List help: virtio-comment-help@lists.oasis-open.org
List archive: https://lists.oasis-open.org/archives/virtio-comment/
Feedback License: https://www.oasis-open.org/who/ipr/feedback_license.pdf
List Guidelines: https://www.oasis-open.org/policies-guidelines/mailing-lists
Committee: https://www.oasis-open.org/committees/virtio/
Join OASIS: https://www.oasis-open.org/join/


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-07-25 10:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-21 10:04 [virtio-comment] [PATCH v4 0/1] Introduce virtio asymmetric crypto service Lei He
2022-06-21 10:04 ` [virtio-comment] [PATCH v4 1/1] virtio-crypto: introduce akcipher service Lei He
2022-06-21 10:19   ` Cornelia Huck
2022-06-21 10:24     ` [virtio-comment] Re: [External] " 何磊
2022-06-21 10:34       ` Cornelia Huck
2022-06-21 10:36         ` [virtio-comment] " 何磊
2022-07-18 10:10     ` Lei He
2022-07-18 11:47       ` Cornelia Huck
2022-07-19  3:08         ` [virtio-comment] Re: [External] " Lei He
2022-07-25  7:51           ` PING: " Lei He
2022-07-25 10:11           ` [virtio-comment] Re: [External] " Cornelia Huck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.