mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-07-03 03:32:47 -05:00
Rewrite making test certificates (#393)
Also updates obsolete curl dependencies with zlib.
This commit is contained in:

committed by
GitHub

parent
a53bd2bdb3
commit
6e5bef14e9
@ -2520,7 +2520,7 @@ static time_t time_t_timestamp_get_attributes(CMS_ContentInfo **timestamp, PKCS7
|
||||
printf("Message digest algorithm: %s\n",
|
||||
(md_nid == NID_undef) ? "UNKNOWN" : OBJ_nid2sn(md_nid));
|
||||
|
||||
/* Unauthenticated attributes */
|
||||
/* Authenticated attributes */
|
||||
auth_attr = PKCS7_get_signed_attributes(si); /* cont[0] */
|
||||
printf("\nAuthenticated attributes:\n");
|
||||
for (i=0; i<X509at_get_attr_count(auth_attr); i++) {
|
||||
|
Reference in New Issue
Block a user