Re: Windows BIO operation glitch

2005-09-30 Thread Thomas J. Hruska
Katie Lucas wrote: On Thu, Sep 29, 2005 at 02:05:42PM -0400, Thomas J. Hruska wrote: Andy Polyakov wrote: We're using the binary distributions from Shining Light for Windows compiling with Borland C++ Builder 6.0 , the source version from OpenSSL.org for Linux. Linux works peachy. ... the ap

Re: Windows BIO operation glitch

2005-09-30 Thread Katie Lucas
On Thu, Sep 29, 2005 at 02:05:42PM -0400, Thomas J. Hruska wrote: > Andy Polyakov wrote: > >>We're using the binary distributions from Shining Light for Windows > >>compiling with Borland C++ Builder 6.0 , the source version from > >>OpenSSL.org for Linux. Linux works peachy. > >> > >>... the appli

Re: Windows BIO operation glitch

2005-09-29 Thread Thomas J. Hruska
Andy Polyakov wrote: The Win32 OpenSSL Installation Project is built as follows: Visual C++ 6 SP6 w/ MASM is used to build the core DLLs and the Visual C++ libraries. Borland's IMPLIB tool is used to create libraries from the DLLs for Builder 4/5/6. As to your specific problem, I haven't b

Re: Windows BIO operation glitch

2005-09-29 Thread Andy Polyakov
The Win32 OpenSSL Installation Project is built as follows: Visual C++ 6 SP6 w/ MASM is used to build the core DLLs and the Visual C++ libraries. Borland's IMPLIB tool is used to create libraries from the DLLs for Builder 4/5/6. As to your specific problem, I haven't been following it up to

Re: Windows BIO operation glitch

2005-09-29 Thread Thomas J. Hruska
Andy Polyakov wrote: We're using the binary distributions from Shining Light for Windows compiling with Borland C++ Builder 6.0 , the source version from OpenSSL.org for Linux. Linux works peachy. ... the applink bit (which is a pain) but eventually that all seems sorted. PEM_read_X509 still

Re: Windows BIO operation glitch

2005-09-29 Thread Andy Polyakov
We're using the binary distributions from Shining Light for Windows compiling with Borland C++ Builder 6.0 , the source version from OpenSSL.org for Linux. Linux works peachy. ... the applink bit (which is a pain) but eventually that all seems sorted. PEM_read_X509 still crashes. ... So I have

Re: Windows BIO operation glitch

2005-09-26 Thread Dr. Stephen Henson
On Mon, Sep 26, 2005, Katie Lucas wrote: > > > Hello. We've been looking at using OpenSSL for various comms things; > we've prototyped the code on UNIX and I've started moving it over to > Windows. > > We're using the binary distributions from Shining Light for Windows > compiling with Borland