View Issue Details

IDProjectCategoryView StatusLast Update
001025810000-012: DiscoverySpecpublic2025-03-26 15:47
ReporterRandy Armstrong Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status newResolutionopen 
Product Version1.05.05 RC2 
Target Version1.05.06 
Summary0010258: Need a Way to provide Proof of Origin with CSRs.
Description

Document how to bundle a CSR in a JWT with a Signature produced by the Application/Device Certificate
Add a SupportedCSRFormats property to CertificateManager.
CertificateManager can detect PKCS10 or JWS format in a ByteString so no change to Method needed.
For Push, need a new Method CreateSigningRequestWithProofOfOrigin.
The Server uses the Certificate it is using for the SecureChannel used to call CreateSigningRequestWithProofOfOrigin to create a signature in the JWS.
Server returns a JWS with a CSR and a Signature.
Need to document the format of the JWS format (i.e. payload == CSR, add signature + chain etc).

TagsNo tags attached.
Commit Version
Fix Due Date

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-03-26 15:47 Randy Armstrong New Issue