aboutsummaryrefslogtreecommitdiffstats
path: root/se
AgeCommit message (Expand)AuthorFilesLines
2021-07-19se: use proper format for integers (-Wformat)Krzysztof Kozlowski5-29/+29
2021-07-19se: silence clang -Wcast-align warningKrzysztof Kozlowski1-3/+27
2021-07-19se: fix multiple apdu definitionsKrzysztof Kozlowski1-1/+1
2017-07-22se: Fix issue with missing fall through handlingMarcel Holtmann1-0/+1
2016-03-13se/test/test-channel: Fix secure element pathChristophe Ricard1-1/+1
2016-03-13se/test/test-seel: Fix secure element pathChristophe Ricard1-3/+3
2016-03-13se: Return true if ARA-M is not accessible on a non uicc SEChristophe Ricard3-1/+22
2015-03-27se: Fix status word management in case of warningChristophe Ricard1-0/+13
2015-03-27se: Release logical channel when AID selection failsChristophe Ricard1-5/+30
2015-03-27se: Add test-channel test scriptChristophe Ricard1-0/+64
2015-03-27se: Add test-seel test scriptChristophe Ricard1-0/+114
2015-03-26se: Handle previously enabled secure elementsChristophe Ricard1-1/+7
2015-03-26se: Check for se's io_driver and transceive function pointersChristophe Ricard1-3/+3
2015-03-26se: Start access control enforcer (ACE) once SE is enabledChristophe Ricard1-2/+1
2014-05-21ace: Add length option for get refresh tag operationArron Wang2-4/+7
2014-05-21se: Add ace rule after we finished get SE operationArron Wang3-6/+7
2014-05-21se: Use callback function to handle the request dataArron Wang3-22/+11
2014-05-21se: Fix APDU double free when transceive failsArron Wang3-12/+8
2014-05-21se: Fix close channel errorArron Wang1-5/+3
2014-05-21tizen: Invoke user callback when have error before transceiveArron Wang1-10/+23
2014-05-21tizen: Use modem path as the key for modem_hashArron Wang1-9/+12
2014-05-21tizen: Change plugin name to tizenArron Wang1-1/+1
2014-05-21se: Initial commitSamuel Ortiz16-0/+4320