We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Followup to #91
It shall not be possible to configure responding shared secret protection.
Currently the downstream configuration allows to configure independent outgoing password based protection. But this configuration is ignored.
Change the interface classes accordingly. This fix will break interface compatibility.
Use shared secret protection on downstream and configure outgoing shared secret protection on downstream.
Refactor classes around https://github.com/siemens/cmp-ra-component/blob/main/src/main/java/com/siemens/pki/cmpracomponent/configuration/CredentialContext.java
The text was updated successfully, but these errors were encountered:
Akretsch
No branches or pull requests
Issue Report
Followup to #91
Expected Behavior
It shall not be possible to configure responding shared secret protection.
Current Behavior
Currently the downstream configuration allows to configure independent outgoing password based protection. But this configuration is ignored.
Possible Solution
Change the interface classes accordingly. This fix will break interface compatibility.
Steps to Reproduce
Use shared secret protection on downstream and configure outgoing shared secret protection on downstream.
Possible Implementation
Refactor classes around https://github.com/siemens/cmp-ra-component/blob/main/src/main/java/com/siemens/pki/cmpracomponent/configuration/CredentialContext.java
The text was updated successfully, but these errors were encountered: