Skip to content

x509::Crl representation should change to MbedtlsList<Crl> #388

Open
@jethrogb

Description

@jethrogb

Right now, x509::Crl represents a linked list of CRLs. This isn't in line with the normal way we represent MbedTLS linked lists since #128.

Instead, we should follow the same pattern we have for MbedtlsList<Certificate>.

After this, x509::Certificate::verify should take MbedtlsList<Crl> as well.

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