hx509/kdc: Move KDC CA utility function into hx509

This is part of the program to move REST services like bx509d out of
kdc/.
This commit is contained in:
Nicolas Williams
2020-08-16 16:59:14 -05:00
parent e311d05fee
commit 4f0249cd94
10 changed files with 947 additions and 693 deletions

View File

@@ -43,6 +43,7 @@ HEIMDAL_X509_1.2 {
_hx509_unmap_file_os;
_hx509_write_file;
hx509_bitstring_print;
_hx509_ca_issue_certificate;
hx509_ca_sign;
hx509_ca_sign_self;
hx509_ca_tbs_add_crl_dp_uri;