System and method for providing a secure connection between networked computers
Summary by NHIP
Server-Generated Credential System
The system establishes secure connections by sending a server-generated controller and credentials to a client computer. The controller automatically executes on the client to create the link without user intervention, and the credentials remain valid until the connection severs.
Claim Score by NHIP
Abstract
Embodiments disclosed herein provide a system, method, and computer program product for establishing a secure network connection between two computers, a client and a server. The client may send a connection request over a public network to the server. In response, the server may generate a set of credentials, select a controller to automatically run on the client, and send the controller and the set of credentials to the client. The controller automatically executes on the client and utilizes the set of credentials from the server to establish a secure network connection with the server without user intervention. The set of credentials is valid until the secure network connection between the client and the server is severed.

Term
Term ended
Expired 19 August 2024, 2.1 years ago.
- Priority
- Filed
- Granted
- Expired
- Today
20 claims: 3 independent, 17 dependent
- 1A method for establishing a secure network connection between a client computer and a server computer over a public network, comprising:sending a connection request from the client computer to the server computer over the public network;in response to receiving the connection request at the server computer, dynamically generating a set of credentials;selecting a controller and any configuration information required by the controller to automatically run on the client computer;preparing a response containing the controller and the set of credentials;and sending the response from the server computer to the client computer over the public network;and receiving the response containing the controller and the set of credentials at the client computer, wherein the controller automatically executes on the client computer and utilizes the set of credentials dynamically generated at the server computer to automatically establish a secure network connection between the client computer and the server computer without user intervention at the client computer, and wherein the set of credentials is valid until the secure network connection between the client computer and the server computer is severed.
- 9A computer program product comprising at least one non-transitory computer readable storage medium storing computer instructions translatable by a processor to perform:at a server computer, dynamically generating a set of credentials in response to a connection request from a client computer;selecting a controller and any configuration information required by the controller to automatically run on the client computer;preparing a response containing the controller and the set of credentials;and sending the response containing the controller and the set of credentials to the client computer, wherein the controller automatically executes on the client computer and utilizes the set of credentials dynamically generated at the server computer to automatically establish a secure network connection for the client computer without user intervention at the client computer, and wherein the set of credentials is valid during the secure network connection.
- 12Broadest claimClaim Score 62, broad(NHIP)A system for establishing a secure network connection over a public network, comprising:a client computer coupled to the public network and operable to send a connection request over the public network;and a server computer coupled to the public network and operable to: dynamically generate a set of credentials in response to receiving the connection request from the client computer;select a controller and any configuration information required by the controller to automatically run on the client computer;prepare a response containing the controller and the set of credentials;and send the response containing the controller and the set of credentials to the client computer over the public network, wherein the controller automatically executes on the client computer and utilizes the set of credentials dynamically generated at the server computer to automatically establish a secure network connection between the client computer and the server computer without user intervention at the client computer, and wherein the set of credentials is valid until the secure network connection between the client computer and the server computer is severed.
Independent claims3
63 paragraphs in 6 sections, as filed
CROSS REFERENCE TO RELATED APPLICATIONS
0001This is a continuation of U.S. patent application Ser. No. 10/922,041, filed Aug. 19, 2004 by inventors Eric White and Patrick Turley, entitled “SYSTEM AND METHOD FOR PROVIDING A SECURE CONNECTION BETWEEN NETWORKED COMPUTERS,” issued as U.S. Pat. No. 7,624,438, which in turn claims a benefit of priority under 35 U.S.C. §119(e) to the filing date of U.S. Provisional Application No. 60/496,629, filed Aug. 20, 2003 by inventors Eric White and Patrick Turley, entitled “SYSTEM AND METHOD FOR PROVIDING A SECURE CONNECTION BETWEEN NETWORKED COMPUTERS,” the entire contents of which are hereby incorporated by reference herein for all purposes.
TECHNICAL FIELD
0002Embodiments disclosed herein relate generally to methods and systems for computer connectivity and, more particularly, to methods and systems for establishing and providing secure connections between computers.
BACKGROUND
0003The use of computer networks to store data and provide information to users is increasingly common. In fact, in many cases it may be necessary for a computer to be connected to a specific network to retrieve data desired or needed by a user. To connect to a specific network, a user at a client computer may utilize a network connection, such as the Internet, to connect to a computer belonging to the network.
0004The Internet is a loosely organized network of computers spanning the globe. Client computers, such as home computers, can connect to other clients and servers on the Internet through a local or regional Internet Service Provider (“ISP”) that further connects to larger regional ISPs or directly to one of the Internet's “backbones.” Regional and national backbones are interconnected through long range data transport connections such as satellite relays and undersea cables. Through these layers of interconnectivity, each computer connected to the Internet can connect to every other (or at least a large percentage) of other computers on the Internet. Utilizing the Internet, a user may connect to any of the networks within the Internet.
0005The arrangement of the Internet, however, presents a whole host of security concerns. These concerns revolve mainly around the fact that communications between a client computer and a server computer residing in a remote network may travel through a wide variety of other computers and networks before arriving at their eventual destinations. If these communications are not secured, they are readily accessible to anyone with a basic understanding of network communication protocols.
0006To alleviate these security concerns, a virtual private network or VPN may be established between a client computer and another network. A VPN may allow private and secure communications between computers over a public network, while maintaining privacy through the use of a tunneling protocol and security procedures. These tunneling protocols allow traffic to be encrypted at the edge of one network or at an originating computer, moved over a public network like any other data, and then decrypted when it reaches a remote network or receiving computer. This encrypted traffic acts like it is in a tunnel between the two networks or computers: even if an attacker can see the traffic, they cannot read it, and they cannot change the traffic without the changes being seen by the receiving party and therefore being rejected.
0007VPNs are similar to wide area networks (WAN), but the key feature of VPNs is that they are able to use public networks like the Internet rather than rely on expensive, private leased lines. At they same time, VPNs have the same security and encryption features as a private network, while adding the advantage of the economies of scale and remote accessibility of large public networks.
0008VPNs today are set up a variety of ways, and can be built over ATM, frame relay, and X.25 technologies. However, the most popular current method is to deploy IP-based VPNs, which offer more flexibility and ease of connectivity. Since most corporate intranets use IP or Web technologies, IP-VPNs can more transparently extend these capabilities over a wide network. An IP-VPN link can be set up anywhere in the world between two endpoints, and the IP network automatically handles the traffic routing.
0009A VPN, however, is not without its flaws. First of all, to establish a VPN, both computers must utilize identical VPN protocols. As there are a wide variety of VPN protocols in use, such as PPTP, IPsec, L2TP etc. this is by no means guaranteed. If identical protocols are not originally on one or more of the computers, identical protocols must be installed on both of these systems before a VPN may be established.
0010Additionally, even if the computers are running the same protocol, this protocol may still have to be manually setup and configured. In many cases, every time a remote user wishes to establish a VPN with a computer over an existing network he must bring up the VPN protocol he wishes to use and properly configure it to work with the remote computer or network he wishes to access.
0011These installation and configuration issues may present problems to someone who is not well versed in the area of network protocols, and may even present problems for those who are familiar with these protocols, as typically a remote user must configure his computer without access to the gateway to which he wishes to connect.
0012Even more problematic, however, is that setting up a VPN still presents security issues. Almost universally, a gateway at a remote network is not going to establish a VPN with a random remote computer. In most cases, the remote gateway requires a username and a password before it will establish a VPN connection. This username and password is sent from the remote user in an unsecured form, or encrypted using a weak encryption algorithm. As this username and password are easily snooped by malicious users of a public network, a security hole exists within the very process of trying to create a VPN to provide greater security.
0013Thus, a need exists for more secure methods and systems for establishing a secure connection between computers which require minimum amounts of manual configuration.
SUMMARY OF THE DISCLOSURE
0014Systems and methods for establishing or providing a secure connection between networked computers are disclosed. A computer may make a request for a secure connection to another computer. In response, configuration data may be sent to the requesting computer. This configuration data may execute on the requesting computer in order to create a secure connection between the two computers. Using this secure connection, data may be passed between the two computers with a greater degree of privacy.
0015Furthermore, protocols inherent to particular operating systems may be utilized to setup and establish a secure connection between networked computers in an automated fashion, requiring no manual intervention or configuration by the user of a computer. The configuration data sent to the requesting computer may automatically configure a protocol on the requesting computer and automatically establish a secure connection with another networked computer.
0016In one embodiment, a connection is requested in a first protocol, data is sent in response to the request, a second protocol is configured using the data and a secure connection is established using the second protocol.
0017In another embodiment, the first protocol is HTTPS.
0018In yet another embodiment, the data is sent using the first protocol.
0019In other embodiments, the request for the connection includes a username and a password.
0020In still other embodiments, data is sent only if the username and password are verified.
0021In yet other embodiments, the data includes a controller.
0022In some embodiments, the controller is an Active X controller.
0023In a particular embodiment, the data includes a credential and the secured connection is established using the credential.
0024In one embodiment, the credential is dynamically generated in response to the request and includes a password and a username.
0025In additional embodiments, the credential is valid only for the duration of the secure connection.
0026In other embodiments, the second protocol is PPTP and is configured automatically using the controller.
0027In one embodiment, the secure connection is established automatically using the controller.
0028These, and other, aspects of the invention will be better appreciated and understood when considered in conjunction with the following description and the accompanying drawings. The following description, while indicating various embodiments of the invention and numerous specific details thereof, is given by way of illustration and not of limitation. Many substitutions, modifications, additions or rearrangements may be made within the scope of the invention, and the invention includes all such substitutions, modifications, additions or rearrangements.
BRIEF DESCRIPTION OF THE DRAWINGS
0029The drawings accompanying and forming part of this specification are included to depict certain aspects of the invention. A clearer impression of the invention, and of the components and operation of systems provided with the invention, will become more readily apparent by referring to the exemplary, and therefore nonlimiting, embodiments illustrated in the drawings, wherein identical reference numerals designate the same components. Note that the features illustrated in the drawings are not necessarily drawn to scale.
0030<figref idref="DRAWINGS">FIG. 1</figref> includes an illustration of exemplary architecture for use in describing various embodiments of the systems and methods of the present invention.
0031<figref idref="DRAWINGS">FIG. 2</figref> includes a flow diagram of one embodiment of a method for establishing a secure connection between two computers.
0032<figref idref="DRAWINGS">FIG. 3</figref> includes a representation of applying an embodiment of a method for establishing a secure connection to portions of the architecture depicted in <figref idref="DRAWINGS">FIG. 1</figref>.
0033<figref idref="DRAWINGS">FIG. 4</figref> includes a representation of one embodiment of VPN client software.
0034<figref idref="DRAWINGS">FIG. 5</figref> includes an illustration of another exemplary architecture where embodiments of the systems and methods of the present invention may find applicability.
DETAILED DESCRIPTION
0035The invention and the various features and advantageous details thereof are explained more fully with reference to the nonlimiting embodiments that are illustrated in the accompanying drawings and detailed in the following description. Descriptions of well known starting materials, processing techniques, components and equipment are omitted so as not to unnecessarily obscure the invention in detail. It should be understood, however, that the detailed description and the specific examples, while indicating preferred embodiments of the invention, are given by way of illustration only and not by way of limitation. After reading the specification, various substitutions, modifications, additions and rearrangements will become apparent to those skilled in the art from this disclosure which do not depart from the scope of the appended claims.
0036Initially, a few terms are defined to aid the reader in an understanding of the following disclosure. The term “controller” is intended to mean any set of data or instructions operable to perform certain tasks or a combination of hardware (such as a processor) and software instructions capable of performing a certain task.
0037The term “networked” is intended to mean operable to communicate. For example, two networked computers are operable to communicate with one another using techniques known in the art, such as via a wireless or wired connection using TCP/IP. Two computers may be networked through a variety of networks, sub-networks, etc.
0038Before discussing embodiments of the present invention, an exemplary architecture for use in illustrating embodiments of the present invention is described. It will be apparent to those of ordinary skill in the art that this is a simple architecture intended for illustrative embodiments only, and that the systems and methods described herein may be employed with any variety of more complicated architectures. Each of the computers depicted may include desktops, laptops, PDAs or any other type of device capable of communicating, either via wireless or wired connection, over a network. Each network depicted, whether they be intranets or any other type of network, may include sub-networks or any combination of networks and sub-networks
0039<figref idref="DRAWINGS">FIG. 1</figref> illustrates just such an exemplary architecture. In <figref idref="DRAWINGS">FIG. 1</figref>, intranet <b>100</b> is a private network composed of client computers <b>110</b> and server <b>120</b>. Client computers <b>110</b> may be coupled to server <b>120</b>, which is in turn coupled to public network <b>130</b>, such as the Internet. Client computers <b>110</b> may not be coupled directly to public network <b>130</b>. Therefore, to access public network <b>130</b>, client computers <b>110</b> may communicate with server <b>120</b>, which in turn serves as a gateway to public network <b>130</b> as is commonly known in the art. Data residing within intranet <b>100</b> may be sensitive. Consequently, server <b>120</b> may also serve as a firewall for intranet <b>100</b>, preventing unauthorized users on public network <b>130</b> from accessing intranet <b>100</b>. Remote client computer <b>140</b> may also be coupled to public network <b>130</b> via a wired or wireless connection, as is known in the art. Therefore, remote client computer <b>140</b> and server <b>120</b> may be capable of communication via public network <b>130</b>. For example, server <b>120</b> may serve both as a firewall to protect intranet data and a gateway to permit secured access to the intranet and all computers and servers hosted therein by remote client computer <b>140</b>.
0040Attention is now directed to systems and methods for establishing a secure connection between two computers over a network according to one embodiment of the invention. Typically, a user at a remote client computer wishes to establish a connection with an intranet or a computer within an intranet. To accomplish this, the remote client computer and a server computer belonging to the intranet may create a VPN so information may be securely transferred between the remote client computer and the server computer or other computers within the intranet. To securely establish this VPN with a minimum of configuration, the remote client computer may make a request for a VPN connection to the server. In response, the server may send configuration data to the remote client computer. This configuration data may execute on the remote client computer in order to create a secure VPN connection between the remote client and the server. Using this secure connection, data may be passed between server and remote client with a greater degree of privacy.
0041These systems and methods may be explained in more detail with reference to the exemplary hardware architecture of <figref idref="DRAWINGS">FIG. 1</figref>. Suppose a user at remote client computer <b>140</b> wishes to securely interact with intranet <b>100</b>. To accomplish this, remote client computer <b>140</b> can request a secure connection from server <b>120</b> over network <b>130</b>. In response, server <b>120</b> may send configuration data to remote client computer <b>140</b>. Using this configuration data, a secure connection may be established between remote client computer <b>140</b> and server computer <b>120</b>, after which remote computer <b>140</b> may interact with computers <b>110</b>, <b>120</b> of intranet <b>100</b> as if remote computer <b>140</b> belonged to intranet <b>100</b>.
0042In one particular embodiment, to obtain connectivity between remote client computer <b>140</b> and server <b>120</b> a transient VPN may be established between server <b>120</b> and remote client computer <b>140</b> using public network <b>130</b>. This transient VPN may provide a dynamic, secure connection between remote client computer <b>140</b> and server <b>120</b> by creating a transient VPN endpoint on remote client computer <b>140</b> that connects through a VPN tunnel to server <b>120</b>. This VPN connection may be established using a wide variety of VPN protocols, as are known in the art, such as PPTP, IPsec, L2TP etc.
0043Furthermore, protocols inherent to particular operating systems may be utilized to setup and establish a transient VPN endpoint on remote client computer <b>140</b> in an automated fashion, requiring no manual intervention or configuration by the user of remote client computer <b>140</b>. For example, suppose remote computer <b>140</b> and server are both executing a Windows based operating of the type developed by Microsoft, such as Windows98, WindowsXP, Windows2000, etc. As Windows based operating system have the PPTP VPN protocol built into them, this protocol may be used advantageously to automatically establish a VPN between remote client computer <b>140</b> and server <b>120</b> if both are executing a Windows based operating system.
0044Turning now to <figref idref="DRAWINGS">FIG. 2</figref>, a flow diagram for one method of establishing a secure connection between networked computers is depicted. To establish a secure connection between two networked computer, the first step may be to ensure that the protocol to be utilized in establishing this secure connection is installed on both computers, and if it is not, to install the desired protocol on the computer(s) that do not have it (Step <b>210</b>). For example, if a VPN connection is desired between remote client computer <b>140</b> and server computer <b>120</b> a wide variety of VPN protocols may be used to establish this connection, such as IPsec, L2TP, PPTP, MPLS etc. If, however, it is desired to use IPsec and remote client computer <b>140</b> does not have the IPsec protocol installed or configured, it may be necessary to install the IPsec protocol (Step <b>210</b>) on remote client computer <b>140</b> before this particular protocol may be utilized in establishing a VPN connection. This installation may only need to occur once, and may, for example, be accomplished by an IT manager responsible for intranet <b>110</b> or remote client computer <b>140</b>.
0045At any time after the desired protocol is installed on the computers (Step <b>210</b>), a secure connection may be requested by one of the computers (Step <b>220</b>). For example, remote client computer <b>140</b> may request a secure connection from server computer <b>120</b>. This request (Step <b>220</b>) may be in any format used to communicate over the network connection between the two computers, such as FTP, HTTP or HTTPS. In response to this request (Step <b>220</b>), a response may be sent to the requesting computer (Step <b>230</b>). This response (Step <b>230</b>) may be sent to the requesting computer using the same format used in the initial request (Step <b>220</b>), such as FTP, HTTP or HTTPS, and include a set of data designed to establish a secure connection between the two computers using a particular protocol. This set of data may comprise a controller configured to execute on the requesting computer and a set of credentials to be used in conjunction with the controller.
0046The set of data sent in this response (Step <b>230</b>) may provide information to be utilized by a protocol on the requesting computer when connecting to a particular networked computer using the protocol (Step <b>240</b>). This information may include the IP address or host name of a server, the authentication domain name, whether MPPC is to be utilized, which call-control and management protocol is to be used, a DNS configuration etc. Providing this information to the protocol may be referred to as “configuring a protocol” and that phrase will be used as such herein. In some instances, a controller contained in the response to the requesting computer executes on the initiating computer and configures the protocol to establish a secure connection using the credentials contained in the response (Step <b>230</b>).
0047After this configuration process (Step <b>240</b>), a secure connection may be initiated using the configured protocol (Step <b>250</b>), and a secure connection established (Step <b>260</b>). In some instances, a request for a secure connection may be initiated by the same controller responsible for configuring the protocol, and include the credentials contained in the sent response (Step <b>230</b>). After verifying the credentials a secure connection may be established (Step <b>260</b>).
0048It will be clear to those of ordinary skill in the art that the method depicted in the flow diagram of <figref idref="DRAWINGS">FIG. 2</figref> may be tailored to implement a secure connection between two computers in a variety of architectures, and may employ a variety of different protocols for the various communications and secure connections.
0049Note that <figref idref="DRAWINGS">FIG. 2</figref> represents one embodiment of the invention and that not all of the steps depicted in <figref idref="DRAWINGS">FIG. 2</figref> are necessary, that a step may not be required, and that further steps may be utilized in addition to the ones depicted, including steps for communication, authentication, configuration etc. Additionally, the order in which each step is described is not necessarily the order in which it is utilized. After reading this specification, a person of ordinary skill in the art will be capable of determining which arrangement of steps will be best suited to a particular implementation.
0050In fact, embodiments of the methods and systems of the present invention may be particularly useful in establishing a secure connection between two computers by automatically configuring a protocol built into an operating systems executing on both of the computers, alleviating the need for a user to install or configure such a protocol manually.
0051<figref idref="DRAWINGS">FIG. 3</figref> depicts one embodiment of a method for automatically establishing a transient VPN connection between a remote client computer and a server both executing a Windows based operating system containing the point-to-point tunneling protocol (PPTP) for establishing VPNs. Remote client computer <b>140</b> may send a connection request (Step <b>220</b>) to server computer <b>120</b> indicating that remote client computer <b>140</b> wishes to establish a VPN connection with server <b>120</b>. This request may be initiated by a user at remote computer <b>140</b>. Though this request may be initiated in a variety of ways, in many instances a user at remote client computer <b>140</b> may initiate this request using an HTTP client. For example, via an internet browser of the type commonly know in the art, such as Netscape or Internet Explorer.
0052Using this browser, a client at remote client computer <b>140</b> may navigate to a particular URL in a known manner, perhaps by typing it directly into an address window within the browser, accessing the URL in his bookmarks file, or navigating to the URL by clicking on an HTTP link within a page. By pointing his browser to a particular URL, the user at remote client computer <b>140</b> initiates a connection request to server <b>120</b> computer. This URL may also contain an HTML form requesting a username and password from a user at remote computer <b>140</b>, in order to authenticate a user at remote computer <b>140</b>.
0053In some embodiments, this connection request (Step <b>220</b>) is sent from HTTP client on remote client computer <b>140</b> to server <b>120</b> using HTTP. However, to better secure the connection request, in other embodiments the connection request from remote client computer <b>140</b> to server computer is made using HTTPS, which may be sent via an SSL connection between remote client computer <b>140</b> and server computer <b>120</b>.
0054In response to the connection request (Step <b>220</b>) from remote client computer <b>140</b>, server computer <b>120</b> may send data to remote client computer <b>140</b> which will facilitate the establishment of a VPN connection between server and remote client computer (Step <b>230</b>). If the connection request (Step <b>220</b>) from remote client computer <b>140</b> contained a username or password, server computer <b>120</b> may first authenticate or authorize the requesting user at remote client computer <b>140</b>. Logic on server computer <b>120</b> may verify the username or password submitted in the connection request (Step <b>220</b>) possibly by authenticating them against a form of user database (RADIUS, LDAP, etc.). If the user's authentication profile permits, server <b>120</b> may then send a response to remote client computer <b>140</b> with the configuration data (Step <b>230</b>). This data may include VPN client software designed to utilize a VPN protocol on remote client computer <b>140</b> to automatically establish a secure VPN connection between server computer <b>120</b> and remote client computer <b>140</b> without any action by the user of remote client computer <b>140</b>.
0055In one specific embodiment, the VPN client software is sent to remote client computer <b>140</b> using HTTPS, and includes a controller designed to establish a secure VPN connection between server <b>120</b> and remote client computer <b>140</b>, and a set of credentials. These credentials may be session specific, and dynamically generated by server computer <b>120</b> using a random-seed. Additionally, this VPN client software may be digitally signed with an X.509 digital certificate, of the type know in the art, so that remote client computer <b>140</b> recognizes that the origin of the VPN client software is server computer <b>120</b>. Once the origin of VPN client software is verified, it may then be installed or executed on remote client computer <b>140</b> to establish a secure VPN connection.
0056<figref idref="DRAWINGS">FIG. 4</figref> depicts a block diagram of one embodiment of the client software which may be sent from server computer <b>120</b> to remote client computer <b>140</b> (Step <b>230</b>). VPN client software <b>400</b> may include controller <b>410</b> designed to configure a protocol on remote client computer <b>140</b> and establish the VPN connection between server <b>120</b> and remote client computer <b>140</b>. In many cases, this controller <b>410</b> is designed to utilize a VPN protocol resident on remote client computer <b>140</b> to establish this connection. This controller may be written in a variety of programming or scripting languages as are known in the art, such as C, C++, Java, etc.
0057Once VPN client software <b>400</b> is downloaded and controller <b>410</b> executed, controller <b>410</b> may establish a secure VPN connection between remote client computer <b>140</b> and server <b>120</b>. To continue with the above example, remote client computer <b>140</b> may be executing a Windows based operating system, and controller <b>410</b> may be an Active X controller designed specifically to configure the PPTP bundled in the Windows operating system software. Therefore, once VPN client software <b>400</b> is downloaded to remote client computer <b>140</b>, Active X controller <b>410</b> may execute automatically on remote client computer <b>140</b>, making system library calls to configure the PPTP resident on remote client computer <b>140</b> as a PPTP client.
0058Using the configured PPTP client, Active X controller <b>410</b> may then automatically establish a secure VPN connection with server computer <b>120</b>. This secure connection may be automatically established by controller <b>410</b> by making additionally system library calls on remote client computer <b>140</b> to initiate a tunnel request (Step <b>240</b>) from remote client computer <b>140</b> to server computer <b>120</b>. As noted above, PPTP libraries are installed with most Windows based operating systems. Thus, Active X controller executing on remote client computer <b>140</b> may configure the PPTP to establish a secure VPN connection with remote server and initiate a tunnel request, without any interference or input by a user of remote client computer <b>140</b>.
0059Additionally, in some embodiments, controller <b>410</b> may utilize credentials <b>420</b> in establishing the secure VPN connection between server computer <b>120</b> and remote client computer <b>140</b>. As mentioned above, credentials <b>420</b> may have been dynamically generated by server computer <b>120</b> and sent in the response (Step <b>230</b>) to initial connection request (Step <b>220</b>). Credentials <b>420</b> may contain a password and username. Controller <b>410</b> may use this username and password as parameters when establishing the VPN connection between remote client computer and server computer. Credentials may be sent with tunnel request (Step <b>250</b>) and verified by server computer <b>120</b> before establishing a VPN connection with remote computer <b>140</b>. Since server computer <b>120</b> initially created credentials <b>420</b>, server may identify the credentials from remote client computer <b>140</b> and associate a particular VPN connection with a particular remote client computer.
0060Credentials <b>420</b>, including the username and password may then be used for the duration of that particular session between remote client computer <b>140</b> and server computer <b>140</b>. Once the VPN connection between remote client computer and server computer is severed, username and password may lose their validity, preventing their unauthorized use in the future.
0061Embodiments of the systems and methods disclosed will be useful in a variety of architectures, as will be apparent to those of skill in the art after reading this disclosure. <figref idref="DRAWINGS">FIG. 5</figref> depicts an example of another architecture where these systems and methods might find useful application. Wireless router <b>510</b> and server <b>512</b> may serve as wireless access point <b>514</b> to Internet <b>520</b>, as is known in the art. Remote client computer <b>140</b> may be wirelessly coupled to server <b>512</b> and Internet <b>520</b> through router <b>510</b> in a public venue. In this architecture, embodiments of these systems and methods may be utilized to secure wireless communications, in a public venue, between remote client computer <b>140</b> and access point <b>514</b>, securing the public wireless network segment, without the need for pre-shared keys or passphrases.
0062For example, after remote client computer <b>140</b> enters the range of wireless router <b>510</b>, remote client computer <b>140</b> may associate with access point <b>514</b>. Remote client computer <b>140</b> may then request a secure connection with server <b>512</b> via a browser based interface. Client software <b>400</b>, including controller <b>410</b> and credentials <b>420</b> may be downloaded to remote client computer <b>140</b> using HTTPS, at which point the controller automatically configures the PPTP on remote client computer <b>140</b> and establish a VPN tunnel between remote client computer <b>140</b> and wireless access point <b>514</b>. From this point, wireless communications between remote client computer and access point <b>514</b> may be made using this VPN tunnel, and are therefore, more secure.
0063Although the present disclosure has been described in detail herein with reference to the illustrative embodiments, it should be understood that the description is by way of example only and is not to be construed in a limiting sense. It is to be further understood, therefore, that numerous changes in the details of the embodiments disclosed herein and additional embodiments will be apparent to, and may be made by, persons of ordinary skill in the art having reference to this description. Accordingly, the scope of the present disclosure should be determined by the following claims and their legal equivalents.
Contents6
7 sheets
Sheet 1 Sheet 2 Sheet 3 Sheet 4 Sheet 5 Sheet 6 Sheet 7
Every citation, both ways
| Document | Relation | Office | Cited during |
|---|---|---|---|
| US8661153B2 | Cited by | United States of America | Applicant |
| US2011258687A1 | Cited by | United States of America | Pre-grant |
| US2010064356A1 | Cited by | United States of America | Pre-grant |
| US2005204050A1 | Cited by | United States of America | Pre-grant |
| US8356336B2 | Cited by | United States of America | Applicant |
| US2012096517A1 | Cited by | United States of America | Pre-grant |
| US8224983B2 | Cited by | United States of America | Applicant |
| US2010192213A1 | Cited by | United States of America | Pre-grant |
| US2011219444A1 | Cited by | United States of America | Pre-grant |
| US8381273B2 | Cited by | United States of America | Search report |
| US8429725B2 | Cited by | United States of America | Search report |
| US2002023210A1 | Cites | United States of America | Applicant |
| US2002026503A1 | Cites | United States of America | Applicant |
| US2002026531A1 | Cites | United States of America | Applicant |
| US2002029276A1 | Cites | United States of America | Applicant |
| US2002053031A1 | Cites | United States of America | Applicant |
| US2002056008A1 | Cites | United States of America | Applicant |
| US2002091859A1 | Cites | United States of America | Applicant |
| US2002099829A1 | Cites | United States of America | Applicant |
| US2002133586A1 | Cites | United States of America | Applicant |
| US2002138631A1 | Cites | United States of America | Applicant |
| US2002165949A1 | Cites | United States of America | Applicant |
| US2003069955A1 | Cites | United States of America | Applicant |
| US2003110073A1 | Cites | United States of America | Applicant |
| US2003115247A1 | Cites | United States of America | Applicant |
| US2003123442A1 | Cites | United States of America | Applicant |
| US2003182420A1 | Cites | United States of America | Applicant |
| US2003212900A1 | Cites | United States of America | Applicant |
| US2004064351A1 | Cites | United States of America | Applicant |
| US2004064560A1 | Cites | United States of America | Applicant |
| US2004083295A1 | Cites | United States of America | Applicant |
| US2004107290A1 | Cites | United States of America | Applicant |
| US2004215957A1 | Cites | United States of America | Applicant |
| US2004268149A1 | Cites | United States of America | Applicant |
| US2005021975A1 | Cites | United States of America | Applicant |
| US2005066200A1 | Cites | United States of America | Applicant |
| US2005138358A1 | Cites | United States of America | Applicant |
| US2006168454A1 | Cites | United States of America | Applicant |
| US2008098464A1 | Cites | United States of America | Search report |
| US2010192213A1 | Cites | United States of America | Applicant |
| US5623601A | Cites | United States of America | Search report |
| US5835727A | Cites | United States of America | Applicant |
| US6226752B1 | Cites | United States of America | Applicant |
| US6266774B1 | Cites | United States of America | Applicant |
| US6502135B1 | Cites | United States of America | Applicant |
| US6631416B2 | Cites | United States of America | Applicant |
| US6643260B1 | Cites | United States of America | Applicant |
| US6763468B2 | Cites | United States of America | Applicant |
| US6789118B1 | Cites | United States of America | Applicant |
| US6798746B1 | Cites | United States of America | Applicant |
| US6816903B1 | Cites | United States of America | Applicant |
| US6834341B1 | Cites | United States of America | Applicant |
| US6839759B2 | Cites | United States of America | Applicant |
| US6876668B1 | Cites | United States of America | Applicant |
| US6907530B2 | Cites | United States of America | Search report |
| US6976089B2 | Cites | United States of America | Applicant |
| US6996625B2 | Cites | United States of America | Applicant |
| US7085385B2 | Cites | United States of America | Search report |
| US7085854B2 | Cites | United States of America | Applicant |
| US7092727B1 | Cites | United States of America | Applicant |
| US7143435B1 | Cites | United States of America | Applicant |
| US7181542B2 | Cites | United States of America | Applicant |
| US7181766B2 | Cites | United States of America | Applicant |
| US7185073B1 | Cites | United States of America | Applicant |
| US7185358B1 | Cites | United States of America | Search report |
| US7188180B2 | Cites | United States of America | Applicant |
| US7194554B1 | Cites | United States of America | Applicant |
| US7257833B1 | Cites | United States of America | Applicant |
| US7290288B2 | Cites | United States of America | Applicant |
| US7310613B2 | Cites | United States of America | Applicant |
| US7316029B1 | Cites | United States of America | Applicant |
| US7324551B1 | Cites | United States of America | Applicant |
| US7386888B2 | Cites | United States of America | Applicant |
| US7418504B2 | Cites | United States of America | Applicant |
| US7444669B1 | Cites | United States of America | Applicant |
| US7448075B2 | Cites | United States of America | Applicant |
| US7454792B2 | Cites | United States of America | Applicant |
| US7490151B2 | Cites | United States of America | Applicant |
| US7587512B2 | Cites | United States of America | Applicant |
| US7590728B2 | Cites | United States of America | Applicant |
| US7610621B2 | Cites | United States of America | Applicant |
| US7624438B2 | Cites | United States of America | Applicant |
| US7665130B2 | Cites | United States of America | Applicant |
| US8032933B2 | Cites | United States of America | Applicant |
| US20020023210A1 | Cites | United States of America | Third party observation |
| US20020026503A1 | Cites | United States of America | Third party observation |
| US20020026531A1 | Cites | United States of America | Third party observation |
| US20020029276A1 | Cites | United States of America | Third party observation |
| US20020053031A1 | Cites | United States of America | Third party observation |
| US20020056008A1 | Cites | United States of America | Third party observation |
| US20020091859A1 | Cites | United States of America | Third party observation |
| US20020099829A1 | Cites | United States of America | Third party observation |
| US20020133586A1 | Cites | United States of America | Third party observation |
| US20020138631A1 | Cites | United States of America | Third party observation |
| US20020165949A1 | Cites | United States of America | Third party observation |
| US20030069955A1 | Cites | United States of America | Third party observation |
| US20030110073A1 | Cites | United States of America | Third party observation |
| US20030115247A1 | Cites | United States of America | Third party observation |
| US20030123442A1 | Cites | United States of America | Third party observation |
| US20030182420A1 | Cites | United States of America | Third party observation |
10 members in 2 offices
Priority claims2
| Document | Office | Kind | Date |
|---|---|---|---|
| 49662903 | United States of America | P | |
| 92204104 | United States of America | A |
Members10
| Document | Office | Kind | |
|---|---|---|---|
| US2005044350A1 | United States of America | A1 | |
| WO2005020035A2 | World Intellectual Property Organization (WIPO) | A2 | |
| WO2005020035A3 | World Intellectual Property Organization (WIPO) | A3 | |
| US7624438B2 | United States of America | B2 | |
| US2010058458A1 | United States of America | A1 | |
| US2011258687A1 | United States of America | A1 | |
| US8108915B2This record | United States of America | B2 | |
| US2012096517A1 | United States of America | A1 | |
| US8381273B2 | United States of America | B2 | |
| US8429725B2 | United States of America | B2 |
99 transactions on the USPTO file
Allowed after 1 non-final rejection, 1 final rejection and 2 RCEs.
- Non-final rejections
- 1
- Final rejections
- 1
- RCEs
- 2
- Appeals
- 0
Over time
Point at a mark for the transactionTransactions
| Event | Code | |
|---|---|---|
| Expire PatentEXP. | EXP. | |
| Maintenance Fee Reminder MailedREM. | REM. | |
| Payment of Maintenance Fee, 8th Year, Large EntityM1552 | M1552 | |
| Email NotificationEML_NTR | EML_NTR | |
| Change in Power of Attorney (May Include Associate POA)PA.. | PA.. | |
| Correspondence Address ChangeC.AD | C.AD | |
| Entity status set to undiscounted (initial default setting or status change)BIG. | BIG. | |
| Recordation of Patent Grant MailedPGM/ | PGM/ | |
| Patent Issue Date Used in PTA CalculationAllowedPTAC | PTAC | |
| Issue Notification MailedAllowedWPIR | WPIR | |
| Dispatch to FDCD1935 | D1935 | |
| Mail Miscellaneous Communication to ApplicantMM327 | MM327 | |
| Application Is Considered Ready for IssuePILS | PILS | |
| Miscellaneous Communication to Applicant - No Action CountM327 | M327 | |
| Issue Fee Payment VerifiedN084 | N084 | |
| Issue Fee Payment ReceivedIFEE | IFEE | |
| Pubs Case Remand to TCPUBTC | PUBTC | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Information Disclosure Statement (IDS) FiledM844 | M844 | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| Mail Notice of AllowanceAllowedMN/=. | MN/=. | |
| Notice of Allowance Data Verification CompletedAllowedN/=. | N/=. | |
| Reference capture on IDSRCAP | RCAP | |
| Information Disclosure Statement (IDS) FiledM844 | M844 | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| Disposal for a RCE / CPA / R129AbandonedABN9 | ABN9 | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Information Disclosure Statement (IDS) FiledM844 | M844 | |
| Request for Continued Examination (RCE)RCEX | RCEX | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| Workflow - Request for RCE - BeginBRCE | BRCE | |
| Mail Notice of AllowanceAllowedMN/=. | MN/=. | |
| Notice of Allowance Data Verification CompletedAllowedN/=. | N/=. | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Disposal for a RCE / CPA / R129AbandonedABN9 | ABN9 | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Reference capture on IDSRCAP | RCAP | |
| Information Disclosure Statement (IDS) FiledM844 | M844 | |
| Request for Continued Examination (RCE)RCEX | RCEX | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| Workflow - Request for RCE - BeginBRCE | BRCE | |
| Case Docketed to Examiner in GAUDOCK | DOCK | |
| Paralegal or electronic terminal disclaimer approvedP574 | P574 | |
| Mail Final Rejection (PTOL - 326)Final rejectionMCTFR | MCTFR | |
| Final RejectionFinal rejectionCTFR | CTFR | |
| Information Disclosure Statement (IDS) FiledM844 | M844 | |
| Reference capture on IDSRCAP | RCAP | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Terminal Disclaimer FiledDIST | DIST | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Terminal Disclaimer FiledDIST | DIST | |
| Reference capture on IDSRCAP | RCAP | |
| Information Disclosure Statement (IDS) FiledM844 | M844 | |
| Response after Non-Final ActionA... | A... | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| Mail Examiner Interview Summary (PTOL - 413)MEXIN | MEXIN | |
| Examiner Interview Summary Record (PTOL - 413)EXIN | EXIN | |
| Case Docketed to Examiner in GAUDOCK | DOCK | |
| Mail Non-Final RejectionNon-final rejectionMCTNF | MCTNF | |
| Non-Final RejectionNon-final rejectionCTNF | CTNF | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Reference capture on IDSRCAP | RCAP | |
| Information Disclosure Statement (IDS) FiledM844 | M844 | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Reference capture on IDSRCAP | RCAP | |
| Information Disclosure Statement (IDS) FiledM844 | M844 | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Reference capture on IDSRCAP | RCAP | |
| Information Disclosure Statement (IDS) FiledM844 | M844 | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Reference capture on IDSRCAP | RCAP | |
| Information Disclosure Statement (IDS) FiledM844 | M844 | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| Case Docketed to Examiner in GAUDOCK | DOCK | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Reference capture on IDSRCAP | RCAP | |
| Information Disclosure Statement (IDS) FiledM844 | M844 | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| PG-Pub Issue NotificationPG-ISSUE | PG-ISSUE | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Reference capture on IDSRCAP | RCAP | |
| Information Disclosure Statement (IDS) FiledM844 | M844 | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Reference capture on IDSRCAP | RCAP | |
| Information Disclosure Statement (IDS) FiledM844 | M844 | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| Application Dispatched from OIPEOIPE | OIPE | |
| Filing ReceiptFLRCPT.O | FLRCPT.O | |
| Sent to Classification ContractorPGPC | PGPC | |
| Cleared by OIPE CSRL194 | L194 | |
| IFW Scan & PACR Auto Security ReviewSCAN | SCAN | |
| Initial Exam Team nnIEXX | IEXX |
25 legal events, as the office reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | |
|---|---|---|
| AssignmentAS | AS | |
| AssignmentAS | AS | |
| Lapsed due to failure to pay maintenance feeLapsedFP | FP | |
| Lapse for failure to pay maintenance feesLapsedPATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITYLAPS | LAPS | |
| Information on status: patent discontinuationPATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362STCH | STCH | |
| Fee payment procedureMAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITYFEPP | FEPP | |
| AssignmentAS | AS | |
| AssignmentAS | AS | |
| AssignmentAS | AS | |
| Maintenance fee paymentMAFP | MAFP | |
| AssignmentAS | AS | |
| Fee paymentFPAY | FPAY | |
| AssignmentAS | AS | |
| AssignmentAS | AS | |
| Information on status: patent grantGrantedPATENTED CASESTCF | STCF | |
| Notice of allowance mailedORIGINAL CODE: MN/=.ZAAB | ZAAB | |
| Notice of allowance and fees dueORIGINAL CODE: NOAZAAA | ZAAA | |
| Fee payment procedurePAT HOLDER NO LONGER CLAIMS SMALL ENTITY STATUS, ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: STOL); ENTITY STATUS OF PATENT OWNER: LARGE ENTITYFEPP | FEPP | |
| Notice of allowance mailedORIGINAL CODE: MN/=.ZAAB | ZAAB | |
| Notice of allowance and fees dueORIGINAL CODE: NOAZAAA | ZAAA | |
| AssignmentAS | AS | |
| AssignmentAS | AS | |
| AssignmentAS | AS | |
| AssignmentAS | AS | |
| AssignmentAS | AS |
Numbers
- Publication
- 8108915
- Application
- 12617211
Titles
- English
- System and method for providing a secure connection between networked computers
Patent term adjustment
- A delay
- +22 daysthe office missed an examination deadline
- Applicant delay
- −86 days
- Net adjustment
- 0 days
Classification
- CPC, 1
- G06F21/606
- IPC, 5
- G06F7 04
- G06F
- G06F11 30
- G06F15 16
- G06F21 00