WO2003003176A1 - Trust grant and revocation from a master key to secondary keys - Google Patents
Trust grant and revocation from a master key to secondary keys Download PDFInfo
- Publication number
- WO2003003176A1 WO2003003176A1 PCT/US2001/017128 US0117128W WO03003176A1 WO 2003003176 A1 WO2003003176 A1 WO 2003003176A1 US 0117128 W US0117128 W US 0117128W WO 03003176 A1 WO03003176 A1 WO 03003176A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- code
- trust
- antidote
- key
- partner
- Prior art date
Links
- 239000000729 antidote Substances 0.000 claims abstract description 31
- 238000000034 method Methods 0.000 claims abstract description 12
- 230000000694 effects Effects 0.000 claims description 4
- 238000012937 correction Methods 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- 239000012634 fragment Substances 0.000 description 2
- 230000002089 crippling effect Effects 0.000 description 1
- 230000001627 detrimental effect Effects 0.000 description 1
- 239000012535 impurity Substances 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/50—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
- G06F21/51—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems at application loading time, e.g. accepting, rejecting, starting or inhibiting executable software based on integrity or source reliability
Definitions
- the invention relates to security trusts. More particularly, the invention relates to allowing code signed by a master key to grant trust to an arbitrary second key, and allowing code, referred to as an antidote, also signed by the master key to revoke permanently the trust given to the secondary key.
- the definition of trust has two parts.
- the first part is establishing identity of a participant.
- the participant has, as an analogy a letter of introduction signed by some other entity.
- the signing entity is typically referred to as a certificate of authority, or CA.
- CA certificate of authority
- the certificate of authority, or simply, certificate establishes the participant's name and signature.
- Other terms used interchangeably with certificate are master key, super key, and system certificate. Therefore, the participant's identity is a letter of introduction signed by a CA.
- the second part is a statement of trust, which according to the analogy above may be a letter stating trust the participant. That is, the first step is to establish identity of a participant, and the second step is an agreement provided stating trust such identity. The identity and the agreement together work to establish trust.
- CRL's From a typical computer system's perspective, an example of an implementation of trust is accomplished by using CRL's.
- CRL's The use of CRL's is bundled with the released software.
- Associated with the released software is a system certificate.
- This certificate along with a plurality of other certificates reside in a certificate database.
- the use of certificates is adaptable to be applied to releases of additional software released by the same entity that released the first system code. Sometimes they are referred to as patches. Signed patches mean for the end user to trust the patches as well as the originally signed software.
- Tallman, U.S. Patent No. 5,619,657 (Apr. 8, 1997) discloses a method for providing a security facility for a network of management servers utilizing a database of trust relations to verify mutual trust relations between management servers.
- the disclosure consists of a method for providing security for distributing management operations among components of a computer network using a network of mutually trusting, mutually authenticating management services to dispatch operations to selected host systems.
- Mutual authentication and trust are established on every transmission link from a point of submission to a designated management server which invokes a service provider to perform management operations on a selected host.
- the user is required to certify that the workstation in question possessing the private encryption key is authorized to speak on the user's behalf.
- partner code it would be advantageous to provide an elegant, simple, and efficient means to revoke the trust previously granted to partner code. It would be advantageous to allow partner code to be signed by its own, unique certificate so as not to impact the release of other code signed by other certificates.
- a method and apparatus is provided that essentially adds two elements of functionality to a client.
- the first element of functionality allows code signed by a master key to grant power, or trust to an arbitrary second, or minor key.
- the second element of functionality allows code, referred to as an antidote, signed by a master key to preclude giving power to a specific secondary key permanently.
- the master key is used to sign only extremely small elements of code. These code elements convey either a grant or denial of trust for a secondary key. The fact that these sections of code are small and simple ensures no errors are made in the code and hence the master key never needs to be revoked.
- the idea of the antidote is that trust can be permanently denied for a secondary key. Once the antidote is applied by rerunning the trust code, the secondary key will never have any more effect. From a usage perspective, the code fragment is run as an upgrade to combat a security breach that was discovered. The upgrade running the antidote permanently prevents the upgraded client from paying attention to the trusted code that has been breached. This makes the granted trust benign once it is breached.
- Fig. 1 shows a schematic diagram of a trust system according to the prior art
- Fig. 2 shows a schematic diagram of a trust system according to the invention.
- a method and apparatus that essentially adds two elements of functionality to a client.
- the first element of functionality allows code signed by a master key to grant power, or trust to an arbitrary second, or minor key.
- the second element of functionality allows code, referred to as an antidote, signed by a master key to preclude giving power to a specific secondary key permanently.
- the master key is used to sign only extremely small elements of code. These code elements convey either a grant or denial of trust for a secondary key. The fact that these sections of code are small and simple ensures no errors are made in the code and hence the master key needs never to be revoked.
- the idea of the antidote is that trust can permanently be denied for a secondary key. Once the antidote is applied by rerunning the trust code, the secondary key will never have any effect. From a usage perspective, the code fragment is run as an upgrade to combat a security breach that was discovered. The upgrade running the antidote permanently prevents the upgraded client from paying attention to the trusted code that has been breached. This makes the granted trust benign once it is breached.
- the invention can be understood by an example problem and its solution.
- the example is of a client shipping software to end users and the client's partner desiring to ship software that can be viewed as an add on to the client's software.
- the problem can arise when both the client software and the partner software are each signed by a single master key.
- a master key 100 signs system code 101 of a client. At some point later in time, the client releases an additional patch of code 102 that is also signed by the master key 100 to ensure that all code works in unison. When it is desired to ship or release partner code 103 of the client that is associated with or added on to the client code the master key 100 also signs the partner code 103. Such signing 104 by the master key 100 can be viewed as dangerous because the partner code 103 might have errors. This can be particularly troublesome when the partner code 103 is a large body of code.
- the corrective procedure according to the prior art is to correct the errors in the partner code 103 and subsequently redistribute the entire amount of previously distributed code (101 -103) containing the corrections and again signed by the master key 100.
- a solution to the problem is as follows.
- the partner creates a secondary or minor key 200.
- the client provides empowerment or trust code 201 signed by the master key 100 that essentially allows trusting the minor key
- antidote code 203 is created, signed by the master key 100, and distributed when necessary to users of the trusted partner code 202.
- a small piece of Application Programming Interface (API) add/destroy trust code 204 is provided for the client's system 205.
- This API 204 is also signed by the master key 100.
- the empowerment code 201 and the antidote code 203 each make calls to this API to ensure that the system 205 has the ability to add or destroy the trust granted by the minor key 200.
- implementation is as follows. First the add/destroy trust API 204 is added to the system 205. Then the client simply writes the small piece of empowerment code 201 and the small piece of antidote code 203 that each make calls to the API 204. In the preferred embodiment, any of the API, empowerment, and antidote code is written in, but not limited to the Java or JavaScript programming languages, or in any other general purpose code.
- the granting and revoking of trust according to the invention is performed outside of the standard infrastructure as in using certificates and revocation lists as according to the prior art.
- the master key or certificate is trusting code, as opposed to trusting another certificate or key as according to the prior art.
- the invention does not require the standard general mechanism of certificate revocations lists, whereby validating a particular certificate requires accessing a central area to check for revocations.
- an upgrade is downloaded to the end user, wherein the upgrade carries the revocation of the trust.
- the antidote code 203 destroying trust is more powerful than the empowerment code 201 together with the signed partner code 203 making the added trust. That is, the antidote code 203 has permanence meaning that when the system 205 encounters trusted partner code 202 signed by the minor key 200 at a later point in time and after the antidote code 203 has been applied, the system 205 will continue to honor the revocation of trust by the minor key 200.
- a new minor key is issued and the adding of trust can be reinstated.
- each partner can have its own unique minor key.
- an end user is presented with dialog boxes asking the end user whether or not the end user trusts code about to be loaded or run.
- dialogs typically confuse the end user.
- dialog boxes are avoided.
- the end user When an end user requests the upgrade containing the partner code add on, the end user actually receives the signed (by the master key) empowerment code and the signed (by the minor key) partner code, without receiving any questions.
- the end user experiences the system code, any additional patches, and powerful partner code all working together seamlessly.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Computer Hardware Design (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Storage Device Security (AREA)
- Lock And Its Accessories (AREA)
Abstract
Description
Claims
Priority Applications (10)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
AU2001263462A AU2001263462B2 (en) | 2001-05-25 | 2001-05-25 | Trust grant and revocation from a master key to secondary keys |
EP01937758A EP1390828A1 (en) | 2001-05-25 | 2001-05-25 | Trust grant and revocation from a master key to secondary keys |
US10/478,767 US7328337B2 (en) | 2001-05-25 | 2001-05-25 | Trust grant and revocation from a master key to secondary keys |
JP2003509288A JP2004535118A (en) | 2001-05-25 | 2001-05-25 | Authorization of primary key trust and revocation of secondary key |
PCT/US2001/017128 WO2003003176A1 (en) | 2001-05-25 | 2001-05-25 | Trust grant and revocation from a master key to secondary keys |
CA002447649A CA2447649C (en) | 2001-05-25 | 2001-05-25 | Trust grant and revocation from a master key to secondary keys |
CNB018232930A CN1326006C (en) | 2001-05-25 | 2001-05-25 | Trust grant and revocation from a master key to secondary keys |
US12/022,963 US8181018B2 (en) | 2001-05-25 | 2008-01-30 | Master key trust grants and revocations for minor keys |
US13/458,450 US8683198B2 (en) | 2001-05-25 | 2012-04-27 | Master key trust grants and revocations for minor keys |
US13/620,935 US20130067221A1 (en) | 2001-05-25 | 2012-09-15 | Master key trust grants and revocations for minor keys |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
PCT/US2001/017128 WO2003003176A1 (en) | 2001-05-25 | 2001-05-25 | Trust grant and revocation from a master key to secondary keys |
Related Child Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10478767 A-371-Of-International | 2001-05-25 | ||
US12/022,963 Continuation US8181018B2 (en) | 2001-05-25 | 2008-01-30 | Master key trust grants and revocations for minor keys |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2003003176A1 true WO2003003176A1 (en) | 2003-01-09 |
Family
ID=21742601
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/US2001/017128 WO2003003176A1 (en) | 2001-05-25 | 2001-05-25 | Trust grant and revocation from a master key to secondary keys |
Country Status (6)
Country | Link |
---|---|
EP (1) | EP1390828A1 (en) |
JP (1) | JP2004535118A (en) |
CN (1) | CN1326006C (en) |
AU (1) | AU2001263462B2 (en) |
CA (1) | CA2447649C (en) |
WO (1) | WO2003003176A1 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20140219442A1 (en) * | 2013-02-07 | 2014-08-07 | Fairchild Semiconductor Corporation | Secure crypto key generation and distribution |
Families Citing this family (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2007328473A (en) * | 2006-06-07 | 2007-12-20 | Nec Corp | Electronic introduction letter preparation system, electronic introduction letter preparation device and electronic introduction letter preparation method to be used for the same |
US9363267B2 (en) * | 2014-09-25 | 2016-06-07 | Ebay, Inc. | Transaction verification through enhanced authentication |
US10042685B1 (en) | 2017-03-17 | 2018-08-07 | Accenture Global Solutions Limited | Extensible single point orchestration system for application program interfaces |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4919545A (en) * | 1988-12-22 | 1990-04-24 | Gte Laboratories Incorporated | Distributed security procedure for intelligent networks |
US5224163A (en) * | 1990-09-28 | 1993-06-29 | Digital Equipment Corporation | Method for delegating authorization from one entity to another through the use of session encryption keys |
US5761669A (en) * | 1995-06-06 | 1998-06-02 | Microsoft Corporation | Controlling access to objects on multiple operating systems |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2000077974A1 (en) * | 1999-06-11 | 2000-12-21 | Liberate Technologies | Hierarchical open security information delegation and acquisition |
-
2001
- 2001-05-25 CA CA002447649A patent/CA2447649C/en not_active Expired - Fee Related
- 2001-05-25 AU AU2001263462A patent/AU2001263462B2/en not_active Ceased
- 2001-05-25 WO PCT/US2001/017128 patent/WO2003003176A1/en active IP Right Grant
- 2001-05-25 CN CNB018232930A patent/CN1326006C/en not_active Expired - Fee Related
- 2001-05-25 JP JP2003509288A patent/JP2004535118A/en active Pending
- 2001-05-25 EP EP01937758A patent/EP1390828A1/en not_active Ceased
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4919545A (en) * | 1988-12-22 | 1990-04-24 | Gte Laboratories Incorporated | Distributed security procedure for intelligent networks |
US5224163A (en) * | 1990-09-28 | 1993-06-29 | Digital Equipment Corporation | Method for delegating authorization from one entity to another through the use of session encryption keys |
US5761669A (en) * | 1995-06-06 | 1998-06-02 | Microsoft Corporation | Controlling access to objects on multiple operating systems |
Non-Patent Citations (1)
Title |
---|
See also references of EP1390828A1 * |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20140219442A1 (en) * | 2013-02-07 | 2014-08-07 | Fairchild Semiconductor Corporation | Secure crypto key generation and distribution |
Also Published As
Publication number | Publication date |
---|---|
JP2004535118A (en) | 2004-11-18 |
AU2001263462B2 (en) | 2005-09-29 |
CA2447649C (en) | 2008-07-29 |
EP1390828A1 (en) | 2004-02-25 |
CN1527963A (en) | 2004-09-08 |
CA2447649A1 (en) | 2003-01-09 |
CN1326006C (en) | 2007-07-11 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10862892B2 (en) | Certificate system for verifying authorized and unauthorized secure sessions | |
US11714633B2 (en) | Method for providing a firmware update of a device | |
US10361852B2 (en) | Secure verification system | |
US7526649B2 (en) | Session key exchange | |
EP1914951B1 (en) | Methods and system for storing and retrieving identity mapping information | |
CN101145906B (en) | Method and system for authenticating legality of receiving terminal in unidirectional network | |
US20060195689A1 (en) | Authenticated and confidential communication between software components executing in un-trusted environments | |
US7747851B1 (en) | Certificate distribution via license files | |
US7900046B2 (en) | System and method for establishing mutual trust on a per-deployment basis between two software modules | |
US20130339740A1 (en) | Multi-factor certificate authority | |
US7681230B2 (en) | Data synchronization for a secure electronic device | |
JP2009526287A (en) | Method and apparatus for generating rights object on behalf by rights delegation | |
US10374808B2 (en) | Verification system for creating a secure link | |
CN115118454B (en) | Cascade authentication system and authentication method based on mobile application | |
US8683198B2 (en) | Master key trust grants and revocations for minor keys | |
US20030037239A1 (en) | Method and apparatus to mutually authentication software modules | |
CA2447649C (en) | Trust grant and revocation from a master key to secondary keys | |
CN112968779B (en) | A security authentication and authorization control method, control system, and program storage medium | |
AU2001263462A1 (en) | Trust grant and revocation from a master key to secondary keys | |
CN113240418B (en) | Block chain-based intelligent access control method and equipment for private data | |
Gergely et al. | BlockCACert–A Blockchain-Based Novel Concept for Automatic Deployment of X. 509 Digital Certificates | |
CN111082928A (en) | Key distribution method, key distribution system, and computer-readable storage medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AK | Designated states |
Kind code of ref document: A1 Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY CA CH CN CR CU CZ DE DK DM EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG US UZ VN YU ZA ZW |
|
AL | Designated countries for regional patents |
Kind code of ref document: A1 Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG |
|
DFPE | Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101) | ||
121 | Ep: the epo has been informed by wipo that ep was designated in this application | ||
WWE | Wipo information: entry into national phase |
Ref document number: 2001937758 Country of ref document: EP |
|
WWE | Wipo information: entry into national phase |
Ref document number: 2447649 Country of ref document: CA |
|
WWE | Wipo information: entry into national phase |
Ref document number: 2001263462 Country of ref document: AU |
|
WWE | Wipo information: entry into national phase |
Ref document number: 10478767 Country of ref document: US Ref document number: 1515/KOLNP/2003 Country of ref document: IN Ref document number: 01515/KOLNP/2003 Country of ref document: IN |
|
WWE | Wipo information: entry into national phase |
Ref document number: 018232930 Country of ref document: CN |
|
WWE | Wipo information: entry into national phase |
Ref document number: 2003509288 Country of ref document: JP |
|
WWP | Wipo information: published in national office |
Ref document number: 2001937758 Country of ref document: EP |
|
REG | Reference to national code |
Ref country code: DE Ref legal event code: 8642 |
|
WWG | Wipo information: grant in national office |
Ref document number: 2001263462 Country of ref document: AU |