Rewrite making test certificates (#393)

Also updates obsolete curl dependencies with zlib.
This commit is contained in:
Małgorzata Olszówka
2024-05-22 18:59:53 +02:00
committed by GitHub
parent a53bd2bdb3
commit 6e5bef14e9
53 changed files with 1366 additions and 2107 deletions

View File

@ -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++) {