mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 19:49:35 -05:00
ITS#9344 - Fix TLS_PEERKEY_HASH_FAIL evaluation
This commit is contained in:
parent
9a3e63ba00
commit
1b6a223a68
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ if test -n "${openssl}"; then
|
|||
"${openssl}" dgst "-$TLS_PEERKEY_HASHALG" -binary 2>/dev/null | \
|
||||
"${openssl}" enc -base64 2>/dev/null`"
|
||||
|
||||
TLS_PEERKEY_HASHED_FAIL="$TLS_PEERKEY_HASHALG:`echo "a fake key to hash" | \
|
||||
TLS_PEERKEY_HASHED_FAIL="$TLS_PEERKEY_HASHALG:`echo \"a fake key to hash\" | \
|
||||
"${openssl}" dgst "-$TLS_PEERKEY_HASHALG" -binary 2>/dev/null | \
|
||||
"${openssl}" enc -base64 2>/dev/null`"
|
||||
elif test -n "${certtool}" && test -n "${base64}"; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue