+

WO1998003903A2 - Procede et appareil d'exploitation de ressources sous la commande d'un module de securite ou autre processeur securise - Google Patents

Procede et appareil d'exploitation de ressources sous la commande d'un module de securite ou autre processeur securise

Info

Publication number
WO1998003903A2
WO1998003903A2 PCT/IB1996/001507 IB9601507W WO9803903A2 WO 1998003903 A2 WO1998003903 A2 WO 1998003903A2 IB 9601507 W IB9601507 W IB 9601507W WO 9803903 A2 WO9803903 A2 WO 9803903A2
Authority
WO
WIPO (PCT)
Prior art keywords
command
secured
commands
sequence
value
Prior art date
Application number
PCT/IB1996/001507
Other languages
English (en)
Other versions
WO1998003903A3 (fr
Inventor
John Sheets
Marius Carloganu
Original Assignee
Verifone S.A.
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Verifone S.A. filed Critical Verifone S.A.
Priority to AU42169/97A priority Critical patent/AU4216997A/en
Priority to PCT/IB1996/001507 priority patent/WO1998003903A2/fr
Publication of WO1998003903A2 publication Critical patent/WO1998003903A2/fr
Publication of WO1998003903A3 publication Critical patent/WO1998003903A3/fr

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/52Monitoring 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/53Monitoring 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication
    • G06F21/34User authentication involving the use of external additional devices, e.g. dongles or smart cards
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2211/00Indexing scheme relating to details of data-processing equipment not covered by groups G06F3/00 - G06F13/00
    • G06F2211/007Encryption, En-/decode, En-/decipher, En-/decypher, Scramble, (De-)compress

Definitions

  • This invention relates generally to secure data processing systems which utilize a security module to control access to a set of secured resources such as a keyboard and a display.
  • This invention also relates generally to secure processing systems which are secure by the nature of their location, e.g. personal computer in a private home or office.
  • Encryption security is a well known feature of modern data processing systems.
  • the general features of encryption security for data transmissions and PIN codes are described in many prior art references such as Atalla U.S. Patents 4,268,715, 4,283,599, and 4,288,659.
  • FIG. 1 illustrates one type of security module system.
  • Security module 10 is protected by physical security features 23 and controls a set of security module resources 24, 25, 26 and 27. These resources may be internal or external to the security module, but typically only resources which themselves require physical security due to their nature and function, e.g. encryption using stored keys and algorithms, are located within the security module to save costs.
  • Application processing unit 20 communicates with security module 10 over command and data bus 21 and directly controls operation of non-secured resources 28.
  • a secured application program 40 is stored in security module 10.
  • An application software program 30 is stored in and executed in application processing unit 20.
  • Program 20 includes security module commands which invoke the fixed secured application program in the security module.
  • This secured application program may be a single application program module or a plurality of application program modules, each of which may be invoked with a specific different security module command. It will be apparent that this prior art approach only allows the application software programmer to operate the secured resources using fixed program resources having predefined functionality. If the application software programmer want to do other functions with the secured resources, a custom security module with additional secured application program modules would be required. In most cases the cost of such a customized security module would not be warranted by the added value that can be achieved. The application software programmer must utilize duplicate resources (e.g. a second display or keypad) and control them directly by application processing unit 20. It is apparent that there is a need for a method and apparatus for operating a security module and associated resources in a more flexible and effective manner that allows an application software program running outside the security module to access critical resources controlled by the security module in a secured manner.
  • duplicate resources e.g. a second display or keypad
  • One aspect of this invention features a method for operating a set of resources under the control of a secure processor having a command authentication means involving providing in the security module a set of command primitives for functional control of the set of secured resources, each of the command primitives having an associated set of command data items.
  • a secured command format is defined for commands to invoke the command primitives, the secured command format including a command sequence ID, a command code, and a set of command data items.
  • An application program is prepared comprising a sequence of secured commands each having the secured command format. The secured commands of the application software program are sent one at a time to the security module for execution.
  • each of the secured commands is tested by the security module based on the value of at least one element of the secured command using the command authentication means.
  • the regularity of each of the secured commands is tested based on the value of the command sequence ID.
  • the command primitive associated with the command code in each of the secured commands is then executed if and only if the secured command passes both the command sequence and the command authenticity testing steps.
  • the sequence of commands in the application program are required to be executed by the security module in an ordered numerical sequence.
  • the command sequence testing is carried out by testing whether the value of the command sequence ID is equal to the value of a next command sequence ID maintained in the security module, i.e. the Nxt_Seq_ID is incremented by 1 as each command is executed.
  • the command sequence ID in the secured command format is a current command sequence ID and the secured command format further includes a next command sequence ID.
  • the command sequence testing comprises testing whether the value of the current command sequence ID is equal to the value of the next command sequence ID obtained from the secured command just previously executed by the security module.
  • the step of executing the command primitive includes storing the next command sequence ID if the secured command passes the command authenticity testing step.
  • the application program may comprise a series of secured commands having a set of different execution path branches.
  • the secured command format includes a message authentication code signature value calculated using an encryption key and at least a portion of the content of the secured command.
  • Command authentication testing is carried out by first calculating a test message authentication code signature value using one of the same or a paired encryption key stored in the security module and the same portion of the content of the secured command received by the security module. Following this, the message authentication code signature value in the secured command is checked to determine if it matches the test message authentication code signature value. If it matches, the command is authenticated; and if not, the command is declared to be faulty.
  • a currently preferred embodiment of this invention incorporates a feature of a command set up table and associated elements which provide added flexibility in that each of the defined commands can be treated as either a secured command or a non-secured command.
  • This embodiment involves a method for operating a set of resources under the control of a secure processor having a command authentication means and a command execution means.
  • the elements of the method of this preferred embodiment are the following:
  • c. defining a secured command format for the commands including at least a command sequence ID, a command code, and a set of command data items;
  • a command set up table including for each of the commands in the set of commands a command type flag having a first value if the command is a secured command and a second value if the command is a non-secured command;
  • step h. determines that the command is a non-secured command, then executing a set of command primitives associated with the command using the command execution means;
  • step h. determines that the command is a secured command
  • i.2.c executing the set of command primitives associated with the secured command using the command execution means, if and only if the secured command passes both the testing steps i.2. a. and i.2.b.
  • Another aspect of this invention features a security module apparatus or, more generally, a secure processor for controlling the operation of a set of resources in response to secured commands communicated thereto from a application processing unit.
  • the application processing unit stores an application software program comprising a sequence of the secured commands, as well as commands for general resources directly under the control of the 98/03903 application processing unit.
  • the secured commands have a predefined secured command format comprising a command sequence ID, a command code, and a set of command execution data items.
  • the security module has means for interfacing with the resources under its control, a command authentication means, and means storing a predefined set of command primitives for functional control of the set of secured resources, each of the command primitives having an associated set of command data items required for execution thereof.
  • the security module further comprises means storing a command execution program comprising the following:
  • a preferred embodiment of such a secure processor implements the feature of allowing each of the defined commands to be either a secured command or a non-secured command depending on the content of a command set up table.
  • the secure processor apparatus controls the operation of a set of secure processor resources in response to commands communicated thereto from a separate application processing unit.
  • the application processing unit stores an application software program comprising a sequence of commands, each comprising one of a prearranged set of commands and having one of a pair of predefined command formats:
  • a first command format is associated with a secured command and comprises at least a command sequence ID, a command code, and a set of command data items;
  • a second command format is associated with a non-secured command and comprises a command code and a set of command data items.
  • the secure processor apparatus in accordance with this invention has the following elements:
  • a memory portion storing a command set up table including for each of the commands in the set of commands a command type flag having a first value if the command is to be processed as a secured command and a second value if the command is to be processed as a non-secured command;
  • the command execution program includes elements to carry out the following functions:
  • command look up means determines that the command is a secured command, executing a set of command primitives associated with command if and only if the command passes the tests of both the authenticity testing means and theregularity testing means.
  • Other features of this invention comprise the use of random or pseudorandom authenticity testing for commands which include a large amount of data.
  • the command data is divided into a plurality of subsets and a MAC is calculated on each subset and sent with the command.
  • a random number in the range from 1 to the number of MAC items in the command and only the single MAC associated with that data set is calculated and compared to the version in the command itself to authenticate the command.
  • Another feature of this invention is the use of command fault actions of various types to protect the secure processor and its systems without destroying the functionality of the unit under circumstances of command faults created by noise and other conditions.
  • the method and apparatus of this invention provides the advantage of substantial additional flexibility of operation of the critical or secured resources without compromising the overall security of the security module and the resources.
  • the secured commands and the command primitives that they invoke must be secure in the sense that the functions that they carry out must not compromise the overall system security. This is assured by using a trusted party to audit the command primitives and the application software program which utilizes the secured commands.
  • the trusted party will, in most cases, authorize the use of the audited secured commands in an application by appending a cryptographic signature to each of the said commands, so that authenticity verification can be performed at run-time.
  • a security module will refuse authenticity checks and secured commands execution if it does not contain the secret (key or paired key) used for authentication. In most situations only a trusted party may load the security module with that secret, thus definitively bounding the audited and executed commands by the a secret sharing.
  • This invention provides the flexibility of storing a portion of the application software program in the security module and invoking those portions with security module commands and then overlaying this operation with secured commands that carry out other functions using the secured resources.
  • all of the secured resources may be operated based on invoking command primitives with secured commands.
  • the system and method uses a command set up table to designate each commands as a secured command or a non-secured command so that the same command primitives can be used and the application programmer can choose, dynamically during program execution, which commands are secured and which are not.
  • the commands used to modify the set-up table are secured commands and need to be audited.
  • the secured command system can be designed to allow great flexibility in program branching and conditional branching as desired.
  • FIG. 1 is a block schematic diagram illustrating the structure and function of apparatus and method for operating a security module in accordance with the prior art concepts.
  • FIG. 2 is a block schematic diagram illustrating the structure and function of apparatus and method for operating a security module in accordance with this invention.
  • FIG. 3 is a software flow chart illustrating one embodiment of the operation of a security module and application processing unit in accordance with this invention.
  • FIG. 4 is a software flow chart illustrating another embodiment of the operation of a security module and application processing unit in accordance with this invention.
  • FIGS. 5 and 6 are software flow charts illustrating alternative embodiments of a method in accordance with this invention for processing a secured command in a security module.
  • FIGS. 7 and 8 are software flow charts illustrating alternative embodiments of a method in accordance with this invention for verifying the sequence identification (Seq_ID) of a secured command as part of the apparatus and method of this invention.
  • FIG. 9 is software flow chart illustrating one embodiment in accordance with this invention for verifying the command authenticity of a secured command as part of the apparatus and method of this invention.
  • FIG. 10 is a software flow chart illustrating generally the steps of a routine in accordance with this invention for executing secured commands as part of the apparatus and method of this invention.
  • FIG. 11 is a block schematic diagram of one specific system application of the method and apparatus of this invention, namely a secured PIN-Pad apparatus.
  • FIG. 12 is a block schematic diagram illustrating one embodiment of shared application program processing and command execution resources of a system utilizing the apparatus and method of this invention.
  • FIG. 13 is a software flow chart illustrating another embodiment of the operation of a security module and application processing unit in accordance with this invention.
  • FIG. 14 and FIG. 14A are related software flow charts illustrating a security module command processing routine in accordance with another embodiment of this invention.
  • FIGS. 15-17 are flow charts of alternative command fault routines which may be used in the command processing routine illustrated in FIG. 14.
  • FIG. 18 is a flow chart depicting processing of one command, namely a user input command process, that illustrates the flexibility and power of the apparatus and method of this invention.
  • FIG. 19 illustrates a command structure of one embodiment of apparatus and method of this invention.
  • FIG. 20 illustrates a command structure of an alternative embodiment of apparatus and method of this invention.
  • FIG. 21 is a flow chart depicting steps of a routine to verify command authenticity in accordance with this invention and involving random authentication of partial MAC values associated with a command having lengthy data associated therewith.
  • the method and apparatus of this invention utilizes a security module 50 which stores a set of secured command primitives 52 and a secured command processing routine 51.
  • Application processing unit 60 stores a application software program 61 which includes a plurality of secured commands that are sent to security module 50 where they are processed using secured command processing routine 51 which will invoke operation of associated command primitives if the command passes sequence and authenticity testing involved in this invention.
  • Secured resources 74 through 77 are interfaced to the processor in security module 50 [[either directly or via a shared interface.
  • the term "secured resource” is used to denote a resource under the control of the security module to distinguish from non-secured resources controlled by application processing unit 78. The term does not mean that the resources have their own physical or logical security features, though some may have such features.]]
  • Secured resources can thus be flexibly operated by application software program 61 to the degree of the functionality provided by secured command primitives 52.
  • Primitives 52 can be and preferably are general operating routines for the secured resources.
  • security is provided by rigorous sequence and authenticity testing of the secured commands. This feature of the invention prevents attackers from accessing the secured resources with Trojan horse programs that interrupt or replace commands in an authorized application software program running in application processing unit 60.
  • FIG. 3 illustrates a conjoint operation of application processing unit 60 and security module 50 in accordance with one embodiment of apparatus and method of this invention.
  • the application software program stored in application processing unit 60 may be, and mostly likely is, a combination of local commands and secured commands. Local commands directly operate non-secured resources interfaced 78 to application processing unit 60 or operate on data received from security module 50 in response to execution of a secured command therein.
  • FIG. 3 is very general and is intended simply to show that secured commands are sent in sequence to security module 50 and each command is processed by a Process Secured Command program module therein as part of secured command processing routine 51.
  • This module includes two separate routines: Verify Seq_ID and Verify CMD_Auth, followed by testing if the CMD_OK flag value is 1, and then executing the secured command if YES is returned or returning an "error" if NO is returned in this testing step.
  • Verify Seq_ID and Verify CMD_Auth
  • the method involves operating a set of resources to be secured [here denoted 'secured resource' for convenience] under the control of a security module having a command authentication means.
  • the command authentication means may take a number of forms as will be discussed.
  • the invention involves providing in security module 50 a set of command primitives 52 for functional control of a set of secured resources 74 to 77 with each of said command primitives having an associated set of command data items.
  • This invention further involves defining a secured command format for commands to invoke said command primitives, said secured command format including a command sequence ID, a command code, and a set of command data items.
  • said secured command format including a command sequence ID, a command code, and a set of command data items.
  • the command sequence ID can be encrypted as part of the step of preparing an application software program.
  • the secured command is simultaneously authenticated and checked as to sequence, i.e. if the Seq_ID for current command, tracked in the security module, matches the expected Nxt_Seq_ID which is generally part of the previous secured command.
  • the invention involves preparing an application program comprising a sequence of secured commands each having said secured command format, and sending said sequence of secured commands one at a time to said security module for execution.
  • the process secured command module tests the authenticity of each of said secured commands based on the value of at least one element of said secured command using command authentication means, and tests the regularity of each of said secured commands based on the value of said command sequence ID.
  • authenticity may be tested by decrypting the entire secured command and verifying the regularity of the Seq_ID.
  • the secured command may include a separate CMD_Auth data item in the form of an encrypted authentication mark common to each command, or a MAC signature calculated over all command data individually for each command.
  • the Process Secured command routine executes the command primitive or primitives associated with said command code in each of said secured commands if and only if said secured command passes both the sequence and authenticity testing steps.
  • Fig. 5 illustrates the case of an embodiment of this invention in which the Seq_ID serves both authenticity and sequence verification based on decrypting the command and then running a Verify Seq_ID routine.
  • Fig. 6 illustrates that the secured command or some portion thereof may, as one option, be encrypted for additional security against attack.
  • a decryption of the secured command is performed before the Verify Seq_ID routine and Verify CMD_Auth routine are executed.
  • each secured command in the application software program could have a common CMD_Auth value which is encrypted.
  • the Verify CMD_Auth routine would simply verify that the decrypted value of CMD_Auth is the expected one for each command.
  • FIG. 9 illustrates a Verify CMD_Auth routine which is used in an embodiment which uses a secured command format in which each command includes an S_MAC_Val in the form of a message authentication code (MAC) signature based on subjecting a predefined portion of the command, such as the data block, to processing through an encryption algorithm using a key which is the same as, or paired with, the one provided in the security module.
  • the security module can then test the authenticity of each secured command as shown in FIG. 9 by calculating a T_MAC_Val from the received command and comparing T_MAC_Val and S_MAC_Val to see if they are equal.
  • MAC message authentication code
  • FIGS. 7 and 8 illustrate alternative versions of Verify Seq_ID routines.
  • the version of FIG. 7 is for an embodiment of the invention which requires the secured commands to be executed in strict numerical sequence.
  • the first step involves retrieving the value of Cur_SeqJ-D from the secured command followed by the step of retrieving the Nxt_Seq_ID from a buffer in security module 60. This is followed by the step of testing if Cur_Seq_ID is equal to Nxt_SeqJ-D. If it is, Nxt_Seq_ID is incremented by 1 and CMD_OK is set to 1. If not, then two other possibilities are tested to determine if a reset is to be performed or an authorized passkey value is present. The latter two tests allow flexibility for the application software programmer to perform diagnostic, recovery, testing and general quit and re-start functions on the security module and are not necessarily needed in executing an application software program.
  • FIG. 8 illustrates an embodiment in which alternative execution paths for secured commands are allowed and the secured command format includes a Nxt_Seq_ID value as part of the secured command itself.
  • the difference is that the Nxt_Seq_ID from the command itself is stored in the buffer that is provided in the security module for that parameter if the sequence verification testing step returns YES.
  • This allows the application software programmer much more flexibility in designing the flow of secured commands in the application software program. An example of use of this additional flexibility is discussed below. - -
  • Cur_Seq_ID and Nxt_Seq_ID parameters are not limited to numeric values, but can take any appropriate form that does not conflict with other aspects of the system.
  • FIG. 10 illustrates the steps of a routine to execute a secured command after passing the sequence and authenticity tests. This is a straightforward "case statement" type routine that executes whatever command primitive routine that matches the command code of the secured command. If the command code doesn't match any of the command primitives, an error is returned.
  • FIG. 4 illustrates an embodiment of this invention in which the secured commands concept is utilized in a security module which may also process security module commands as in the prior art.
  • the security module can also process regular (or free) commands when a secured command turns off the security of the system to allow free access to secured resources or when the command set up table allows such processing.
  • the security module has a routine to analyze the type of command received and then invoke the appropriate command processing routine.
  • This embodiment also illustrates the feature of this invention that involves permitting a secured command to turn off the security module testing of commands to allow regular commands to access the secured resources.
  • FIG. 11 illustrates a specific system in which the method and apparatus of this invention may be deployed.
  • the system is a secured PIN-Pad in which a keypad resource 155 and a display resource 156 operate under the control of command processor 153 in security module 150.
  • An internal security chip also provides encryption and other resources to the security module 150.
  • Application processing unit 160 is outside the security module and controls the operations of a mag-stripe card reader 162, a primary smart card reader/ writer interface 161 and a second smart card controller and interface 163.
  • Application processor 160 communicates with external devices via communications port 164.
  • Application processor 160 communicates with security module 150 via command and data bus 165.
  • Security module 150 includes attack defeat detectors and subsystems 152 which may include any of the devices and subsystems well known in this art.
  • a security chip 154 is provided , ⁇ , continuation ⁇ , 98/03903 in security module 150 to store encryption keys and to perform command authentication functions when requested by command processor 153.
  • the use of a separate security chip with its own security features provides a cost advantage at present, but it should be understood that this invention is not limited to such a security module architecture and could be implemented in a one chip system or a multi-chip system.
  • S_MAC_Val is a signature calculated upon the Seq_id number and typically the command code. For "fixed" secured commands, i.e. ones that contain no variable data, that fixed data is also input to the signature algorithm.
  • the only secured command that has variable data is the one with Seq_id 98/03903
  • the first command in this application software program is a secured command that invokes a command primitive in the security module to display a fixed data item and sets a flag in the security module that the next command must invoke a command primitive that provides for both a blind display of entered keyboard data and encryption of that data so that only encrypted data will be returned to the application program.
  • the security module would receive this command and verify the Seq_ID.
  • the expected SeqJ-D is 001 so that command passes that test.
  • the security module would then verify the command authenticity by calculating a T_MAC_Val and comparing it to S_MAC_VaI (001). Assuming the S_MAC_Val is authentic, the associated command primitive is executed and the appropriate data is returned. In this case the data may be simply an indication that the command was okay and was executed by the security module.
  • the second command invokes a command primitive which processes keyboard data in a secure manner.
  • the command primitive would respond to each key press that is not an "Enter” or “Cancel” key, by storing the character in the security module and echoing to the display a blind character such as the "*" character. Each entered character is handled in this manner until "Enter” is hit, and then the command primitive encrypts the stored data, typically a PIN entry and returns the encrypted value to the application software.
  • the steps of a command primitive of this type are well known to persons of skill in this art so a more detailed description is not required here.
  • the security module would process this second command in the same manner, testing that the Seq_ID is 002 as expected and that the S_MAC_Val (002) is equal to a calculated T_MAC_Val for this command, and then executing the command.
  • the command may include data specifying an encryption key source or type to be used for that entered data.
  • the third command in the application software program is a Dispiay Fxd Data command which invokes a command primitive to display a message on the display device to prompt for 'free' data, i.e. data to which no security requirement is attached.
  • this reference to "no security requirement" means of course that the data prompted for is of such character that security is actually not required, such as the pump number at a gas station.
  • the party auditing the application software program provides the final check on the security of the application software program. This security checking can be accomplished by internal or external auditing of the application software program by trusted people, followed by authorization which is given by means of adding digital signatures to the secured commands of the approved application.
  • the fourth command is a secured command to set the set the cursor at position 8 where the entered pump number is to be displayed.
  • the fifth command is a non-secured command which invokes a command primitive to retrieve and return a keyboard byte in the clear.
  • the fifth command is a secured command which invokes a primitive to display the entered pump number at the appropriate position on the display
  • the point after processing of the first secured command is one where an attacker might try to interrupt execution and send a command to the security module to attempt to obtain a return of the actual keyboard data representing the entered PIN.
  • the security module would refuse to execute this out-of-sequence command even though the S_MAC_Val would otherwise authenticate the command.
  • the combination of verifying both command sequence and command authenticity in the security module provides greatly enhanced security while achieving flexible access to the secured resources controlled by the security module.
  • Example 1A Alternative secured command implementations.
  • Example 1 above also can be used to illustrate how the secured command concept can be used in different ways.
  • the application software program might utilize a combination of secured commands, special security module commands, and regular commands (according to the arrangement illustrated in FIG. 4) and have this form: Get PIN
  • the first command Get_PIN is a special security module command that invokes an application program module involving a sequence of commands stored in the security module and executed to display an "Enter PIN" message, and then retrieve and encrypt the PIN entered on the keyboard, and return it to the application processing unit.
  • the second command is a secured command that both displays free data on the display controlled by the security module and unlocks the security module, in a sense, to allow the application processing unit to obtain a free (not encrypted) keyboard byte. O 98/03903
  • This more limited use of the secured command concept provides substantial programming flexibility by allowing the application processing unit to make use of secured resources like a display and keyboard in a secured fashion.
  • Scd_Cmd [Cur_Seq_ID, Nxt_Seq_ID, Cmd Code, Cmd Data, S_MAC_Val]
  • the data input to signature algorithm calculation includes Cur_Seq_ID, Nxt_Seq_ID and Cmd_Code. If the Cmd Data field contains fixed data, it generally needs to be included as well.
  • the application software program may have more than one secured commands with the same value of Cur_Seq_ID and more than one with the same value of Nxt_Seq-_ID.
  • the cmd_xx argument of the signature function S_MAC_Val typically a MAC signature, includes the current and next sequence ID, the command code and the fixed part of data in the command.
  • the variable part of data which in this example is put between simple quotes ", is not included.
  • the fixed data in the command is either unquoted or, if it is a string, then it is between double quotes "".
  • each of the secured commands has a unique S_MAC_Val which is used by the security module to authenticate the command.
  • the command on line 100 and the command on line 200 each have the same value of Cur_Seq_ID since the program needs to be able to branch at line 90 depending on the card type sensed in the card read step of the program.
  • the commands on lines 110 and 240 both have the same Nxt_Seq_ID since the next command to be executed is the same for both commands in the two different branches of the program.
  • the CMD_Auth value i.e. the S_MAC_Val in each is different because they are different commands and would MAC to a different value.
  • This example illustrates the embodiment of this invention in which both secured command and non-secured command are utilized.
  • This embodiment utilizes a command set up table in the security module.
  • This command set up table has a flag for each command or group of commands in the predefined set of security module commands. The value of this flag determines whether or not the associated command is currently a secured command. If the flag value designates the command as a secured command, all commands of this type received by the security module will be verified, i.e. their command sequence and authenticity will be checked by command processor 153. If the command flag value designates a non-secured command, the command will be executed by command processor 153 without verification of either the authenticity or the sequence ID of the command.
  • the application program need not send to the security module the command verification portion of the defined command structure.
  • the command structure is altered such that all of the command verification data is placed in one portion of the command and the command and data are placed in a second portion of the command. These two portions of the command are sent sequentially to the security module if both are required. Otherwise, if the command is not a secured command, only the command and data portion is sent. If the other portion were sent, it would be ignored by the command processor running in the security module.
  • one of the security module commands is a command to reset the value of a designated command flag in the command set up table. Accordingly, the application program running in the application processing unit outside the security module can turn on and off the command security in the security module. Obviously, this makes the auditing of application programs critical to maintaining adequate security.
  • command processor 153 includes a command processing unit 173, a memory section 157 storing a command set up table, and a memory section 158 storing command processing routines.
  • the resource 159 provides command verification for secured commands. This resource is identified generally and shown outside the command processor 153, though some portions of command verification may be performed by command processor 153, e.g. Verify Seq_ID routines, while other portions may be partially or wholly performed in separate chips, e.g. Verify CMD_Auth routines. It should be understood that a number of different architectures can be used in security O module 150 and the diagram of FIG. 12 is intended to indicate functional blocks not elements of system architecture.
  • application processing unit 160 has an application software program 166 stored therein.
  • Application software program 166 comprises a sequence of commands which are designated either as a "general command” or a "security module command”.
  • Security module commands are abbreviated here as S_M_Command for convenience.
  • General commands are executed in application processing unit 160 and security module commands are sent to security module 150 for processing.
  • security module commands are of two distinct types: secured commands and non-secured commands.
  • Secured commands are designated: "S_M_COMMAND_S” and are security module commands for which the command flag in command set up table 157 designates a command which must be verified before execution, i.e. a secured command.
  • Non-secured commands are designated: "S_M_COMMAND_N” and are security module commands for which the command flag in command set up table 157 designates that the command is to be executed without verification.
  • each of the commands designated “S_M_COMMAND_S” includes a verification portion designated [V], as well as a command and data portion designated [C+D].
  • Each of the commands designated “S_M_COMMAND_N” includes only a command and data portion designated [C+D].
  • a dummy [V] portion can be sent with each command of S_M_COMMAND_N type, though not used or needed and simply discarded by the security module.
  • command verification in accordance with this invention comprises both verification of command sequence and command authenticity.
  • verification portion [Vj of the S_M_COMMAND_S command typically includes Cur_Seq_ID, Nxt_Seq_ID, and CMD Auth elements used in the command verification process.
  • the [V] and [C+D] elements of commands of type S_M_COMMAND_S are sent to security module 150 in two sequential message blocks.
  • a command interpreter in command processor 153 receives and stores the elements of security module commands, distinguishing between elements [VJ and [C+D] so that they can be stored in two separate buffers if both are present, or the [C+D] element alone is stored in its associated buffer.
  • This preferred, but not mandatory, feature of this embodiment of the invention makes it easier to conduct an audit on the secured commands because it segregates the command and data from the digital signature associated with the command.
  • Application processing unit 160 is executing a routine called EXECUTE APPLICATION PROGRAM.
  • Security module 150 and more specifically the command processor 153 therein, is executing a routine called PROCESS SECURITY MODULE COMMANDS.
  • Application processing unit 160 fetches the first command of application software program 166 and determines that it is a general command and thus executes this command locally.
  • the next command is a security module command of type S_M_COMMAND_S with both [V] and [C+D] elements.
  • application processing unit 160 sends the command verification elements to security module 150 and the command and data elements and waits for a return of data from security module 150.
  • Security module 150 receives and stores the security module command and then looks at the flag for that command in command set up table 157.
  • the command set up table 157 shows the flag value for this command designating it as a secured command. Consequently, security module 150 processes the command as a secured command by going through separate steps to Verify Sec ** _ID and Verify CMD_Auth. This is similar to the processing of secured commands in the prior embodiments, the difference being the step of looking up the command in command set up table 157.
  • Verify Seq_ID and Verify CMD_Auth steps result in a determination that the secured command is okay, i.e. it passes both tests of sequence and authenticity, then the command is executed and data returned to application processing unit 160. If the command is not 98/03903 verified, then an error is returned and reset or reboot executed. Application processing unit 160 checks if data is returned and aborts the program if an error has occurred.
  • security module 150 may execute one of several 'bad command' routines as discussed below.
  • application processing unit 160 processes the returned data and then sends S_M_COMMAND_N(2) to security module 150. In this case only the [C+D] element needs to be sent since this is not a secured command.
  • the S_M_COMMAND_N(2) is received by security module 150 and stored. The command is looked up in command set up table 157 and is then executed without verifying Seq_ID or CMD_Authenticity and data is returned to application processing unit 160.
  • Application processing unit 160 receives and processes the returned data and then executes locally the next command of application software program 166 which is a general command. This sequence of parallel operation steps between application processing unit 160 and security module 150 continues until the complete application software program 166 is executed.
  • the first step of the routine is to receive and store a command, followed by a step to do a command lookup in the command set up table 157.
  • a checking step is executed to determine if the CMD_TYPE flag value from the command set up table 157 is S. If this step returns NO, then the command primitive associated with the command is executed without further processing of the command.
  • next sequential steps involve executing routines to verify Seq_ID and CMD_Auth are executed. These routines may be any of the associated routines previously described in connection with other embodiments.
  • the next step is a checking step to determine if the value of the CMD OK flag is 1.
  • the command verification routines will set the CMD OK parameter to a 98/03903 value 0 if either the Seq_ID or CMD_Auth verifications fail.
  • CMD_OK is not equal to 1
  • the next step is to execute a prearranged COMMAND_FAULT_ROUTINE, several possible such routines being illustrated in FIGS. 15-17 and discussed below. After executing a COMMAND_FAULT_ROUTINE, the routine returns to point A if allowed by the COMMAND_FAULT_ROUTINE.
  • CMD_OK is equal to 1
  • the associated command primitive is executed and data returned to application processing unit 160.
  • FIG. 14A in the case of the COMMAND_FAULT_ROi ⁇ TNE shown in FIG. 17, which is called a bonus/malus routine (which could alternatively be called an add/subtract or bonus/penalty routine).
  • This PROCESS COMMAND routine must also execute the COMMAND FAULT ROU ⁇ NE if the secured command is verified as OK. The reason for this will be clear from a discussion below of FIG. 17.
  • FIG. 15 illustrates a first type of COMMAND_FAULT_ROUTINE (or ERROR ROUTINE) in which a fault timer is allowed to time out and then the security module 150 is rebooted after each faulty secured command is detected during command execution.
  • the use of a fault timer is optional and the routine could simply comprise a security module 150 reboot step since a reboot takes several seconds. The delay thus produced reduces the rate at which an attacker can use a trial and error method to attempt to gain access to the function of security module 150 by repeated issuance of fake commands that seek to imitate legitimate secured commands.
  • this routine does nothing to foil a patient attacker from gaining access to the secrets of security module 150. Furthermore, since it is known that noise and other conditions can produce secured command errors even when processing authorized software commands, this type of COMMAND_FAULT_ROUTINE is not likely to be favored in most operating situations.
  • FIG. 16 illustrates a second type of COMMAND_FAULT_ROUTINE in which a stored parameter called CMD_FAULT_VAL is decremented each time a faulty secured command 98/03903 is detected.
  • the CMD_FAULT_VAL would be initially preset to a value which would give a satisfactory period of operation under conditions of expected frequency of secured command faults under non-attack conditions.
  • the initialization routine for the system could reset this CMD_FAULT_VAL back to the initial value on a periodic basis to make sure that the secret encryption keys stored in security module 150 are not erased under non-attack conditions.
  • FIG. 17 illustrates a third type of COMMAND_FAULT_ROUTINE which is referred to as a bonus/malus or add/subtract type of routine.
  • the first step of this routine is to retrieve the value of the CMD_FAULT_VAL parameter. Then a checking step is executed to determine if CMD_OK is 1. If this checking step returns NO because the secured command failed verification tests, then the value of the CMD_FAULT_VAL parameter is decremented by a prearranged "Y" amount. Following this a checking step is executed to determine if CMD_FAULT_VAL is less than or equal to 0. If this checking step returns NO, then an error is declared to the application processing unit 160.
  • this checking step returns YES, then some predetermined action is taken to foil an apparent attack.
  • One action would be to erase the encryption keys stored in security module 150 to ensure that an apparent attack in progress is foiled. Erasing the keys in this case does not mean that their values are set to zero. Instead it means that the keys are removed from the security module in such a manner that no further authenticity determinations (e.g. MAC calculations) can be carried out by the security module thereafter. Alternatively, an action to lock the security module could be taken so that no further command processing can take place.
  • the value of CMD_FAULT_VAL is incremented by a prearranged "X" amount. This is followed by checking step to determine if the current value of CMD_FAULT_VAL is greater than a prearranged maximum value. If this step returns YES, the value of CMD_FAULT_VAL is set to MAX and then a return "OKAY” is executed. If this step returns NO, a return "OKAY” is executed directly.
  • the limitation on incrementing of CMD_FAULT_VAL ensures that the value will not build up over time to such a high value that an actual trial and error attack software program will 98/03903 not be detected by the system.
  • This bonus/malus routine is that the value of CMD_FAULT_VAL will be incremented back to a MAX value during periods when secured commands are being verified consistently under normal application software program execution, even if the value of COMMAND_FAULT_ROUTINE has previously been decremented during a period of noise or other conditions that produce secured command verification failure under non-attack conditions.
  • Good values chosen for the "X" and "Y” and MAX parameters result in considerably increasing the number of steps for trial and error attack while still keeping high immunity to a reasonable number of authentication failures due to noise and other causes.
  • Example 2 above illustrated the flexibility of the secured command feature of this invention to allow conditional branching based on the data resulting from execution of a prior command.
  • FIG. 18 illustrates a secured command routine that initially sets a Nxt_Seq_ID value and then provides for that value to be incremented or decremented by 1 depending on the value of a user input parameter.
  • FIG. 18 illustrates a simple example in which user input is a binary YES/NO.
  • Persons of skill in this art will readily appreciate that more complex conditional branching could be provided with altering of Nxt_Seq_ID by different amounts depending for example on what range a user input amount fell into so that different branching of execution could be allowed depending on the amount value entered. This type of conditional branching could be used to restrict the amount of cash back available to a customer on a debit transaction, and numerous other types of useful point of sale transaction conditions.
  • FIG. 19 illustrates the general form of preferred command structure for the embodiment of the invention described in connection with FIGS. 12-18.
  • the secured command is sent in two separate messages with part A containing the command verification data and part B containing the command and data. If the command is not a secured command, then part A is not sent to the security module 150, or if sent, is ignored by security module 150 after it determines from lookup in the command set up table 157 that the command does not require verification .
  • 98/03903 is the general form of preferred command structure for the embodiment of the invention described in connection with FIGS. 12-18.
  • security module 150 it may be necessary or advantageous to send large amounts of data to security module 150.
  • the display under the control of security module 150 is a graphics display and a bit map of a display must be transmitted.
  • the use of a SJMAC Val and a T_MAC_Val based on the entire set of data may seriously slow execution of the application software program.
  • FIG. 20 illustrates a command with a long data stream following the command parameter with the length of the data depending on the application situation.
  • FIG. 21 illustrates a variation of a VERIFY COMMAND AUTHENTICITY routine which implements what is called random authentication for commands which have large data blocks associated with them.
  • the data is broken down into four separate authentication blocks with every 4th bit included in a block and a MAC is calculated and sent on each of the four blocks of data as shown in FIG. 20.
  • the time involved in a MAC calculation is related to the amount of data over which the MAC is calculated, i.e. the data that is input to the MAC calculation algorithm.
  • command verification proceeds as in prior routines.
  • the single SJMACJVal is obtained from the command verification data stored in its buffer, the T_MAC_Val is calculated based on data received with the command and then a checking step is executed to see if the two are equal.
  • CMD OK is set to 0 if not equal and to 1 if equal.
  • a good pseudo-random number generator is one based on the cryptographic function used for command authentication and it makes the next random guess as hard as breaking the algorithm itself.
  • the calculated MAC value T_MAC_Val could be compared with each of the MAC values sent with the command to determine if it is equal to at least one of the four. That is, the command is considered authentic if there is identity between the T_MAC_Val and at least one of the four MAC values received.
  • the application software programmer can 98/03903 initially create and debug the application software program in a development unit without any of the commands being processed in the security module as secured commands. Then, when ready for testing with security features in place, the commands to be processed as secured commands can have their parameters reset in the command set up table.
  • a secured command can be defined which allows the parameter of a particular command in the command set up table to be changed to turn off or turn on, as the case may be, the requirement for command verification. Security module resources can then be switched on and off as the needs of the application program change during execution.
  • the secured command apparatus and method of this invention can also be used in software environments other than ones which employ a security module.
  • the apparatus and method of this invention can be used in any system in which an application program is running in one system, e.g. a host computer system located at one location, and sending commands for execution to a command processing device at a remote location, e.g. a home PC.
  • the remote location would be provided with a secured command interpreter which would process the secured command as does the security module in the embodiments specifically described herein.
  • a home PC could be running the application program and sending secured commands to a host computer for customized home banking and other types of transactions.
  • the apparatus and method of this invention would provide additional security in any such operational environment, i.e. provide security for the link between the two systems which is the command pathway. Using secured commands would make it more difficult for attackers to seek to gain access to the system receiving the secured commands for purposes O 98/03903 of carrying out some fraudulent activity.
  • An important aspect of the method of this invention consists in the preparation of the authenticity marker for each secured command which is done outside the target secured device.
  • a separate computer may be employed in this process.
  • the key to be used by the secured device to check command authenticity, or a complementary key, is used to calculate the authenticity marker for each command.
  • This key is then injected into the target secured device to enable it to accept secured commands containing the calculated authenticity markers.
  • a secured device without an injected key or one having a fake key will be unable to execute any secured commands.
  • all devices in a blank state are secure because the command set up table has flag value settings for all commands to be secured commands. Furthermore, no commands can be executed by a blank device since it lacks the key required to verify command authenticity.
  • the blank devices are converted to usable devices by loading personalization software and a key with security provided by properly designing the set-up process of the device.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Computer Hardware Design (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Storage Device Security (AREA)
  • Multi Processors (AREA)

Abstract

Procédé et appareil d'exploitation d'un ensemble de ressources sous la commande d'un processeur sécurisé, un module de sécurité, par exemple, comprenant un moyen d'authentification de commande et un moyen d'exécution de commande, et permettant de gérer de façon sûre les ressources. Ce processeur sécurisé mémorise un ensemble de primitives de commande pour gérer de façon fonctionnelle les ressources. Un ensemble de commandes définies, destinées à appeler les primitives de commande, présente soit un format de commande sécurisé contenant une identification de séquence de commande, un code de commande et un ensemble d'éléments de données de commande, soit un format de commande non sécurisé, contenant un code de commande et un ensemble d'éléments de données de commande. Le processeur sécurisé mémorise une table de configuration de commandes comprenant des drapeaux de type de commande pour désigner chaque commande en tant que commande sécurisée ou commande non sécurisée. Un programme d'applications exécuté dans un dispositif externe comprend une pluralité des commandes définies soit dans le format sécurisé soit dans le format non sécurisé, et celles-ci sont transmises une à une au processeur sécurisé pour être exécutées. Le processeur sécurisé recherche chaque commande reçue dans la table de configuration de commandes, et, si la commande n'est pas sécurisée, il exécute immédiatement les primitives de commande associées. Si la commande est sécurisée, le processeur contrôle à la fois son authenticité et sa régularité, et n'exécute les primitives de commande associées que si la commande satisfait aux deux types de contrôle.
PCT/IB1996/001507 1996-07-23 1996-07-23 Procede et appareil d'exploitation de ressources sous la commande d'un module de securite ou autre processeur securise WO1998003903A2 (fr)

Priority Applications (2)

Application Number Priority Date Filing Date Title
AU42169/97A AU4216997A (en) 1996-07-23 1996-07-23 Method and apparatus for operating resources under control of a security module or other secure processor
PCT/IB1996/001507 WO1998003903A2 (fr) 1996-07-23 1996-07-23 Procede et appareil d'exploitation de ressources sous la commande d'un module de securite ou autre processeur securise

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/IB1996/001507 WO1998003903A2 (fr) 1996-07-23 1996-07-23 Procede et appareil d'exploitation de ressources sous la commande d'un module de securite ou autre processeur securise

Publications (2)

Publication Number Publication Date
WO1998003903A2 true WO1998003903A2 (fr) 1998-01-29
WO1998003903A3 WO1998003903A3 (fr) 1998-04-30

Family

ID=11004512

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/IB1996/001507 WO1998003903A2 (fr) 1996-07-23 1996-07-23 Procede et appareil d'exploitation de ressources sous la commande d'un module de securite ou autre processeur securise

Country Status (2)

Country Link
AU (1) AU4216997A (fr)
WO (1) WO1998003903A2 (fr)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003510713A (ja) * 1999-09-25 2003-03-18 ヒューレット・パッカード・カンパニー データの使用を制限するトラステッドコンピューティングプラットフォーム
WO2013074631A3 (fr) * 2011-11-14 2013-07-25 Vasco Data Security, Inc. Lecteur de carte intelligente à caractéristique de mise en journal sécurisée
IT201700050086A1 (it) * 2017-05-09 2018-11-09 St Microelectronics Srl Modulo hardware di sicurezza, relativo sistema di elaborazione, circuito integrato, dispositivo e procedimento
CN110825534A (zh) * 2019-09-18 2020-02-21 深圳云盈网络科技有限公司 模组间通讯msg命令集的实现方法

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0421409A2 (fr) * 1989-10-06 1991-04-10 International Business Machines Corporation Méthode et appareil de securité pour un système de transactions
US5218701A (en) * 1989-12-06 1993-06-08 Fujitsu Limited Command file processing and authorizing system and method with variable access levels
WO1994007219A1 (fr) * 1992-09-11 1994-03-31 International Verifact Inc. Clavier pour numero d'identification personnel combine a un terminal
WO1997005551A1 (fr) * 1995-07-31 1997-02-13 Verifone, Inc. Procede et appareil pour gerer des ressources sous la commande d'un module protege ou d'un autre processeur protege

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0421409A2 (fr) * 1989-10-06 1991-04-10 International Business Machines Corporation Méthode et appareil de securité pour un système de transactions
US5218701A (en) * 1989-12-06 1993-06-08 Fujitsu Limited Command file processing and authorizing system and method with variable access levels
WO1994007219A1 (fr) * 1992-09-11 1994-03-31 International Verifact Inc. Clavier pour numero d'identification personnel combine a un terminal
WO1997005551A1 (fr) * 1995-07-31 1997-02-13 Verifone, Inc. Procede et appareil pour gerer des ressources sous la commande d'un module protege ou d'un autre processeur protege

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003510713A (ja) * 1999-09-25 2003-03-18 ヒューレット・パッカード・カンパニー データの使用を制限するトラステッドコンピューティングプラットフォーム
WO2013074631A3 (fr) * 2011-11-14 2013-07-25 Vasco Data Security, Inc. Lecteur de carte intelligente à caractéristique de mise en journal sécurisée
US8967477B2 (en) 2011-11-14 2015-03-03 Vasco Data Security, Inc. Smart card reader with a secure logging feature
EP3217308A1 (fr) * 2011-11-14 2017-09-13 Vasco Data Security International GmbH Lecteur de carte à puce comprenant une journalisation sécurisée
IT201700050086A1 (it) * 2017-05-09 2018-11-09 St Microelectronics Srl Modulo hardware di sicurezza, relativo sistema di elaborazione, circuito integrato, dispositivo e procedimento
EP3401826A3 (fr) * 2017-05-09 2019-02-13 STMicroelectronics Application GmbH Élément sécurisé de matériel, système de traitement associé, circuit intégré, dispositif et procédé
US10878131B2 (en) 2017-05-09 2020-12-29 Stmicroelectronics S.R.L. Hardware secure element, related processing system, integrated circuit, device and method
US11321492B2 (en) 2017-05-09 2022-05-03 Stmicroelectronics S.R.L. Hardware secure element, related processing system, integrated circuit, device and method
CN110825534A (zh) * 2019-09-18 2020-02-21 深圳云盈网络科技有限公司 模组间通讯msg命令集的实现方法
CN110825534B (zh) * 2019-09-18 2023-11-28 深圳云盈网络科技有限公司 模组间通讯msg命令集的实现方法

Also Published As

Publication number Publication date
AU4216997A (en) 1998-02-10
WO1998003903A3 (fr) 1998-04-30

Similar Documents

Publication Publication Date Title
US6226749B1 (en) Method and apparatus for operating resources under control of a security module or other secure processor
EP3394811B1 (fr) Procédé et système pour améliorer la sécurité d'une transaction
US5146499A (en) Data processing system comprising authentification means viz a viz a smart card, an electronic circuit for use in such system, and a procedure for implementing such authentification
US5493613A (en) Combination pin pad and terminal
EP0451476B1 (fr) Administration protégée de clés utilisant le contrÔle d'un vecteur de commande programmable
US4890323A (en) Data communication systems and methods
US6006328A (en) Computer software authentication, protection, and security system
KR100482775B1 (ko) 위조방지 방법 및 장치
US7366916B2 (en) Method and apparatus for an encrypting keyboard
US20080180212A1 (en) Settlement terminal and ic card
US20030014643A1 (en) Electronic apparatus and debug authorization method
US20040128523A1 (en) Information security microcomputer having an information securtiy function and authenticating an external device
JPH10282884A (ja) データ処理方法およびシステム
EP1287418A2 (fr) Systeme de securite pour transactions de haut niveau entre des dispositifs
US20110072279A1 (en) Device and method for securely storing data
KR19990029307A (ko) 전자적으로 제공되는 서비스에 대한 액세스 제어방법 및 시스템
EP1046976B1 (fr) Méthode et appareil pour permettre à un utilisateur d'authentifier un système avant la présentation d'informations privilégiées
WO2011064708A1 (fr) Gestion par pin sécurisé d'un dispositif de confiance pour utilisateur
WO2001084768A1 (fr) Procede d'authentification d'un utilisateur
JPH09179951A (ja) 携帯可能情報記憶媒体及びそのシステム
WO2007010333A1 (fr) Module de securite hote utilisant une serie de cartes intelligentes
WO1998003903A2 (fr) Procede et appareil d'exploitation de ressources sous la commande d'un module de securite ou autre processeur securise
CN108734014A (zh) 密码数据验证方法和装置、密码数据保护方法和装置
Toll et al. The Caernarvon secure embedded operating system
CN112464188B (zh) 一种支付终端与外设密码键盘的绑定方法

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AL AM AT AU AZ BB BG BR BY CA CH CN CU CZ DE DK EE ES FI GB GE HU IL IS JP KE KG KP KR KZ LK LR LS LT LU LV MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK TJ TM TR TT UA UG US UZ VN AM AZ BY KG KZ MD RU TJ TM

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): KE LS MW SD SZ UG AT BE CH DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM

121 Ep: the epo has been informed by wipo that ep was designated in this application
REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase in:

Ref country code: JP

Ref document number: 98506729

Format of ref document f/p: F

NENP Non-entry into the national phase in:

Ref country code: CA

点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载