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
parent 4c22d50f0c
commit 9f06829486
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,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