Skip to content
Success

Changes

Summary

  1. pySim.esim.saip: Hex representation of SecurityDomainKey (details)
  2. contrib/saip-tool: Use repr() on security domain keys (details)
Commit c07ecbae52d80938068515ef2e77c3476f7c9d52 by laforge
pySim.esim.saip: Hex representation of SecurityDomainKey

Let's print the key_usage_qualifier in hexadecimal notation (more compact)

Change-Id: Ic9a92d53d73378eafca1760dd8351215bce1157a
The file was modifiedpySim/esim/saip/__init__.py
Commit 05fd870d1b7213dbfa55e19cb9b61a7894cc8cf7 by laforge
contrib/saip-tool: Use repr() on security domain keys

Let's not reinvent the wheel of printing such data structures and use
the repr method provided by the respective class instead.  This also
adds the missing key_usage_qualifier information to the print-out,
as well as the mac_len of the key components.

Change-Id: Iaead4a02f07130fd00bcecc43e1c843f1c221e63
The file was modifiedcontrib/saip-tool.py