make handling of self signed certs more robust

openssl sometimes will print the filename, then the error, and finish
with OK, matching the colon and space prevents from considering such
certs to be valid
This commit is contained in:
Hubert Kario 2014-08-04 17:22:53 +02:00 committed by Hubert Kario
parent 0071870c7c
commit 0e6c40ad83
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ test_cipher_on_target() {
local saved="False"
if ${OPENSSLBIN} verify "${trust_source[@]}" \
-untrusted <(echo "$tmp") <(echo "$cert") 2>/dev/null | \
grep 'OK$' >/dev/null; then
grep ': OK$' >/dev/null; then
# if the certificate is an intermediate CA it may be useful
# for connecting to servers that are misconfigured so save it