(19)
(11)EP 3 357 188 B1

(12)EUROPEAN PATENT SPECIFICATION

(45)Mention of the grant of the patent:
06.05.2020 Bulletin 2020/19

(21)Application number: 16778632.6

(22)Date of filing:  29.09.2016
(51)International Patent Classification (IPC): 
H04L 9/32(2006.01)
(86)International application number:
PCT/US2016/054259
(87)International publication number:
WO 2017/058967 (06.04.2017 Gazette  2017/14)

(54)

CODE SIGNING SERVICE

CODESIGNIERUNGSDIENST

SERVICE DE SIGNATURE PAR CODE


(84)Designated Contracting States:
AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR

(30)Priority: 30.09.2015 US 201514871741

(43)Date of publication of application:
08.08.2018 Bulletin 2018/32

(73)Proprietor: Microsoft Technology Licensing LLC
Redmond, Washington 98052-6399 (US)

(72)Inventors:
  • RAJU, Prabu
    Redmond, Washington 98052-6399 (US)
  • LIU, Fengfen
    Redmond, Washington 98052-6399 (US)
  • WALSTAD, Christopher Leonard
    Redmond, Washington 98052-6399 (US)
  • BRODERICK, Levi P.
    Redmond, Washington 98052-6399 (US)
  • SONI, Himanshu
    Redmond, Washington 98052-6399 (US)
  • MOLBAK, Reed
    Redmond, Washington 98052-6399 (US)
  • LEJA, Klaudia
    Redmond, Washington 98052-6399 (US)

(74)Representative: CMS Cameron McKenna Nabarro Olswang LLP 
Cannon Place 78 Cannon Street
London EC4N 6AF
London EC4N 6AF (GB)


