summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Pronin <apronin@chromium.org>2020-01-15 17:46:41 -0800
committerCommit Bot <commit-bot@chromium.org>2020-01-16 19:59:00 +0000
commit736f045cd8bce76552edf4837470fa6f9ea06f38 (patch)
treec0e8664ee6fa739de6daeb9306e56c6e22fa2ef8
parent2367420fd6f4a7db36c7cb566aa256e873fb33eb (diff)
downloadchrome-ec-736f045cd8bce76552edf4837470fa6f9ea06f38.tar.gz
cr50: update CN for G2F certificate
Modify the issuer and the subject for the certificate to have a way to distinguish between implementations before and after fixing b:147097407. BRANCH=none BUG=b:147097407 TEST=build Change-Id: I2b10212384940e101e8f0d0ac711350e64503168 Signed-off-by: Andrey Pronin <apronin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2003533 Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
-rw-r--r--common/u2f.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/u2f.c b/common/u2f.c
index 8cef638d3a..4d4d603132 100644
--- a/common/u2f.c
+++ b/common/u2f.c
@@ -15,7 +15,7 @@
#include "u2f.h"
#include "util.h"
-#define G2F_CERT_NAME "CrOS"
+#define G2F_CERT_NAME "CrO2"
#define CPRINTF(format, args...) cprintf(CC_EXTENSION, format, ##args)