print keyusage
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18027 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -449,6 +449,10 @@ print_certificate(hx509_context hxcontext, hx509_cert cert, int verbose)
|
|||||||
printf(" subject: \"%s\"\n", str);
|
printf(" subject: \"%s\"\n", str);
|
||||||
free(str);
|
free(str);
|
||||||
|
|
||||||
|
ret = hx509_cert_keyusage_print(hxcontext, cert, &str);
|
||||||
|
printf(" keyusage: %s\n", str);
|
||||||
|
free(str);
|
||||||
|
|
||||||
if (verbose) {
|
if (verbose) {
|
||||||
hx509_validate_ctx vctx;
|
hx509_validate_ctx vctx;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user