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