Re: [twsocket] Unsupported OpenSSL

2011-06-26 Thread daniel cc

Hi Arno,
Thanks for the response :)
I have got it work.
I had wrong version of ICS components.

Best regards

-Original Message- 
From: Arno Garrels

Sent: Thursday, June 23, 2011 9:10 PM
To: ICS support mailing
Subject: Re: [twsocket] Unsupported OpenSSL

daniel cc wrote:

Hello,
I am hoping to get some help with this,
I have downloaded the latest SSL packages and installed to my system
and trying to make self-signed ceretificate and keys for the
component. I have made the keys and tested with the following error,

“Client exception occured: EIcsLibeayException: Unsupported OpenSSL
version (0x0090812F) !”


You get that Exception since your installed ICS version doesn't support this
OpenSSL library version.



Can someone pelase tell me what I need to update in order to be able
to make this work?

I have installed the Win32OpenSSL 0.9.8r


OpenSSL 0.9.8r is supported by ICS however not neccessarily by
the ICS version you currently use. All OpenSSL libraries available for
download at: http://wiki.overbyte.be/wiki/index.php/ICS_Download
are supported at least by  the latest ICS source code, also available for
download from that site. The OpenSSL Win64 versions are there for
future use.



My component version is not the latest and I perhaps need to update
my components as well but,
How can I uninstall the old components and install the latest
components?


In order to uninstall ICS goto Main menu | Component | Install Packages...
and remove the OverbyteIcs designtime package. In order to install ICS
follow the description in ReadMe7.txt.

--
Arno Garrels
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be 


--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Re: [twsocket] Unsupported OpenSSL

2011-06-23 Thread Arno Garrels
daniel cc wrote:
> Hello,
> I am hoping to get some help with this,
> I have downloaded the latest SSL packages and installed to my system
> and trying to make self-signed ceretificate and keys for the
> component. I have made the keys and tested with the following error, 
> 
> “Client exception occured: EIcsLibeayException: Unsupported OpenSSL
> version (0x0090812F) !”

You get that Exception since your installed ICS version doesn't support this
OpenSSL library version. 

> 
> Can someone pelase tell me what I need to update in order to be able
> to make this work? 
> 
> I have installed the Win32OpenSSL 0.9.8r

OpenSSL 0.9.8r is supported by ICS however not neccessarily by
the ICS version you currently use. All OpenSSL libraries available for
download at: http://wiki.overbyte.be/wiki/index.php/ICS_Download
are supported at least by  the latest ICS source code, also available for
download from that site. The OpenSSL Win64 versions are there for 
future use.  

> 
> My component version is not the latest and I perhaps need to update
> my components as well but, 
> How can I uninstall the old components and install the latest
> components? 

In order to uninstall ICS goto Main menu | Component | Install Packages... 
and remove the OverbyteIcs designtime package. In order to install ICS
follow the description in ReadMe7.txt.

-- 
Arno Garrels
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

[twsocket] Unsupported OpenSSL

2011-06-22 Thread daniel cc
Hello,
I am hoping to get some help with this,
I have downloaded the latest SSL packages and installed to my system and trying 
to make self-signed ceretificate and keys for the component.
I have made the keys and tested with the following error,

“Client exception occured: EIcsLibeayException: Unsupported OpenSSL version 
(0x0090812F) !”

Can someone pelase tell me what I need to update in order to be able to make 
this work?

I have installed the Win32OpenSSL 0.9.8r

My component version is not the latest and I perhaps need to update my 
components as well but,
How can I uninstall the old components and install the latest components?

I have done lot of work with my application and I simply can’t screw.

Thanks.
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Re: [twsocket] Unsupported OpenSSL version

2011-04-15 Thread William Sigmund
> On 15/4/2011 5:00 µµ, William Sigmund wrote:
>> Hi,
>>
>> I have been using ICS V7 with ssl, no problems. I have just
>> rebuilt the project and see the message:
>>
>> EIcsLibeayException "Unsupported OpenSSL version (0x0090600F).
>> Supported versions are 0x0090805F - 0x009080EF
>> Filename ...LIBEAY32.DLL"
>>
>> I have tried to define NO_OSSL_VERSION_CHECK but then ICS
>> complains that it can't find the dll.
>>
>> Is there a solution to this problme?
>>
>> Thanks
>>
> Hi, I had the same problem, here is a link guys from here gave
> where you can find the proper DLLs :
> http://wiki.overbyte.be/wiki/index.php/ICS_Download --
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://lists.elists.org/cgi-
> bin/mailman/listinfo/twsocket Visit our website at
> http://www.overbyte.be

