(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:
Love Hörnquist Åstrand
2005-07-25 11:47:05 +00:00
parent 181783a574
commit fe95b0a1a3

View File

@@ -147,6 +147,7 @@ cms_create_sd(int argc, char **argv)
_hx509_query_clear(&q);
q.match |= HX509_QUERY_PRIVATE_KEY;
q.match |= HX509_QUERY_KU_DIGITALSIGNATURE;
ret = _hx509_certs_find(s, &q, &cert);
if (ret)