Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(957)

Unified Diff: third_party/boringssl/boringssl_unittest.cc

Issue 511703002: Roll BoringSSL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Export CBS_asn1_ber_to_der Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/boringssl/boringssl_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/boringssl/boringssl_unittest.cc
diff --git a/third_party/boringssl/boringssl_unittest.cc b/third_party/boringssl/boringssl_unittest.cc
index b2a22e5ae01c4533f9c4a2d35460ad24f2ae5a38..a87a111ae6a9104d763f97a1d93e0711ac03c440 100644
--- a/third_party/boringssl/boringssl_unittest.cc
+++ b/third_party/boringssl/boringssl_unittest.cc
@@ -208,6 +208,10 @@ TEST(BoringSSL, PKCS7) {
TestSimple("pkcs7_test");
}
+TEST(BoringSSL, PKCS12) {
+ TestSimple("pkcs12_test");
+}
+
TEST(BoringSSL, ExampleMul) {
TestSimple("example_mul");
}
« no previous file with comments | « third_party/boringssl/boringssl_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698