Skip to content

Commit

Permalink
fixup! To verify MAC, we need a MAC
Browse files Browse the repository at this point in the history
  • Loading branch information
beldmit committed Dec 9, 2024
1 parent d30a78b commit 97a3a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/recipes/80-test_pkcs12.t
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ with({ exit_checker => sub { return shift == 1; } },
"test bad pkcs12 file 3 (info)");
});

#Test that mac verification doesn't fail when mac is absent in the file
# Test that mac verification doesn't fail when mac is absent in the file
{
my $nomac = srctop_file("test", "recipes", "80-test_pkcs12_data", "nomac_parse.p12");
ok(run(app(["openssl", "pkcs12", "-in", $nomac, "-passin", "pass:testpassword"])),
Expand Down

0 comments on commit 97a3a8d

Please sign in to comment.