added once flag to certinfo_t
This commit is contained in:
@@ -47,6 +47,11 @@ struct private_certinfo_t {
|
||||
*/
|
||||
cert_status_t status;
|
||||
|
||||
/**
|
||||
* Certificate status is for one-time use only
|
||||
*/
|
||||
bool once;
|
||||
|
||||
/**
|
||||
* Time when the certificate status info was generated
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user