(56)References cited: : 
WO-A1-2015/009231
US-A1- 2013 086 387
US-A1- 2010 037 068
US-B1- 6 898 707
  
      
    Note: Within nine months from the publication of the mention of the grant of the European patent, any person may give notice to the European Patent Office of opposition to the European patent granted. Notice of opposition shall be filed in a written reasoned statement. It shall not be deemed to have been filed until the opposition fee has been paid. (Art. 99(1) European Patent Convention).


    Description

    BACKGROUND



    [0001] It is common for companies and other organizations producing computer software ("software implementers," or simply "implementers") to apply cryptographic signatures to their software's code. Those who receive code signed in this way can verify the signature, and by doing so confirm that (1) the implementer is the source of the code, and (2) the code is unchanged from when it left the implementer's control, and thus hasn't been manipulated to produce incorrect results, compromise the security of computer systems on which it runs, etc. In some cases, computer systems are configured to install only code having verified signatures by implementers in a list of trusted organizations.

    [0002] The cryptographic signatures used for this purpose typically involve an asymmetric key pair generated for the implementer. The key pair includes a private key that the implementer uses to produce cryptographic signatures and keeps secret, and a corresponding public key that is published on the implementer's behalf to enable others to verify signatures purportedly made by the implementer.

    [0003] US2010037068 teaches a method, system, and computer-usable medium for controlling unauthorized access to encrypted application program code.

    [0004] WO2015009231 teaches a signing server (1.1), an archive server (1.2) and a validation server and methods for signing, storing and validating a set of payload data by means of said servers.

    [0005] US2013086387 teaches a method of, computer programs for and apparatus for providing and accessing digital content such as a news item.

    [0006] US6898707 discloses a digital signature service which integrates digital signature functions on data, for storage in a database.

    SUMMARY



    [0007] According to aspects of the present invention there is provided a system as defined in the accompanying claims.

    [0008] This summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This summary is not intended to identify key factors or essential features of the claimed subject matter, nor is it intended to be used to limit the scope of the claimed subject matter.

    [0009] A facility for enrolling a software implementer in a code signing. In one example facility, the facility receives information identifying the implementer, and credentials authenticating the software implementer. The facility generates secret state for the software implementer. Based on at least one or both of (1) at least a portion of the received credentials and (2) at least a portion of the generated secret state, the facility generates for the software implementer a key pair comprising a private key and a public key, and persistently stores the secret state.

    BRIEF DESCRIPTION OF THE DRAWINGS



    [0010] 

    Figure 1 is a network diagram showing a sample environment in which the facility operates in some examples.

    Figure 2 is a block diagram showing some of the components that may be incorporated in at least some of the computer systems and other devices on which the facility operates.

    Figure 3 is a data flow diagram showing sample interactions performed in accordance with the facility in some examples to register a new implementer.

    Figure 4 is a flow diagram showing example acts that may be performed by the facility in some examples to process an implementer signup request.

    Figure 5 is a table diagram showing sample contents of an implementer table used by the facility in some examples to store information about each registered software implementer.

    Figure 6 is a data flow diagram showing interactions performed in accordance with the facility in some examples to find code on behalf of an implementer.

    Figure 7 is a flow diagram showing example acts that may be performed by the facility in some examples to process a code signing request.

    Figure 8 is a data flow diagram showing sample interactions in accordance with the facility in some examples to provide access to implementer public keys to customers of the implementer and others.

    Figure 9 is a flow diagram showing examples acts that may be performed by the facility in some examples to return a requested implementer public key.

    Figure 10 is a data flow diagram showing sample interactions performed in accordance with the facility in some embodiments to change, or "roll" the key pair for an implementer.

    Figure 11 is a flow diagram showing example acts that may be performed by the facility in some examples to process a key roll request.

    Figure 12 is a table diagram showing sample contents of an implementer table used by the facility in some examples after being updated in response to an implementer's key roll request.

    Figure 13 is a flow diagram showing example acts that may be performed by the additional example of the facility in some examples to process a implementer signup request.

    Figure 14 is a table diagram showing sample contents of an implementer table used by the additional example of the facility in some examples to store information about each registered software implementer.

    Figure 15 is a flow diagram showing example acts that may be performed by the additional example of the facility in some examples to process a code signing request.


    DETAILED DESCRIPTION



    [0011] The inventors have identified significant disadvantages with conventional approaches to signing code. In particular, the inventors have recognized that, by making each implementer organization responsible for its own private key, conventional approaches impose significant time and/or cost burdens on each organization to store its private key in a way that ensures its future availability; and appropriately and effectively control access to the key and its use to sign code so that it isn't used to sign unauthorized code.

    [0012] In order to overcome these disadvantages, the inventors have conceived and reduced to practice a software and/or hardware facility for providing online service for signing code on behalf of implementer organizations ("the facility").The facility manages each implementer's keys, and frees the implementers from having to do so.

    [0013] In some examples, for each of a number of implementers, the facility generates a key pair for the implementer based in part upon credentials provided by the implementer, and also in part upon secret state maintained by the facility for the implementer. In a variety of examples, the facility uses credentials of a variety of types, including credentials based upon the OAuth authentication and authorization protocol described at oauth.net. In some examples, the facility securely stores at least the private key of the key pair for later use to sign code on behalf of the implementer; in some such examples, the key generation process used by the facility includes a random element so as to be nondeterministic. In some examples, the facility omits to store the implementer's private key; rather, it uses a deterministic key generation process, and regenerates the private key from the implementer's credentials and its secret state for the implementer each time the private key is needed to sign code on behalf of the implementer. In some examples, the facility takes steps to publish each implementer's public key, such as by transmitting it to a public key repository or registrar that responds to unauthenticated requests to retrieve an implementer's public key, operating its own public key repository, etc.

    [0014] In some examples, the facility receives from an implementer its credentials, together with a representation of code to be signed. In various examples, this code representation is (1) the entire body of code to be distributed; (2) a catalog characterizing the body of code to be distributed, such as by comprising a collection of digests on various files present in one or more application or other unit of software; (3) one or more digests generated for the body of code to be distributed; or (4) a representation of another type that can be deterministically or semi-deterministically generated based on the body of code to be distributed. The facility uses the private key stored or regenerated for the implementer to sign the code representation, and returns the signed representation or the signature alone to the implementer. In approaches other than (1) above, the facility operates without access to the body of code itself, which may be regarded as a security advantage by some implementers.

    [0015] In some examples, an implementer can instruct the facility to "roll" its key pair, i.e., to replace its key pair with a new one. Where the facility receives such an instruction from an implementer, it alters its secret state for the implementer; generates a new key pair for the implementer; publishes the public key of the new key pair; and, in examples where it persistently stores each implementer's private key rather than regenerating it when needed, stores the private key of the new key pair. In some examples, the facility automatically rolls some or all implementers' keys, such as periodically.

    [0016] In a variety of examples, the facility signs data that accompanies code; data that, while separate from code, relates to code; and/or data that does not relate to code. For example, in some examples, the facility signs a code integrity policy file constituting a manifest of approved software publishers whose software is authorized to execute on a computer system.

    [0017] In some examples, the facility performs timestamping as part of and/or separately from signing. In some examples, the facility responds to implementer requests to revoke a key pair. In some examples, the facility maintains an audit log, either alone or together with an interface that an implementer may use to determine what code representations or other payloads have been submitted on the implementer's behalf and signed with its private key.

    [0018] By performing in some or all of the ways described above, the facility enables an implementer to enjoy the benefits of code signing without having to itself maintain a private key storage and code signing infrastructure.

    [0019] Figure 1 is a network diagram showing a sample environment in which the facility operates in some examples. A code signing service server 100 is accessed via the Internet 110 by both implementer client computer systems 120 and customer client computer systems 130. In various examples, the code signing service center registers an implementer using an implementer client (see Figures 3-5); signs code on behalf of an implementer using an implementer client (see Figures 6-7); provides an implementer public key to a customer using a customer client (see Figures 8-9); and changes, or "rolls," an implementer's key pair in response to a request from an implementer using an implementer client (see Figures 10-12).

    [0020] While various examples are described in terms of the environment described above, those skilled in the art will appreciate that the facility may be implemented in a variety of other environments including a single, monolithic computer system, as well as various other combinations of computer systems or similar devices connected in various ways. In various examples, a variety of computing systems or other different client devices may be used in place of the web client computer systems, such as mobile phones, personal digital assistants, televisions, cameras, etc.

    [0021] Figure 2 is a block diagram showing some of the components that may be incorporated in at least some of the computer systems and other devices on which the facility operates. In various examples, these computer systems and other devices 200 can include server computer systems, desktop computer systems, laptop computer systems, tablet computer systems, netbooks, mobile phones, personal digital assistants, televisions, cameras, automobile computers, electronic media players, electronic kiosk devices, electron table devices, electronic whiteboard devices, etc. In various examples, the computer systems and devices include zero or more of each of the following: a central processing unit ("CPU") 201 for executing computer programs; a computer memory 202 for storing programs and data while they are being used, including the facility and associated data, an operating system including a kernel, and device drivers; a persistent storage device 203, such as a hard drive or flash drive for persistently storing programs and data; a computer-readable media drive 204, such as a floppy, CD-ROM, or DVD drive, for reading programs and data stored on a computer-readable medium; and a network connection 205 for connecting the computer system to other computer systems to send and/or receive data, such as via the Internet or another network and its networking hardware, such as switches, routers, repeaters, electrical cables and optical fibers, light emitters and receivers, radio transmitters and receivers, and the like. While computer systems configured as described above are typically used to support the operation of the facility, those skilled in the art will appreciate that the facility may be implemented using devices of various types and configurations, and having various components.

    [0022] Figure 3 is a data flow diagram showing sample interactions performed in accordance with the facility in some examples to register a new implementer. An implementer client 120 operated by an implementer transmits to the code signing service server 100 an implementer signup request 301. The implementer signup request contains information identifying the implementer, as well as credentials authenticating the implementer's identity. In various examples, implementers provide various kinds of credentials including, in some examples, OAuth credentials. In response, the code signing service server registers the implementer as discussed below in connection with Figure 4, and returns to the implementer client an implementer signup confirmation 302 confirming that the implementer has been registered with the code signing service.

    [0023] Figure 4 is a flow diagram showing example acts that may be performed by the facility in some examples to process an implementer signup request. At 401, the facility receives an implementer signup request from an implementer client computer system. At 402, the facility randomly generates a secret state that it maintains on behalf of the implementer. In some examples, the facility protects this implementer secret state from exposure beyond the boundaries of the code signing service. At 403, the facility uses some or all of the implementer credentials included in the implementer signup request received at 401, together with the implementer secret state generated at 402, to generate for the implementer a key pair including both a private key and a public key. In various embodiments, various other kinds of asymmetric key pairs or asymmetric key collection schemes are used. In some embodiments, the generation of the key pair at 403 is deterministic based upon the implementer credentials, the implementer secret state, and optionally other invariant bases; in some examples, the generation at 403 is nondeterministic, including one or more variant, random, and/or unpredictable bases. At 404, as illustrated in Figure 5 discussed below, the facility creates a new entry in an implementer table. In this new entry, the facility stores information identifying the implementer, some or all of the implementer credentials, the secret state created for the implementer at 402, and the key pair generated for the implementer at 403. In some examples (not shown), the facility omits to store the implementer credentials and/or the implementer private key. In some examples, before storing the implementer private key, the facility encrypts the implementer private key using some or all of the implementer credentials, or in a manner that does not involve using implementer credentials, such as using an encryption key provided by a hardware security module or that is otherwise tied to the local environment; in some such examples, the facility omits to store the implementer credentials. At 405, the facility sends a confirmation to the implementer client that the implementer has been registered. After 405, these acts conclude.

    [0024] Those skilled in the art will appreciate that the steps shown in Figure 4 and in each of the flow diagrams discussed below may be altered in a variety of ways. For example, the order of the steps may be rearranged; some steps may be performed in parallel; shown steps may be omitted, or other steps may be included; a shown step may be divided into substeps, or multiple shown steps may be combined into a single step, etc.

    [0025] Figure 5 is a table diagram showing sample contents of an implementer table used by the facility in some examples to store information about each registered software implementer. The implementer table 500 is made up of rows, such as rows 501 and 502, each corresponding to a different registered implementer. Each row is divided into the following columns: an implementer identity column 511 containing information identifying the implementer to which the row corresponds; implementer credentials column 512 containing implementer credentials used to authenticate the implementer to which the row corresponds; implementer secret state column 513 containing a secret state used by the facility to generate keys for the implementer to which the row corresponds; implementer private key column 514 containing the private key generated by the facility for the implementer to which the row corresponds; and implementer public key column 515 containing the public key generated by the facility for the implementer to which the row corresponds. For example, row 501 indicates that the implementer Acme Utilities has implementer credentials A1, implementer secret state B1, implementer private key C1, and implementer public key D1.

    [0026] In some examples, the facility takes additional measures to secure the contents of the implementer table and/or other states it uses in providing the service. For example, in some examples, the facility encrypts persistently-stored versions of such state using keys stored in a manner that physically and communicatively isolates them from the computer system or systems on which the facility runs, and/or from all other network-connected computing systems, or all other computer systems. These keys can be physically retrieved from their isolation if needed when unencrypted copies of the state stored in volatile memory are lost, such as in a crash or a service migration. In some examples, passwords or other credentials needed to initialize the operation of the computing systems on which the facility executes are similarly isolated.

    [0027] While Figure 5 and each of the table diagrams discussed below show a table whose contents and organization are designed to make them more comprehensible by a human reader, those skilled in the art will appreciate that actual data structures used by the facility to store this information may differ from the table shown, in that they, for example, may be organized in a different manner; may contain more or less information than shown; may be compressed and/or encrypted; may contain a much larger number of rows than shown, etc.

    [0028] Figure 6 is a data flow diagram showing interactions performed in accordance with the facility in some examples to find code on behalf of an implementer. An implementer client 120 operated by an implementer transmits to the code signing service server 100 to code signing request 601. The code signing request 601 contains information identifying the implementer, credentials authenticating the implementer's identity, and a code representation to be signed. As noted above, this code representation can be an entire body of code that is to be distributed; a catalog characterizing the body of code to be distributed; one or more digests generated for the body of code to be distributed, such as by comprising a collection of digests on various files present in one or more application or other unit of software; or a representation of another type. In response, the code signing server verifies the implementer credentials contained by the code signing request, and uses the implementer's private key to sign the code representation. In some examples, this involves retrieving the implementer's private key from the implementer table maintained by the facility, in some cases using the implementer credentials to decrypt the implementer private key. In some examples, this involves regenerating the implementer private key using the implementer credentials received and the implementer secret state maintained by the facility. The code signing service server returns to the implementer client a code signing result 602 containing a signed copy of the code representation. In some examples (not shown), rather than returning the code representation with the signature as shown, the code signing service server returns only the signature, which the implementer client can combine with the code representation that it included in the code signing request. After receiving the code signing result, the implementer client can make it available in connection with the body of code to which the code representation corresponds, such as by distributing it along with the body of code, making it available for customer retrieval when assessing or installing the body of code, etc.

    [0029] Figure 7 is a flow diagram showing example acts that may be performed by the facility in some examples to process a code signing request. At 701, the facility receives the code signing request from an implementer client computer system. At 702, the facility verifies the implementer credentials contained by the code signing request. At 703, the facility retrieves the implementer's private key from the implementer table. In some examples, where the version of the implementer's private key stored in the implementer table is encrypted with implementer credentials, the facility uses the implementer credentials contained by the code signing request to decrypt the implementer's private key. In examples in which a version of the implementer's private key is not stored in the implementer table, the facility regenerates the implementer's private key based upon the implementer credentials contained by the code signing request and the implementer secret stored in the implementer table. At 704, the facility performs a cryptographic signing operation on the code representation contained by the code signing request using the implementer's private key. In various examples, the facility uses a variety of cryptographic signature schemes, including the GMR (Goldwasser Micali Rivest) digital signature algorithm; an RSA PKCS (Public-Key Cryptography Standards) signature scheme; the NIST (National Institute of Standards and Technology) DSA (Digital Signature Algorithm); an ECDSA (Elliptic Curve Digital Signature Algorithm); an ElGamal signature scheme; a Rabin signature scheme; and an XML signature scheme. At 705, the facility sends a code signing result containing the signed code representation generated at 704 to the implementer client computer system. After 705, these acts conclude.

    [0030] Figure 8 is a data flow diagram showing sample interactions in accordance with the facility in some examples to provide access to implementer public keys to customers of the implementer and others. A customer client 130 operated by a customer transmits to the code signing service server 100 a public key request 801. The public key request includes information identifying the implementer whose public key is requested. In response, the code signing service server retrieves the public key for the implementer identified by the public key request from the implementer table, and returns it to the customer client in a public key response 802.

    [0031] Figure 9 is a flow diagram showing examples acts that may be performed by the facility in some examples to return a requested implementer public key. At 901, the facility receives a public key request from a customer client, or from another computer system. At 902, the facility uses implementer identity information contained by the public key request received at 901 to retrieve the identified implementer's public key from the implementer table. At 903, the facility to the customer client a public key response that contains the public key retrieved at 902. After 903, these acts conclude.

    [0032] Figure 10 is a data flow diagram showing sample interactions performed in accordance with the facility in some embodiments to change, or "roll" the key pair for an implementer. An implementer client 120 operated by an implementer transmits to the code signing service server 100 a key roll request 1001. The key roll request includes information identifying the implementer, and credentials authenticating the implementer's identity. In response, the code signing service server generates a new key pair for the implementer based upon generating a new secret state for the implementer. To the extent that and in the way that the facility stores the members of the key pair in the implementer table, the facility replaces these with the members of the new key pair, and sends to the implementer client a key roll confirmation 1002 indicating that the key roll operation has been completed.

    [0033] Figure 11 is a flow diagram showing example acts that may be performed by the facility in some examples to process a key roll request. At 1101, the facility receives a key roll request from an implementer client. At 1102, the facility randomly generates a new implementer secret state. At 1103, the facility uses implementer credentials contained in the request and the new secret state generated at 1102 to generate a new key pair for the implementer. At 1104, the facility updates the entry in the implementer table for the implementer with the new implementer secret state generated at 1102 and the new implementer key pair at 1103. At 1105, the facility sends a key roll confirmation to the implementer client indicating that the requested key roll operations has been completed. After 1105, these acts conclude.

    [0034] Figure 12 is a table diagram showing sample contents of an implementer table used by the facility in some examples after being updated in response to an implementer's key roll request. By comparing row 1201 in Figure 12 to row 501 in Figure 5, it can be seen that, in response to a key roll request from the Acme Utilities implementer, the facility has replaced the implementer secret state Bi in column 513 of Figure 5 with the implementer secret state B1' shown in column 1213 of Figure 12; has replaced the implementer private key C1 shown in column 514 of Figure 5 with the implementer private key C1' shown in column 1214 of Figure 12; and has replaced the implementer D1 shown in column 515 of Figure 5 with the implementer D1' shown in column 1215 of Figure 12.

    [0035] In some examples, the facility provides a computing system for signing software code, comprising: a communications subsystem configured to receive a representation of a body of code from a requester; and a cryptography subsystem configured to sign the representation of a body of code received by the communications subsystem using a key generated for the requester that is not accessible to the requester, the communications subsystem further configured to return to the requester the signed body of code produced by the cryptography subsystem.

    [0036] In some examples, the facility provides a computer-readable medium having contents configured to cause a computing system to, in order to enroll a software implementer in a code signing service: receive information identifying the implementer; receive credentials authenticating the implementer; generate secret state for the implementer; based on at least (1) at least a portion of the received credentials and (2) at least a portion of the generated secret state, generate for the implementer a key pair comprising a private key and a public key; and persistently store the secret state.

    [0037] In some examples, the facility provides a method in a computing system for enrolling a software implementer in a code signing service, the method comprising: receiving information identifying the implementer; receiving credentials authenticating the implementer; generate secret state for the implementer; based on at least (1) at least a portion of the received credentials and (2) at least a portion of the generated secret state, generating for the implementer a key pair comprising a private key and a public key; and persistently storing the secret state.

    [0038] In some examples, the facility provides a computer-readable medium storing an implementer table data structure, the data structure comprising: a plurality of entries each corresponding to a software implementer, each entry comprising: a secret state maintained for the software implementer, such that the contents of the data structure are usable to generate generating a key pair for the software implementer, the key pair including a private key that is usable to sign code on behalf of the software implementer.

    [0039] Figures 13, 14, and 15 discussed below correspond to an additional example of the facility in which neither the implementer credentials nor the implementer private key are maintained persistently by the facility; rather, each time a code signing request is received from an implementer client, containing the implementer's credentials, the facility uses those credentials together with the implementer secret state stored by the facility to regenerate that implementer's private key. The facility uses this regenerated implementer private key to sign code on the implementer's behalf. In this additional example, the facility is unable to sign code on the implementer's behalf unless the implementer participates by submitting a code signing request containing its credentials together with the code to be signed.

    [0040] Figure 13 is a flow diagram showing example acts that may be performed by the additional example of the facility in some examples to process a implementer signup request. The acts of Figure 13 generally correspond to the acts of Figure 4, except that at 1304, the facility creates an entry in the implementer table that stores only implementer identity, implementer secret state, and implementer public key, and not also implementer credentials and implementer private key as at 404.

    [0041] Figure 14 is a table diagram showing sample contents of an implementer table used by the additional example of the facility in some examples to store information about each registered software implementer. The acts of Figure 14 generally correspond to those of Figure 5, except that implementer credentials column 512 and implementer private key column 514 shown in Figure 5 are omitted in implementer table 1400 shown in Figure 14.

    [0042] Figure 15 is a flow diagram showing example acts that may be performed by the additional example of the facility in some examples to process a code signing request. The acts shown in Figure 15 generally correspond to those shown in Figure 7, except as follows: rather than retrieving the implementer's private key from the implementer table at 703 as shown in Figure 7, at 1503, the facility regenerates the implementer's private key from the implementer secret state stored in the implementer table and the implementer credentials contained by the code signing request.

    [0043] It will be appreciated by those skilled in the art that the above-described facility may be straightforwardly adapted or extended in various ways. While the foregoing description makes reference to particular examples, the scope of the invention is defined solely by the claims that follow and the elements recited therein.


    Claims

    1. A computing system (100,200) for signing software code, comprising:

    a storage device configured to store an implementer table data structure (500, 1400), the data structure comprising a plurality of entries (501-502; 1201-1202), each entry corresponding to one of a plurality of software implementers (511, 1211) and comprising credentials and a secret state (513, 1413) generated for the respective one of the plurality of software implementers,

    a communications subsystem (205) configured to receive (701,1501) a request to sign a representation (601) of a body of code from a software implementer (120) and to receive credentials (301, 601) from the software implementer that authenticate the software implementer's identity;

    a cryptography subsystem (201,202) configured to generate (513, 1413) a key for the software implementer at least in part based upon at least a portion of the received credentials and the secret state stored by the storage device on behalf of the software implementer and to sign (704,1504), on behalf of the software implementer, the representation of a body of code received by the communications subsystem using the key (514) generated for the software implementer that is not accessible to the software implementer, in response to the request, and

    the communications subsystem further configured to return (705,1505) to the software implementer the signed representation of a body of code produced by the cryptography subsystem.


     
    2. The computing system of claim 1 wherein the key generated for the software implementer is generated (1503) by the cryptography subsystem based at least in part on a receipt by the communications subsystem of the representation of a body of code.
     
    3. The computing system of claim 1 wherein the key used to sign the representation of a body of code is a private key (514) having a corresponding public key (515),
    the computing system further comprising:
    a publication subsystem (201, 202,205) configured to publish the public key (802).
     
    4. The computing system of claim 1, wherein the contents of the data structure are usable to generate (403, 1503) a key pair for the software implementer, the key pair including a private key (514) that is usable to sign (704) code on behalf of the software implementer, each entry further comprises the private key (514) of the key pair generated for the software implementer.
     
    5. The computing system of claim 4 wherein the key pair includes a public key corresponding to the private key,
    and wherein each entry further comprises:
    the public key (515, 1415) of the key pair generated for the software implementer.
     


    Ansprüche

    1. Rechensystem (100,200) zum Signieren eines Software-Codes, umfassend:

    eine Datenspeichervorrichtung, die konfiguriert ist, eine Umsetzer-Tabellendatenstruktur (500, 1400) zu speichern, wobei die Datenstruktur eine Vielzahl von Einträgen (501-502; 1201-1202) umfasst, wobei jeder Eintrag einem einer Vielzahl von Software-Umsetzern (511,1211) entspricht, und Berechtigungsnachweise und einen Geheimzustand (513, 1413) umfasst, die für den entsprechenden der Vielzahl von Software-Umsetzern erzeugt werden,

    ein Kommunikationsteilsystem (205), das konfiguriert ist, eine Anfrage zum Unterzeichnen einer Darstellung (601) eines Codekörpers von einem Software-Umsetzer (120) zu empfangen (701, 1501) und Berechtigungsnachweise (301, 601) von dem Software-Umsetzer zu empfangen, die die Identität des Software-Umsetzers authentifizieren;

    ein Kryptografieteilsystem (201,202), das konfiguriert ist, einen Schlüssel für den Software-Umsetzer, basierend zumindest teilweise auf mindestens einem Teil der empfangenen Berechtigungsnachweise und dem Geheimzustand, die von der Datenspeichervorrichtung gespeichert sind, im Namen des Software-Umsetzers zu erzeugen (513, 1413) und, in Antwort auf die Anfrage, im Namen des Software-Umsetzers die Darstellung eines Codekörpers, die durch das Kommunikationsteilsystem empfangen wurde, unter Verwendung des Schlüssels (514) zu signieren (704, 1504), der für den Software-Umsetzer erzeugt wurde, der für den Software-Umsetzer nicht zugänglich ist, und

    das Kommunikationsteilsystem weiter konfiguriert ist, die signierte Darstellung eines Codekörpers, die durch das Krytografieteilsystem produziert wurde, an den Software-Umsetzer zurückzusenden (705,1505).


     
    2. Rechensystem nach Anspruch 1, wobei der Schlüssel, der für den Software-Umsetzer erzeugt wird, durch das Krytografieteilsystem basierend zumindest teilweise auf einem Empfang der Darstellung eines Codekörpers durch das Kommunikationsteilsystem erzeugt wird (1503).
     
    3. Rechensystem nach Anspruch 1, wobei der Schlüssel, der zum Signieren der Darstellung eines Codekörpers verwendet wird, ein privater Schlüssel (514) ist, der einen entsprechenden öffentlichen Schlüssel (515) hat,
    das Rechensystem weiter umfassend:
    ein Veröffentlichungsteilsystem (201, 202,205), das konfiguriert ist, den öffentlichen Schlüssel (802) zu veröffentlichen.
     
    4. Rechensystem nach Anspruch 1, wobei der Inhalt der Datenstruktur verwendbar ist, um ein Schlüsselpaar für den Software-Umsetzer zu erzeugen (403, 1503), wobei das Schlüsselpaar einen privaten Schlüssel (514) beinhaltet, der verwendbar ist, um Code im Namen des Software-Umsetzers zu signieren (704), wobei jeder Eintrag weiter den privaten Schlüssel (514) des Schlüsselpaares umfasst, das für den Software-Umsetzer erzeugt wurde.
     
    5. Rechensystem nach Anspruch 4, wobei das Schlüsselpaar einen öffentlichen Schlüssel beinhaltet, der dem privaten Schlüssel entspricht,
    und wobei jeder Eintrat weiter umfasst:
    den öffentlichen Schlüssel (515, 1415) des Schlüsselpaares, das für den Software-Umsetzer erzeugt wurde.
     


    Revendications

    1. Système informatique (100, 200) pour signer du code logiciel, comprenant :

    un dispositif de stockage configuré pour stocker une structure de données de table d'exécuteur (500, 1400), la structure de données comprenant une pluralité d'entrées (501-502 ; 1201-1202), chaque entrée correspondant à l'un d'une pluralité d'exécuteurs de logiciel (511, 1211) et comprenant des accréditations et un état secret (513, 1413) généré pour l'exécuteur de logiciel respectif de la pluralité d'exécuteurs de logiciel,

    un sous-système de communications (205) configuré pour recevoir (701, 1501) une requête pour signer une représentation (601) d'un corps de code de la part d'un exécuteur de logiciel (120) et pour recevoir des accréditations (301, 601) de la part de l'exécuteur de logiciel qui authentifient l'identité de l'exécuteur de logiciel ;

    un sous-système de cryptographie (201, 202) configuré pour générer (513, 1413) une clef pour l'exécuteur de logiciel au moins en partie sur la base d'au moins une partie des accréditations reçues et de l'état secret stocké par le dispositif de stockage au nom de l'exécuteur de logiciel et pour signer (704, 1504), au nom de l'exécuteur de logiciel, la représentation d'un corps de code reçu par le sous-système de communications en utilisant la clef (514) générée pour l'exécuteur de logiciel qui n'est pas accessible à l'exécuteur de logiciel, en réponse à la requête, et le sous-système de communications configuré en outre pour retourner (705, 1505) à l'exécuteur de logiciel la représentation signée d'un corps de code produit par le sous-système de cryptographie.


     
    2. Système informatique selon la revendication 1 dans lequel la clef générée pour l'exécuteur de logiciel est générée (1503) par le sous-système de cryptographie sur la base au moins en partie d'une réception par le sous-système de communications de la représentation d'un corps de code.
     
    3. Système informatique selon la revendication 1 dans lequel la clef utilisée pour signer la représentation d'un corps de code est une clef privée (514) ayant une clef publique correspondante (515),
    le système informatique comprenant en outre :

    un sous-système de publication (201, 202, 205) configuré pour publier la clef publique (802).


     
    4. Système informatique selon la revendication 1, dans lequel les contenus de la structure de données sont utilisables pour générer (403, 1503) une paire de clefs pour l'exécuteur de logiciel, la paire de clefs incluant une clef privée (514) qui est utilisable pour signer (704) du code au nom de l'exécuteur de logiciel, chaque entrée comprenant en outre la clef privée (514) de la paire de clefs générée pour l'exécuteur de logiciel.
     
    5. Système informatique selon la revendication 4 dans lequel la paire de clefs inclut une clef publique correspondant à la clef privée,
    et dans lequel chaque entrée comprend en outre :
    la clef publique (515, 1415) de la paire de clefs générée pour l'exécuteur de logiciel.
     




    Drawing


















































    Cited references

    REFERENCES CITED IN THE DESCRIPTION



    This list of references cited by the applicant is for the reader's convenience only. It does not form part of the European patent document. Even though great care has been taken in compiling the references, errors or omissions cannot be excluded and the EPO disclaims all liability in this regard.

    Patent documents cited in the description