Skip to content

Rework Cert Extensions #395

@JesusMcCloud

Description

@JesusMcCloud

concerns what we have in the next branch:

We should add another layer, because currently the value of an extension is directly encoded/decoded as part of the extension (oid, critical, and then bare fields representing the contained value), but there is no externally usable representation of that value. I do think it would make sense, though. because it is a repeating pattern.

right now we have this middle ground with odd private constructors and a public constructor that kind of does this. If we add this additional layer, we'd get rid of this odd constructor pattern too, which leads me to think that we should go for it.

@StjepanovicSrdjan @wkornewald what's your take?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions