Skip to content

add support for binary-encoded x509 certs #157

@sozercan

Description

@sozercan

notation verify only supports validating with ASCII-encoded x509 certs (PEM)

Today, you can convert a binary encoded DER to PEM and verify using PEMs:
openssl x509 -in mycert.crt -inform DER -out mycert.pem

However, users shouldn't need to do this conversion manually and notation should add support for binary-encoded x509 certs

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions