Go ahead and check the sources for the urandom file (using grep).  I 
would suspect that since ANSIrand is not an automatically loaded package 
(you said that you had to install it manually), you have to configure 
your environment accordingly.  [With UNIX-types, always assume that you 
have to mess around with your environment.]
I would also suggest that you use the $RANDFILE for simplicity.
The Linux version automatically uses the /dev/random file, because that 
file comes standard with all later versions of the kernel.
-Sean Walton

[EMAIL PROTECTED] wrote:

> I am installing SMTP STARTTLS on a Solaris 2.6 box. The ANSIrand package is
> installed
> so that /dev/urandom available.
> 
> In OpenSSL FAQ, it is mentioned that $HOME/.rnd, $RANDFILE, EGD etc may be
> used
> to seed the PRNG.
> 
> When compiling OpenSSL with /dev/urandom available, will it use it by
> default and no need
> to care about those EGD and RANDFILE?
> 
> Thanks for your help.
> 
> Regards,
> Philip
> 
> ______________________________________________________________________
> 
> This message is intended only for use of the addressee and may  contain
> information that is privileged and confidential. If you are not the intended
> recipient, you are hereby notified that any use or dissemination of this
> communication is strictly prohibited. If you have received this communication in
> error, please notify us immediately by reply and delete this message from your
> system.
> 
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]
> 
> 

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to