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

2013-02-27 Thread Patrick Pelletier
On 02/27/2013 08:06 PM, Jardel Weyrich wrote: It seems that you're right. The next feature release will be 1.0.2 though, but I don't see an ETA - http://www.openssl.org/news/state.html But from looking at the CHANGES file, it looks like the host checking is slated for 1.1.0, rather than 1.0.2

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

2013-02-27 Thread Jardel Weyrich
On Wed, Feb 27, 2013 at 11:13 PM, Patrick Pelletier wrote: > On 02/20/2013 07:26 PM, Jardel Weyrich wrote: > > There's X509_check_host for that, but I'm really not sure whether it's >> enough or not. >> > > Please correct me if I'm mistaken, but my impression is that > X509_check_host only exists

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

2013-02-27 Thread Patrick Pelletier
On 02/20/2013 07:26 PM, Jardel Weyrich wrote: There's X509_check_host for that, but I'm really not sure whether it's enough or not. Please correct me if I'm mistaken, but my impression is that X509_check_host only exists in the OpenSSL trunk, but has not yet appeared in any released version