Skip to content

public_key:der_encode('OCSPRequest', Request) is not supported #10474

@zmstone

Description

@zmstone

Describe the bug

I don't understand why 'OCSPRequest' was left out from public_key:get_asn1_module/1.

get_asn1_module('BasicOCSPResponse') -> 'OCSP-2024-08';
get_asn1_module('Nonce') -> 'OCSP-2024-08';
get_asn1_module('OCSPResponse') -> 'OCSP-2024-08';
get_asn1_module('ResponseData') -> 'OCSP-2024-08';

If it was just accidentally missed, please consider adding it.

Expected behavior

public_key:der_encode/2 can be used to encode OCSP request.

Affected versions

28

Metadata

Metadata

Assignees

Labels

bugIssue is reported as a bugteam:PSAssigned to OTP team PS

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions