(hx509_ca_tbs_subject_expand): new function.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19905 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -446,6 +446,14 @@ hx509_ca_tbs_set_subject(hx509_context context,
|
||||
return hx509_name_copy(context, subject, &tbs->subject);
|
||||
}
|
||||
|
||||
int
|
||||
hx509_ca_tbs_subject_expand(hx509_context context,
|
||||
hx509_ca_tbs tbs,
|
||||
hx509_env env)
|
||||
{
|
||||
return hx509_name_expand(context, tbs->subject, env);
|
||||
}
|
||||
|
||||
static int
|
||||
add_extension(hx509_context context,
|
||||
TBSCertificate *tbsc,
|
||||
|
Reference in New Issue
Block a user