qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] support tls certificates reload
@ 2021-01-07 14:30 Zihao Chang
  2021-01-07 14:30 ` [PATCH v2 1/2] crypto: add reload for QCryptoTLSCredsClass Zihao Chang
  2021-01-07 14:30 ` [PATCH v2 2/2] vnc: add qmp to support reload vnc tls certificates Zihao Chang
  0 siblings, 2 replies; 10+ messages in thread
From: Zihao Chang @ 2021-01-07 14:30 UTC (permalink / raw)
  To: qemu-devel
  Cc: berrange, oscar.zhangbo, changzihao1, armbru, xiexiangyou, kraxel

This patch set implements the reload interface for QCryptoTLSCredsX509
and add qmp to trigger the tls certificates reload.

Zihao Chang (2):
  crypto: add reload for QCryptoTLSCredsClass
  vnc: add qmp to support reload vnc tls certificates

 crypto/tlscredsx509.c     | 77 +++++++++++++++++++++++++++++++++++++++
 include/crypto/tlscreds.h |  8 ++--
 include/ui/console.h      |  1 +
 monitor/qmp-cmds.c        |  5 +++
 qapi/ui.json              | 18 +++++++++
 ui/vnc.c                  | 24 ++++++++++++
 6 files changed, 130 insertions(+), 3 deletions(-)

-- 
2.23.0



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

end of thread, other threads:[~2021-01-18 16:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-07 14:30 [PATCH v2 0/2] support tls certificates reload Zihao Chang
2021-01-07 14:30 ` [PATCH v2 1/2] crypto: add reload for QCryptoTLSCredsClass Zihao Chang
2021-01-07 14:30 ` [PATCH v2 2/2] vnc: add qmp to support reload vnc tls certificates Zihao Chang
2021-01-15 13:37   ` Markus Armbruster
2021-01-15 13:47     ` Daniel P. Berrangé
2021-01-18  7:27       ` Zihao Chang
2021-01-18 14:22         ` Markus Armbruster
2021-01-18 14:27         ` Daniel P. Berrangé
2021-01-18 16:13       ` Gerd Hoffmann
2021-01-18 16:16         ` Daniel P. Berrangé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).