-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
Use same credentials for MAC based protection at Downstream #106
Conversation
1dc863e
to
d5df3f1
Compare
Quality Gate passedIssues Measures |
src/main/java/com/siemens/pki/cmpracomponent/msgprocessing/RaDownstream.java
Outdated
Show resolved
Hide resolved
import org.bouncycastle.asn1.pkcs.PBKDF2Params; | ||
import org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers; | ||
|
||
public class SharedSecretCredentials implements SharedSecretCredentialContext { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rename to RespondingSharedSecretCredentials or similar
src/test/java/com/siemens/pki/cmpracomponent/test/Pbmac1EnrollmentTestcasebase.java
Outdated
Show resolved
Hide resolved
src/test/java/com/siemens/pki/cmpracomponent/test/TestMacProtectedIp.java
Outdated
Show resolved
Hide resolved
src/test/java/com/siemens/pki/cmpracomponent/test/TestPbmac1Ir.java
Outdated
Show resolved
Hide resolved
d5df3f1
to
1dc863e
Compare
…sages at RaDownstream
1dc863e
to
b2090d9
Compare
Quality Gate passedIssues Measures |
Addresses issue #91
MessageContext
to store persistency context and verification credentials of incoming messages