print keyusage

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18027 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-09-05 20:55:03 +00:00
parent dc5e51aaf2
commit a738dfe90c

View File

@@ -449,6 +449,10 @@ print_certificate(hx509_context hxcontext, hx509_cert cert, int verbose)
printf(" subject: \"%s\"\n", str);
free(str);
ret = hx509_cert_keyusage_print(hxcontext, cert, &str);
printf(" keyusage: %s\n", str);
free(str);
if (verbose) {
hx509_validate_ctx vctx;