-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Op Certs Generation: Support CASE Authenticated Tags and other Attributes #13737
Op Certs Generation: Support CASE Authenticated Tags and other Attributes #13737
Conversation
PR #13737: Size comparison from 7f766c6 to 32a5091 Increases (23 builds for esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
Full report (29 builds for esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
32a5091
to
ad83f5c
Compare
ad83f5c
to
2652468
Compare
PR #13737: Size comparison from d9b77e9 to 2652468 Increases (13 builds for efr32, k32w, linux, p6, qpg, telink)
Full report (14 builds for efr32, k32w, linux, p6, qpg, telink)
|
PTAL |
23afea0
to
ba5faad
Compare
PR #13737: Size comparison from d21dbff to ba5faad Increases (25 builds for cyw30739, efr32, esp32, k32w, mbed, nrfconnect, p6, qpg, telink)
Full report (31 builds for cyw30739, efr32, esp32, k32w, mbed, nrfconnect, p6, qpg, telink)
|
ba5faad
to
5092de1
Compare
PR #13737: Size comparison from ede1388 to 5092de1 Increases (27 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
Full report (33 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fast tracking, given this has been > 3 days for reviews.
…utes. - Added support for the subject and issuer DNs in the X509CertRequestParams structure. - Factored out ChipDN encoding and decoding into separate functions. - Other updates and cleanups.
5092de1
to
6dc6a10
Compare
PR #13737: Size comparison from 246473c to 6dc6a10 Increases (11 builds for cyw30739, k32w, linux, p6, qpg, telink)
Full report (12 builds for cyw30739, k32w, linux, p6, qpg, telink)
|
…utes. (project-chip#13737) - Added support for the subject and issuer DNs in the X509CertRequestParams structure. - Factored out ChipDN encoding and decoding into separate functions. - Other updates and cleanups.
Problem
Currently implemented code only supports NodeId and FabricId DN attributes.
Ticket: #6435
Change overview
Testing
Unit tests and top level tests that use OpCert generation.