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

2014-05-01 Thread Matthew Booth
On 30/04/14 16:32, Kevin Wolf wrote: > Am 30.04.2014 um 16:20 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 | 33 +++

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

2014-04-30 Thread Kevin Wolf
Am 30.04.2014 um 16:20 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 | 33 + > 1 file changed, 33 inserti

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

2014-04-30 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 | 33 + 1 file changed, 33 insertions(+) diff --git a/block/curl.c b/block/curl.c index 4de6856..e427

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

2014-04-30 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 | 28 1 file changed, 28 insertions(+) diff --git a/block/curl.c b/block/curl.c index 2a03924..8731f63 1