siemens / cmp-ra-component

A CMP Registration Authority (RA)
Apache License 2.0
2 stars 5 forks source link

Bugfix: put CLR to separate store #15

Closed Vitowitsch closed 1 year ago

Vitowitsch commented 1 year ago

Putting certificates and CRLs together into one keystore caused bouncycastle to ignore the CRL (due to a wrong cast within a nested object)

(Provide a general summary of your changes in the Title above.)

Description

(Describe your changes in detail.).

Related Issue

(This project only accepts pull requests related to open issues. If suggesting a new feature or change, please discuss it in an issue first. If fixing a bug, there should be an issue describing it with steps to reproduce. (Please link to the issue here:)

Motivation and Context

(Why is this change required? What problem does it solve? If it fixes an open issue, please link to the issue here.)

How Has This Been Tested?

(Please describe in detail how you tested your changes. Include details of your testing environment, and the tests you ran to see how your change affects other areas of the code, etc.)

Screenshots

(As far as appropriate)