mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-05 09:08:04 -05:00
reword comment
This commit is contained in:
parent
c72434aa08
commit
5c51cab171
@ -469,10 +469,11 @@ static size_t asn1_simple_hdr_len(const unsigned char *p, size_t len)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Add a custom timestamp to the PKCS7 structure to prevent OpenSSL adding
|
* Add a custom, non-trusted time to the PKCS7 structure to prevent OpenSSL
|
||||||
* the _current_ time. This allows to create a deterministic signature when
|
* adding the _current_ time. This allows to create a deterministic signature
|
||||||
* no trusted timestamp server was specified, making osslsigncode behaviour
|
* when no trusted timestamp server was specified, making osslsigncode
|
||||||
* similar to signtool.exe.
|
* behaviour closer to signtool.exe (which doesn't include any non-trusted
|
||||||
|
* time in this case.)
|
||||||
*/
|
*/
|
||||||
static int pkcs7_add_custom_time(PKCS7_SIGNER_INFO *si, time_t customtimeutc)
|
static int pkcs7_add_custom_time(PKCS7_SIGNER_INFO *si, time_t customtimeutc)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user