pysim/pySim/legacy
Harald Welte eecef54eee commands.py: Wrap the transport send_apdu* methods
Let's not have higher level code directly call the transports send_apdu*
methods.  We do this as a precursor to introducing secure channel
support, where the secure channel driver would add MAC and/or encrypt
APDUs before they are sent to the transport.

Change-Id: I1b870140959aa8241cda2246e74576390123cb2d
2024-02-01 12:06:07 +01:00
..
__init__.py split pySim/legacy/{cards,utils} from pySim/{cards,utils} 2023-07-12 22:03:59 +02:00
cards.py commands.py: Wrap the transport send_apdu* methods 2024-02-01 12:06:07 +01:00
ts_31_102.py ts_31_102, ts_31_103: Move legacy-only code to pySim.legacy 2023-07-12 22:05:14 +02:00
ts_31_103.py ts_31_102, ts_31_103: Move legacy-only code to pySim.legacy 2023-07-12 22:05:14 +02:00
ts_51_011.py create pySim.legacy.ts_51_011.py and move legacy code there 2023-07-12 22:05:14 +02:00
utils.py move {enc,dec}_addr_tlv functions from pySim.util to pySim.legacy.util 2023-12-17 10:46:31 +00:00