Skip to content

Commit

Permalink
Add cert reparse test for new test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
WillChilds-Klein committed Aug 28, 2024
1 parent 5bcdffe commit 6748594
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crypto/pkcs7/pkcs7_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,10 @@ TEST(PKCS7Test, CertReparseWindows) {
TestCertReparse(kPKCS7Windows, sizeof(kPKCS7Windows));
}

TEST(PKCS7Test, CertSignedWithSignerInfos) {
TestCertReparse(kPKCS7SignedWithSignerInfo, sizeof(kPKCS7SignedWithSignerInfo));
}

TEST(PKCS7Test, CrlReparse) {
TestCRLReparse(kOpenSSLCRL, sizeof(kOpenSSLCRL));
}
Expand Down

0 comments on commit 6748594

Please sign in to comment.