1. Field of the Invention
The present invention relates to a method for protecting a prorarm at a call of subprograms.
2. Description of Related Art
In particular with security-relevant applications, for example in the area of IC cards, it is necessary to protect the program run from unauthorized manipulation. For protecting secret data, for example secret key data, it is known to store the data to be protected in encrypted form in order to prevent readout by unauthorized persons.
Access to secret data can also be effected, however, by selectively interrupting the program run resulting in errors in the encryption routines from which the secret data can be inferred after repeated selective interruption.
To avoid such attacks it is necessary to reliably recognize errors or disturbances of the program run. German patent DE 37 09 524 C2 discloses a method for checking the memory cell contents of a program memory in a computer. Therein, several check sums are stored which are formed from memory cell contents of different address and data memory areas. The check sums are determined at the onset of and/or during computer operation and compared with the stored check sum. Upon ascertainment of a deviation an error signal is outputted.
The method known from DE 37 09 524 C2 is suitable mainly for checking the correctness of data used in a program. It disregards the fact that manipulation of the program run can be effected also or in particular upon program calls, i.e. upon execution of sub- or function programs.
It is therefore an objective of the present invention to provide a method allowing a reliable check of modularly constructed programs, in particular upon subprogram calls.
This objective is achieved according to the invention by the called program performing a data check which ascertains reliable transfer of the data to be passed from the calling program.
The invention achieves additional security which guarantees not merely that individual program parts are executed reliably and completely but that the total program run is undisturbed and free from manipulation.
An advantageous embodiment of the invention provides that the calling program first forms a check sum for the parameters passed from the calling program to the called program, said check sum being stored in a specially provided memory area. After the parameters are passed the called program also forms a check sum for the received parameters. If the check sums formed by the calling and called programs are different, the program is terminated.
In this way it can be ensured that a function program, in particular a function program executing security-relevant data, is already examined for manipulation at the onset, so that the start of the called program with faulty parameters can be prevented from the start and no evaluation of the erroneous data is permitted.
The memory area provided for storing the check sum is preferably created in a RAM or register area.
A further or alternative embodiment for forming the check sum for the parameters to be passed results from the check of the return addresses. The return addresses of the calling functions are entered in a table and the called program can check by means of said table whether the return address transmitted by the calling program is present in the table. In case of a faultily reported return address, the program can be interrupted.
A further alternative or additional security check can be effected by starting a timer upon call of a subprogram or function program. Said timer counts the clock cycles necessary for executing the program. The number of clock cycles required for the regular subprogram run is first preset as the limiting value for the timer. The program is terminated if the number of preset clock cycles was exceeded before the end of the subprogram.
The timer value is advantageously also read at certain preset points of the subprogram and compared with likewise preset intermediate values. In this case as well, the program is terminated if the preset intermediate value was exceeded.
In the following, the invention will be explained in more detail with reference to
In the program to be called the parameters necessary for executing the subprogram are first provided in step 1. For said parameters a check sum is formed in step 2, consisting in the simplest case of a parity check. Common methods for check sum formation, e.g. CRC (cyclical redundancy check) or EDC, can of course also be employed. The thus determined check sum is written to a specially provided memory area. Said memory area may be a volatile memory (RAM) or a nonvolatile, rewritable memory (e.g. EEPROM).
Subsequent to the formation and storage of check sum 1 the subprogram call takes place in step 3. Step 4 is the onset of execution of the subprogram. In said subprogram, check sum 2 is first formed for the passed parameters. Said check sum is formed by the same method used for determining check sum 1 in the calling program.
Next, a check of check sums PS1 and PS2 for equality is effected in step 6. If it is ascertained in step 6 that the two check sums are unequal, it can be assumed that an error has occurred in the passing of the program parameters, which may be an indication of an intended disturbance aimed at determining secret data. As a measure, the program can be ended in step 7 or corresponding alternative measures are taken, for example an error message to the main program.
If it is ascertained in step 6 that that check sums PS1 and PS2 are equal, the actual function execution is begun.
Alternatively it can also be provided that the timer value is compared continuously with a limiting value after the start and the program terminated if said limiting value has been reached or exceeded.
The individual examples according to
Number | Date | Country | Kind |
---|---|---|---|
199 44 991 | Sep 1999 | DE | national |
Filing Document | Filing Date | Country | Kind | 371c Date |
---|---|---|---|---|
PCT/EP00/09131 | 9/18/2000 | WO | 00 | 6/20/2002 |
Publishing Document | Publishing Date | Country | Kind |
---|---|---|---|
WO01/22223 | 3/29/2001 | WO | A |
Number | Name | Date | Kind |
---|---|---|---|
5651111 | McKeeman et al. | Jul 1997 | A |
5715389 | Komori et al. | Feb 1998 | A |
5761414 | Akaishi et al. | Jun 1998 | A |
5768591 | Robinson | Jun 1998 | A |
5909580 | Crelier et al. | Jun 1999 | A |
6202176 | Baldischweiler et al. | Mar 2001 | B1 |
6314532 | Daudelin et al. | Nov 2001 | B1 |
6654954 | Hicks | Nov 2003 | B1 |
6766458 | Harris et al. | Jul 2004 | B1 |
Number | Date | Country |
---|---|---|
3502387 | Jul 1986 | DE |