Merge branch 'master' into verify-cert-chain

This commit is contained in:
Hossein Shafagh
2019-03-04 17:55:36 -08:00
committed by GitHub
5 changed files with 35 additions and 32 deletions

View File

@ -317,7 +317,7 @@ def render(args):
if filt:
terms = filt.split(';')
term = '{0}%'.format(terms[1])
term = '%{0}%'.format(terms[1])
# Exact matches for quotes. Only applies to name, issuer, and cn
if terms[1].startswith('"') and terms[1].endswith('"'):
term = terms[1][1:-1]