Attention is currently required from: laforge.
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/onomondo-eim/+/43647?usp=email
to look at the new patch set (#3).
The following approvals got outdated and were removed: Verified+1 by Jenkins Builder
Change subject: crypto_utils: log EID and encoded EUM cert instead of decoded cert ......................................................................
crypto_utils: log EID and encoded EUM cert instead of decoded cert
When a profile download happens, the eIM automatically tries to check the EUM (and the eUICC certificate). This is done in order to cache the public key of the eUICC certificate. For the check, a the root certificate of the EUM certificate is required. If none is found, an error is logged with the decoded EUM certificate as context. This produces a lot of log lines and the decoded certificate contents are barely readable.
Let's instead log the EID of the eUICC and the EUM certificate in its encoded form (hexdump). This is much more compact and still gives eIM operators enough context to track down the problem.
Related: SYS#8100 Change-Id: I33c19fee0bec31b4c6b3c8052976625f3213aac1 --- M src/crypto_utils.erl 1 file changed, 9 insertions(+), 9 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/onomondo-eim refs/changes/47/43647/3