You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recap of discussion: yes option 1 can cause problems for the future, if we are later adding cbor encoding/decoding of the values. To be further looked into!
To encode the extension / attribute value in CBOR, pre-conditions have to be satisifed. It is not clear how to encode them in negative cases.
Considering the extension CertificatePolicies as example, shall it be encoded as option 1 or option 2?
(extenionID : uint, extensionValue : bstr)
(extensionID: ~oid/pen, ?critical, extensionValue: bstr)
The text was updated successfully, but these errors were encountered: