1. Field of the Invention
The present invention relates to the field of computer security systems. More particularly, the invention provides methods and devices for providing security to distributed computer systems.
2. Description of Related Art
Security frameworks have been developed to protect data transmitted in distributed computing systems. Existing security frameworks have an assortment of degrees of privacy, security, adaptability and scalability. The Kerberos system, for example, provides secure communications by users sharing a key with a third party. In order to conduct secure communications, each party connect to the third party and utilize the key issued by the third party. Among other disadvantages, the Kerberos system allows the third party to track the identities of users who are communicating with each. Furthermore, the third party has the ability to decrypt messages because the third party issues the keys. The Kerberos security model is fixed; that is, administrators have limited flexibility in deployment options.
Other existing security systems have merits and limitations. For example, security systems that utilize public key and private key infrastructures can include time-consuming and expensive encryption and decryption steps. Time consuming encryption and decryption steps can limit the scalability of a security system if they are performed too frequently. As well, PKI infrastructures often have revocation issues and many don't address the issue of management of multiple trust roots or cross-certification. Most solutions are designed for specific purposes, e.g., SSL or IPsec. Existing security systems have also generally focused on specific cryptographic technologies. For example, Kerberos uses symmetric keys and PKI uses public keys.
There exists a need in the art for a generic security framework, for use with distributed computing systems, that is security protocol independent and that can be scaled for use with wide area networks, such as the Internet, and that is independent of the underlying cryptographic mechanisms being used.
The present invention overcomes one or more problems and limitations of the prior art by providing a generic security framework that is transport and security protocol independent and that can support multiple cryptographic technologies. The security framework utilizes a security policy which may describe the components of the framework, their properties, capabilities, requirements, and interactions. The policy is expressed using a security policy language. The security policy language allows different security components to be defined and configured without changing application code. Using this mechanism, a specific set of security services can be defined which meet the needs of a specific deployment. Furthermore, the security components allow the security services to be partitioned to increase both flexibility and scalability. By capturing the security semantics within a language, the underlying implementation is abstract thereby creating a “virtual distributed security system.” Furthermore, with the security semantics expressed in language, the underlying protocols are abstracted allowing the security runtime to support different platforms, technologies, and protocols. Finally, with a security policy definition in language form, it is possible to construct proofs of the security system.
The present invention is illustrated by way of example and not limited in the accompanying figures in which like reference numerals indicate similar elements and in which:
Aspects of the present invention are suitable for use in a variety of distributed computing system environments. In distributed computing environments, tasks may be performed by remote computer devices that are linked through communications networks. Embodiments of the present invention may comprise special purpose and/or general purpose computer devices that each may include standard computer hardware such as a central processing unit (CPU) or other processing means for executing computer executable instructions, computer readable media for storing executable instructions, a display or other output means for displaying or outputting information, a keyboard or other input means for inputting information, and so forth. Examples of suitable computer devices include hand-held devices, multiprocessor systems, microprocessor-based or programmable consumer electronics, network PCS, minicomputers, mainframe computers, and the like.
The invention will be described in the general context of computer-executable instructions, such as program modules, that are executed by a personal computer or a server. Generally, program modules include routines, programs, objects, components, data structures, etc., that perform particular tasks or implement particular abstract data types. Typically the functionality of the program modules may be combined or distributed as desired in various environments.
Embodiments within the scope of the present invention also include computer readable media having executable instructions. Such computer readable media can be any available media which can be accessed by a general purpose or special purpose computer. By way of example, and not limitation, such computer readable media can comprise RAM, ROM, EEPROM, CD-ROM or other optical disk storage, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired executable instructions and which can be accessed by a general purpose or special purpose computer. Combinations of the above should also be included within the scope of computer readable media. Executable instructions comprise, for example, instructions and data which cause a general purpose computer, special purpose computer, or special purpose processing device to perform a certain function or group of functions.
Computer device 104, computer device 106 and computer device 108 may be coupled to communications network 102 through communication devices. Network interfaces or adapters may be used to connect computer devices 104, 106 and 108 to a LAN. When communications network 102 includes a WAN, modems or other means for establishing a communications over WANs may be utilized. Computer devices 104, 106 and 108 may communicate with one another via communication network 102 in ways that are well known in the art. The existence of any of various well-known protocols, such as TCP/IP, Ethernet, FTP, HTTP and the like, is presumed.
Computers devices 104, 106 and 108 may exchange content, applications, messages and other objects via communications network 102. In some aspects of the invention, computer device 108 may be implemented with a server computer or server farm. Computer device 108 may also be configured to provide services to computer devices 104 and 106.
Security policies 210a-210c may describe the behaviors of components of a system or an overall security semantics of a system. For example, when sending a message, a security policy may require that the message be signed in a specific way or that multiple signatures of specific forms must be present, that certain credentials must be presented and that at least a portion of the message is encrypted. In another example, a security policy may identify the steps that must be taken before accessing a service.
The security policy may be authored by a system administrator or an application developer. Instead of a limited number of access control rules like prior art methods, aspects of the present invention allow users and applications to create new access and other rules by creating or modifying a security policy. For example, for a particular service, an administrator may want users to have a special read access. In prior art systems, the rights that may be utilized are hard coded within the security system. For example, Windows NT operating systems has 32 defined permission rights. With the present invention, the administrator can define new rights by defining or editing a security policy. The security policy may be capability based, i.e., an application may define a capability and virtual distributed security system 204 may provide that capability.
Security policies 210a-210c may be authored in a security policy language. The security policy language may be used to describe the security components, their properties, capabilities, requirements, interaction semantics and other security aspects. Those skilled in the art will appreciate that such a language could be expressed in many different forms. In some embodiments, the security language may be a logic-based language, such as Prolog or some derivative. In other embodiments, the security language may be rule-based or a procedural based. Of course, the security language may also be any combination of logic-based, rule based or procedural based. In one embodiment, security policies 210a-210c are implemented with extensible markup language (XML) documents.
An identity component 306a may provide a mechanism to authenticate a principal and provide authoritative proof of the identity. Proof of an identity may be established with a credential, ticket, license, or some other mechanism acceptable to identity component 306a. Aspects of the present invention are described below with respect to licenses. A license contains a set of assertions and is signed by an authority. One skilled in the art will appreciate that in alternative embodiments, credentials, tickets or other mechanisms may be utilized.
An admission component 306b may provide a mechanism for regulating access to a trust domain of service 304. Admission component 306b may map external credentials to internal credentials. For example, application 302 may provide public key credentials to admission component 306b, and admission component 306b may return symmetric key credentials to application 302.
A permission component 306c may provide a mechanism for pre-fetching rights, capabilities, or other access control information. Permission component 306c allows service 304 to compare signed credentials received from permission component 306c with the required rights/capabilities for the operation requested by application 302. Comparing rights is generally more efficient for service 304 than “fetching” rights, particularly in embodiments where rights do not change.
A shared key component 306d may provide a mechanism to securely share secrets between service 304, security components 306, and other services that exist within a trust domain of service 304. For example, if the admission service 306b returned a symmetric key license, it may be encoded using a shared key for the trust domain. Service 304 can obtain the shared key used by admission service 306b from shared key service 306d and use the shared key to decode the license.
A revocation component 306e may provide a mechanism for tracking revocation. For example, credentials issued outside the trust domain might be monitored for revocation, for example, using certificate revocation lists (CRLS). Revocation component 306e may also monitor usage within the trust domain and revoke credentials, tickets, licenses, or other mechanisms that are being misused. For example, an administrator can set limits on licenses for application 302 such as call limits, time limits, or frequency limits. A call limit may limit the number of times a license may be utilized. A time limit may limit a license to a specific time period and a frequency limit may limit the number of times a license can be utilized within a given time period. If application 302 exceeds these limits, the license can be revoked. When coupled with a metering system, this provides a mechanism to limit the exposure of a denial of service attack, especially if it is accidental. This mechanism is also important when dealing with server farms. In prior art systems, limits are typically divided by the number of servers and allocated accordingly. For example, if there are 10 servers and there is a call limit of 20, each individual server will have a call limit of 2. In other prior art systems, the call limit is applied to each server. As a result, with 10 servers and a call limit of 20, the actual call limit can be 200. Revocation component 306e may track the activity of all of the servers and ensure that the call limit is not exceeded. Of course, propagation delays between servers and revocation component 306e or a metering system may cause a call limit to be slightly exceeded in some cases.
A trust component 306f may provide a mechanism for managing trust relationships. Trust component 306f may utilize a trust policy or trust statement to indicate how an entity is trusted and/or the extent to which an entity is trusted. A trust relationship allows a first entity to trust a second entity when the first entity trusts an authority that issues a license to the second entity. In some embodiments, entities may define the scope of the trust. For example, a first entity may trust a second entity for transactions with certain URLs. Trust relationships may contain a cryptographic component. For example, with public keys embodiments, certification chains are processed and, eventually, a certificate may be signed by a trusted authority. This mechanism maintains the trusted identities and their certificates so that they cannot be altered without proper authorization. Similarly, a party may not trust the root of another party's certificate, but may countersign or trust a countersignature on the certificate (cross certification). In many circumstances trusts may be shared across different applications and services or even instances (e.g. farms) of a service. In such an environment trust component 306f provides a mechanism for the trusting parties to be notified or obtain updates including additions, changes, or deletions of trusted parties. Those skilled in the art recognize that there can be multiple mechanisms for distributing updates, including, but not limited to, polling and eventing and a security policy may make selections among the available options.
Trust component 306f may provide a trust mechanism that spans enterprises or organizations. For example, application 302 may work with service 304 in a specific contract to deal with parts ordering and tracking. While application 302 and service 304 may be running at different companies, application 302 and service 304 may both also interact another entity, such as a parts company. Application 302 and service 304 may both choose to trust any entity that the parts company specifies as trusted (e.g. its sub-contractors).
A store component 306g may provide a mechanism for storing, retrieving, encrypting and managing credentials, such as licenses. Store component 306g may be used as a lockbox (personal storage), a directory, a registry, an escrow or other storage mechanism. Furthermore, store component 306g can verify the stored licenses, including periodic revocation checks and countersign the credentials allowing parties that trust store component 306g to optimize processing and skip validation checks.
In one embodiment, the functionality of store component 306g may be implemented with a directory, such as directory 402 shown in
Directory 402 may also include a processor 418 and a verification module 420 that can be used to verify the status of one or more licenses stored in memory module 404.
In step 506, the directory receives, from the authority, at least one status message indicating the status of the license. The status message may indicate that the license remains valid, has been revoked, has been modified or some other status. In step 508, it is determined whether the status message includes instructions for modifying the license. If the status message includes modification instructions, the license is modified in step 510. A license may be modified by expanding or limiting its scope or duration or modifying any assertion or condition. Next, in step 512, it is determined whether the license includes instructions for deleting the license. A license may be deleted when it has been revoked by the issuing authority. If the status message indicates that the license is to be deleted, the license is deleted in step 514.
Directory 402 may receive, from the license owner, a request for the license in step 516. The license owner may request the license when the license owner desires to use the license, for example. When the issuing authority has not revoked the license, directory 402 may transmit the license to the license owner in step 518.
Returning to
One of the advantages of abstracting underlying protocols and transports is that abstraction facilitates interoperability with other systems.
A policy language used to create a security policy may define the functionality of a component using security primitives. The security primitives may be in combination with traditional programming elements. Those skilled in the art will recognize that security primitives can take various forms. In one embodiment, the primitives might be high-level constructs like “create a license” or “manage storage of a license” which are controlled by the use of parameters. For example the policy 802, shown in
Security policies, such as security policy 802 allow a definition of a distributed security system without the writing of code. Among other advantages, a security system that does not require the writing and rewriting of code allows for custom components to be inserted to augment or replace specific steps. Such components could be provided by, but not limited to, native processor code, Java beans or other Java language derivatives, or Microsoft CLR modules.
In one aspect of the invention, each security module may be described independently and a security policy can then indicate how to combine modules, and, how to deploy modules. Such information may be part of the policy, or part of an independent deployment mechanism. Providing flexibility in describing, combining and deploying modules allows a distributed security system to support partitioning, replication, and farming. For example, in
Similarly, a policy, such as policy 1000 shown in
A distributed security system may abstract cryptographic objects and operations to make the system independent of the underlying cryptographic technology. Licenses have been described above and may be a credential that is given to another party to identify oneself. Examples of licenses include X.509 certificates and Kerberos tickets. A “testament” may be proof that a party uses to prove that they own a license or a key within the license. For example, an X.509 certificate contains a public key and a corresponding testament may be the associated private key. Similarly, a Kerberos ticket includes an encrypted symmetric key and the testament may be the symmetric key itself.
A security policy may utilize elements such as licenses and testaments to create a single programming model for securing messages using operations such as sign, verify, encrypt, and decrypt. To sign a message, the license owner, for example, may encrypt a digest of the message with their testament. The holder of a license may verify the signature. Similarly, to encrypt a message, an entity may use a key in the recipient's license. The recipient may decrypt the message using a testament belonging to the recipient. In embodiments that utilize public keys, a message may be encrypted with a generated symmetric key and the symmetric key may be encrypted with a public key from the license.
Entity 1106 can perform a decrypt operation 1120 to decrypt key 1118 using its testament 1114. Using key 1118, entity 1106 can decrypt message 1104. Next, entity 1106 may perform a verify operation 1122. Entity 1106 may compute a digest of message 1104 and compare the computed digest with the digest sent by entity 1102 using license 1108.
One of the advantages of the present invention is that applications running for entities 1102 and 1106 may be the same, regardless of whether licenses 1108 and 1112 contain public keys, symmetric keys, digest keys, or other forms of credentials. The specifics of the cryptographic algorithms may be handled by the security system, not the application. Handling cryptographic algorithms with a security systems is particularly desirable when heterogeneous credentials are used. That is, licenses 1108 and 1112 use different cryptographic techniques. In traditional systems, applications must be aware of this and be coded specifically for the presence of diverse cryptographic techniques. The present invention abstracts cryptographic techniques and does not require applications to be aware of the cryptographic technologies being used. As a result, cryptographic techniques can be altered at any time simply by altering a security policy.
The disclosed security model can be used to create richer environments. For example, while describing
Re-issuance may form the basis of a delegation operation. A party A may make a specific delegation to another party B. To do this, A may re-issues B's license specifying the delegations (as well as any conditions) and sign the license as the issuing authority. To use this new license, B may be required to present the license, proof of ownership (e.g. a signature), and A's license (if the recipient doesn't have it). The recipient may then verify that B owns the license and the A issued it, and that the delegations in the license correctly correspond to A's license. The abstraction of cryptographic technologies and, specific license formats, allows applications to use a consistent programming model independent of the cryptographic technologies or license formats used at any specific time.
Another use of licenses and key abstraction is service scalability. Existing systems are typically limited when creating special keys for communications because only the client and the service know the key and state on the service limits scalability. The existing approach has limitations when a service is implemented as part of a server farm. Aspects of the present invention allow the service to re-issue the sender's license providing a session key, but encrypting it with a secret key that is shared across the farm, possibly using the shared key service 306d. Consequently, any server in the farm that receives a message can understand and process the message since it can abstract the session key, and no state is required to be maintained on the farm. Similarly problems arise in existing systems when a client is part of a farm. The technique described above may also be used by the client to provide a license to the service to use on its reply so that any client farm member can service the message.
Security credentials may be passed between components or services using the simple object access protocol SOAP. In one embodiment of the invention, credentials, such as licenses, may be passed with SOAP messages by including them in a SOAP “credentials” header. The header may allow for any type of credential to be passed. Message integrity can be associated with SOAP messages by including digital signatures or other integrity mechanisms in a SOAP “integrity” header. For example, this header can contain XML Signatures as defined in the W3C standard. Message confidentiality can be achieved by associating an XML tag encryption technology with SOAP messages. One such scheme is the XML Encryption standard as defined by the W3C. Confidentiality of message attachments may be achieved by including a manifest (and encryption meta-data) of the encrypted attachments in a SOAP “confidentiality” header.
This application is a divisional of U.S. patent application Ser. No. 10/068,444, filed Feb. 6, 2002 which relates to and claims priority from U.S. Provisional Application No. 60/329,796, filed Oct. 16, 2001, and U.S. Provisional Application No. 60/346,370, filed Oct. 19, 2001, each of which is herein incorporated by reference.
Number | Name | Date | Kind |
---|---|---|---|
4953210 | McGlynn | Aug 1990 | A |
5067104 | Krishnakumar | Nov 1991 | A |
5224098 | Bird | Jun 1993 | A |
5438508 | Wyman | Aug 1995 | A |
5499343 | Pettus | Mar 1996 | A |
5509000 | Oberlander | Apr 1996 | A |
5608551 | Biles et al. | Mar 1997 | A |
5680551 | Martino | Oct 1997 | A |
5761477 | Wahbe et al. | Jun 1998 | A |
5862411 | Kay | Jan 1999 | A |
5903882 | Asay | May 1999 | A |
5917912 | Ginter et al. | Jun 1999 | A |
5935219 | Holmes | Aug 1999 | A |
5968176 | Nessett | Oct 1999 | A |
5974416 | Anand | Oct 1999 | A |
5978836 | Ouchi | Nov 1999 | A |
6006259 | Adelman et al. | Dec 1999 | A |
6026441 | Ronen | Feb 2000 | A |
6047324 | Ford | Apr 2000 | A |
6119171 | Alkhatib | Sep 2000 | A |
6122363 | Friedlander | Sep 2000 | A |
6144961 | De La Salle | Nov 2000 | A |
6151618 | Wahbe et al. | Nov 2000 | A |
6158010 | Moriconi | Dec 2000 | A |
6167513 | Inoue et al. | Dec 2000 | A |
6199112 | Wilson | Mar 2001 | B1 |
6209124 | Vermeire | Mar 2001 | B1 |
6216231 | Stubblebine | Apr 2001 | B1 |
6219790 | Lloyd | Apr 2001 | B1 |
6233619 | Narisi et al. | May 2001 | B1 |
6243749 | Sitaraman et al. | Jun 2001 | B1 |
6304913 | Rune | Oct 2001 | B1 |
6351748 | Deen | Feb 2002 | B1 |
6356920 | Vandersluis | Mar 2002 | B1 |
6393456 | Ambler | May 2002 | B1 |
6405212 | Samu | Jun 2002 | B1 |
6405337 | Grohen | Jun 2002 | B1 |
6408342 | Moore | Jun 2002 | B1 |
6446113 | Ozzie | Sep 2002 | B1 |
6449638 | Wecker | Sep 2002 | B1 |
6453356 | Sheard | Sep 2002 | B1 |
6466971 | Humpleman | Oct 2002 | B1 |
6477580 | Bowman-Amuah | Nov 2002 | B1 |
6487552 | Lei | Nov 2002 | B1 |
6496849 | Hanson | Dec 2002 | B1 |
6505233 | Hanson | Jan 2003 | B1 |
6505254 | Johnson | Jan 2003 | B1 |
6507823 | Nel | Jan 2003 | B1 |
6507865 | Hanson | Jan 2003 | B1 |
6522631 | Rosborough | Feb 2003 | B2 |
6523063 | Miller | Feb 2003 | B1 |
6532213 | Chiussi | Mar 2003 | B1 |
6532455 | Martin | Mar 2003 | B1 |
6546419 | Humpleman | Apr 2003 | B1 |
6571236 | Ruppelt | May 2003 | B1 |
6578066 | Logan | Jun 2003 | B1 |
6601171 | Carter et al. | Jul 2003 | B1 |
6601189 | Edwards | Jul 2003 | B1 |
6615258 | Barry | Sep 2003 | B1 |
6618825 | Shaw | Sep 2003 | B1 |
6654344 | Toporek et al. | Nov 2003 | B1 |
6665657 | Dibachi | Dec 2003 | B1 |
6667974 | Shigeta | Dec 2003 | B1 |
6675261 | Shandony | Jan 2004 | B2 |
6678827 | Rothermel | Jan 2004 | B1 |
6724726 | Coudreuse | Apr 2004 | B1 |
6728767 | Day | Apr 2004 | B1 |
6742114 | Carter et al. | May 2004 | B1 |
6745197 | McDonald | Jun 2004 | B2 |
6748453 | Law | Jun 2004 | B2 |
6751562 | Blackett | Jun 2004 | B1 |
6763040 | Hite | Jul 2004 | B1 |
6782414 | Xue | Aug 2004 | B1 |
6782542 | Mein | Aug 2004 | B1 |
6789118 | Rao | Sep 2004 | B1 |
6850893 | Lipkin | Feb 2005 | B2 |
6850979 | Saulpaugh | Feb 2005 | B1 |
6851054 | Wheeler | Feb 2005 | B2 |
6873975 | Hatakeyama | Mar 2005 | B1 |
6891953 | DeMello et al. | May 2005 | B1 |
6920558 | Sames | Jul 2005 | B2 |
6928442 | Farber | Aug 2005 | B2 |
6970935 | Maes | Nov 2005 | B1 |
6976074 | Cabrera | Dec 2005 | B2 |
6976168 | Branstad et al. | Dec 2005 | B1 |
6990585 | Maruyama | Jan 2006 | B2 |
7051339 | Deverill | May 2006 | B2 |
7055143 | Ringseth | May 2006 | B2 |
7065706 | Sankar | Jun 2006 | B1 |
7127511 | Tonouchi | Oct 2006 | B2 |
7149802 | Cabrera | Dec 2006 | B2 |
7194553 | Lucco | Mar 2007 | B2 |
7257817 | Cabrera | Aug 2007 | B2 |
7293283 | Kaler | Nov 2007 | B2 |
7409367 | McGill | Aug 2008 | B2 |
7418457 | Kaler | Aug 2008 | B2 |
7451157 | Kaler | Nov 2008 | B2 |
20010009018 | Iizuka | Jul 2001 | A1 |
20020002581 | Siddiqui | Jan 2002 | A1 |
20020078233 | Brilils | Jun 2002 | A1 |
20020126701 | Requena | Sep 2002 | A1 |
20020138582 | Chandra | Sep 2002 | A1 |
20020143984 | Hudson | Oct 2002 | A1 |
20020152214 | Muntz | Oct 2002 | A1 |
20020157004 | Smith | Oct 2002 | A1 |
20020169781 | Poole | Nov 2002 | A1 |
20020174178 | Stawikowski | Nov 2002 | A1 |
20020178103 | Dan | Nov 2002 | A1 |
20020184319 | Willner | Dec 2002 | A1 |
20020188638 | Hamscher | Dec 2002 | A1 |
20030041178 | Brouk | Feb 2003 | A1 |
20030050966 | Dutta | Mar 2003 | A1 |
20030065942 | Lineman et al. | Apr 2003 | A1 |
20030074357 | Nielson | Apr 2003 | A1 |
20030074367 | Kaler | Apr 2003 | A1 |
20030074482 | Christensen | Apr 2003 | A1 |
20030074579 | Della-Libera | Apr 2003 | A1 |
20030093678 | Bowe | May 2003 | A1 |
20030120593 | Bansal | Jun 2003 | A1 |
20030159059 | Rodriquez et al. | Aug 2003 | A1 |
20040088585 | Kaler | May 2004 | A1 |
20050138353 | Spies | Jun 2005 | A1 |
20050278390 | Kaler | Dec 2005 | A1 |
20060041743 | Della-Libera et al. | Feb 2006 | A1 |
20060041929 | Della-Libera | Feb 2006 | A1 |
20060212599 | Lucco | Sep 2006 | A1 |
20060253699 | Della-Libera | Nov 2006 | A1 |
20080141028 | Wei | Jun 2008 | A1 |
20080263166 | Beigi | Oct 2008 | A1 |
20090046726 | Cabrera | Feb 2009 | A1 |
Number | Date | Country |
---|---|---|
0715246 | Jun 1996 | EP |
1003308 | May 2000 | EP |
1024627 | Aug 2000 | EP |
1118925 | Jul 2001 | EP |
7141296 | Jun 1995 | JP |
11204471 | Jul 1999 | JP |
11328033 | Nov 1999 | JP |
2000083049 | Mar 2000 | JP |
2000253066 | Sep 2000 | JP |
2000516406 | Dec 2000 | JP |
2000516407 | Dec 2000 | JP |
2002507295 | May 2002 | JP |
9534972 | Dec 1995 | WO |
9854644 | Dec 1998 | WO |
9937066 | Jul 1999 | WO |
0004458 | Jan 2000 | WO |
0008909 | Feb 2000 | WO |
0042748 | Jul 2000 | WO |
0146783 | Jun 2001 | WO |
0152496 | Jul 2001 | WO |
0158108 | Aug 2001 | WO |
2007073609 | Jul 2007 | WO |
Number | Date | Country | |
---|---|---|---|
20060253700 A1 | Nov 2006 | US |
Number | Date | Country | |
---|---|---|---|
60329796 | Oct 2001 | US | |
60346370 | Oct 2001 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 10068444 | Feb 2002 | US |
Child | 11254545 | US |