Skip to content
Discussion options

You must be logged in to vote

BRCM ECD Leaf certs had 2 issues.
In our Leaf Cert, we had set CA=FALSE explicitly, even though False is the default value.
According X690 spec section 11.5, if the value set is the default value, it should not be encoded.

The other issue was with the encoding of the SPDM extension DMTF-SPDM Object Id: 1.3.6.1.4.1.412.274.5
We had encoded this as a SEQUENCE. It should be encoded as SEQUENCE of SEQUENCE.
// SEQUENCE {
   // SEQUENCE {
   // OBJECT IDENTIFIER 1.3.6.1.4.1.412.274.5
   // }
// }

We have fixed both issues in FW. I am not sure which FW version is being used. Please retry with the latest FW.

/Shripad

Replies: 1 comment 19 replies

Comment options

You must be logged in to vote
19 replies
@steven-bellock
Comment options

@venkyn2
Comment options

@steven-bellock
Comment options

@shripadn1980
Comment options

Answer selected by venkyn2
@steven-bellock
Comment options

@steven-bellock
Comment options

@venkyn2
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants