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