(cms_create_sd): add KU digitalSigature as a requirement to the query
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15730 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -147,6 +147,7 @@ cms_create_sd(int argc, char **argv)
|
|||||||
|
|
||||||
_hx509_query_clear(&q);
|
_hx509_query_clear(&q);
|
||||||
q.match |= HX509_QUERY_PRIVATE_KEY;
|
q.match |= HX509_QUERY_PRIVATE_KEY;
|
||||||
|
q.match |= HX509_QUERY_KU_DIGITALSIGNATURE;
|
||||||
|
|
||||||
ret = _hx509_certs_find(s, &q, &cert);
|
ret = _hx509_certs_find(s, &q, &cert);
|
||||||
if (ret)
|
if (ret)
|
||||||
|
Reference in New Issue
Block a user