WO2013050154A1 - Mikroprozessorsystem mit gesicherter laufzeitumgebung - Google Patents
Mikroprozessorsystem mit gesicherter laufzeitumgebung Download PDFInfo
- Publication number
- WO2013050154A1 WO2013050154A1 PCT/EP2012/004159 EP2012004159W WO2013050154A1 WO 2013050154 A1 WO2013050154 A1 WO 2013050154A1 EP 2012004159 W EP2012004159 W EP 2012004159W WO 2013050154 A1 WO2013050154 A1 WO 2013050154A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- runtime environment
- driver
- operating system
- secure
- application
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/60—Protecting data
- G06F21/62—Protecting access to data via a platform, e.g. using keys or access control rules
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/50—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
- G06F21/52—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems during program execution, e.g. stack integrity ; Preventing unwanted data erasure; Buffer overflow
- G06F21/53—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems during program execution, e.g. stack integrity ; Preventing unwanted data erasure; Buffer overflow by executing in a restricted environment, e.g. sandbox or secure virtual machine
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/50—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
- G06F21/57—Certifying or maintaining trusted computer platforms, e.g. secure boots or power-downs, version controls, system software checks, secure updates or assessing vulnerabilities
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
Definitions
- the invention relates to a mobile terminal implementable or implemented microprocessor system with a secure runtime environment.
- a microprocessor system comprises a microprocessor and one or more volatile and nonvolatile memories, in a functional view particularly at least one operating system memory in which an operating system is stored, one or more application memories in which executable applications are stored by the microprocessor under the control of the operating system, and a Main memory in which data to be processed by the microprocessor can be stored.
- the operating system generates and maintains a runtime environment during its operation in which the applications are executable on the microprocessor system.
- the microprocessor system is typically on a chip, e.g. Semiconductor chip, implemented, possibly also on several connected chips.
- a mobile terminal is understood to mean a mobile telephone, smartphone, PDA (Personal Digital Assistant) or similar terminal.
- a second secure or trusted runtime environment called “Trustzone” or “Trusted World” or “Secure World” is controlled by a security operating system
- the normal operating system may be, for example, a common operating system such as Android, Windows Phone, Symbian or the like.
- a security operating system for chips to be implemented in mobile terminals is manufactured and sold under the trade name MOBICORE.
- safety-critical applications and some peripheral functions are protected by the safety operating system
- the security operating system comprises a cryptographic key, the authentication key Kauth, by means of which the security operating system can identify itself to a background system.
- the authentication key Kauth is provided in addition to operating a secure communication channel between the chip or mobile terminal and the background system.
- the background system is, for example, a known per se background system of a mobile network.
- Accesses of the normal operating system from the insecure runtime environment into the secure runtime environment take place exclusively via a security system implemented within the unprivileged runtime environment but controlled by the security operating system OS-level security drivers, such as Mobicore drivers.
- the security driver may, for example, relinquish tasks of the normal operating system to the security operating system and provide results provided by the security operating system Forward tasks to the normal operating system.
- the security driver provides a secure communication channel between the normal operating system and the security operating system, which is completely sufficient for the exchange of smaller amounts of data.
- An application (trustlet) or peripheral function implemented in the secure runtime environment can only be accessed by the security operating system. Direct access to the trustlet from the
- Some communication operations of the peripheral structures with the operating system or via the operating system are safety-critical, e.g. those that use secret data, such as the secret number PIN are processed, or where security-related commands are processed, e.g. a command to confirm or initiate a payment transaction.
- security-critical communication processes e.g. a secure connection of the peripheral structures would be desirable in order to prevent spying on data or manipulating commands.
- Applications for a variety of purposes such as payment transactions (banking, payment) or ticket sales for means of transport (ticketing) or loyalty schemes are widely implemented, at least in part, under control of the security operating system executable in the secure execution environment. At least parts of the application are additionally or only under the control of the normal operating system, executable in the unsafe execution environment, implemented, in particular parts of the application, which are directed to an interaction with a user or a user interface of the mobile terminal. If communication between parts of the application is required in the secure and insecure runtime environment, this is done at the operating system level via the security driver, which makes the communication slow.
- the invention is based on the object to provide an implementable in a mobile terminal or implemented microprocessor system with a secure runtime environment, which allows a safe and at the same time efficient communication between the uncertain running time environment and the secure runtime environment.
- the inventive microprocessor system according to independent claim 1 is implementable or implemented in a mobile terminal and comprises:
- a security operating system adapted to create and maintain a secure runtime environment
- an operating system interface between the normal operating system and the security operating system which is set up to control communication between the non-secure runtime environment and the secured runtime environment at operating system level.
- the microprocessor system is characterized by at least a filter interface, which is set up to control communication between the non-secure runtime environment and the secure runtime environment at a level different from the operating system level.
- the filter interface enables accelerated and thus secure communication, as it allows them to communicate alongside the communication channel.
- a further secure communication channel is provided, which can be used for a more direct communication than communication via the detour of the operating system. Therefore, according to claim 1, a microprocessor system is provided which enables secure and at the same time efficient communication between the non-secure runtime environment and the secure runtime environment.
- the filter interface has a first unsafe part filter interface set up to run in the insecure runtime environment and a second secure part filter interface set up to run in the secure runtime environment. This allows the filter interface to mediate between the secure and the insecure runtime environment.
- a hardware filter interface is provided as the filter interface, which is set up to control communication between the insecure runtime environment and the secure runtime environment at the hardware level. The secure communication between the secure and the insecure runtime environment can therefore be effected directly and at hardware level and therefore accelerated.
- the hardware-level control is optionally done as a control by directly driving hardware components such as hardware.
- Peripheral structures such as display, SIM card, etc. (see below), or optionally as a control via a bus system, for example via an I2C bus.
- the microprocessor system optionally further has: at least one controllable by the normal operating system, in the insecure runtime environment running driver for a peripheral structure of the mobile terminal, and a controllable by the security operating system, run in the secure runtime environment - preferably reduced - driver for the peripheral structure, preferably has only a subset of the functionalities that the driver that can run in the insecure runtime environment has.
- the hardware filter interface is hereby set up to control communications between the driver that is executable in the insecure runtime environment for a peripheral structure and the preferably reduced driver for the peripheral structure which is capable of running in the secure runtime environment at the hardware level ,
- the hardware filter interface thus enables a direct communication of driver parts implemented under the normal operating system with driver parts implemented under the safety operating system via the hardware filter interface.
- an NFC interface (NFC interface), an involved in establishing a connection to the mobile network radio interface layer RIL, used for authentication and encryption security element SE (eg SIM card or USIM card or Secure MicroSD card or embedded Embedded Secure Element), a display, in particular a touch-screen display, a PIN verification routine that verifies the personal identification number (PIN) entered via the keyboard, dial-in routines for dial-in from the mobile network different networks such as the Internet (IP) or virtual private networks (VPN), buffer memory (eg frame buffer).
- NFC interface NFC interface
- RIL mobile network radio interface layer
- SE eg SIM card or USIM card or Secure MicroSD card or embedded Embedded Secure Element
- PIN verification routine that verifies the personal identification number (PIN) entered via the keyboard
- dial-in routines for dial-in from the mobile network different networks such as the Internet (IP) or virtual private networks (VPN), buffer memory (eg frame buffer).
- IP Internet
- VPN virtual private networks
- a common hardware interface is provided for all peripheral structures, the accesses between the insecure and the secure hardware-level runtime environment exclusively between those belonging to the same peripheral structure Enables drivers and prevents accesses between hardware drivers belonging to different peripheral structures. Due to the fact that the direct hardware level accesses are reserved only for the drivers corresponding to one another for the same peripheral structure, an improper access of malicious software, for example a Tojaner or the like, to the driver is averted.
- Accesses between drivers belonging to different peripheral structures could at most take place via the security driver at the operating system level, if these accesses are permissible in accordance with a check by the security driver.
- the security driver would e.g. Detect and hold malicious software.
- the hardware filter interface is set up to check (for example in the non-secure runtime environment) access to security relevance directed to the driver for a peripheral structure and access to the reduced one in the event that the access is recognized as security-relevant Routing drivers in the secure runtime environment and, in the event that the access is detected as non-security sensitive, directing access to the driver in the insecure runtime environment.
- the driver for a peripheral structure which can be run in the secure runtime environment is reduced to the extent that it merely functions includes on-premises, which are necessary for the processing of security-relevant accesses.
- the driver for a peripheral structure which is capable of running in the non-secure runtime environment preferably comprises all the functionalities of the driver.
- an application filter interface is provided as the filter interface, which is set up to control communication between the non-secure runtime environment and the secure runtime environment at the application level.
- the application filter interface provides a direct, secure, application-level communication channel that allows for faster communication than the OS level and OS-level security driver.
- the microprocessor system further optionally has at least one application that is at least partially controllable by the normal operating system and executable in the unsafe runtime environment, and at least partially controllable by the security operating system and executable in the secure runtime environment.
- the application filter interface is set up to control communications between the at least partial application executable in the insecure runtime environment and the at least partially executable application in the secure runtime environment at the application level.
- the application can, for example, be a banking or payment
- At least safety-relevant functionalities of the application are optionally under the safety operating system implemented.
- Additional non-security features are optionally additionally or exclusively under the normal operation 'system implemented.
- drivers where the driver will be mostly implemented under the normal operating system in most cases, in applications such as banking applications most of the time most of the driver will be implemented under the security operating system.
- a common application filter interface is provided for all applications, the accesses between the insecure and the secure runtime environment on application level exclusively between the parts belonging to the same application in the uncertain or secure runtime environment allows and access between parts belonging to different applications at the application level prevented. Due to the fact that the direct application level accesses are reserved only for the mutually corresponding parts of the same application, an abusive access of a malware, for example a Tojaner or the like, is averted to the application.
- Application accesses between different applications across the border between the secure and the non-secure runtime environment can only take place at the operating system level via the security driver.
- the application filter interface is set up to check (for example in the insecure runtime environment) accesses directed to the application with regard to security relevance, and in the event that the access is regarded as secure. relevant to security, to direct the access to the at least partially application in the secure runtime environment, and in the case that the access is detected as non-security relevant to direct the access to the at least partially application in the unsafe running time environment.
- the application filter interface may be provided alternatively or in addition to the hardware filter interface.
- the application filter interface and the hardware filter interface are both provided and set up for interaction.
- the filter interface is coupled to a user output device, for example a loudspeaker, vibration alarm or the like of a mobile terminal (eg mobile phone) in such a way that on the occasion of any access via the filter interface from the insecure runtime environment to the secure runtime environment and / or from the secure runtime environment to the insecure runtime environment, over the boundary between the secure and insecure runtime environment, by the user output device issuing a user message perceptible to a user of the microprocessor.
- a user output device for example a loudspeaker, vibration alarm or the like of a mobile terminal (eg mobile phone) in such a way that on the occasion of any access via the filter interface from the insecure runtime environment to the secure runtime environment and / or from the secure runtime environment to the insecure runtime environment, over the boundary between the secure and insecure runtime environment, by the user output device issuing a user message perceptible to a user of the microprocessor.
- the user output may be a melody output by the mobile terminal.
- user accesses differentiated for the user are output for accesses across the boundary between secure and insecure runtime environments, on the one hand from the non-secure runtime environment to the secure runtime environment and on the other hand from the secure runtime environment to the insecure runtime environment. For example, different tunes are output depending on the direction of access, from the insecure runtime environment to the secure runtime environment, or from the secure runtime environment to the insecure runtime environment.
- the user message is always operated during operation of the microprocessor within the secure runtime environment.
- the user message issued on the occasion of an access from the insecure runtime environment to the secure runtime environment is output immediately after the access in order to inform the user that the operation now actually takes place in the secure runtime environment.
- the user message is output immediately before the access in order to warn the user that the secure runtime environment is immediately left.
- a user message can be issued after the program run has actually left the secured runtime environment.
- a user message can be issued before the secured runtime environment is entered by the program sequence.
- FIG. 1 shows a microprocessor system with an application filter interface, according to an embodiment of the invention
- FIG. 2 shows a microprocessor system with a hardware filter interface, according to an embodiment of the invention
- FIG. 3 shows a microprocessor system with an application filter interface and a hardware filter interface, according to an embodiment of the invention.
- FIG. 1 shows a microprocessor system with an ARM architecture, with an insecure runtime environment 100 and a secure runtime environment 200, and with an application filter interface TLC (trustlet) implemented in part in the insecure runtime environment 100 and the secure runtime environment 200 Connector), according to an embodiment of the invention.
- the non-secure runtime environment 100 is controlled by a normal operating system HLOS.
- the secure runtime environment 200 is controlled by a MobiCore security operating system. Accesses between the non-secure runtime environment 100 and the secure runtime environment 200 at the operating system level are made via a security driver MobiCore driver.
- the insecure runtime environment 100 the remaining part APP-N of the application APP, for example payment application, is implemented.
- the application filter interface TLC Trustlet Connector
- the application filter interface TLC enables direct access between the part APP-S of the application APP and the security application system MobiCore, which is executable in the secure running environment environment 200 the part APP-N of the application APP implemented under the normal operating system HLOS, executable in the insecure running time environment 100, directly at the application level.
- a driver for a peripheral structure PER for example a touch-screen display, is implemented in a conventional manner under the normal operating system HLOS according to FIG. 1 and can communicate with the secure runtime environment 200 at most via the security driver MobiCore driver.
- a novel reduced driver PER-S implemented under the MobiCore security operating system can only be reached from the non-secure runtime environment 100 via the MobiCore driver.
- the peripheral driver PER communicates with the normal operating system HLOS via an I2C bus system controlled by the Linux I2C driver.
- the reduced peripheral driver PER-S communicates with the security operating system MobiCore via an I2C bus system implemented in the secure runtime environment 200, controlled by the local I2C driver.
- FIG. 2 shows a microprocessor system with a hardware filter interface, namely the virtual I2C driver, according to an embodiment of the invention. Parts with the same name as in Fig. 1 correspond to the parts of Fig. 1, unless otherwise described here.
- a driver for a peripheral structure PER for example a touch-screen display
- a new peripheral type driver PER-S for the peripheral structure is implemented under the MobiCore security operating system.
- the virtual I2C driver implemented in each case in the insecure runtime environment 100 and the secure runtime environment 200 (exemplary hardware filter system).
- the peripheral driver PER communicates with the normal operating system HLOS via the Linux I2C driver.
- the reduced peripheral driver PER-S communicates with the security operating system MobiCore via the local I2C driver there.
- the hardware filter interface namely the virtual I2C driver, provides a secure communication channel between the Linux I2C driver of the bus system under HLOS and the I2C driver of the bus system under MobiCore, at a hardware level closer to the level of the peripheral - Driver is considered the operating system level.
- the parts APP-N, APP-S of the application APP can only communicate with one another at the operating system level, namely via the MobiCore driver.
- FIG. 3 shows a microprocessor system with an application filter interface TLC and a hardware filter interface of virtual I2C drivers, according to an embodiment of the invention.
- FIG. 3 represents a combination of the embodiments of FIGS. 1 and 2.
- the application filter interface TLC and the hardware filter interface of virtual I2C drivers work together.
- the hardware filter interface (virtual I2C driver) communicates via the bus system Linux I2C driver with the peripheral driver PER.
- the hardware filter interface (virtual I2C driver) communicates with the application filter interface TLC and thus changes from the hardware filter interface. ware level to the application level.
- the application filter interface TLC finally communicates in the secure runtime environment 200 at the application level with the reduced peripheral driver PER-S.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Computer Hardware Design (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Health & Medical Sciences (AREA)
- Bioethics (AREA)
- General Health & Medical Sciences (AREA)
- Storage Device Security (AREA)
Priority Applications (6)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| EP12777857.9A EP2764464B1 (de) | 2011-10-07 | 2012-10-04 | Mikroprozessorsystem mit gesicherter laufzeitumgebung |
| KR1020147006558A KR101843730B1 (ko) | 2011-10-07 | 2012-10-04 | 보안 런타임 환경을 갖는 마이크로 프로세서 시스템 |
| CN201280049509.4A CN103858131B (zh) | 2011-10-07 | 2012-10-04 | 带有安全运行时环境的微控制器系统 |
| US14/346,811 US9875366B2 (en) | 2011-10-07 | 2012-10-04 | Microprocessor system with secured runtime environment |
| JP2014533790A JP2014533395A (ja) | 2011-10-07 | 2012-10-04 | 保証されたランタイム環境を有するマイクロプロセッサ・システム |
| BR112014006543-8A BR112014006543B1 (pt) | 2011-10-07 | 2012-10-04 | sistema de microprocessador com ambiente de tempo de execução seguro |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| DE102011115135A DE102011115135A1 (de) | 2011-10-07 | 2011-10-07 | Mikroprozessorsystem mit gesicherter Laufzeitumgebung |
| DE102011115135.8 | 2011-10-07 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2013050154A1 true WO2013050154A1 (de) | 2013-04-11 |
Family
ID=47073399
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/EP2012/004159 Ceased WO2013050154A1 (de) | 2011-10-07 | 2012-10-04 | Mikroprozessorsystem mit gesicherter laufzeitumgebung |
Country Status (8)
| Country | Link |
|---|---|
| US (1) | US9875366B2 (https=) |
| EP (1) | EP2764464B1 (https=) |
| JP (1) | JP2014533395A (https=) |
| KR (1) | KR101843730B1 (https=) |
| CN (1) | CN103858131B (https=) |
| BR (1) | BR112014006543B1 (https=) |
| DE (1) | DE102011115135A1 (https=) |
| WO (1) | WO2013050154A1 (https=) |
Cited By (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN103945385A (zh) * | 2014-03-27 | 2014-07-23 | 宇龙计算机通信科技(深圳)有限公司 | 移动终端防盗的方法及其装置 |
| CN104252388A (zh) * | 2013-06-27 | 2014-12-31 | 中国银联股份有限公司 | 移动设备中的非可信环境与可信环境之间的切换 |
| FR3019351A1 (fr) * | 2014-03-31 | 2015-10-02 | Orange | Procede de configuration securisee d'une application dans un terminal utilisateur |
| EP3805966B1 (en) | 2012-04-20 | 2024-11-13 | Fingon LLC | Secure zone for secure purchases |
Families Citing this family (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| DE102011018431A1 (de) | 2011-04-21 | 2012-10-25 | Giesecke & Devrient Gmbh | Verfahren zur Anzeige von Informationen auf einer Anzeigeeinrichtung eines Endgeräts |
| FR2998694B1 (fr) * | 2012-11-27 | 2016-01-01 | Oberthur Technologies | Module electronique pour rendre un message accessible par un systeme d'exploitation vise |
| FR2998747B1 (fr) * | 2012-11-27 | 2015-01-23 | Oberthur Technologies | Procede d'aiguillage d'un message |
| US20140281447A1 (en) * | 2013-03-12 | 2014-09-18 | Green Hills Software, Inc. | Single-Chip Virtualizing and Obfuscating Communications System for Portable Computing Devices |
| US10129242B2 (en) | 2013-09-16 | 2018-11-13 | Airwatch Llc | Multi-persona devices and management |
| CN104143065A (zh) * | 2014-08-28 | 2014-11-12 | 北京握奇智能科技有限公司 | 安全智能终端设备、及信息处理方法 |
| CN105592403B (zh) * | 2014-12-29 | 2020-03-31 | 中国银联股份有限公司 | 一种基于nfc的通信装置和方法 |
| CN104866782A (zh) * | 2015-05-29 | 2015-08-26 | 宇龙计算机通信科技(深圳)有限公司 | 一种数据处理方法和装置 |
| US10740496B2 (en) | 2017-02-13 | 2020-08-11 | Samsung Electronics Co., Ltd. | Method and apparatus for operating multi-processor system in electronic device |
Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20050033972A1 (en) * | 2003-06-27 | 2005-02-10 | Watson Scott F. | Dual virtual machine and trusted platform module architecture for next generation media players |
Family Cites Families (65)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH01185734A (ja) | 1988-01-20 | 1989-07-25 | Fujitsu Ltd | バッファメモリ管理方式 |
| US5001742A (en) | 1990-01-29 | 1991-03-19 | At&T Bell Laboratories | Baseband signal processing unit and method of operating the same |
| JPH05265779A (ja) | 1992-03-23 | 1993-10-15 | Nec Corp | タスク間通信システム |
| US7089214B2 (en) | 1998-04-27 | 2006-08-08 | Esignx Corporation | Method for utilizing a portable electronic authorization device to approve transactions between a user and an electronic transaction system |
| US6298446B1 (en) | 1998-06-14 | 2001-10-02 | Alchemedia Ltd. | Method and system for copyright protection of digital images transmitted over networks |
| US6633984B2 (en) | 1999-01-22 | 2003-10-14 | Sun Microsystems, Inc. | Techniques for permitting access across a context barrier on a small footprint device using an entry point object |
| SE515327C2 (sv) | 1999-08-27 | 2001-07-16 | Ericsson Telefon Ab L M | Anordning för att utföra säkra transaktioner i en kommunikationsanordning |
| US6795905B1 (en) | 2000-03-31 | 2004-09-21 | Intel Corporation | Controlling accesses to isolated memory using a memory controller for isolated execution |
| JP4812989B2 (ja) | 2001-09-17 | 2011-11-09 | 株式会社リコー | ディスプレイ装置、及びプログラム |
| EP1329787B1 (en) | 2002-01-16 | 2019-08-28 | Texas Instruments Incorporated | Secure mode indicator for smart phone or PDA |
| RU2005115083A (ru) | 2002-11-18 | 2006-01-20 | Арм Лимитед (Gb) | Переключение процессора между защищенным и незащищенным режимами |
| GB2396930B (en) | 2002-11-18 | 2005-09-07 | Advanced Risc Mach Ltd | Apparatus and method for managing access to a memory |
| GB0226874D0 (en) | 2002-11-18 | 2002-12-24 | Advanced Risc Mach Ltd | Switching between secure and non-secure processing modes |
| CN100451983C (zh) | 2003-06-27 | 2009-01-14 | 迪斯尼实业公司 | 下一代媒体播放器的双虚拟机以及信任平台 |
| GB2406403B (en) | 2003-09-26 | 2006-06-07 | Advanced Risc Mach Ltd | Data processing apparatus and method for merging secure and non-secure data into an output data stream |
| US8122361B2 (en) | 2003-10-23 | 2012-02-21 | Microsoft Corporation | Providing a graphical user interface in a system with a high-assurance execution environment |
| ATE339742T1 (de) | 2003-11-07 | 2006-10-15 | Cit Alcatel | Verfahren zur unterstützung bargeldloser zahlung |
| EP1870814B1 (en) * | 2006-06-19 | 2014-08-13 | Texas Instruments France | Method and apparatus for secure demand paging for processor devices |
| JP2006018745A (ja) | 2004-07-05 | 2006-01-19 | Hitachi Ltd | 電子データ認証システム、認証マーク偽造検証方法、認証マーク偽造検証プログラム、閲覧者用端末、及び認証マーク生成サーバ |
| JP4811271B2 (ja) | 2004-08-25 | 2011-11-09 | 日本電気株式会社 | 情報通信装置及びプログラム実行環境制御方法 |
| DE102005005378A1 (de) | 2004-09-14 | 2006-03-30 | Wincor Nixdorf International Gmbh | Vorrichtung zur Eingabe und Übertragung von verschlüsselten Signalen |
| DE102004054571B4 (de) | 2004-11-11 | 2007-01-25 | Sysgo Ag | Verfahren zur Verteilung von Rechenzeit in einem Rechnersystem |
| DE102004062203B4 (de) | 2004-12-23 | 2007-03-08 | Infineon Technologies Ag | Datenverarbeitungseinrichtung, Telekommunikations-Endgerät und Verfahren zur Datenverarbeitung mittels einer Datenverarbeitungseinrichtung |
| US7627807B2 (en) | 2005-04-26 | 2009-12-01 | Arm Limited | Monitoring a data processor to detect abnormal operation |
| US20070079111A1 (en) | 2005-09-30 | 2007-04-05 | Chiu-Fu Chen | Activating method of computer multimedia function |
| JP2007188216A (ja) | 2006-01-12 | 2007-07-26 | Ntt Advanced Technology Corp | 秘匿情報入力システムおよび秘匿情報入力方法 |
| DE102006002824B4 (de) | 2006-01-19 | 2008-10-09 | Phoenix Contact Gmbh & Co. Kg | Verfahren und Vorrichtung zur Umwandlung mehrkanalig vorliegender Nachrichten in eine einkanalige sichere Nachricht |
| US20070226795A1 (en) * | 2006-02-09 | 2007-09-27 | Texas Instruments Incorporated | Virtual cores and hardware-supported hypervisor integrated circuits, systems, methods and processes of manufacture |
| US7765399B2 (en) | 2006-02-22 | 2010-07-27 | Harris Corporation | Computer architecture for a handheld electronic device |
| US7950020B2 (en) | 2006-03-16 | 2011-05-24 | Ntt Docomo, Inc. | Secure operating system switching |
| WO2007125911A1 (ja) | 2006-04-24 | 2007-11-08 | Panasonic Corporation | データ処理装置、方法、プログラム、集積回路、プログラム生成装置 |
| US7752658B2 (en) * | 2006-06-30 | 2010-07-06 | Microsoft Corporation | Multi-session connection across a trust boundary |
| US8194088B1 (en) | 2006-08-03 | 2012-06-05 | Apple Inc. | Selective composite rendering |
| EP2095345A4 (en) | 2006-10-23 | 2011-04-27 | Behruz Nader Daroga | DIGITAL TRANSMISSION SYSTEM (DTS) FOR THE SECURITY OF BANK ATMOSPHERES (ATM) |
| US8190885B2 (en) | 2006-12-21 | 2012-05-29 | Spansion Llc | Non-volatile memory sub-system integrated with security for storing near field transactions |
| US8996864B2 (en) * | 2006-12-22 | 2015-03-31 | Virtuallogix Sa | System for enabling multiple execution environments to share a device |
| JP4358224B2 (ja) | 2006-12-27 | 2009-11-04 | 株式会社東芝 | ゲストosスケジューリング方法及び仮想計算機モニタ |
| JP2008211332A (ja) | 2007-02-23 | 2008-09-11 | Canon Inc | 画像形成装置及びその制御方法、並びにプログラム及び記憶媒体 |
| US8261064B2 (en) | 2007-02-27 | 2012-09-04 | L-3 Communications Corporation | Integrated secure and non-secure display for a handheld communications device |
| US8190778B2 (en) * | 2007-03-06 | 2012-05-29 | Intel Corporation | Method and apparatus for network filtering and firewall protection on a secure partition |
| FR2914457B1 (fr) | 2007-03-30 | 2009-09-04 | Ingenico Sa | Procede et dispositif de visualisation securitaire |
| US8712474B2 (en) | 2007-04-20 | 2014-04-29 | Telefonaktiebolaget L M Ericsson (Publ) | Secure soft SIM credential transfer |
| GB2453518A (en) | 2007-08-31 | 2009-04-15 | Vodafone Plc | Telecommunications device security |
| DE102007052826A1 (de) | 2007-11-06 | 2009-05-07 | Giesecke & Devrient Gmbh | Daten verarbeitende Vorrichtung und Verfahren zum Betreiben einer Daten verarbeitenden Vorrichtung |
| CN101868953A (zh) | 2007-12-07 | 2010-10-20 | 诺基亚公司 | 事务处理认证 |
| CN101299228B (zh) | 2008-01-26 | 2010-09-01 | 青岛大学 | 一种基于单cpu双总线的安全网络终端 |
| GB2459097B (en) | 2008-04-08 | 2012-03-28 | Advanced Risc Mach Ltd | A method and apparatus for processing and displaying secure and non-secure data |
| US8522354B2 (en) | 2008-05-24 | 2013-08-27 | Via Technologies, Inc. | Microprocessor apparatus for secure on-die real-time clock |
| US7809875B2 (en) | 2008-06-30 | 2010-10-05 | Wind River Systems, Inc. | Method and system for secure communication between processor partitions |
| JP5157726B2 (ja) | 2008-07-31 | 2013-03-06 | 富士通モバイルコミュニケーションズ株式会社 | 電子機器 |
| JP2010062823A (ja) | 2008-09-03 | 2010-03-18 | Nippon Telegr & Teleph Corp <Ntt> | 現金自動支払機のための認証システム |
| US8528041B1 (en) * | 2008-11-07 | 2013-09-03 | Sprint Communications Company L.P. | Out-of-band network security management |
| US8595491B2 (en) | 2008-11-14 | 2013-11-26 | Microsoft Corporation | Combining a mobile device and computer to create a secure personalized environment |
| KR101540798B1 (ko) | 2008-11-21 | 2015-07-31 | 삼성전자 주식회사 | 가상화 환경에서 보안 정보를 제공하기 위한 장치 및 방법 |
| JP4698724B2 (ja) | 2008-12-01 | 2011-06-08 | 株式会社エヌ・ティ・ティ・ドコモ | プログラム実行装置 |
| US8490176B2 (en) | 2009-04-07 | 2013-07-16 | Juniper Networks, Inc. | System and method for controlling a mobile device |
| US9003517B2 (en) | 2009-10-28 | 2015-04-07 | Microsoft Technology Licensing, Llc | Isolation and presentation of untrusted data |
| US9207968B2 (en) | 2009-11-03 | 2015-12-08 | Mediatek Inc. | Computing system using single operating system to provide normal security services and high security services, and methods thereof |
| AU2011202838B2 (en) | 2010-12-21 | 2014-04-10 | Lg Electronics Inc. | Mobile terminal and method of controlling a mode screen display therein |
| DE102011012227A1 (de) | 2011-02-24 | 2012-08-30 | Giesecke & Devrient Gmbh | Verfahren zum Datenaustausch in einer gesicherten Laufzeitumgebung |
| DE102011012226A1 (de) | 2011-02-24 | 2012-08-30 | Giesecke & Devrient Gmbh | Verfahren zum Betrieb einer Mikroprozessoreinheit, insbesondere in einem mobilen Endgerät |
| US20130046697A1 (en) | 2011-03-17 | 2013-02-21 | Suridx, Inc. | Using Mobile Device to Prevent Theft of User Credentials |
| DE102011018431A1 (de) | 2011-04-21 | 2012-10-25 | Giesecke & Devrient Gmbh | Verfahren zur Anzeige von Informationen auf einer Anzeigeeinrichtung eines Endgeräts |
| US9183373B2 (en) | 2011-05-27 | 2015-11-10 | Qualcomm Incorporated | Secure input via a touchscreen |
| DE102011116489A1 (de) | 2011-10-20 | 2013-04-25 | Giesecke & Devrient Gmbh | Mobiles Endgerät, Transaktionsterminal und Verfahren zur Durchführung einer Transaktion an einem Transaktionsterminal mittels eines mobilen Endgeräts |
-
2011
- 2011-10-07 DE DE102011115135A patent/DE102011115135A1/de not_active Withdrawn
-
2012
- 2012-10-04 US US14/346,811 patent/US9875366B2/en active Active
- 2012-10-04 CN CN201280049509.4A patent/CN103858131B/zh active Active
- 2012-10-04 WO PCT/EP2012/004159 patent/WO2013050154A1/de not_active Ceased
- 2012-10-04 KR KR1020147006558A patent/KR101843730B1/ko active Active
- 2012-10-04 BR BR112014006543-8A patent/BR112014006543B1/pt active IP Right Grant
- 2012-10-04 JP JP2014533790A patent/JP2014533395A/ja active Pending
- 2012-10-04 EP EP12777857.9A patent/EP2764464B1/de active Active
Patent Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20050033972A1 (en) * | 2003-06-27 | 2005-02-10 | Watson Scott F. | Dual virtual machine and trusted platform module architecture for next generation media players |
Non-Patent Citations (3)
| Title |
|---|
| ARM LIMITED: "ARM Security Technology - Building a Secure System using TrustZone Technology", INTERNET CITATION, 30 April 2009 (2009-04-30), pages I - XII,1, XP002660015, Retrieved from the Internet <URL:http://infocenter.arm.com/help/topic/com.arm.doc.prd29-genc-009492c/PRD29-GENC-009492C_trustzone_security_whitepaper.pdf> [retrieved on 20110927] * |
| GIESECKE & DEVRIENT: "Mobicore - Giesecke & Devrient's Secure OS for ARM TrustZone Technology (White Paper)", INTERNET CITATION, 1 January 2010 (2010-01-01), pages 1 - 8, XP002688064, Retrieved from the Internet <URL:http://www.gi-de.com/gd_media/media/en/documents/brochures/mobile_security_2/MobiCore_EN.pdf> [retrieved on 20121127] * |
| WEI HUANG ET AL: "Virtual machine aware communication libraries for high performance computing", PROCEEDINGS OF THE 2007 ACM/IEEE CONFERENCE ON SUPERCOMPUTING, 2007, SC'07 : DATE: 10 - 16 NOV. 2007, RENO, NV, USA, IEEE, PISCATAWAY, NJ, USA, 10 November 2007 (2007-11-10), pages 1 - 12, XP031577205, ISBN: 978-1-59593-764-3 * |
Cited By (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP3805966B1 (en) | 2012-04-20 | 2024-11-13 | Fingon LLC | Secure zone for secure purchases |
| CN104252388A (zh) * | 2013-06-27 | 2014-12-31 | 中国银联股份有限公司 | 移动设备中的非可信环境与可信环境之间的切换 |
| CN103945385A (zh) * | 2014-03-27 | 2014-07-23 | 宇龙计算机通信科技(深圳)有限公司 | 移动终端防盗的方法及其装置 |
| CN103945385B (zh) * | 2014-03-27 | 2018-02-13 | 宇龙计算机通信科技(深圳)有限公司 | 移动终端防盗的方法及其装置 |
| FR3019351A1 (fr) * | 2014-03-31 | 2015-10-02 | Orange | Procede de configuration securisee d'une application dans un terminal utilisateur |
| WO2015150689A1 (fr) * | 2014-03-31 | 2015-10-08 | Orange | Procede de configuration securisee d'une application dans un terminal utilisateur |
Also Published As
| Publication number | Publication date |
|---|---|
| CN103858131B (zh) | 2017-03-29 |
| BR112014006543A2 (pt) | 2017-04-25 |
| US20140237621A1 (en) | 2014-08-21 |
| EP2764464B1 (de) | 2018-11-28 |
| US9875366B2 (en) | 2018-01-23 |
| KR101843730B1 (ko) | 2018-03-30 |
| KR20140074296A (ko) | 2014-06-17 |
| BR112014006543B1 (pt) | 2021-07-06 |
| JP2014533395A (ja) | 2014-12-11 |
| EP2764464A1 (de) | 2014-08-13 |
| DE102011115135A1 (de) | 2013-04-11 |
| CN103858131A (zh) | 2014-06-11 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| EP2764464B1 (de) | Mikroprozessorsystem mit gesicherter laufzeitumgebung | |
| EP2862340B1 (de) | Mobilstation mit bindung zwischen endgerät und sicherheitselement | |
| DE602004011871T2 (de) | Bereitstellung einer sicheren Eingabe an ein System mit einer Hochsicherheitsumgebung | |
| EP3625950B1 (de) | Datenverarbeitungseinrichtung, gesamtvorrichtung und verfahren zum betrieb einer datenverarbeitungseinrichtung oder gesamtvorrichtung | |
| EP2987350B1 (de) | Mobilstation umfassend sicherheitsressourcen mit unterschiedlichen sicherheitsniveaus | |
| DE102004062203A1 (de) | Datenverarbeitungseinrichtung, Telekommunikations-Endgerät und Verfahren zur Datenverarbeitung mittels einer Datenverarbeitungseinrichtung | |
| EP2735129B1 (de) | Verfahren zum absichern einer transaktion | |
| EP2678796B1 (de) | Verfahren zum datenaustausch in einer gesicherten laufzeitumgebung | |
| DE112011103580B4 (de) | Verfahren, sichere Einheit, System und Computerprogrammprodukt für das sichere Verwalten des Benutzerzugriffs auf ein Dateisystem | |
| DE112014006112T5 (de) | Applet-Migration in einem sicheren Element | |
| WO2008046575A1 (de) | Verfahren zum ausführen einer applikation mit hilfe eines tragbaren datenträgers | |
| WO2019020335A1 (de) | Gesamtvorrichtung mit einer authentifizierungsanordnung und verfahren zur authentifizierung | |
| DE102009014981A1 (de) | Vorrichtung, System und Verfahren für die Modifikation einer Pre-Boot-Vorschrift | |
| US20230401277A1 (en) | Restricted Editing and Edit Logging In A Co-Browse Session | |
| DE602004011965T2 (de) | Verfahren und schaltung zum identifizieren und/oder verifizieren von hardware und/oder software eines geräts und eines mit dem gerät arbeitenden datenträgers | |
| WO2017186445A1 (de) | Verfahren zur sicheren interaktion eines nutzers mit einem mobilen endgerät und einer weiteren instanz | |
| WO2016096118A1 (de) | Verfahren zum betreiben einer computereinheit sowie eine solche computereinheit | |
| WO2024012952A1 (de) | Anwendungsprogramm ausgebildet eine umgebungsinformation zu erstellen | |
| WO2018127278A1 (de) | Asymmetrische system- und netzwerkarchitektur | |
| DE102013000147A1 (de) | Endgeräte-Chip mit Firewall | |
| DE10006062C2 (de) | Tastaturschlüssel | |
| WO2005073826A1 (de) | System mit wenigstens einem computer und wenigstens einem tragbaren datenträger | |
| EP2270702A1 (de) | Gerät und Verfahren zur Erstellung eines sicheren Zugangs zu einem webbasierten zugangsbeschränkten Dienst | |
| EP3394789B1 (de) | Micro-controller unit mcu mit selektiv konfigurierbaren komponenten | |
| DE102008051869B4 (de) | Chipkarte mit implementiertem Befehlssatz |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 12777857 Country of ref document: EP Kind code of ref document: A1 |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 2012777857 Country of ref document: EP |
|
| ENP | Entry into the national phase |
Ref document number: 20147006558 Country of ref document: KR Kind code of ref document: A |
|
| ENP | Entry into the national phase |
Ref document number: 2014533790 Country of ref document: JP Kind code of ref document: A |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 14346811 Country of ref document: US |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| REG | Reference to national code |
Ref country code: BR Ref legal event code: B01A Ref document number: 112014006543 Country of ref document: BR |
|
| ENP | Entry into the national phase |
Ref document number: 112014006543 Country of ref document: BR Kind code of ref document: A2 Effective date: 20140319 |