Thank you.

William
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Re: [twsocket] Unsupported OpenSSL version

2011-04-15 Thread Dimitris Botsis

On 15/4/2011 5:00 μμ, William Sigmund wrote:

Hi,

I have been using ICS V7 with ssl, no problems. I have just rebuilt the project 
and see the message:

EIcsLibeayException "Unsupported OpenSSL version (0x0090600F). Supported 
versions are 0x0090805F - 0x009080EF
Filename ...LIBEAY32.DLL"

I have tried to define NO_OSSL_VERSION_CHECK but then ICS complains that it 
can't find the dll.

Is there a solution to this problme?

Thanks

Hi, I had the same problem, here is a link guys from here gave where you 
can find the proper DLLs :

http://wiki.overbyte.be/wiki/index.php/ICS_Download
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Re: [twsocket] Unsupported OpenSSL version

2011-04-15 Thread Francois PIETTE
I have been using ICS V7 with ssl, no problems. I have just rebuilt the 
project and see the message:


EIcsLibeayException "Unsupported OpenSSL version (0x0090600F). Supported 
versions are 0x0090805F - 0x009080EF

Filename ...LIBEAY32.DLL"

I have tried to define NO_OSSL_VERSION_CHECK but then ICS complains that 
it can't find the dll.


Is there a solution to this problme?


Make sure the correct DLL is in the path before the bad one (Or delete the 
bad one if no other application make use of it).


--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


[twsocket] Unsupported OpenSSL version

2011-04-15 Thread William Sigmund
Hi,

I have been using ICS V7 with ssl, no problems. I have just rebuilt the project 
and see the message:

EIcsLibeayException "Unsupported OpenSSL version (0x0090600F). Supported 
versions are 0x0090805F - 0x009080EF
Filename ...LIBEAY32.DLL"

I have tried to define NO_OSSL_VERSION_CHECK but then ICS complains that it 
can't find the dll.

Is there a solution to this problme?

Thanks

-- 
William Sigmund
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Unsupported OpenSSL version (0x009080AF)

2009-04-11 Thread Arno Garrels
Arno Garrels wrote:
> In OverbyteIcsSslDefs.inc you are able to turn off ther OpenSSL
> version checks, though I won't recommend doing this.
> I've just checked in a fix which enables v0.9.8k and sets it as the
> maximum version supported.
> If anybody want's to test it, the libraries as well as the EXE are
> temporarily available here:
> http://www.duodata.de/misc/delphi/ics-ssl/OpenSSL098kMinGWAndExe.zip

BTW: The OpenSSL binaries as well as zipped, daily snapshots of current 
Subversion repository source code is available for download here:

http://wiki.overbyte.be/wiki/index.php/FAQ

--
Arno Garrels



-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Unsupported OpenSSL version (0x009080AF)

2009-04-10 Thread Arno Garrels
b poscout wrote:
>> In OverbyteIcsSslDefs.inc you are able to turn off ther OpenSSL
>> version 
> checks, though I won't recommend doing this.
> 
> There are many ways that openssl can be updated on a system. I
> recently installed xampp and it added 3 different versions of
> ssleay32.dll for the different apps! From this, it seems that each
> application that uses openssl installs it own version in its
> application folder.
> 
>> From your experience with the openssl is this the recommended
>> approach? 

Absolutely, yes. ICS assumes OpenSSL DLLs built with the default
compiler switches. There are many options to build the DLLs which
are untested. If you want to ensure that your app. always uses a
certain set of DLLs you could add them as a binary resource to your 
EXE and extract them at runtime. 

> 
> 
> Thanks.
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


[twsocket] Unsupported OpenSSL version (0x009080AF)

2009-04-10 Thread b poscout
>In OverbyteIcsSslDefs.inc you are able to turn off ther OpenSSL version
checks, though I won't recommend doing this.

