-
Notifications
You must be signed in to change notification settings - Fork 157
CRL doesn't work using PEM #605
Copy link
Copy link
Open
Labels
is:bugBug description.Bug description.status:completedFrom the developer perspective, the issue was solved (bug fixed, question answered,...)From the developer perspective, the issue was solved (bug fixed, question answered,...)
Metadata
Metadata
Assignees
Labels
is:bugBug description.Bug description.status:completedFrom the developer perspective, the issue was solved (bug fixed, question answered,...)From the developer perspective, the issue was solved (bug fixed, question answered,...)
Type
Fields
Give feedbackNo fields configured for issues without a type.
Hi!
When a CA certificate in the trust store has a CRL Distribution Point extension pointing to a PEM encoded CRL, libnetconf2 fails to parse it during
nc_accept()with:The same CRL encoded in DER format works correctly.
I've attached an example that reproduces the issue.
ln2_crl_pem_issue.zip
I used libnetconf2 v4.4.1.
Thanks!