sync with OpenBSD -current
This commit is contained in:
parent
086d8cf2c2
commit
e53750f3c3
87 changed files with 852 additions and 180 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: extern.h,v 1.195 2023/11/24 14:05:47 job Exp $ */
|
||||
/* $OpenBSD: extern.h,v 1.196 2023/12/11 19:05:20 job Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
|
||||
*
|
||||
|
@ -210,6 +210,7 @@ struct mft {
|
|||
char *sia; /* SIA signedObject */
|
||||
char *ski; /* SKI */
|
||||
char *crl; /* CRL file name */
|
||||
unsigned char mfthash[SHA256_DIGEST_LENGTH];
|
||||
unsigned char crlhash[SHA256_DIGEST_LENGTH];
|
||||
time_t signtime; /* CMS signing-time attribute */
|
||||
time_t thisupdate; /* from the eContent */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue