From 11c4aef6426adcd663f51fdd8b37fbc8fdddef73 Mon Sep 17 00:00:00 2001 From: Megan Woods Date: Mon, 14 Jan 2019 19:21:53 +1100 Subject: [PATCH] Updated EJBCA Example --- crypto/test/src/ejbca/test/EnrollmentExampleTest.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crypto/test/src/ejbca/test/EnrollmentExampleTest.cs b/crypto/test/src/ejbca/test/EnrollmentExampleTest.cs index ce023549ec..3a636d8ea8 100644 --- a/crypto/test/src/ejbca/test/EnrollmentExampleTest.cs +++ b/crypto/test/src/ejbca/test/EnrollmentExampleTest.cs @@ -67,8 +67,7 @@ public void TestEnrollmentRAWithSharedSecret() PkiBody pkibody = new PkiBody(PkiBody.TYPE_INIT_REQ, msgs); pbuilder.SetBody(pkibody); - - + AlgorithmIdentifier digAlg = new AlgorithmIdentifier("1.3.14.3.2.26"); // SHA1 AlgorithmIdentifier macAlg = new AlgorithmIdentifier("1.2.840.113549.2.7"); // HMAC/SHA1