mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-30 22:03:54 -06:00
vnc: support reload x509 certificates for vnc
This patch add vnc_display_reload_certs() to support update x509 certificates. Signed-off-by: Zihao Chang <changzihao1@huawei.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20210316075845.1476-3-changzihao1@huawei.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
a29acc9c31
commit
1f08e34151
2 changed files with 29 additions and 0 deletions
|
@ -476,6 +476,7 @@ int vnc_display_password(const char *id, const char *password);
|
|||
int vnc_display_pw_expire(const char *id, time_t expires);
|
||||
void vnc_parse(const char *str);
|
||||
int vnc_init_func(void *opaque, QemuOpts *opts, Error **errp);
|
||||
bool vnc_display_reload_certs(const char *id, Error **errp);
|
||||
|
||||
/* input.c */
|
||||
int index_from_key(const char *key, size_t key_length);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue