Re: Message status - undeliverable

2001-01-11 Thread Antai Ning

I keep on receiving this "Message status - undeliverable" message.
Following is one of them. What's the matter?

[EMAIL PROTECTED] wrote:
 
 The message that you sent was undeliverable to the following:
 RShyamsundar
 
   
 Information about your message:
 Subject: RE: Question on Extensions

-- 
Antai(Andy) Ning 
CNBU, Nortel Networks
 
Phone:(613)765-9824ESN:395-9824
Email:[EMAIL PROTECTED]
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Errors in Demo serv and cli

2000-11-27 Thread Antai Ning

Hi there,

As you may know, there are a demo serv.cpp and cli.cpp in the
openssl-0.9.6/demos/ssl directory. I built them, and run them. But I got
the following errors:

Server side:
Connection from 7f01, port b5ac
SSL connection using (NONE)
Client does not have certificate.
11977:error:140940E5:SSL routines:SSL3_READ_BYTES:ssl handshake
failure:s3_pkt.c:756:

Client side:
11691:error:24064064:random number generator:SSLEAY_RAND_BYTES:PRNG not
seeded:md_rand.c:474:You need to read the OpenSSL FAQ,
http://www.openssl.org/support/faq.html

I trace into md_rand.c : ssleay_rand_bytes() and found that the entropy
 ENTROPY_NEEDED.

Can anyone tell me what the varible "entropy" and ENTROPY_NEEDED mean?
And how to use them from application point of view? How to avoid the
error?

Thanks in advance?

-- 
Antai(Andy) Ning 
CNBU, Nortel Networks
 
Phone:(613)765-9824ESN:395-9824
Email:[EMAIL PROTECTED]
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Error in make install process

2000-10-11 Thread Antai Ning

Hi there,

Actually I've posted this once. But I haven't got an answer yet. Hope I
didn't bother you guys there ...

I'm trying to build and set up a SSL enabled Apache on Sun solaries
2.6., using Apache+Apache_SSL+OpenSSL. I encountered problems in
building OpenSSL.

I downloaded OpenSSL 0.9.6. I'm successful in the first three steps,
"configure", "make", and "make test". But I got this error when I run
"make install". The output is like this:

--
wcars12f-32 make install
making all in crypto...
making all in crypto/md2...
making all in crypto/md4...
making all in crypto/md5...
making all in crypto/sha...
making all in crypto/mdc2...
making all in crypto/hmac...
making all in crypto/ripemd...
making all in crypto/des...
making all in crypto/rc2...
making all in crypto/rc4...
making all in crypto/rc5...
making all in crypto/idea...
making all in crypto/bf...
making all in crypto/cast...
making all in crypto/bn...
making all in crypto/rsa...
making all in crypto/dsa...
making all in crypto/dh...
making all in crypto/dso...
making all in crypto/buffer...
making all in crypto/bio...
making all in crypto/stack...
making all in crypto/lhash...
making all in crypto/rand...
making all in crypto/err...
making all in crypto/objects...
making all in crypto/evp...
making all in crypto/asn1...
making all in crypto/pem...
making all in crypto/x509...
making all in crypto/x509v3...
making all in crypto/conf...
making all in crypto/txt_db...
making all in crypto/pkcs7...
making all in crypto/pkcs12...
making all in crypto/comp...
making all in ssl...
making all in rsaref...
making all in apps...
making all in test...
making all in tools...
installing man 1 and man 5
*** Error code 139
make: Fatal error: Command failed for target `install_docs'
wcars12f-33 
---

I'm not root user. I used "./config --prefix=/u/antai/ssl
--openssldir=/u/antai/ssl/openssl" for configuration. I have full read
and write and x permission to /u/antai dir. Actually, I found that
/u/antai/ssl and /u/antai/ssl/open have been created.  But only
/u/antai/ssl/openssl/man/man1 has a file:
-rw-r-   1 antaimagellan   0 Oct  5 14:49 CA.pl.1
All the other dirs are empty.

BTW, /u/antai dir is a network dir mounted on my machine.

Thanks again!


-- 
Antai(Andy) Ning
Enterprise Solutions, Nortel Networks
 
Email:[EMAIL PROTECTED]
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Re: Question about make install of OpenSSL

2000-10-05 Thread Antai Ning

Thanks first Richard,

Ok, I paste all the lines before that this time:

--
wcars12f-32 make install
making all in crypto...
making all in crypto/md2...
making all in crypto/md4...
making all in crypto/md5...
making all in crypto/sha...
making all in crypto/mdc2...
making all in crypto/hmac...
making all in crypto/ripemd...
making all in crypto/des...
making all in crypto/rc2...
making all in crypto/rc4...
making all in crypto/rc5...
making all in crypto/idea...
making all in crypto/bf...
making all in crypto/cast...
making all in crypto/bn...
making all in crypto/rsa...
making all in crypto/dsa...
making all in crypto/dh...
making all in crypto/dso...
making all in crypto/buffer...
making all in crypto/bio...
making all in crypto/stack...
making all in crypto/lhash...
making all in crypto/rand...
making all in crypto/err...
making all in crypto/objects...
making all in crypto/evp...
making all in crypto/asn1...
making all in crypto/pem...
making all in crypto/x509...
making all in crypto/x509v3...
making all in crypto/conf...
making all in crypto/txt_db...
making all in crypto/pkcs7...
making all in crypto/pkcs12...
making all in crypto/comp...
making all in ssl...
making all in rsaref...
making all in apps...
making all in test...
making all in tools...
installing man 1 and man 5
*** Error code 139
make: Fatal error: Command failed for target `install_docs'
wcars12f-33 
---

I'm not root user. I used "./config --prefix=/u/antai/ssl
--openssldir=/u/antai/ssl/openssl" for configuration. I have full read
and write and x permission to /u/antai dir. Actually, I found that
/u/antai/ssl and /u/antai/ssl/open have been created.  But only
/u/antai/ssl/openssl/man/man1 has a file:
-rw-r-   1 antaimagellan   0 Oct  5 14:49 CA.pl.1
All the other dirs are empty.

BTW, /u/antai dir is a network dir mounted on my machine.

Thanks again!


Richard Levitte - VMS Whacker wrote:
 
 From: "Antai Ning" [EMAIL PROTECTED]
 
 antai *** Error code 139
 antai make: Fatal error: Command failed for target `install_docs'
 antai
 antai Any idea about that? I actually searched the FAQ archive, I
 antai didn't find a answer there.
 
 *sigh*  Nope.  No idea at all, except that you might not have write
 access to the directory you want to install in.
 
 The reason I sigh is that you had to cut away everything above the two
 last lines, although I'm quite sure there's more error text above it,
 error text that probably is crucial to know exactly what went wrong!
 
 --
 Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
 Chairman@Stacken   \ S-168 35  BROMMA  \ T: +46-8-26 52 47
 Redakteur@Stacken   \  SWEDEN   \ or +46-709-50 36 10
 Procurator Odiosus Ex Infernis-- [EMAIL PROTECTED]
 Member of the OpenSSL development team: http://www.openssl.org/
 Software Engineer, Celo Communications: http://www.celocom.com/
 
 Unsolicited commercial email is subject to an archival fee of $400.
 See http://www.stacken.kth.se/~levitte/mail/ for more info.
 
 __
 OpenSSL Project http://www.openssl.org
 User Support Mailing List[EMAIL PROTECTED]
 Automated List Manager   [EMAIL PROTECTED]

-- 
Antai(Andy) Ning
Enterprise Solutions, Nortel Networks
 
Phone:(613)765-9824ESN:395-9824
Email:[EMAIL PROTECTED]
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Re: Question about make install of OpenSSL

2000-10-05 Thread Antai Ning

Sorry Richardo,

I'm little confused. I read that OpenSSL is not mod_ssl. So, hmmm, how
can I follow the instrutions for mod_ssl to compile OpenSSL?

BTW, where can I find those information about how to intergret OpenSSL
into an application like Apache? I know that the general idea is tp
apply some patches to Apache code, add OpenSSL code to it, and them
compile them. (I could be wrong anyway)

Excuse me if I look stupid.

Thanks.


Ricardo Stella wrote:
 
 If you want to use 'mod_ssl' I strongly suggest you follow the
 instructions there for compiling both openssl and apache.
 
 They are very straight forward...
 
 My .02...
 
 Antai Ning wrote:
 
  Hi there,
 
  I'm quite new to OpenSSL. I'm trying to build and set up a SSL
  enabled Apache on Sun solaries 2.6. I encountered problems in building
  OpenSSL.
 
  I downloaded OpenSSL 0.9.6. I'm successful in the first three steps,
  "configure", "make", and "make test". But I got this error when I run
  "make install". The output is like this:
 
  *** Error code 139
  make: Fatal error: Command failed for target `install_docs'
 
  Any idea about that? I actually searched the FAQ archive, I didn't find
  a answer there.
 
  Thank you in advance!
 
  --
  Antai(Andy) Ning
  Enterprise Solutions, Nortel Networks
 
  Email:[EMAIL PROTECTED]
  __
  OpenSSL Project http://www.openssl.org
  User Support Mailing List[EMAIL PROTECTED]
  Automated List Manager   [EMAIL PROTECTED]
 
 --
 --
  Ricardo Stella  O.I.T.
  (609)896-5000 x7436   _suAve_   Rider University
   *** Remove 'no-spam' from e-mail address before replying.  ***

-- 
Antai(Andy) Ning
Enterprise Solutions, Nortel Networks
 
Phone:(613)765-9824ESN:395-9824
Email:[EMAIL PROTECTED]
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]