Re: Can not enable via padlock

2012-05-31 Thread Salatiel Filho
No. Just installed from debian unstable repository. apt-get -t unstable install openssl []'s Salatiel On Wed, May 30, 2012 at 8:33 PM, Peter Kurrasch gtin...@hotmail.com wrote: Are you combining version 1.0.1 and 1.0.0 ? From:

Re: Apache 2.2.22 and OpenSSL

2012-05-31 Thread jeremy hunt
The Doctor wrote: On Wed, May 30, 2012 at 08:45:46AM -0400, bhorow...@vai.net wrote: Quick question for the group? I am running Apache 2.2.22 with OpenSSL 1.0.1c installed. This machine formerly had 1.0.0d and I am noticing that the apache logs are stating that OpenSSL is still at the earlier

An easy question to answer?

2012-05-31 Thread Ward, Martin
Hi all, I have what should be an easy question, but I cannot find the answer anywhere. I have installed a newer version of OpenSSH on my system but it's complaining with the error OpenSSL version mismatch. Built against 1000101f, you have 107f. The problem is that I cannot translate

How to map OPENSSL_VERSION_NUMBER to human-readable text ? (was: Re: An easy question to answer?)

2012-05-31 Thread Marco Molteni
Hi, On May 31, 2012, at 10:15 , Ward, Martin wrote: Hi all, I have what should be an easy question, but I cannot find the answer anywhere. I have installed a newer version of OpenSSH on my system but it's complaining with the error OpenSSL version mismatch. Built against 1000101f, you

RE: How to map OPENSSL_VERSION_NUMBER to human-readable text ? (was: Re: An easy question to answer?)

2012-05-31 Thread Ward, Martin
Thanks Marco, personally I thought the subject line was quite descriptive but I take your point on board. I am still mystified as the error is claiming that ssh was compiled with 1.0.1a whilst I have 1.0.0f, the strange thing being that I have 1.0.0g instead. Still, that's likely to be a

Re: Can not enable via padlock

2012-05-31 Thread Salatiel Filho
Any other ideas ? []'s Salatiel On Wed, May 30, 2012 at 8:40 PM, Salatiel Filho salatiel.fi...@gmail.com wrote: No. Just installed from debian unstable repository. apt-get -t unstable install openssl []'s Salatiel On Wed, May 30, 2012 at 8:33 PM, Peter Kurrasch gtin...@hotmail.com

Re: An easy question to answer?

2012-05-31 Thread Abhiroop Dabral
Hi, I guess you have both versions of openssl present at the same time when you are trying to compile the code. The linker is not able to link to the new version. uninstall the older version try downloading the new version again using apt-get install libssl-dev a similar problem

Re: Can not enable via padlock

2012-05-31 Thread Michael S. Zick
On Thu May 31 2012, Salatiel Filho wrote: Any other ideas ? Yes, wrong or incomplete Debian package installed. Your strace shows 1.0.0 in the pathname of the libpadlock.so it is trying to open. Did your apt-get include a new libpadlock.so or perhaps that is now packaged separately by Debian.

Re: Can not enable via padlock

2012-05-31 Thread Salatiel Filho
On Thu, May 31, 2012 at 12:37 PM, Michael S. Zick open...@morethan.org wrote: On Thu May 31 2012, Salatiel Filho wrote: Any other ideas ? Yes, wrong or incomplete Debian package installed. I dont think thats the problem. I tried build the package from source using dpkg-buildpackage and i

Certification of Certificates Failing

2012-05-31 Thread Jack Trades
I am in the process of learning SSL programming. I am developing simpe SSL server and client apps that are both being tested on the same Windows machine. The problem comes during the SSL handshake - the client is rejecting the server certificate with the following error: -Error with certificate

Re: Certification of Certificates Failing

2012-05-31 Thread Jakob Bohm
Hi, see below for 2 follow up questions, as a few key details are missing from your mail On 5/31/2012 4:01 PM, Jack Trades wrote: I am in the process of learning SSL programming. I am developing simpe SSL server and client apps that are both being tested on the same Windows machine. The

RE: Certification of Certificates Failing

2012-05-31 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of Jakob Bohm Sent: Thursday, 31 May, 2012 13:14 On 5/31/2012 4:01 PM, Jack Trades wrote: snip client is rejecting the server certificate with the following error: -Error with certificate at depth: 1 issuer =

Re: Problems with OpenSSl BN

2012-05-31 Thread Matt Caswell (fr...@baggins.org)
On 29/05/12 22:52, Matt Caswell (fr...@baggins.org) wrote: On 29/05/12 16:55, chip...@gmx.de wrote: Now I set for every variable the BN_FLG_CONSTIME Flag, so that I can be sure, that they will need the same time. I measured the time the BN_nnmod operation in the BN_mod_add function needs for