Skip to content

Commit

Permalink
Only process authority and subject key identifiers in certificates (#121
Browse files Browse the repository at this point in the history
)
  • Loading branch information
DrDaveD authored Sep 7, 2023
1 parent 9a99f20 commit 1629412
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/sslutils/proxy.c
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,10 @@ struct VOMSProxy *VOMS_MakeProxy(struct VOMSProxyArguments *args, int *warning,
}
}

/* authority key identifier and subject key identifier extension */
/* authority key identifier and subject key identifier extension
(certificates only, not proxies) */

{
if (args->proxyversion == 0) {
X509V3_CTX ctx;

X509V3_set_ctx(&ctx, (args->selfsigned ? NULL : args->cert), NULL, req, NULL, 0);
Expand Down

0 comments on commit 1629412

Please sign in to comment.