Re: User Guide 2.0 (OPENSSLDIR )

2012-12-26 Thread Jeffrey Walton
On Mon, Dec 24, 2012 at 9:11 PM, Jeffrey Walton noloa...@gmail.com wrote:
 Hi Steve,

 What is the expectation of OPENSSLDIR when building the FIPS Object
 Module and FIPS Capable OpenSSL?

 Users are usually allowed to modify the environment (within reason).
 Do users expect that OPENSSLDIR will be honored and 'properly' wired
 into --openssldir when configuring the FIPS gear?

 The User Guide 2.0 does not address the question.
Motivation: should setenv-ios.sh include the following logic?

#
# Pick up $OPENSSLDIR if it is used and the directory exists
# Tim/Steve: do we want this?
#if [ -z $OPENSSLDIR ]  [ -d $OPENSSLDIR ]; then
#  INSTALL_DIRECTORY_BASE=$OPENSSLDIR
#fi

Jeff
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   majord...@openssl.org


User Guide 2.0 (OPENSSLDIR )

2012-12-26 Thread Jeffrey Walton
Hi Steve,

What is the expectation of OPENSSLDIR when building the FIPS Object
Module and FIPS Capable OpenSSL?

Users are usually allowed to modify the environment (within reason).
Do users expect that OPENSSLDIR will be honored and 'properly' wired
into --openssldir when configuring the FIPS gear?

The User Guide 2.0 does not address the question.

Jeff
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   majord...@openssl.org


Re: User Guide 2.0 (OPENSSLDIR )

2012-12-26 Thread Jeffrey Walton
On Mon, Dec 24, 2012 at 9:12 PM, Jeffrey Walton noloa...@gmail.com wrote:
 On Mon, Dec 24, 2012 at 9:11 PM, Jeffrey Walton noloa...@gmail.com wrote:
 Hi Steve,

 What is the expectation of OPENSSLDIR when building the FIPS Object
 Module and FIPS Capable OpenSSL?

 Users are usually allowed to modify the environment (within reason).
 Do users expect that OPENSSLDIR will be honored and 'properly' wired
 into --openssldir when configuring the FIPS gear?

 The User Guide 2.0 does not address the question.
 Motivation: should setenv-ios.sh include the following logic?

 #
 # Pick up $OPENSSLDIR if it is used and the directory exists
 # Tim/Steve: do we want this?
 #if [ -z $OPENSSLDIR ]  [ -d $OPENSSLDIR ]; then
 #  INSTALL_DIRECTORY_BASE=$OPENSSLDIR
 #fi
Please ignore. This message was meant for Steve Marquess.
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   majord...@openssl.org