commit | 2c23db1413c82db2b1fea13ba9ad5bb1bfd0fedf | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Mon Aug 16 16:59:37 2021 -0700 |
committer | Yifan Hong <elsk@google.com> | Mon Sep 13 16:22:18 2021 -0700 |
tree | 990c1278ea164c20d22387d88b02e44b67194102 | |
parent | 1deca4b9eb224f704dc3ab4b17053ff94f49d6c5 [diff] [blame] |
binder: Support DER format certificates. Test: binderRpcTest Bug: 195166979 Change-Id: I78b4d2b1207819a9cf9eadf099e2c44cfaac8096
diff --git a/libs/binder/tests/binderRpcTest.cpp b/libs/binder/tests/binderRpcTest.cpp index 8c805bb..8ffd68d 100644 --- a/libs/binder/tests/binderRpcTest.cpp +++ b/libs/binder/tests/binderRpcTest.cpp
@@ -1730,6 +1730,7 @@ std::vector<CertificateFormat> testCertificateFormats() { return { CertificateFormat::PEM, + CertificateFormat::DER, }; }