hx509: Add hx509_ca_tbs_get_name()

This is so we can check if a TBS gets an empty subject name, then refuse
to issue the certificate if it doesn't also have at least one SAN.
This commit is contained in:
Nicolas Williams
2019-11-06 11:08:00 -06:00
parent 12826c9586
commit fce3f16859
3 changed files with 19 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ HEIMDAL_X509_1.2 {
hx509_ca_tbs_add_san_pkinit;
hx509_ca_tbs_add_san_rfc822name;
hx509_ca_tbs_free;
hx509_ca_tbs_get_name;
hx509_ca_tbs_init;
hx509_ca_tbs_set_ca;
hx509_ca_tbs_set_domaincontroller;