Richard Levitte - VMS Whacker <[EMAIL PROTECTED]>:

> raulg> What is the meanig of field  
> raulg> 
> raulg> RANDFILE  = $ENV::HOME/.rnd
> raulg> oid_file  = $ENV::HOME/.oid
> raulg> 
> raulg> in the openssl config file?
> raulg> 
> raulg> If i have the OpenSSL on a MS NT 4 PC,  what value can i assign to it?

> If you make sure that each user has a HOME environment variable, the
> above lines will work as intended.
> 
> Of course, you need to make sure each user gets a *different* HOME
> :-).
> 
> $ENV::foo is the notation in the configuration file to fetch the value
> of the environment variable foo.  Therefore $ENV::HOME will get the
> value of HOME...

Also you can put a definition "HOME = whatever" into the main section
of the configuration file, and it will be used if there's no
environment variable of that name (that's the usual fallback to the
default section, $ENV::HOME means "look up HOME in section ENV").  The
current development versions have "HOME = .", i.e. use the working
directory, which is a lot better than having applications fail with an
obscure error messages when HOME is not defined.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to