> Generating the DLLs and input libraries
> gcc: Settings\Temp/cca03896.base": No such file or directory
> dllwrap: gcc exited with status 1
Could it be that your cygwin /tmp is mapped to "Documents and
Settings/Temp"? That is not a good idea - make usually chokes on file
names with
On Thu, Oct 1, 2009 at 6:07 PM, Dwight Schauer wrote:
> We are using openssl-32bit-0.9.8a-18.26 on SLES 10.2 (x86_64).
>
> This problem is only occurring on a very small percentage of our installs,
> and is not readily repeatable, but is always results in the same back trace.
>
> Program terminat
On Tue, Oct 6, 2009 at 10:51 PM, Patel, Anand wrote:
> I would like to know how can I implement general purpose
> encryption/decryption filter that can be used with BIO objects.
>
> Basically, filter should get the data before it is written out to the
> stream/socket/memory. This allows my filter
Alright, a little more information.
I took the example cli/serv ssl source from the openssl distribution and messed
it up so that SSL_read would segfault in the serv executable.
Compiled and ran the resulting pair and got a core file and examined it.
On an up to date Arch linux install the back
I'm writing a browser and a library that use OpenSSL for cryptography
support. I want to best be able to fully cleanup state when my
plugin/library is unloaded, however it seems to me that it's not
possible to clear out all thread-associated error state since I'm not
managing the threads accessing
hi
i have problems with building of last stable version of openssl using
mingw32 in windows xp
it builds until the point where i get static libraries. but then it
fails on command (taken from ms\mingw32.bat)
echo Generating the DLLs and input libraries
dllwrap --dllname libeay32.dll --out
On Wed, Oct 07, 2009, Victor Duchovni wrote:
> On Wed, Oct 07, 2009 at 06:50:36PM +0200, Dr. Stephen Henson wrote:
>
> > On Wed, Oct 07, 2009, Thomas Harning Jr. wrote:
> >
> > > Is there any sort of general idea as to when 1.0.0 might be released
> > > out of beta... or perhaps how many expecte
>
> I believe Thomas offers both - if I recall correctly. Try out
> http://www.slproweb.com/download/Win64OpenSSL-0_9_8k.exe.
> Take a look at the ...\OpenSSL\lib\VC\static folder.
Thanks Jeffrey,
That did the trick. I had downloaded the "light" libraries by accident.
That's why I couldn't fin
On Wed, Oct 07, 2009 at 06:50:36PM +0200, Dr. Stephen Henson wrote:
> On Wed, Oct 07, 2009, Thomas Harning Jr. wrote:
>
> > Is there any sort of general idea as to when 1.0.0 might be released
> > out of beta... or perhaps how many expected stages the cycle goes
> > through until release (ex: Bet
On 10/7/09, Dr. Stephen Henson wrote:
> On Wed, Oct 07, 2009, Thomas Harning Jr. wrote:
>
> > Is there any sort of general idea as to when 1.0.0 might be released
> > out of beta... or perhaps how many expected stages the cycle goes
> > through until release (ex: Beta 4,5, ..., Release Candidat
On Wed, Oct 07, 2009, Thomas Harning Jr. wrote:
> Is there any sort of general idea as to when 1.0.0 might be released
> out of beta... or perhaps how many expected stages the cycle goes
> through until release (ex: Beta 4,5, ..., Release Candidate ...)?
Provisionally beta4 should be out in the n
On Wed, Oct 7, 2009 at 11:22 AM, Younie, Bradford
wrote:
>> Hi Bradford,
>>
>> I've found it easier to use Shining Light's prebuilt OpenSSL gear.
>> Thomas provides both x86 and x64 binaries. See
>> http://www.slproweb.com/products/Win32OpenSSL.html.
>>
>
> Thanks Jeff,
>
> I noticed that Shining
Is there any sort of general idea as to when 1.0.0 might be released
out of beta... or perhaps how many expected stages the cycle goes
through until release (ex: Beta 4,5, ..., Release Candidate ...)?
--
Thomas Harning Jr.
__
Open
> Hi Bradford,
>
> I've found it easier to use Shining Light's prebuilt OpenSSL gear.
> Thomas provides both x86 and x64 binaries. See
> http://www.slproweb.com/products/Win32OpenSSL.html.
>
Thanks Jeff,
I noticed that Shining Light only gives you the DLL's, but I need the
.lib files for my pr
Sorry for any duplicates... I was in the process of joining the list
and sending and got out-of-order on some things...
I'm writing a browser and a library that use OpenSSL for cryptography
support. I want to best be able to fully cleanup state when my
plugin/library is unloaded, however it seems
Hi Bradford,
> tmp32dll\uplink.obj : fatal error LNK1112: module machine type 'X86'
> conflicts with target machine type 'x64'
MachineType is a field in both the object file and PE file. uplink.obj
was built for x86, but your target is an x64 executable.
I've found it easier to use Shining Light'
I followed the instructions detailed in INSTALL.W64. Here's what I did:
perl Configure VC-WIN64A
ms\do_win64a
nmake -f ms\ntdll.mak
The nmake command failed with:
Building OpenSSL
link /nologo /subsystem:console /opt:ref /dll
/out:out32dll\libeay32.dll /def:ms/LIBEAY32.def
@C:\DOCUME~
17 matches
Mail list logo