mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +01:00
typo in tempdir led to missing gost cipher
This commit is contained in:
parent
446f7bf152
commit
cedeff2b42
@ -1884,7 +1884,7 @@ initialize_engine(){
|
|||||||
if [ ! -z "$OPENSSL_CONF" ]; then
|
if [ ! -z "$OPENSSL_CONF" ]; then
|
||||||
litemagenta "For now I am providing the config file in to have GOST support"; outln
|
litemagenta "For now I am providing the config file in to have GOST support"; outln
|
||||||
else
|
else
|
||||||
OPENSSL_CONF=$TMPDIR/gost.conf || exit 6
|
OPENSSL_CONF=$TEMPDIR/gost.conf || exit 6
|
||||||
# see https://www.mail-archive.com/openssl-users@openssl.org/msg65395.html
|
# see https://www.mail-archive.com/openssl-users@openssl.org/msg65395.html
|
||||||
cat >$OPENSSL_CONF << EOF
|
cat >$OPENSSL_CONF << EOF
|
||||||
openssl_conf = openssl_def
|
openssl_conf = openssl_def
|
||||||
@ -2253,6 +2253,6 @@ case "$1" in
|
|||||||
exit $ret ;;
|
exit $ret ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# $Id: testssl.sh,v 1.163 2015/01/06 15:25:18 dirkw Exp $
|
# $Id: testssl.sh,v 1.164 2015/01/08 13:16:21 dirkw Exp $
|
||||||
# vim:ts=5:sw=5
|
# vim:ts=5:sw=5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user