Re: [PATCH v5 1/3] crypto: add reload for QCryptoTLSCredsClass

2021-03-11 Thread Daniel P . Berrangé
On Thu, Mar 11, 2021 at 06:54:22PM +0800, Zihao Chang wrote: > This patch adds reload interface for QCryptoTLSCredsClass and implements > the interface for QCryptoTLSCredsX509. > > Signed-off-by: Zihao Chang > --- > crypto/tlscredsx509.c | 117 ++ > includ

[PATCH v5 1/3] crypto: add reload for QCryptoTLSCredsClass

2021-03-11 Thread Zihao Chang
This patch adds reload interface for QCryptoTLSCredsClass and implements the interface for QCryptoTLSCredsX509. Signed-off-by: Zihao Chang --- crypto/tlscredsx509.c | 117 ++ include/crypto/tlscreds.h | 8 ++- 2 files changed, 122 insertions(+), 3 deleti