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 List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to