hx509: Add hx509_cert_is_{ca,root,self_signed}()

These are convenient utility functions.
This commit is contained in:
Nicolas Williams
2022-12-19 16:21:39 -06:00
parent e2e7eacb6f
commit 168124cd09
3 changed files with 65 additions and 0 deletions

View File

@@ -113,6 +113,9 @@ HEIMDAL_X509_1.2 {
hx509_cert_init;
hx509_cert_init_data;
hx509_cert_init_private_key;
hx509_cert_is_ca;
hx509_cert_is_root;
hx509_cert_is_self_signed;
hx509_cert_keyusage_print;
hx509_cert_public_encrypt;
hx509_cert_ref;