Make install error openssl-0.9.6f

2002-08-08 Thread Adam Lewis
Hi, I get the following error when running make install on RedHat Linux 7.3 on 3 different machines... __SNIP__ /bin/sh: -c: line 1: syntax error near unexpected token `do' /bin/sh: -c: line 1: `pod2man=`cd ../../util; ./pod2mantest ignore`; for i in doc/apps/*.pod; do fn=`basename $i .pod`;

EVP_MD_CTX_cleanup

2002-08-08 Thread icewind
I'm using the EVP_Sign and EVP_Verify functions. The man pages say you need to call EVP_MD_CTX_cleanup to avoid memory leaks. How do you use this? I am trying: EVP_MD_CTX_cleanup() as well as EVP_MD_CTX_cleanup(md_ctx) (assuming md_ctx was the context initialized in EVP_SignInit) but I get "u

determining if a given cert was signed by some trusted CA.

2002-08-08 Thread Alice Henderson
Hello, I have a CA certificate that I use to sign a bunch of client certificates. My question is, how do I programatically determine if one of the client certs was signed by the CA? So, if I pass the program a cert that was indeed singned by my CA, it will say "YES! A valid certificate!" and i

Re: selfsigned certificate

2002-08-08 Thread pdontthink
Indeed, I am suspicious that this is why a certificate I created for my mail server has stopped working for Outlook XP (does work for Outlook versions before XP). I am really really hoping that someone can answer this Cheers! --- Ingo Kappler <[EMAIL PROTECTED]> wrote: > Hi, > > half a yea

openssl 0.9.6f build problem

2002-08-08 Thread KATOH Yasufumi
Hi, I'm tried to build openssl-0.9.6f. The following error occurs in "make install". making all in tools... make[1]: Entering directory `/home/kato/src/openssl-0.9.6f/tools' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/kato/src/openssl-0.9.6f/tools' /bin/sh: -c: line

Re: error on self-/usr/bin/openssl req -x509 -newkey rsa -out cacert.pem -outform PEM Using configuration from /home/jose/exampleca/openssl.cnf Generating a 1024 bit RSA private key .....++++++ .................................++++++ writing new private key to '/home/jose/exampleca/private/cakey.pem' Enter PEM pass phrase:jose Verifying password - Enter PEM pass phrase:jose ----- problems making Certificate Request 4370:error:0D11A0A3:asn1 encodisigned root certificate

2002-08-08 Thread Dr. Stephen Henson
On Thu, Aug 08, 2002, Jose Gonzalez wrote: > Hi, > > I am using version 0.9.7Beta3 with a locally created configuration file > to generate a self-signed root certificate. On a RH-7.2 Linux Sytem. > The install and test of this version of code had no erros reported. Up > on issue the following

Re: Is a 'random.pem' file secure?

2002-08-08 Thread David Schwartz
On Fri, 26 Jul 2002 09:56:45 +0100, [EMAIL PROTECTED] wrote: While Mr. Hruska is wrong, so are you: >I can't see any difference. Computers are deterministic beasts. If you have >the initial stage you can predict any stage later and it doesn't matter >whether it's a static PRNG's interna

Re: Re: ssl_write problem on AIX

2002-08-08 Thread ganesh kumar godavari
Greg, ssldump gives u the dump of ssl data being send from your system. it gives u information like ssl handshake negotiation of all connections... the best way to overcome the error would be to debug your program using gdb. you can download the ssldump from http://freshmeat.net/projects/ss

Re: ssl_write problem on AIX

2002-08-08 Thread Greg Duclos
Darin, You are a genius. It worked like a charm. Thanks! On Thu, 8 Aug 2002 10:16:08 -0400, [EMAIL PROTECTED] said: > > > Greg, > > The reason why the program terminates abnormally when you write to a > closed > socket is that the operating system issues a SIGPIPE signal in this > situation