Various embodiments described below relate generally to security mechanisms for computing environments, and more particularly but not exclusively to signature processes with mechanisms to identify elements of messages.
Many message-based computing systems (e.g. using eXtensible Markup Language or XML documents) include a digital signature process to secure messages (e.g., integrity, message authentication, signer authentication, etc.) sent from a sender to a recipient or receiver. In some systems, messages with signature(s) can be sent to the receiver via one or more intervening nodes. Typically, such signature schemes are used to detect changes to signed information included in the message(s). If such changes are detected in a received message, the receiver can then reject the message.
In some applications, there is a need to identify which particular element of a message is signed. One mechanism for performing this identification is to provide an identifier (ID) for each element. Another mechanism, applicable to XML documents, is to identify a subset of the XML document. For example, such a mechanism can use Qualified Names (QNames) as defined in Xpath (e.g., XML Path Language Version 1.0, Nov. 16, 1999).
However, these conventional solutions have shortcomings in some message-based systems. For example, for conventional ID-based solutions, a message may initially have a header that does not have an ID. Then a subsequent node can add an ID to the header. If the header was part of the original message's signed information, adding the ID can invalidate the signature and can also invalidate the schema of that element, which may not allow IDs as attributes. Also, adding the ID can invalidate the schema of that element (e.g. the schema may not allow IDs as attributes).
One shortcoming for conventional QName-based solutions can occur in some messaging systems that allow reordering of document parts. For example, in Simple Object Access Protocol (SOAP) (e.g., SOAP version 1.2, W3C Recommendation 24 June 2003), the order of the headers in the message can be changed and, further, multiple headers can have the same QName. However, changing the order of the headers can result in errors. For example, if a simple QName-based XPath is used to identify more than one headers with that QName, the order of these headers in the original message vs. the order of these headers in the mutated message will affect the digest value of the signed reference, thereby violating the signature itself. In another example, if a QName XPath with a positional predicate is used (i.e. “the second header with such and such QName”), reordering of the headers can affect the signature. Also, adding headers with the same QName can invalidate the signature. Consequently, neither ID-based solutions nor XPath-based solutions can provide a mechanism for ensuring accurate selection of a header without signature and/or schema violations.
In accordance with aspects of the various described embodiments, a signature system with a mechanism to identify element(s) of a signed document is provided. The system includes a sender having a signature module with a digest generator. The digest generator generates digest(s) for identifying selected element(s) of the document. The resulting “identifying” digests are then used in generating a signature in which the sender signs the digest(s). The receiver can then process the signature and use these digests to distinguish between elements, as needed. This aspect enables a signature system to distinguish between elements for both ID-based systems and QName-based systems (i.e., since reordering the elements does not change their digests), thereby providing a more robust and generic solution.
In another aspect, for implementations in which the document is compatible with XML DSIG (e.g., XML—Signature Syntax and Processing, W3C Recommendation 12 Feb. 2002), the generation of the “DigestValue” element (defined in XML DSIG) is effectively eliminated. In one implementation of this aspect, “DigestValue” generation is avoided for the most part by assigning the value of the “DigestValue” element to be a digest of a zero-length octet stream or other preselected constant value. Thus, the digest of this value is a known constant, thereby essentially eliminating the time/processing effort in generating the “DigestValue” element. This aspect still preserves integrity/authentication of the selected elements because the standard XML DSIG “SignatureValue” element will be computed over the “SignedInfo” element, which contains the digests identifying the signed elements.
In yet another aspect, the messaging system is based on SOAP, with the aforementioned “Transforms” element including a SOAP transform. The SOAP transform element includes “identifying” digest(s) of the message headers.
Non-limiting and non-exhaustive embodiments are described with reference to the following figures, wherein like reference numerals refer to like parts throughout the various views unless otherwise specified.
In a block 204, the canonicalized element(s) are digested. In one embodiment, digest generator 110 operates on the element(s), outputting digest(s) corresponding to each canonicalized element. Digest generator 110 can use any suitable digest algorithm such as, for example, SHA1. In other embodiments, different digest algorithms can be used. The resulting digest(s) are heuristically unique for each element(s) and, therefore, can be used to distinguish elements.
In a block 206, the element(s) and corresponding digest(s) are included in a selected block of the message, in this embodiment. In an XML-based embodiment, the element(s) and digest(s) are included in a “Transform” block of the message. In other embodiments, the element(s) and corresponding digest(s) can be placed in a differently named “block” of a message or document.
In a block 208, the digest(s) are signed and the message is transmitted. In one embodiment, signature module 108 signs the digest(s). Any suitable signing algorithm can be used. For example, for an XML-based message, signature module 108 can use the “DSAwithSHA1 (DSS)” algorithm, or the RSAwithSHA1 algorithm. In other embodiments, different signature algorithms can be used. As shown in
Although the above operational flow is described sequentially in conjunction with
In a block 304, the obtained digest(s) are verified. In one embodiment, digest generator 116 verifies the digest(s) by digesting the received element(s) using the same digest algorithm as digest generator 110 of sender 102. Signature module 114 can then compare these digest(s) from digest generator 116 with the digest(s) obtained from the received message in block 302. In one embodiment, signature module 114 checks whether an element with such a digest value has been signed. In a general case, there is a set of digests values, one of which possibly matches exactly the digest computed by signature module 114. Signature verification is successful if for every individual digest value from the signature, signature module 114 can find a unique element in the message matching that digest value. If the digests match, then signature module 114 can further process the received message.
In a block 306, the message signature is verified. In one embodiment, signature module 114 verifies the message signature. In this embodiment, signature module 114 verifies the signature using the same signature algorithm as signature module 108 of sender 102. If the signature is verified, then receiver 104 can further process the received message. For example, signature module 114 can pass the verified message to application 112 (as shown in
In a block 308, each of the selected element(s) can be identified using the digest corresponding to that element, as needed. For example, application 112 can then select a particular element of the message using the digest for that element. In one embodiment, block 308 is performed together with block 304.
Although a message is processed in the above exemplary embodiments, more generally, in other embodiments, a document (e.g., any XML document or other markup language document) can be signed using digests.
Although the above operational flow is described sequentially in conjunction with
In this embodiment signature module 108 then performs a signature process 407 on SOAP message 403 (which now includes one or more digests). In one embodiment, signature process 407 uses the aforementioned “DSAwithSHA1 (DSS)” algorithm. This signature process produces a SOAP message (with signature) 409.
Sender 102, in this embodiment, then performs a transmit process 411 by which sender 102 sends SOAP message (with signature) 409 to receiver 104. In transmit process 411, the order of the header(s) can be changed, or one or more headers can be added, etc., according to the SOAP standard.
In this embodiment, receiver 104 then receives message (with signature) 409 and performs a signature verification process 415. For example, signature module 114 may perform signature verification process 415 as described above in conjunction with block 306 (
However, if signature verification process 415 passes, signature module 114 (more particularly, digest generator 116 of signature module 114) then performs a digest generation process 417 on selected header(s). Digest generation process 417 uses the same digest algorithm in SOAP transform process 405. That is, digest generators 110 and 116 perform the same digest algorithm. If the digest generated in process 417 for a header does not match the digest generated for that header in SOAP transform process 405, then the dataflow for that header essentially aborts. However, if the digests match, then receiver 104 can further process the header. For example, in this embodiment, application 112 of receiver 104 can then perform a header identification process 419 to identify header(s) using the digest(s), as needed. Although the above processes as described sequentially, in some embodiments certain processes can be performed in different orders. For example, verification process 415 can be performed after processes 417 and 419 in some embodiments.
a Signature element 503;
a SignedInfo element 505 contained in Signature element 503;
a Reference element 507 contained in SignedInfo element 505;
a Transforms element 509 contained in Reference element 507;
a Transform Algorithm element 511 contained in Transforms element 509;
a set of DigestValue elements 513.sub.1-513.sub.N contained in Transform Algorithm element 511;
a DigestMethod element 515 contained in Reference element 507;
a DigestValue element 517 contained in Reference element 507; and
a SignatureValue element 519 contained in Signature element 503.
The elements described above, in this embodiment, conform to the aforementioned XML-Signature Syntax and Processing specification. Signature element 503 includes other elements (e.g., CanonicalizationMethod, SignatureMethod, KeyInfo), which are not shown in
SignedInfo element 505 identifies the information that is signed and includes information specifying a signature algorithm that processes the SignedInfo into SignatureValue element 519. Reference element 507 includes information specifying a digest algorithm and digest value (i.e., elements 515 and 517), and may also include a Transforms element 509 that specifies processes (e.g., SOAP transform of Transform Algorithm element 511) that were applied to a data object associated with the signature. In this example embodiment, Transform Algorithm element 511 is a SOAP transform that includes generating DigestValue elements 513.sub.1-513.sub.N from header elements (not shown) of the message for which signature code 500 is a part. DigestValue element 517 is the result of applying the algorithm of DigestMethod element 515 to the data object or, if present (as in this example), the output of the Transform Algorithm(s) specified in Transforms element 509. An example is shown in Appendix 1.
In one optimization, SOAP transform of Transform Algorithm element 511 is configured not only to generate DigestValues 513.sub.1-513.sub.N, but also to generate a “transformation output” of a known constant (e.g., a zero-length octet stream). Consequently, DigestValue element 517 will be the same for all SOAP messages processed by SOAP transform of Transform Algorithm element 511. Thus, once calculated, the value of DigestValue element 517 can simply be filled in rather than recalculated for each message, thereby reducing the processing load. This alternative embodiment still preserves integrity/authentication of Transforms element 509 because SignatureValue element 519 is computed over DigestValue elements 513.sub.1-513.sub.N. Thus, any change to the headers or DigestValue elements 513.sub.1-513.sub.N during transmission from the sender to the receiver will be detected when SignatureValue element 519 is verified by the receiver.
The various embodiments described above may be implemented in computer environments of the senders and receivers. An example computer environment suitable for use in the senders and receivers is described below in conjunction with
Computer environment 600 includes a general-purpose computing device in the form of a computer 602. The components of computer 602 can include, but are not limited to, one or more processors or processing units 604, system memory 606, and system bus 608 that couples various system components including processor 604 to system memory 606.
System bus 608 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. By way of example, such architectures can include an Industry Standard Architecture (ISA) bus, a Micro Channel Architecture (MCA) bus, an Enhanced ISA (EISA) bus, a Video Electronics Standards Association (VESA) local bus, a Peripheral Component Interconnects (PCI) bus also known as a Mezzanine bus, a PCI Express bus, a Universal Serial Bus (USB), a Secure Digital (SD) bus, or an IEEE 1394, i.e., FireWire, bus.
Computer 602 may include a variety of computer readable media. Such media can be any available media that is accessible by computer 602 and includes both volatile and non-volatile media, removable and non-removable media.
System memory 606 includes computer readable media in the form of volatile memory, such as random access memory (RAM) 610; and/or non-volatile memory, such as read only memory (ROM) 612 or flash RAM. Basic input/output system (BIOS) 614, containing the basic routines that help to transfer information between elements within computer 602, such as during start-up, is stored in ROM 612 or flash RAM. RAM 610 typically contains data and/or program modules that are immediately accessible to and/or presently operated on by processing unit 604.
Computer 602 may also include other removable/non-removable, volatile/non-volatile computer storage media. By way of example,
The disk drives and their associated computer-readable media provide non-volatile storage of computer readable instructions, data structures, program modules, and other data for computer 602. Although the example illustrates a hard disk 616, removable magnetic disk 620, and removable optical disk 624, it is appreciated that other types of computer readable media which can store data that is accessible by a computer, such as magnetic cassettes or other magnetic storage devices, flash memory cards, CD-ROM, digital versatile disks (DVD) or other optical storage, random access memories (RAM), read only memories (ROM), electrically erasable programmable read-only memory (EEPROM), and the like, can also be utilized to implement the example computing system and environment.
Any number of program modules can be stored on hard disk 616, magnetic disk 620, optical disk 624, ROM 612, and/or RAM 610, including by way of example, operating system 626, one or more application programs 628, other program modules 630, and program data 632. Each of such operating system 626, one or more application programs 628, other program modules 630, and program data 632 (or some combination thereof) may implement all or part of the resident components that support the distributed file system.
A user can enter commands and information into computer 602 via input devices such as keyboard 634 and a pointing device 636 (e.g., a “mouse”). Other input devices 638 (not shown specifically) may include a microphone, joystick, game pad, satellite dish, serial port, scanner, and/or the like. These and other input devices are connected to processing unit 604 via input/output interfaces 640 that are coupled to system bus 608, but may be connected by other interface and bus structures, such as a parallel port, game port, or a universal serial bus (USB).
Monitor 642 or other type of display device can also be connected to the system bus 608 via an interface, such as video adapter 644. In addition to monitor 642, other output peripheral devices can include components such as speakers (not shown) and printer 646, which can be connected to computer 602 via I/O interfaces 640.
Computer 602 can operate in a networked environment using logical connections to one or more remote computers, such as remote computing device 648. By way of example, remote computing device 648 can be a PC, portable computer, a server, a router, a network computer, a peer device or other common network node, and the like. Remote computing device 648 is illustrated as a portable computer that can include many or all of the elements and features described herein relative to computer 602. Alternatively, computer 602 can operate in a non-networked environment as well.
Logical connections between computer 602 and remote computer 648 are depicted as a local area network (LAN) 650 and a general wide area network (WAN) 652. Such networking environments are commonplace in offices, enterprise-wide computer networks, intranets, and the Internet.
When implemented in a LAN networking environment, computer 602 is connected to local network 650 via network interface or adapter 654. When implemented in a WAN networking environment, computer 602 typically includes modem 656 or other means for establishing communications over wide network 652. Modem 656, which can be internal or external to computer 602, can be connected to system bus 608 via I/O interfaces 640 or other appropriate mechanisms. It is to be appreciated that the illustrated network connections are examples and that other means of establishing at least one communication link between computers 602 and 648 can be employed.
In a networked environment, such as that illustrated with computing environment 600, program modules depicted relative to computer 602, or portions thereof, may be stored in a remote memory storage device. By way of example, remote application programs 658 reside on a memory device of remote computer 648. For purposes of illustration, applications or programs and other executable program components such as the operating system are illustrated herein as discrete blocks, although it is recognized that such programs and components reside at various times in different storage components of computing device 602, and are executed by at least one data processor of the computer.
Various modules and techniques may be described herein in the general context of computer-executable instructions stored on one or more computer-readable media and executable by one or more processors. For instance, the computer-executable instructions when executed by one or more processors, may cause the one or more processors to perform operations such as the operations recited in
Computer-readable media can be any available media that can be accessed by a computer. By way of example, and not limitation, computer-readable media may comprise “computer storage media” and “communications media.”
“Computer storage media” includes volatile and non-volatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules, or other data. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by a computer.
“Communication media” may embody computer readable instructions, data structures, program modules, or other data in a modulated data signal, such as a carrier wave, or other transmission mechanism. As defined herein, computer storage media does not include communication media.
Reference has been made throughout this specification to “one embodiment,” “an embodiment,” or “an example embodiment” meaning that a particular described feature, structure, or characteristic is included in at least one embodiment of the present disclosure. Thus, usage of such phrases may refer to more than just one embodiment. Furthermore, the described features, structures, or characteristics may be combined in any suitable manner in one or more embodiments.
One skilled in the relevant art may recognize, however, that the present disclosure may be practiced without one or more of the specific details, or with other methods, resources, materials, etc. In other instances, well known structures, resources, or operations have not been shown or described in detail merely to avoid obscuring aspects of the present disclosure.
While example embodiments and applications have been illustrated and described, it is to be understood that the present disclosure is not limited to the precise configuration and resources described above. Various modifications, changes, and variations apparent to those skilled in the art may be made in the arrangement, operation, and details of the methods and systems of the present disclosure disclosed herein without departing from the scope of the claimed present disclosure.
This application claims priority to and is a continuation of co-pending, commonly owned U.S. patent application Ser. No. 10/788,108, entitled “Digests to Identify Elements in a Signature Process”, filed on Feb. 26, 2004, which application is incorporated herein by reference.
Number | Name | Date | Kind |
---|---|---|---|
5446903 | Abraham et al. | Aug 1995 | A |
5638448 | Nguyen | Jun 1997 | A |
5838903 | Blakely, III et al. | Nov 1998 | A |
5850446 | Berger et al. | Dec 1998 | A |
5915024 | Kitaori et al. | Jun 1999 | A |
5996076 | Rowney et al. | Nov 1999 | A |
6002767 | Kramer | Dec 1999 | A |
6014666 | Helland et al. | Jan 2000 | A |
6058426 | Godwin et al. | May 2000 | A |
6061684 | Glasser et al. | May 2000 | A |
6088805 | Davis et al. | Jul 2000 | A |
6141754 | Choy | Oct 2000 | A |
6163772 | Kramer et al. | Dec 2000 | A |
6233576 | Lewis | May 2001 | B1 |
6253027 | Weber et al. | Jun 2001 | B1 |
6279111 | Jensenworth et al. | Aug 2001 | B1 |
6381602 | Shoroff et al. | Apr 2002 | B1 |
6405212 | Samu et al. | Jun 2002 | B1 |
6412070 | Van Dyke et al. | Jun 2002 | B1 |
6434607 | Haverstock et al. | Aug 2002 | B1 |
6446206 | Feldbaum | Sep 2002 | B1 |
6449633 | Van et al. | Sep 2002 | B1 |
6473800 | Jerger et al. | Oct 2002 | B1 |
6487600 | Lynch | Nov 2002 | B1 |
6510458 | Berstis et al. | Jan 2003 | B1 |
6513721 | Salmre et al. | Feb 2003 | B1 |
6625603 | Garg et al. | Sep 2003 | B1 |
6643684 | Malkin et al. | Nov 2003 | B1 |
6658573 | Bischof et al. | Dec 2003 | B1 |
6675353 | Friedman | Jan 2004 | B1 |
6681380 | Britton et al. | Jan 2004 | B1 |
6754829 | Butt et al. | Jun 2004 | B1 |
6807636 | Hartman et al. | Oct 2004 | B2 |
6854056 | Benantar et al. | Feb 2005 | B1 |
6915338 | Hunt et al. | Jul 2005 | B1 |
6931532 | Davis et al. | Aug 2005 | B1 |
7010681 | Fletcher et al. | Mar 2006 | B1 |
7024662 | Elvanoglu et al. | Apr 2006 | B2 |
7062566 | Amara et al. | Jun 2006 | B2 |
7065706 | Sankar | Jun 2006 | B1 |
7535488 | Wakao et al. | May 2009 | B2 |
20020040431 | Kato et al. | Apr 2002 | A1 |
20020044662 | Sowler | Apr 2002 | A1 |
20030135753 | Batra et al. | Jul 2003 | A1 |
20030177388 | Botz et al. | Sep 2003 | A1 |
20030196096 | Sutton | Oct 2003 | A1 |
20030217044 | Zhang et al. | Nov 2003 | A1 |
20040123109 | Choi | Jun 2004 | A1 |
20040148508 | Alev et al. | Jul 2004 | A1 |
20040181756 | Berringer et al. | Sep 2004 | A1 |
20050063545 | Fujimoto et al. | Mar 2005 | A1 |
20050138378 | Pourzandi et al. | Jun 2005 | A1 |
20050149729 | Zimmer et al. | Jul 2005 | A1 |
Entry |
---|
Al-Ibrahim, et al., “Authentication of Transit Flows and K-Siblings One-Time Signature”, Advanced Communications and Multimedia Security, Sep. 2002, pp. 45-55. |
“Apache HTTP Server Version 2.0: Authentication, Authorization and Access Control”, retrieved on Mar. 5, 2004 at <<http://httpd.apache.org.docs-2.0/howto/auth.html>>, Jan. 2004, pp. 1-5 and 1-4. |
Bai, et al., “New String Matching Technology for Network Security”, IEEE, Mar. 2003, pp. 198-201. |
Bartel, et al., “XML-Signature Syntax and Processing”, retrieved on Feb. 26, 2004 at <<http://www.w3.org/TR/2002/REC-xmldsig-core-20020212/>>, W3C Recommendation Feb. 12, 2002, W3C, 2002, pp. 1-64. |
Beaver, “Network Security and Storage Security: Symmetries and Symmetry-Breaking”, IEEE, Dec. 2003, pp. 3-9. |
Bertino, et al., “On Specifying Security Policies for Web Documents with an XML-Based Language”, Proceedings of 6th ACM Symposium on Access Control Models and Technologies, May 2001, pp. 57-65. |
Bishop, “What Is Computer Security?”, IEEE Computer Society, Jan. 2003, pp. 67-69. |
Boyer, et al., “XML-Signature XPath Filter 2.0”, retrieved on Feb. 26, 2004 at <<http://www.w3.org/TR/2002/REC-xmldsig-filter2-20021108>>, W3C Recommendation Nov. 8, 2002, W3C, 2002, pp. 1-13. |
Cavale, “Dynamic Groups in Windows Server 2003 Authorization Manager”, Jan. 2003, pp. 1-6. |
Chatvichienchai, et al., “Translating Content-Based Authorizations for XML Documents”, Proceedings of 4th Intl Conf on Web Info Systems and Engineering, IEEE, Dec. 2003, 10 pgs. |
Clark, et al., XML Path Language (XPath), Version 1.0, W3C Recommendations, In http://www.w3.org/TR/xpath.html, Nov. 1999, 37 pgs. |
Desmedt, et al., “Perfectly Secure Message Transmission Revisted (Extended Abstract)”, Eurocrypt 2002, LNCS 2332, 2002, pp. 502-517. |
Essmayr, et al., “Identity Mapping—An Approach to Unravel Enterprise Security Management Policies”, Software Competence Center Hagenberg, Aug. 2000, pp. 78-88. |
Fielding, “Relative uniform Resource Locators”, Internet RFC 1808, Jun. 1995, 23 pgs. |
Fremberg, “The Mithra Authentication Protocol”, Dr. Dobb's Journal, http://www.ddj.com, May 2003, pp. 44-48. |
Gailey, “Encrypting SOAP Messages Using Web Services Enhancements”, Web Services Enhancements (WSE): Encrypting SOAP Messages Using Web Service Enhancements, Mar. 2003, pp. 1-14. |
Geer, “Taking Steps to Secure Web Services”, Technology News, IEEE Computer Society, Oct. 2003, pp. 14-16. |
Hsieh, et al., “On the Security of Some Password Authentication Protocols”, Informatica, vol. 14, No. 2, Apr. 2003, pp. 195-204. |
Hwang, et al., “An Enhanced Authentication Key Exchange Protocol”, Proceedings of the 17th International Conference on Advanced Information Networking and Applications (AINA 2003), IEEE, Mar. 2003, pp. 704-711. |
Lin, et al., “A Multi-Hierarchy Model for Role-Based Control”, Journal of Huazhong University of Science and Technology (Nature Science Edition), vol. 30, No. 2, Feb. 2002, pp. 102-104. |
Looi, “Enhanced Authentication Services for Internet Systems using Mobile Networks”, Global Telecommunications Conference, IEEE, Nov. 2001, pp. 3468-3472. |
Morogan, et al., “Certificate Management in Ad Hoc Networks”, Department of Computer Science, Royal Institute of Technology, Jan. 2003, pp. 337-341. |
Osborn, “Database Security Integration Using Role-Based Access Control”, Department of Computer Science, The University of Western Ontario, Chapter 22, Aug. 2000, pp. 245-257. |
Park, et al., “An Efficient Stream Authentication Scheme”, IEICE Trans. Inf. & Syst., vol. E86-D, No. 4, Apr. 2003, pp. 704-711. |
Rogoski, “Safe and Secure”, Health Management Technology, www.healthmgttech.com, Dec. 2002, 4 pages. |
Skonnard, “Understanding SOAP”, Web Service Basics: Understanding SOAP (SOAP Technical Articles), Mar. 2003, pp. 1-12. |
Srivastava, “Secure It—WS-Security and Remoting Channel Sinks Give Message-level Security to Your SOAP Packets”, MSDN Magazine, vol. 18, No. 11, Nov. 2003, pp. 91-98. |
Sun, “A Stateful Multicast Access Control Mechanism for Future Metro-Area-Networks”, Electronic Networking Applications and Policy, Third International Network Conference 2002, vol. 13, No. 2, Jul. 2002, pp. 134-138. |
Vuong, et al., “Managing Security Policies in a Distributed Environment Using eXtensible Markup Language (XML)”, Proceedings of 2001 ACM symposium on Applied Computing, Mar. 2001, pp. 405-411. |
Wakayama, et al., “A Remote User Authentication Method Using Fingerprint Matching”, Nagoya Institute of Technology, vol. 44, No. 2, Feb. 2003, pp. 401-404. |
“X.509 Certificates and Certificate Revocation Lists (CRLs)”, Sun Microsystems, Inc., May 2001, pp. 1-5. |
Number | Date | Country | |
---|---|---|---|
20110078212 A1 | Mar 2011 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 10788108 | Feb 2004 | US |
Child | 12961115 | US |