The present invention relates to wireless communications systems, more particular, to a wireless transport network system that is capable of generating and distributing a group key in a wireless network.
Typical wireless network systems comprise one or more access devices for communication purposes. The users may be communicated with the access device with personal computers or notebook computers via wireless means. Wireless local area networks (WLANs) were originally intended to allow wireless connections to a wired local area network (LAN), such as where premises wiring systems were nonexistent or inadequate to support conventional wired LANs. WLANs are often used to service mobile computing devices, such as laptop computers and personal digital assistants (PDAs). Typically, Access Points (APs) are set to ensure adequate radio coverage throughout the service area of the WLAN, while minimizing the costs associated with the installation of each AP. The APs must be configured to eliminate coverage gaps and to provide adequate coverage.
A wireless transport network is a network comprises a plurality of wirelessly connected devices that are responsible for relaying traffic for associated mobile clients. An example of a wireless transport network is a plurality of IEEE 802.11 capable devices that provide transport service for IEEE 802.11 or Bluetooth capable clients such as laptop computers, PDA (personal digital assistant), and the like. The network can further comprise one or more connections to a wired network through one or multiple edge devices. The edge devices are equipped and capable of both wireless and wired communication.
In a wireless transport network, confidentiality and authenticity of data traffic is most important. The transmission domain (the air) by nature is not secured and therefore encryption is essential in any wireless transport networks. Pair-wise encryption/decryption between every neighboring wireless network device of a wireless transport network is inefficient and time-consuming if hardware-assist encryption and decryption is not available. A data frame that leaves from one wireless device from one end of a wireless transport network to the other end of the same network might need several encryptions and decryptions before it reaches its final destination. Furthermore, a group key for a broadcast or a multicast data frame is still needed in addition to pair-wise encryption keys. A more efficient and easy-to-manage encryption/decryption scheme in a wireless transport network is to use a global encryption key for wireless transport network encryption service. Once a data frame from client mobile station enters a wireless transport network, it is encrypted only once until it reaches the exit wireless device, where it would be decrypted once.
Furthermore, in a wireless transport network, wireless devices might be temporary out of service, resulting in separated network segments. Each of the network segments might have a different global encryption key, which is used in the confine of the segment. When network segments are joined by a new wireless device, a new global encryption key is needed. The invention is particularly concerned with deploying a unique global encryption key for wireless devices that form a wireless transport network and with several wireless transport network segments that are joined by a new wireless device.
One purpose for the present invention is to provide an encryption key distribution method in a wireless transport network. A plurality of wireless transport devices and at least one edge device are needed in the network.
On embodiment provides a method of generating and distributing a new group key by a designated group key server after the new group key is generated, comprising setting a value of a group key index to group key index plus 1. Server checks a neighbor table for each entry Ni in a neighbor table. It updates the new group key and the new group index in each the entry Ni if the entry Ni has not been updated, and encrypting the new group key and the group key index using an encryption key of the entry Ni. Then, the server sends the encrypted group key update message to the entry Ni.
Further, the present invention also providing a further method of distributing a new group key by a newly joined wireless transport device, comprising: receiving a group key by a wireless device from each of the newly discovered neighbors. The next step is to receive a list of devices that the newly discovered neighbor connects to. The device compares all the group keys from the each neighbor and merging an associated lists of device into a single list if the group keys are the same. Subsequently, the device selects the group key with the largest associated list of device be a new selected group key.
A method of mutual authentication between a first wireless transport device and a second wireless transport device, comprising: generating a first random number as a first cookie message element by the first wireless transport device; sending a first hello message to the second wireless transport device by the first wireless transport device with a chosen cookie in the first cookie message element; upon receiving the first Hello message, the second wireless transport device generating a second random number as a second cookie message element; sending a second Hello message to the first wireless transport device by the second wireless transport device with a message element; upon receiving the second Hello message, the first wireless transport device verifying a signature of the second wireless transport device by computing the second Hello message using a pre-shared key value of the first wireless transport device; sending a third Hello message by the first wireless transport device with a message elements; receiving by the second wireless transport device the third Hello message and verifying a signature of the first wireless transport device using a configured pre-shared key of the second wireless transport device, if the signature of the first wireless transport device is correct, wherein the second wireless transport device sends a fourth Hello message indicating the mutual authentication is success to the first wireless transport device, otherwise, indicting the mutual authentication has failed.
The method further comprises a step of generating a pair-wise encryption key when both the first and second wireless transport device have successfully authenticated each other. Once the first wireless transport device has mutually authenticated with all discovered neighbors, the first wireless transport device sending a configuration request to each of the authenticated neighbor. The configuration request is encrypted by the pair-wise encryption keys that are generated after each mutual authentication process. The cookie message element serves both in identifying a mutual authentication session with the second wireless transport device and in providing key freshness when generating pair-wise key after the mutual authentication is completed.
The method further comprises a step of optionally generating by the second wireless transport device a Diffie-Hellman public key (DH_PubKey_B); and signing a MAC address of the second wireless transport device using a pseudo random function (PRF) and a pre-configured pre-shared key. Wherein the PRF is HMAC-MD5 or HMAC-SHA1, the HMAC-MD5 is used as a default PRF. The third hello message includes an optional Diffie_Hellman public key of the first wireless transport device (DH_PubKey_A) and the first wireless transport device's own signature HASH_A. If the signature of the second wireless transport device does not match, the method further comprises a step of sending a forth Hello message to the second wireless transport device by the first wireless transport device
Resolving Multiple Group Keys during Discovery Process
The present invention provides a method and a means for providing secured communication in a wireless transport network. The invention provides a method to create, maintain, and distribute global encryption key to all wireless devices in a wireless transport network.
Wireless Transport Network
As illustrated in
Method of Providing Encryption Service
The novel aspect according to the present invention is a method of providing encryption service in a wireless transport network. Please refer to
The further step in accordance with the above method includes the step (240) of selecting a new designated global encryption key server by the user, controller or network service provider in the case of temporary failure of the designated global encryption key server in a wireless transport network, please refer to
Protocol Header and Message Format
Please refer to
Thus, the present invention provides architecture of the shim header including:
Wherein the group of bits providing Type information includes:
The group of bits providing Flags information includes:
The group of bits providing priority of the frame information includes frame from 0 (lowest) to 7 (highest).
The group of bits providing Key Index information including Group key index, wherein the Group key index is 0 if pair wise key is used between transport devices, if all 0's, the frame is not encrypted.
The group of bits providing Auxiliary Address information includes:
The group of bits providing Reserved information includes 2-byte field used to make the header 4-byte aligned. p The group of bits providing Preserved Ethertype information carries an original Ethertype value of the frame.
Please refer to
The WIT message header format is shown in
Group Key Generation in Wireless Transport Network
Group key is generated by the designated group key server, which is the primary edge wireless device in a wireless transport network. The generation of group key is done by the following method:
PRF, pseudo random function, used here is HMAC-MD5. Pre-shared key is a pre-configured secret shared by all wireless transport devices in the same wireless transport network. Nonce is a randomly generated 64-bit number that provides freshness of a group key. Using above parameters as the input value, the group key is computed by first concatenating “mesh-network-group-key”, the Nonce, and the MAC address into a single string, and subsequently mixing it with pre-shared key value using HMAC-MD5 as the pseudo random function.
Group Key Distribution in a Wireless Transport Network
After a group key is generated, the designated group key server distributes the new group key through out the wireless transport network. The distribution process can be described in two algorithms. The first is the procedure performed by the designated group key server when a new group key is generated. The second algorithm is the procedure performed by a mesh node when it receives a group key update message from its neighbor.
Key distribution by designated group key server
Please refer to
Key distribution by a wireless transport device is shown in
The detailed flow of the above method is described as following accompanying with the
A wireless transport device automatically discovers its neighboring devices and performs mutual authentication. The following diagram in
The following steps describe mutual authentication process between device A and device B.
3. Upon receiving the first Hello message, device B generates a random number CK_B as its cookie for example. Optionally, the wireless device B can generate its Diffie-Hellman public key (DH_PubKey_B). B then signs its MAC address using the pseudo random function (PRF) and the pre-configured pre-shared key. A typical PRF could be HMAC-MD5 or HMAC-SHA1. We use HMAC-MD5 as the default PRF. The signature HASH_B is then computed as:
If the signature is verified, device A sends the third hello message with message elements CK_A, optionally Diffie_Hellman public key (DH_PubKey_A), AUTH_OK, and its own signature HASH_A. HASH_A is computed as:
If Diffie-Hellman is used, then a Diffie-Hellman (DH_Shared_Secret) shared secret can be computed at this time.
7. When both device A and device B have successfully authenticated each other, a pair-wise encryption key is generated using the following method
Once device A has mutually authenticated with all the discovered neighbors, it sends configuration request to each of the authenticated neighbor. Config Request messages are encrypted by the pair-wise encryption keys that are generated after each mutual authentication process. Among the message elements in the Config Reply is the group key used by the current mesh network.
Resolving Multiple Group Keys during Discovery Process
When a wireless transport device that joins a wireless transport network, there are two different scenarios with respect to group key installation. Please refer to
Case 1:
In this case, the new wireless device receives the same group key from all of its new neighbors. This is because new neighbors are in the same wireless transport network.
Case 2:
In this case, the new wireless device receives different group keys from its neighbors. This is because the wireless transport network is divided into one or more islands. The following flow chart in
When a wireless transport device receives different group keys and group key indices from its newly discovered neighbor, it has to choose a new group key and key index and updates the rest of the wireless transport devices in the network. To reduce the number of group key update messages sent in the wireless network, the group key and group key index that are used by the most wireless transport devices should be selected. This can be achieved by keep tracking the group key and its associated wireless transport devices. The group key and group key index with the largest associated wireless transport devices will be used as the new group key and group key index for the wireless network.
Therefore, the present invention provides the unique method for generating and distributing the group key for wireless transport devices that form a part of the wireless transport network.
It will be appreciated that the preferred embodiments described above are cited by way of example, and that the present invention is not limited to what has been particularly shown and described hereinabove. Rather, the scope of the present invention includes both combinations and sub-combinations of the various features described hereinabove, as well as variations and modifications thereof which would occur to persons skilled in the art upon reading the foregoing description and which are not disclosed in the prior art.
The application is a continuation of a pending application No. 10/918,005, filed on Aug. 13, 2004, entitled “Methods and Apparatus for Distribution of Global Encryption Key in a Wireless Transport Network,” which claimed the benefit of provisional application Ser. No. 60/495,185, filed on Aug. 15, 2003, entitled “Methods and Apparatus for Broadcast Traffic Reduction on a Wireless Transport Network”. The contents of both of the above-referenced applications are incorporated herein by reference.
Number | Date | Country | |
---|---|---|---|
60495185 | Aug 2003 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 10918005 | Aug 2004 | US |
Child | 10947583 | Sep 2004 | US |