-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
File: File https://github.com/microsoft/RIoT/blob/master/Reference/RIoT/RIoTCrypt/x509bldr.c
Function X509GetDERCsrTbs, Line 470:
CHK( X509AddX501Name(Context, TbsData->IssuerCommon, TbsData->IssuerOrg, TbsData->IssuerCountry));
According to my understanding of CERTIFICATE SIGNING REQUESTS, here the SUBJECT values
(TbsData->SubjectCommon, TbsData->SubjectOrg and TbsData->SubjectCountry) must be filled in, not the ISSUER values. ISSUER values will be done by CA when it creates a CERTIFICATE
from the CERTIFICATE SIGNING REQUEST.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels