Re: [Qemu-devel] [PATCH 3/4] curl: Add sslverify option

2014-05-15 Thread Kevin Wolf
Am 15.05.2014 um 01:28 hat Matthew Booth geschrieben: > This allows qemu to use images over https with a self-signed certificate. It > defaults to verifying the certificate. > > Signed-off-by: Matthew Booth > --- > block/curl.c | 11 +++ > 1 file changed, 11 insertions(+) > > diff --git

[Qemu-devel] [PATCH 3/4] curl: Add sslverify option

2014-05-14 Thread Matthew Booth
This allows qemu to use images over https with a self-signed certificate. It defaults to verifying the certificate. Signed-off-by: Matthew Booth --- block/curl.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/block/curl.c b/block/curl.c index 1b9f2f2..43d6646 100644 --- a/block