Re: initial release candidate

2012-10-25 Thread Ken Giusti
The following patch fixes the problem with older versions of the SSL library. It also works on the latest Fedora 17, so I think it's low risk. Shall I commit it? 8 diff --git a/proton-c/src/ssl/openssl.c b/proton-c/src/ssl/openssl.c index 6ea951f..dd775cd 100644 ---

Re: initial release candidate

2012-10-24 Thread Rafael Schloming
On Wed, Oct 24, 2012 at 8:20 AM, Rob Godfrey rob.j.godf...@gmail.comwrote: The proton-j package doesn't seem to have a README or a LICENSE file included. The maven build can't run the tests as the directory structure doesn't include all the necessary files (nor does it have the same

Re: initial release candidate

2012-10-24 Thread Ken Giusti
Ubuntu 12.04-1 LTS, fully patched and up to date: 1) had to install the following packages - similar to the README, but ubuntu specific: sudo apt-get install cmake swig libssl-dev python-dev ruby ruby-dev python-epydoc uuid-dev [note: cmake is version 2.8.7, so I didn't get that OPTIONAL

Re: initial release candidate

2012-10-24 Thread Rob Godfrey
My (64-bit) Ubuntu 12.04 works fine... On Ubuntu 10.04 I'm seeing SSL errors... presumably these are related to the age of the ssl library and the algorithms it supports... proton_tests.ssl.SslTest.test_client_authentication

Re: initial release candidate

2012-10-24 Thread Ken Giusti
Interesting - that test uses a certificate I created and checked into the repo. I generated the certificate using a newer toolset. I'll have a look at it... -K - Original Message - My (64-bit) Ubuntu 12.04 works fine... On Ubuntu 10.04 I'm seeing SSL errors... presumably these