Skip to content

Commit c193e45

Browse files
fixup! Restore previous semantics of authorityKeyIdentifier=keyid
1 parent cb41887 commit c193e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto/x509/v3_akid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ static AUTHORITY_KEYID *v2i_AUTHORITY_KEYID(X509V3_EXT_METHOD *method,
147147
}
148148
same_issuer = ctx->subject_cert == issuer_cert;
149149

150-
/* unless forced with "always", AKID is suppressed for self-signed certs */
150+
/* unless forced with "always", AKID is optional */
151151
if (keyid != 0) {
152152
/*
153153
* prefer any pre-existing subject key identifier of the issuer cert

0 commit comments

Comments
 (0)