add _hx509_verify_get_time
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23266 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -485,6 +485,12 @@ hx509_verify_set_time(hx509_verify_ctx ctx, time_t t)
|
||||
ctx->time_now = t;
|
||||
}
|
||||
|
||||
time_t
|
||||
_hx509_verify_get_time(hx509_verify_ctx ctx)
|
||||
{
|
||||
return ctx->time_now;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the maximum depth of the certificate chain that the path
|
||||
* builder is going to try.
|
||||
|
Reference in New Issue
Block a user