Bill Rebey wrote:
>
>
> ***NOTE: For everyone else out there who isn't familiar with this call, it
> is...um...pretty important. The full extent of the code that I added that
> corrects this problem is:
>
> //--
> extern "C" unsigned long pthreads_thread_id ()
> {
> re
Hello,
Problems compiling 64-bit openssl-0.9.5a under Solaris 8. Workshop C/C++
5.0 compilers with patches applied. Using /usr/ccs/bin developer utils.
The "Configure" script completes fine, and it partially compiles. It croaks
when building all in the ./crypto/des directory:
making all in cr
Whoops. I see that I have a rather old version. I'll try again with
0.9.5a. Sorry about that.
Craig
[EMAIL PROTECTED]
I feel like such a newbie...
What are .so files? I dont appear to have a libcrypto.so file at all
anywhere.
> > I appear to need a libcrypto.so.0 file... how do I make that?
>
> Create a symlink:
>
> ln -s libcrypto.so libcrypto.so.0
>
> Although in the true shared library sense, you'd really
I installed 0.91c linux-elf on an Intel PII with redhat 6.1 kernel 2.2.16.
When I ran "make test" it hung in a loop during the second p > d conversion
in the "req conversion test". Has anyone seen this?
Solutions/workarounds?
Thanks in advance,
Craig
___
You just saved my career!
Next time you're near Columbus, OH, USA, look me up - I'll buy you all the
beer you can drink.
Thanks a million, Mr. Wallace! I've been trying to solve this problem for a
month and have been getting nowhere.
Bill Rebey
***NOTE: For everyone else out there who isn'
> > I appear to need a libcrypto.so.0 file... how do I make that?
> Create a symlink:
> ln -s libcrypto.so libcrypto.so.0
Ah! okay.
> Out of curiosity (and if you don't mind), what are you linking that's
> asking you for this?
licq 0.9.5a.
Thanks for the quick response!
Jon
___
> I appear to need a libcrypto.so.0 file... how do I make that?
Create a symlink:
ln -s libcrypto.so libcrypto.so.0
Although in the true shared library sense, you'd really want it the other
way around:
You create a 'libcrypto.so.0.9.5' and then symlink that.
ln -s libcrypto.so.0.9.5 libcry
I appear to need a libcrypto.so.0 file...
how do I make that?
Thanks!
This by itself is gonna kill your program:
if (pthread_create (NULL, &_threadAttr, ThreadMain, NULL))
{
printf ("\nERROR CREATING THREAD!\n");
}
You're doing a pthread_create() with a NULL thread handle.
--Chri
Chris Zimman wrote:
>
> > There have been a number of third-party evaluations of the hardware RNG in
> > the new Pentium chip. So far it's gotten a clean bill of health. Of course,
> > since the Micro$oft CryptoAPI has to be invoked to get to it, I don't
> > feel like trusting it any further th
> There have been a number of third-party evaluations of the hardware RNG in
> the new Pentium chip. So far it's gotten a clean bill of health. Of course,
> since the Micro$oft CryptoAPI has to be invoked to get to it, I don't
> feel like trusting it any further than just _initializing_ the RNG
Greetings,
I have been working on an application that uses SSL as part of the
transport mechanism. I have gotten it to work rather nicely, and am
working toward "fine tuning" it. I noticed that in the demo apps (the ones
I followed) that they simply make a SSL connection, then
SSL_read/SSL_
I'm using a recently fresh installation of Mandrake
7 linux, and I am trying to compile the OpenSSL libraries to get a libcrypto out
of it. I ran the config script, and it chose linux-elf.
Unfortunately I am running into these errors:
[root@omicron openssl-0.9.5a]# makemaking all
in
Hello,
If I only want to compile the crypto library, what do I have to do?
I mean, in the directory ./openssl/crypto, what I have to compiled to link
all the crypto library, or I have to compile library by library (rsa, sha,
...)
Thank you in advance
Ciao
Albert
P.S> I need it urgently so I would
From: <[EMAIL PROTECTED]>
yawl> Hello everyone:
yawl> I want to use openssl to write a communication program,and
yawl> have complie the demo programs in \demo\ssl sucessfully on
yawl> Linux. But when I put almost the same programs to windows 2000
yawl> by VC6.0 ,the client always fail when doi
Hello everyone:
I want to use openssl to write a communication program,and have complie the
demo programs in \demo\ssl sucessfully on Linux. But when I put almost the
same programs to windows 2000 by VC6.0 ,the client always fail when doing
SSL_connect() ,
(the server part is ok).I have try i
hi,
I am trying to create certificate..all is well till I call last method..
CA.pl -signreq
C:\ssl\openssl-0.9.5a\out32dll>CA.pl -signreq
Using configuration from C:\ssl\openssl-0.9.5a\apps\openssl.cnf
Loading 'screen' into random state - done
unable to load CA private key
114:error:0906D06C:PEM
hi,
I am trying to create certificate..all is well till I call last method..
CA.pl -signreq
C:\ssl\openssl-0.9.5a\out32dll>CA.pl -signreq
Using configuration from C:\ssl\openssl-0.9.5a\apps\openssl.cnf
Loading 'screen' into random state - done
unable to load CA private key
114:error:0906D06C:PEM
19 matches
Mail list logo