Re: [Libevent-users] Red Hat/Fedora systems, OpenSSL and libevent

2011-10-03 Thread Dan Kegel
On Mon, Oct 3, 2011 at 4:55 PM, Nick Mathewson wrote: > On Mon, Oct 3, 2011 at 7:35 PM, Dan Kegel wrote: >> On Mon, Oct 3, 2011 at 4:21 PM, Nick Mathewson wrote: >>> For more background, folks should see >>> http://fedoraproject.org/wiki/FedoraCryptoConsolidation and >>> http://fedoraproject.org

Re: [Libevent-users] Red Hat/Fedora systems, OpenSSL and libevent

2011-10-03 Thread Nick Mathewson
On Mon, Oct 3, 2011 at 7:35 PM, Dan Kegel wrote: > On Mon, Oct 3, 2011 at 4:21 PM, Nick Mathewson wrote: >> For more background, folks should see >> http://fedoraproject.org/wiki/FedoraCryptoConsolidation and >> http://fedoraproject.org/wiki/CryptoConsolidationEval > > http://fedoraproject.org/wi

Re: [Libevent-users] Red Hat/Fedora systems, OpenSSL and libevent

2011-10-03 Thread Dan Kegel
On Mon, Oct 3, 2011 at 4:21 PM, Nick Mathewson wrote: > For more background, folks should see > http://fedoraproject.org/wiki/FedoraCryptoConsolidation and > http://fedoraproject.org/wiki/CryptoConsolidationEval http://fedoraproject.org/wiki/Nss_compat_ossl looks sweet. By the way, OpenSSL does

Re: [Libevent-users] bufferevent_socket_connect_hostname and evdns_base not working

2011-10-03 Thread Nick Mathewson
On Sat, Oct 1, 2011 at 3:51 PM, Juan Pablo Fernandez wrote: > Hi, > > I'm trying to get a async dns lookup with > bufferevent_socket_connect_hostname but I always get 11003 (dns_error) > in bufferevent_connect_getaddrinfo_cb. Do the unit tests work for you? They are supposed to test this case.

Re: [Libevent-users] Red Hat/Fedora systems, OpenSSL and libevent

2011-10-03 Thread Nick Mathewson
On Mon, Oct 3, 2011 at 4:18 PM, Oscar Koeroo wrote: > Hi, > > This is a bit a licensing question. Might not be the most popular topic, but > I'll give it a shot. > > Currently the recent Fedora Core's and Red Hat Enterprise 6 force libnss-ssl > on the software. Even libcurl is not made available i

[Libevent-users] Red Hat/Fedora systems, OpenSSL and libevent

2011-10-03 Thread Oscar Koeroo
Hi, This is a bit a licensing question. Might not be the most popular topic, but I'll give it a shot. Currently the recent Fedora Core's and Red Hat Enterprise 6 force libnss-ssl on the software. Even libcurl is not made available in various SSL flavors, like on other platforms, e.g. Debian and O

Re: [Libevent-users] immediately flushing bufferevents

2011-10-03 Thread Mark Ellzey
On Mon, Oct 03, 2011 at 11:59:58AM +0200, Micha? Kr?l wrote: > Hi, > > I'm writing distributed application using the newest version of libevent > (2.0.14). To read and write from/to sockets I use recv,send statement and it > works perfectly. Now I want to use SSL support provided by libevent. In >

[Libevent-users] immediately flushing bufferevents

2011-10-03 Thread Michał Król
Hi, I'm writing distributed application using the newest version of libevent (2.0.14). To read and write from/to sockets I use recv,send statement and it works perfectly. Now I want to use SSL support provided by libevent. In order to do it I wanted to use bufferevents. The problem is, when I chan