support of cert payloads

This commit is contained in:
Andreas Steffen
2006-07-03 06:27:45 +00:00
parent 1d390631d7
commit 971218c3ae
27 changed files with 1082 additions and 634 deletions
+8
View File
@@ -238,6 +238,14 @@ struct policy_t {
*/
void (*add_authorities) (policy_t *this, identification_t *my_ca, identification_t *other_ca);
/**
* @brief Add updown script
*
* @param this calling object
* @param updown updown script
*/
void (*add_updown) (policy_t *this, char *updown);
/**
* @brief Get the lifetime of a policy, before rekeying starts.
*