Re: [Libevent-users] [PATCH] Add sample/https-client.c, an example of stacking evhttp as a client on top of bufferevent_ssl.

2013-02-20 Thread Jardel Weyrich
On Wed, Feb 20, 2013 at 9:03 PM, Nick Mathewson wrote: > On Wed, Feb 20, 2013 at 12:42 PM, Catalin Patulea > wrote: > > On Tue, Feb 19, 2013 at 9:40 PM, Jardel Weyrich > wrote: > >> 2) Call SSL_CTX_load_verify_locations passing the path of the CA > >> certificates installed by the aforementione

Re: [Libevent-users] [PATCH] Add sample/https-client.c, an example of stacking evhttp as a client on top of bufferevent_ssl.

2013-02-20 Thread Nick Mathewson
On Wed, Feb 20, 2013 at 12:42 PM, Catalin Patulea wrote: > On Tue, Feb 19, 2013 at 9:40 PM, Jardel Weyrich wrote: >> 2) Call SSL_CTX_load_verify_locations passing the path of the CA >> certificates installed by the aforementioned package - generally >> /etc/ssl/certs/ca-certificates.crt > Nick, d

Re: [Libevent-users] [PATCH] Add sample/https-client.c, an example of stacking evhttp as a client on top of bufferevent_ssl.

2013-02-20 Thread Catalin Patulea
On Tue, Feb 19, 2013 at 9:40 PM, Jardel Weyrich wrote: > 2) Call SSL_CTX_load_verify_locations passing the path of the CA > certificates installed by the aforementioned package - generally > /etc/ssl/certs/ca-certificates.crt Nick, does this seem like a reasonable solution? SSL_CTX_load_verify_lo