We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d7b6c commit 11c4aefCopy full SHA for 11c4aef
crypto/test/src/ejbca/test/EnrollmentExampleTest.cs
@@ -67,8 +67,7 @@ public void TestEnrollmentRAWithSharedSecret()
67
PkiBody pkibody = new PkiBody(PkiBody.TYPE_INIT_REQ, msgs);
68
pbuilder.SetBody(pkibody);
69
70
-
71
+
72
AlgorithmIdentifier digAlg = new AlgorithmIdentifier("1.3.14.3.2.26"); // SHA1
73
AlgorithmIdentifier macAlg = new AlgorithmIdentifier("1.2.840.113549.2.7"); // HMAC/SHA1
74
0 commit comments