dexter has uploaded this change for review.

View Change

crypto_utils: remove already fixed TODO

The signature check has been fixed some time ago and is in place. For
real IoT eUICCs the signature of eUICC packages is checked.

Related: SYS#8100
Change-Id: I214cfd5f77c497d421525a91c06b1d99e0b7d6af
---
M src/crypto_utils.erl
1 file changed, 0 insertions(+), 3 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/onomondo-eim refs/changes/01/43501/1
diff --git a/src/crypto_utils.erl b/src/crypto_utils.erl
index 7d051a1..cb50415 100644
--- a/src/crypto_utils.erl
+++ b/src/crypto_utils.erl
@@ -4,9 +4,6 @@
%
% Author: Philipp Maier <pmaier@sysmocom.de> / sysmocom - s.f.m.c. GmbH

-%TODO: This code still lacks the verification of signatures, the reason for this is that it was still not possible to
-%verify a signature in practice.
-
-module(crypto_utils).

-export([

To view, visit change 43501. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: onomondo-eim
Gerrit-Branch: master
Gerrit-Change-Id: I214cfd5f77c497d421525a91c06b1d99e0b7d6af
Gerrit-Change-Number: 43501
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier@sysmocom.de>