There are many ways that openssl can be updated on a system. I
recently installed xampp and it added 3 different versions of
ssleay32.dll for the different apps! From this, it seems that each
application that uses openssl installs it own version in its
application folder.

>From your experience with the openssl is this the recommended approach?


Thanks.
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Unsupported OpenSSL version (0x009080AF)

2009-04-10 Thread Arno Garrels
bpo scout wrote:
> I'm using the latest head.
> 
> I'm getting the error as per subject line.
> 
> Unsupported OpenSSL version (0x009080AF)
> ...support (0x0090805F - 0x0090809F)
> 
> I found the previous thread
> (http://marc.info/?l=twsocket&m=123607008728847&w=2) with a similar
> header and from this I have updated my code as follows:
> 
> //OSSL_VER_0906G = $0090607f; no longer supported
>OSSL_VER_0907G = $0090707f;
>OSSL_VER_0907I = $0090709f;
>OSSL_VER_0908  = $00908000;
>OSSL_VER_0908A = $0090801f;
>OSSL_VER_0908E = $0090805f;
>OSSL_VER_0908H = $0090808f;
>OSSL_VER_0908I = $0090809f;
>OSSL_VER_0908J = $009080Af; // 20090410 - add latest version ?! 8j?
>// Or should we also create an dynamic array of Longword we would
>add only // tested/wanted versions?
> {$IFDEF BEFORE_OSSL_098E}
>MIN_OSSL_VER   = OSSL_VER_0907G;
>MAX_OSSL_VER   = OSSL_VER_0908J; // 20090410 - was 0908I
> {$ELSE}
>MIN_OSSL_VER   = OSSL_VER_0908E;
>MAX_OSSL_VER   = OSSL_VER_0908J; // 20090410 - was 0908I
> {$ENDIF}
> 
> Quick tests show that this works for me.
> 
> I don't pretend to understand the OSSL_VER naming convention. Someone
> who knows a bit more, please check and do the right thing.
> 
> With the pace of changes coming from OpenSSL, this is going to be an
> ongoing problem.

In OverbyteIcsSslDefs.inc you are able to turn off ther OpenSSL version 
checks, though I won't recommend doing this.
I've just checked in a fix which enables v0.9.8k and sets it as the 
maximum version supported.
If anybody want's to test it, the libraries as well as the EXE are
temporarily available here: 
http://www.duodata.de/misc/delphi/ics-ssl/OpenSSL098kMinGWAndExe.zip

--
Arno Garrels
  
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


[twsocket] Unsupported OpenSSL version (0x009080AF)

2009-04-10 Thread bpo scout
I'm using the latest head.

I'm getting the error as per subject line.

Unsupported OpenSSL version (0x009080AF)
...support (0x0090805F - 0x0090809F)

I found the previous thread
(http://marc.info/?l=twsocket&m=123607008728847&w=2) with a similar
header and from this I have updated my code as follows:

 //OSSL_VER_0906G = $0090607f; no longer supported
OSSL_VER_0907G = $0090707f;
OSSL_VER_0907I = $0090709f;
OSSL_VER_0908  = $00908000;
OSSL_VER_0908A = $0090801f;
OSSL_VER_0908E = $0090805f;
OSSL_VER_0908H = $0090808f;
OSSL_VER_0908I = $0090809f;
OSSL_VER_0908J = $009080Af; // 20090410 - add latest version ?! 8j?
// Or should we also create an dynamic array of Longword we would add only
// tested/wanted versions?
{$IFDEF BEFORE_OSSL_098E}
MIN_OSSL_VER   = OSSL_VER_0907G;
MAX_OSSL_VER   = OSSL_VER_0908J; // 20090410 - was 0908I
{$ELSE}
MIN_OSSL_VER   = OSSL_VER_0908E;
MAX_OSSL_VER   = OSSL_VER_0908J; // 20090410 - was 0908I
{$ENDIF}

Quick tests show that this works for me.

I don't pretend to understand the OSSL_VER naming convention. Someone
who knows a bit more, please check and do the right thing.

With the pace of changes coming from OpenSSL, this is going to be an
ongoing problem.
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be