-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Labels
bugIssue is reported as a bugIssue is reported as a bugteam:PSAssigned to OTP team PSAssigned to OTP team PS
Description
Describe the bug
I don't understand why 'OCSPRequest' was left out from public_key:get_asn1_module/1.
otp/lib/public_key/src/public_key.erl
Lines 723 to 726 in aa10ffd
| 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 bugIssue is reported as a bugteam:PSAssigned to OTP team PSAssigned to OTP team PS