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
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
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
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.
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
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
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
>
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