Skip to content

Commit

Permalink
Updated EJBCA Example
Browse files Browse the repository at this point in the history
  • Loading branch information
Megan Woods committed Jan 14, 2019
1 parent b7d7b6c commit 11c4aef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crypto/test/src/ejbca/test/EnrollmentExampleTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 11c4aef

Please sign in to comment.