Secure Sockets Layer (SSL) and Transport Layer Security (TLS—also often referred to as SSL) are security technologies for establishing an encrypted link between a web server and a browser. These links ensure that data passed between the web server and the browsers remains private and integral. However, SSL and TLS layers impact the communications performance. During the handshake protocol the secure link is established between the client and the server with an asymmetric cipher to establish cipher settings and a shared key for a session are exchanged. This handshake is computationally intense however, and consumes a significant amount of a processor resources, especially for lightweight mobile devices and Internet of Things (IoT) devices.
The following presents a simplified summary in order to provide a basic understanding of some aspects of the innovation. This summary is not an extensive overview of the innovation. It is not intended to identify key/critical elements or to delineate the scope of the innovation. Its sole purpose is to present some concepts of the innovation in a simplified form as a prelude to the more detailed description that is presented later.
The disclosure disclosed and claimed herein, in one aspect thereof, includes systems and methods that facilitate a solution for encryption by dynamically opening multiple channels between the client and the server, where the channels include both secured (e.g., SSL/TLS and etc.) channels and non-secured channels. Non-sensitive information can be communicated over non-secured channels, and sensitive information can be sent via the secured channels. The system can recognize whether the information is sensitive or not via the use of tags on a page or frame that delineate which information is sensitive. For instance, on a form, tags can mark off the areas of the form that may contain sensitive information, such as social security numbers, names, addresses, financial information and other private information. All the data within the tags can be considered sensitive and be communicated to the server via a secure channel. All other information, including page layout, style, and template information can be sent over unsecured channels that do not require the same computing power as the secured channels.
It is to be appreciated that, in aspects, tags can be used to determine and/or establish what type of security policy should be used. Some require strong encryption, some might not need encryption at all, and some might require ‘light weight’ encryption. If there are no tags then the information will be transmitted in clear-text. If there is a tag then the information between the beginning of the tag to the end of tag will be sent according to the security policy of the tag. As will be understood, there can be ‘n’ number of tags in a document collectively represent ‘m’ security policies (m<=n). The computer will scan the document before sending and determine the number of channels to open based on the type of tags present. In other embodiments, the system can also do that at run time without prescanning. It can start with one non-secure channel (e.g., clear-text channel) and as it encounters a tag it can determine whether it has to open a new secure channel or not.
For these considerations, as well as other considerations, in one or more embodiments, a system can include a memory to store computer-executable instructions and a processor, coupled to the memory, to facilitate execution of the computer-executable instructions to perform operations. The operations can include establishing a plurality of data transmission channels to a server, wherein the data transmission channels are configured to transmit a set of data to the server and wherein the plurality of data transmission channels comprise an unsecured channel a secured channel. The operations can also include determining that the set of data comprises a first set of confidential data, and a second set of non-confidential data. The operations can also include transmitting the first set of confidential data via the secured channel, and transmitting the non-confidential data via the unsecured channel.
In another embodiment, a method for providing secured communications can include establishing, by a mobile device comprising a processor, a plurality of data transmission channels to a server, wherein the data transmission channels are configured to transmit a set of data to the server and wherein the plurality of data transmission channels comprise an unsecured channel a secured channel. The method can also include determining, by the mobile device, that the set of data comprises a first set of confidential data, and a second set of non-confidential data wherein the non-confidential data comprises static information and the confidential data comprises dynamic information. The method can also include transmitting, by the mobile device, the first set of confidential data via the secured channel, and transmitting the non-confidential data via the unsecured channel.
In another embodiment, a non-transitory computer-readable medium can comprise instructions that when executed by a computer processor perform operations including establishing a plurality of data transmission channels to a server, wherein the data transmission channels are configured to transmit a set of data to the server and wherein the plurality of data transmission channels comprise an unsecured channel a secured channel. The operations can also include determining that the set of data comprises a first set of confidential data, and a second set of non-confidential data wherein the first set of confidential data comprise a first subset of a first type of confidential data and a second subset of a second type of confidential data. The operations can further include transmitting the first set of confidential data via the secured channel, and transmitting the non-confidential data via the unsecured channel.
To accomplish the foregoing and related ends, certain illustrative aspects of the innovation are described herein in connection with the following description and the annexed drawings. These aspects are indicative, however, of but a few of the various ways in which the principles of the innovation can be employed and the subject innovation is intended to include all such aspects and their equivalents. Other advantages and novel features of the innovation will become apparent from the following detailed description of the innovation when considered in conjunction with the drawings.
The following terms are used throughout the description, the definitions of which are provided herein to assist in understanding various aspects of the disclosure.
As used in this disclosure, the term “device” or “client device” refers to devices, items or elements that may exist in an organization's network, for example, users, groups of users, computer, tablet computer, smart phone, iPad®, iPhone®, wireless access point, wireless client, thin client, applications, services, files, distribution lists, resources, printer, fax machine, copier, scanner, multi-function device, mobile device, badge reader and most any other networked element.
The innovation is now described with reference to the drawings, wherein like reference numerals are used to refer to like elements throughout. In the following description, for purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding of the subject innovation. It may be evident, however, that the innovation can be practiced without these specific details. In other instances, well-known structures and devices are shown in block diagram form in order to facilitate describing the innovation.
While specific characteristics are described herein, it is to be understood that the features, functions and benefits of the innovation can employ characteristics that vary from those described herein. These alternatives are to be included within the scope of the innovation and claims appended hereto.
While, for purposes of simplicity of explanation, the one or more methodologies shown herein, e.g., in the form of a flow chart, are shown and described as a series of acts, it is to be understood and appreciated that the subject innovation is not limited by the order of acts, as some acts may, in accordance with the innovation, occur in a different order and/or concurrently with other acts from that shown and described herein. For example, those skilled in the art will understand and appreciate that a methodology could alternatively be represented as a series of interrelated states or events, such as in a state diagram. Moreover, not all illustrated acts may be required to implement a methodology in accordance with the innovation.
As used in this application, the terms “component” and “system” are intended to refer to a computer-related entity, either hardware, a combination of hardware and software, software, or software in execution. For example, a component can be, but is not limited to being, a process running on a processor, a processor, an object, an executable, a thread of execution, a program, and/or a computer. By way of illustration, both an application running on a server and the server can be a component. One or more components can reside within a process and/or thread of execution, and a component can be localized on one computer and/or distributed between two or more computers.
In one or more embodiments a solution for encryption can be provided by dynamically opening multiple channels between the client and the server, where the channels include both secured (e.g., SSL/TLS and etc.) channels and non-secured channels. Non-sensitive information can be over non-secured channels, and sensitive information can be sent via the secured channels.
The system can recognize whether the information is sensitive or not via the use of tags on a page or frame that delineate which information is sensitive. For instance, on a form, tags can mark off the areas of the form that may contain sensitive information, such as social security numbers, names, addresses, financial information and other private information. All the data within the tags can be considered sensitive and so be communicated to the server via a secure channel. All other information, including page layout, style, and template information can be sent over unsecured channels that don't require the same computing power as the secured channels.
In an embodiment, the dynamic information can be sent over the secured channels while static information can be sent over unsecured channels. In other embodiments, the system can determine whether information is sensitive or not based on an analysis of the data and determining character types, formats, and length. For instance, credit card numbers can be identified based on a recognizable sequence of numbers, while social security numbers and other identification numbers can be based on identifying sequences of numbers (e.g., xxx-xx-xxxx).
In an embodiment, the tags that are used to identify sensitive information can be further separated into different types of tags based on the field or type of information. For instance, Tag A can refer to a certain type of sensitive data, Tag B can refer to a second type of sensitive data and so forth. The system can refer to a security policy for the client or server or site in order to determine how to treat various types of information or types of tags. For instance, Tag A can have a first security policy assigned, while Tag B can have a second security policy. The security policies can include rules about which types of encryption are used, who is authorized to access the data, and other security rules.
Turning now to
In traditional communications, the server 104 and the mobile device 102 would establish a secure channel and all of the data passed between the server 104 and the mobile device 102 would pass through the secure channel. In the embodiment disclosed herein however, the mobile device 102 can simultaneously establish a first channel 108 that is unsecured, and a second channel 110 that is secured. Unsecured channel 108 can facilitate transmission of unsecured data or data that is not sensitive, while secured channel 110 can facilitate transmission of secured or sensitive data.
By way of example, if mobile device 102 was transmitting form information from a website, the content of the forms may be sensitive and so that data can be transmitted to the server 104 via the mobile network 106 by the secured channel 110. Other information transmitted, such as the layout, template, style data, etc, can be transmitted by the unsecured channel 108. Since data transmitted by the secured channel 110 requires greater computer processing resources to encrypt, by reducing the amount of data sent via the secured channel 110, and by sending it via an unsecured channel 108, the computing resources required by mobile device 102 can be decreased, improving battery life, reducing the processing requirements, and improving bandwidth of the mobile device 102.
The mobile device 102 and/or the server 104 can determine what is sensitive data or data that otherwise should be encrypted in a variety of ways. In one embodiment, data can be tagged using metadata or HTML tags or other forms of tags, where the tagged data is data the intended to be secured via SSL encryption. In an embodiment, the mobile device 102 or server 104, depending on whether the data is being transmitted to the server 104 or to the mobile device 102 respectively, can identify the tags, and send untagged data via the unsecured channel 108 and send tagged data via the secured channel 110.
In other embodiments, the sensitive data can be identified without the use of tags. Data that is static (e.g., the form templates, styles, outlines, etc) can be determined to be unsensitive and thus can be sent via the unsecured channel 108. Data that is dynamic, and changes between frames, sessions, etc, can be determined to be sensitive, and thus can be sent via the secured channel 110.
In other embodiments, the sensitive data can be identified based on a pattern analysis of the data. Commonly transmitted data that might be sensitive and thus require encryption can be financial information such as bank account numbers, routing numbers, credit card numbers, and etc. The information can also include addresses, names, birthdates, and etc. These types of information commonly follow similar formats such as a pattern of numbers and characters, length of string of characters, and etc. For instance, social security numbers can be recognized by their familiar pattern of 9 numbers separated by dashes in groups of 3, 2, and 4. Similarly, credit card numbers will have common patterns and dates will have similar patterns and other identification numbers and information can be identified similarly.
In an embodiment, the type of encryption or type of secure channel established by the mobile device 102 or server 104 can be selected based on one or more security policies located at either the client or server side. The security policy can state that a certain type of encryption should be used whenever sensitive data is identified. In other embodiments, different encryption and security schemes can be used for different types of data. For instance, identifying data such as names and addresses can be associated with a first type of encryption scheme, while financial information can be associated with a second type of encryption scheme. In an embodiment, separate secured channels can be opened simultaneously between server 104 and the mobile device 102 in order to transmit the different types of confidential data at the same time. The security policy can be stored in a rules database on either the mobile device 102 or the server 104, and can specify different rules and procedures about how data is to be handled.
It is to be appreciated the secure tunnel 110 can include either SSL or TLS encryption or any other encryption scheme that a person having ordinary skill in the art would contemplate.
Turning now to
The system 200 in
In an embodiment, the type of encryption or type of secure channel established by the mobile device 202 or server 204 can be selected based on one or more security policies located at either the client or server side. The security policy can state that a certain type of encryption should be used whenever sensitive data is identified. In other embodiments, different encryption and security schemes can be used for different types of data. For instance, identifying data such as names and addresses can be associated with a first type of encryption scheme, while financial information can be associated with a second type of encryption scheme. In an embodiment, separate secured channels (e.g. 210 and 212) can be opened simultaneously between server 204 and the mobile device 202 in order to transmit the different types of confidential data at the same time. The security policy can be stored in a rules database on either the mobile device 202 or the server 204, and can specify different rules and procedures about how data is to be handled.
The mobile device 202 and/or the server 204 can determine what type of sensitive data is present and determine whether it should be transmitted by secure channel 210, or secure channel 212, or by unsecured channel 208. In one embodiment, data can be tagged using metadata or HTML tags or other forms of tags, where the tagged data is data the intended to be secured via SSL encryption. The tag can include information identifying the type of confidential data, or include information identifying the type of encryption required. In an embodiment, the mobile device 202 or server 204, depending on whether the data is being transmitted to the server 204 or to the mobile device 202 respectively, can identify the tags, and send untagged data via the unsecured channel 208 and send tagged data via either the secured channel 210 or secured channel 212.
In other embodiments, the sensitive data can be identified without the use of tags. Data that is static (e.g., the form templates, styles, outlines, etc) can be determined to be unsensitive and thus can be sent via the unsecured channel 208. Data that is dynamic, and changes between frames, sessions, etc, can be determined to be sensitive, and thus can be sent via either the secured channel 210 or the secured channel 212 based on the type of data identified.
In some embodiments, the type secured channels created can be based on the time of transmission or based on the location of the mobile device. For instance, if the mobile device 202 is in a location known to have less secure mobile networks (e.g., mobile network 206), the rules can specify a higher level of encryption or different type of encryption (256 bit instead of 128 bit, and etc).
Turning now to
Turning to
Turning now to
In an embodiment, the sensitive data can be identified based on a pattern analysis of the data. Commonly transmitted data that might be sensitive and thus require encryption can be financial information such as bank account numbers, routing numbers, credit card numbers, and etc. The information can also include addresses, names, birthdates, and etc. These types of information commonly follow similar formats such as a pattern of numbers and characters, length of string of characters, and etc. For instance, social security numbers can be recognized by their familiar pattern of 9 numbers separated by dashes in groups of 3, 2, and 4. Similarly, credit card numbers will have common patterns and dates will have similar patterns and other identification numbers and information can be identified similarly.
In the embodiment shown in
Turning now to
In other embodiments, the sensitive data can be identified without the use of tags. Data that is static (e.g., the form templates, styles, outlines, etc) can be determined to be unsensitive and thus can be sent via the unsecured channel. Data that is dynamic, and changes between frames, sessions, etc, can be determined to be sensitive, and thus can be sent via the secured channel.
In other embodiments, the sensitive data can be identified based on a pattern analysis of the data. Commonly transmitted data that might be sensitive and thus require encryption can be financial information such as bank account numbers, routing numbers, credit card numbers, and etc. The information can also include addresses, names, birthdates, and etc. These types of information commonly follow similar formats such as a pattern of numbers and characters, length of string of characters, and etc. For instance, social security numbers can be recognized by their familiar pattern of 9 numbers separated by dashes in groups of 3, 2, and 4. Similarly, credit card numbers will have common patterns and dates will have similar patterns and other identification numbers and information can be identified similarly.
The communications component 604 can be configured to transmit the data to the server, or to a client device, and can simultaneously establish a plurality of communication channels, unsecured and secured. In an embodiment, the communications component 604 can establish two channels, one secured, and one unsecured, and in other embodiments, can establish one unsecured and a plurality of secured channels. Policy database 610 can determine how various types of data are to be treated and handled based on the type of data and the rules. For instance, in an embodiment, all sensitive data can be sent via a first secured channel, and in other embodiments, different types of sensitive data can be sent via different secured channels. An update component 606 can be included to update the policy database 610 based on information received from one or more servers.
Turning now to
The method can start at 702, where the method includes establishing, by a mobile device comprising a processor, a plurality of data transmission channels to a server, wherein the data transmission channels are configured to transmit a set of data to the server and wherein the plurality of data transmission channels comprise an unsecured channel a secured channel.
The method can continue at 704, where the method includes determining, by the mobile device, that the set of data comprises a first set of confidential data, and a second set of non-confidential data wherein the non-confidential data comprises static information and the confidential data comprises dynamic information. The method can continue at 706 where the method includes transmitting, by the mobile device, the first set of confidential data via the secured channel, and transmitting the non-confidential data via the unsecured channel.
Turning now to
Method 800 can start at 802 where the method includes transmitting, by the mobile device, the first subset of data in a first type of secured channel and transmitting the second subset of data in a second type of secured channel.
The method can continue at 804 where the method includes determining, by the mobile device, a type of secured channel to transmit the first subset of data and the second subset of data based on a security policy, wherein the security policy specifies rules about types of confidential data.
Referring now to
Generally, program modules include routines, programs, components, data structures, etc., that perform particular tasks or implement particular abstract data types. Moreover, the inventive methods can be practiced with other computer system configurations, including single-processor or multiprocessor computer systems, minicomputers, mainframe computers, as well as personal computers, hand-held computing devices, microprocessor-based or programmable consumer electronics, and the like, each of which can be operatively coupled to one or more associated devices.
The illustrated aspects of the innovation may also be practiced in distributed computing environments where certain tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules can be located in both local and remote memory storage devices.
A computer typically includes a variety of computer-readable media. Computer-readable media can be any available media that can be accessed by the computer and includes both volatile and nonvolatile media, removable and non-removable media. By way of example, and not limitation, computer-readable media can comprise computer storage media and communication media. Computer storage media includes volatile and nonvolatile, 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 disk (DVD) or other optical disk 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 the computer.
Communication media typically embodies computer-readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism, and includes any information delivery media. The term “modulated data signal” means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, RF, infrared and other wireless media. Combinations of the any of the above should also be included within the scope of computer-readable media.
With reference again to
The system bus 908 can be any of several types of bus structure that may further interconnect to a memory bus (with or without a memory controller), a peripheral bus, and a local bus using any of a variety of commercially available bus architectures. The system memory 906 includes read-only memory (ROM) 910 and random access memory (RAM) 912. A basic input/output system (BIOS) is stored in a non-volatile memory 910 such as ROM, EPROM, EEPROM, which BIOS contains the basic routines that help to transfer information between elements within the computer 902, such as during start-up. The RAM 912 can also include a high-speed RAM such as static RAM for caching data.
The computer 902 further includes an internal hard disk drive (HDD) 914 (e.g., EIDE, SATA), which internal hard disk drive 914 may also be configured for external use in a suitable chassis (not shown), a magnetic floppy disk drive (FDD) 916, (e.g., to read from or write to a removable diskette 918) and an optical disk drive 920, (e.g., reading a CD-ROM disk 922 or, to read from or write to other high capacity optical media such as the DVD). The hard disk drive 914, magnetic disk drive 916 and optical disk drive 920 can be connected to the system bus 908 by a hard disk drive interface 924, a magnetic disk drive interface 926 and an optical drive interface 928, respectively. The interface 924 for external drive implementations includes at least one or both of Universal Serial Bus (USB) and IEEE 1394 interface technologies. Other external drive connection technologies are within contemplation of the subject innovation.
The drives and their associated computer-readable media provide nonvolatile storage of data, data structures, computer-executable instructions, and so forth. For the computer 902, the drives and media accommodate the storage of any data in a suitable digital format. Although the description of computer-readable media above refers to a HDD, a removable magnetic diskette, and a removable optical media such as a CD or DVD, other types of media which are readable by a computer, such as zip drives, magnetic cassettes, flash memory cards, cartridges, and the like, may also be used in the exemplary operating environment, and further, that any such media may contain computer-executable instructions for performing the methods of the innovation.
A number of program modules can be stored in the drives and RAM 912, including an operating system 930, one or more application programs 932, other program modules 934 and program data 936. All or portions of the operating system, applications, modules, and/or data can also be cached in the RAM 912. The innovation can be implemented with various commercially available operating systems or combinations of operating systems.
A user can enter commands and information into the computer 902 through one or more wired/wireless input devices, e.g., a keyboard 938 and a pointing device, such as a mouse 940. Other input devices (not shown) may include a microphone, an IR remote control, a joystick, a game pad, a stylus pen, touch screen, or the like. These and other input devices are often connected to the processing unit 904 through an input device interface 942 that is coupled to the system bus 908, but can be connected by other interfaces, such as a parallel port, an IEEE 1394 serial port, a game port, a USB port, an IR interface, etc.
A monitor 944 or other type of display device is also connected to the system bus 908 via an interface, such as a video adapter 946. In addition to the monitor 944, a computer typically includes other peripheral output devices (not shown), such as speakers, printers, etc.
The computer 902 may operate in a networked environment using logical connections via wired and/or wireless communications to one or more remote computers, such as a remote computer(s) 948. The remote computer(s) 948 can be a workstation, a server computer, a router, a personal computer, portable computer, microprocessor-based entertainment appliance, a peer device or other common network node, and typically includes many or all of the elements described relative to the computer 902, although, for purposes of brevity, only a memory/storage device 950 is illustrated. The logical connections depicted include wired/wireless connectivity to a local area network (LAN) 952 and/or larger networks, e.g., a wide area network (WAN) 954. Such LAN and WAN networking environments are commonplace in offices and companies, and facilitate enterprise-wide computer networks, such as intranets, all of which may connect to a global communications network, e.g., the Internet.
When used in a LAN networking environment, the computer 902 is connected to the local network 952 through a wired and/or wireless communication network interface or adapter 956. The adapter 956 may facilitate wired or wireless communication to the LAN 952, which may also include a wireless access point disposed thereon for communicating with the wireless adapter 956.
When used in a WAN networking environment, the computer 902 can include a modem 958, or is connected to a communications server on the WAN 954, or has other means for establishing communications over the WAN 954, such as by way of the Internet. The modem 958, which can be internal or external and a wired or wireless device, is connected to the system bus 908 via the serial port interface 942. In a networked environment, program modules or components depicted relative to the computer 902, or portions thereof, can be stored in the remote memory/storage device 950. The network connections shown are exemplary and other means of establishing a communications link between the computers can be used.
The computer 902 is operable to communicate with any wireless devices or entities operatively disposed in wireless communication, e.g., a printer, scanner, desktop and/or portable computer, portable data assistant, communications satellite, any piece of equipment or location associated with a wirelessly detectable tag (e.g., a kiosk, news stand, restroom), and telephone. This includes at least Wi-Fi and Bluetooth™ wireless technologies. Thus, the communication can be a predefined structure as with a conventional network or simply an ad hoc communication between at least two devices.
Wi-Fi, or Wireless Fidelity, allows connection to the Internet from a couch at home, a bed in a hotel room, or a conference room at work, without wires. Wi-Fi is a wireless technology similar to that used in a cell phone that enables such devices, e.g., computers, to send and receive data indoors and out; anywhere within the range of a base station. Wi-Fi networks use radio technologies called IEEE 802.11 (a, b, g, n, etc.) to provide secure, reliable, fast wireless connectivity. A Wi-Fi network can be used to connect computers to each other, to the Internet, and to wired networks (which use IEEE 802.3 or Ethernet). Wi-Fi networks operate in the unlicensed 2.4 and 5 GHz radio bands, at an 11 Mbps (802.11a) or 54 Mbps (802.11b) data rate, for example, or with products that contain both bands (dual band), so the networks can provide real-world performance similar to wired Ethernet networks used in many offices.
Referring now to
The system 1000 also includes one or more server(s) 1004. The server(s) 1004 can also be hardware and/or software (e.g., threads, processes, computing devices). The servers 1004 can house threads to perform transformations by employing the innovation, for example. One possible communication between a client 1002 and a server 1004 can be in the form of a data packet adapted to be transmitted between two or more computer processes. The system 1000 includes a communication framework 1006 (e.g., a global communication network such as the Internet) that can be employed to facilitate communications between the client(s) 1002 and the server(s) 1004.
Communications can be facilitated via a wired (including optical fiber) and/or wireless technology. The client(s) 1002 are operatively connected to one or more client data store(s) 1008 that can be employed to store information local to the client(s) 1002. Similarly, the server(s) 1004 are operatively connected to one or more server data store(s) 1010 that can be employed to store information local to the servers 1004.
What has been described above includes examples of the innovation. It is, of course, not possible to describe every conceivable combination of components or methodologies for purposes of describing the subject innovation, but one of ordinary skill in the art may recognize that many further combinations and permutations of the innovation are possible. Accordingly, the innovation is intended to embrace all such alterations, modifications and variations that fall within the spirit and scope of the appended claims. Furthermore, to the extent that the term “includes” is used in either the detailed description or the claims, such term is intended to be inclusive in a manner similar to the term “comprising” as “comprising” is interpreted when employed as a transitional word in a claim.
Number | Name | Date | Kind |
---|---|---|---|
6223287 | Douglas | Apr 2001 | B1 |
6438612 | Ylonen | Aug 2002 | B1 |
6918039 | Hind | Jul 2005 | B1 |
7225259 | Ho | May 2007 | B2 |
7673048 | O'Toole, Jr. | Mar 2010 | B1 |
7725584 | Hanmann | May 2010 | B1 |
7864686 | Chapman | Jan 2011 | B2 |
8068499 | Vidya et al. | Nov 2011 | B2 |
8364980 | Forlenza | Jan 2013 | B2 |
8418244 | Sinn | Apr 2013 | B2 |
8542823 | Nguyen | Sep 2013 | B1 |
8561127 | Agrawal et al. | Oct 2013 | B1 |
8688978 | Struik | Apr 2014 | B2 |
8745379 | Orsini et al. | Jun 2014 | B2 |
8775823 | Gokhale | Jul 2014 | B2 |
8776249 | Margolin | Jul 2014 | B1 |
8856869 | Brinskelle | Oct 2014 | B1 |
8856910 | Rostami-Hesarsorkh | Oct 2014 | B1 |
8938611 | Zhu | Jan 2015 | B1 |
9088550 | Taraki | Jul 2015 | B1 |
9137262 | Qureshi et al. | Sep 2015 | B2 |
9183380 | Qureshi et al. | Nov 2015 | B2 |
9185033 | Khalid | Nov 2015 | B2 |
9218500 | Eldar | Dec 2015 | B2 |
9223995 | Lavinio | Dec 2015 | B1 |
9304716 | Takasu | Apr 2016 | B2 |
9325742 | Barsness | Apr 2016 | B1 |
9521118 | Cottrell | Dec 2016 | B2 |
9690763 | Lee | Jun 2017 | B1 |
9923923 | Sharifi Mehr | Mar 2018 | B1 |
10068099 | Fishbeck | Sep 2018 | B1 |
10116591 | Sung | Oct 2018 | B2 |
10133873 | Kritt | Nov 2018 | B2 |
10225075 | Moritz | Mar 2019 | B1 |
10243990 | Chen | Mar 2019 | B1 |
10255445 | Brinskelle | Apr 2019 | B1 |
20020025045 | Raike | Feb 2002 | A1 |
20020112167 | Boneh | Aug 2002 | A1 |
20030159030 | Evans | Aug 2003 | A1 |
20030182576 | Morlang | Sep 2003 | A1 |
20040034776 | Fernando | Feb 2004 | A1 |
20040078596 | Kent, Jr. | Apr 2004 | A1 |
20040162076 | Chowdry | Aug 2004 | A1 |
20040172476 | Chapweske | Sep 2004 | A1 |
20050071792 | Ferguson | Mar 2005 | A1 |
20050086510 | Nicodemus | Apr 2005 | A1 |
20050091499 | Forlenza | Apr 2005 | A1 |
20050132070 | Redlich | Jun 2005 | A1 |
20050138109 | Redlich | Jun 2005 | A1 |
20050138110 | Redlich | Jun 2005 | A1 |
20050235163 | Forlenza | Oct 2005 | A1 |
20050235165 | Gomez | Oct 2005 | A1 |
20050246526 | Forlenza | Nov 2005 | A1 |
20050262418 | Gehrmann | Nov 2005 | A1 |
20050273841 | Freund | Dec 2005 | A1 |
20060050879 | Iizuka | Mar 2006 | A1 |
20060050883 | Walker | Mar 2006 | A1 |
20060053441 | Walker | Mar 2006 | A1 |
20060069917 | Martin | Mar 2006 | A1 |
20060075228 | Black | Apr 2006 | A1 |
20060143459 | Villaron | Jun 2006 | A1 |
20060195547 | Sundarrajan | Aug 2006 | A1 |
20060200849 | Sundarrajan | Sep 2006 | A1 |
20060277406 | Hashimoto | Dec 2006 | A1 |
20070076882 | Engel | Apr 2007 | A1 |
20070094373 | Brendel | Apr 2007 | A1 |
20070180134 | Steinbach | Aug 2007 | A1 |
20070195960 | Goldman | Aug 2007 | A1 |
20070206738 | Patel | Sep 2007 | A1 |
20080040776 | Bauer | Feb 2008 | A1 |
20080131861 | Redd | Jun 2008 | A1 |
20080133915 | Tanaka | Jun 2008 | A1 |
20090028049 | Boudreau | Jan 2009 | A1 |
20090119504 | van Os | May 2009 | A1 |
20090204711 | Binyamin | Aug 2009 | A1 |
20090222927 | Pikus | Sep 2009 | A1 |
20090224884 | Tuttle | Sep 2009 | A1 |
20090253511 | Loose | Oct 2009 | A9 |
20090254572 | Redlich | Oct 2009 | A1 |
20100030839 | Ceragioli | Feb 2010 | A1 |
20100146600 | Eldar | Jun 2010 | A1 |
20100162348 | Narayanan | Jun 2010 | A1 |
20100211792 | Ureche | Aug 2010 | A1 |
20100250497 | Redlich | Sep 2010 | A1 |
20100250944 | Suzuki | Sep 2010 | A1 |
20100299529 | Fielder | Nov 2010 | A1 |
20100299744 | Mardiks | Nov 2010 | A1 |
20100325421 | Park | Dec 2010 | A1 |
20100325717 | Goel | Dec 2010 | A1 |
20110072507 | Johnston, II | Mar 2011 | A1 |
20110085666 | Hicks | Apr 2011 | A1 |
20110131640 | Canis Robles | Jun 2011 | A1 |
20110154443 | Thakur | Jun 2011 | A1 |
20110307706 | Fielder | Dec 2011 | A1 |
20120023158 | Kashyap | Jan 2012 | A1 |
20120150747 | Carey | Jun 2012 | A1 |
20120182884 | Pyatkovskiy | Jul 2012 | A1 |
20120284513 | Yerli | Nov 2012 | A1 |
20120290837 | Vion-Dury | Nov 2012 | A1 |
20120304246 | Zhang | Nov 2012 | A1 |
20120326847 | Strauman | Dec 2012 | A1 |
20130036313 | Schwenk | Feb 2013 | A1 |
20130047264 | Bjorkengren | Feb 2013 | A1 |
20130167192 | Hickman | Jun 2013 | A1 |
20130336482 | Waisbard | Dec 2013 | A1 |
20140115328 | Allen | Apr 2014 | A1 |
20140129661 | Thyagaraja | May 2014 | A1 |
20140240753 | Anno | Aug 2014 | A1 |
20140297440 | Fredell | Oct 2014 | A1 |
20140301204 | Koshimizu | Oct 2014 | A1 |
20140325236 | Kim | Oct 2014 | A1 |
20140337614 | Kelson | Nov 2014 | A1 |
20140351920 | Madani | Nov 2014 | A1 |
20140366084 | Ogawa | Dec 2014 | A1 |
20150043730 | Thompson | Feb 2015 | A1 |
20150082022 | Marinkovic | Mar 2015 | A1 |
20150119017 | Wu | Apr 2015 | A1 |
20150128204 | Lietz | May 2015 | A1 |
20150188949 | Mahaffey | Jul 2015 | A1 |
20150215899 | Kumar | Jul 2015 | A1 |
20150229614 | Thompson | Aug 2015 | A1 |
20150263859 | Lietz | Sep 2015 | A1 |
20150271163 | Greenspan | Sep 2015 | A1 |
20150347770 | Whalley | Dec 2015 | A1 |
20150350247 | Adler | Dec 2015 | A1 |
20150381578 | Thota | Dec 2015 | A1 |
20150382240 | Hecht | Dec 2015 | A1 |
20160094467 | Hong | Mar 2016 | A1 |
20160112195 | Jochheim | Apr 2016 | A1 |
20160182466 | Wagenaar | Jun 2016 | A1 |
20160224800 | Bellert | Aug 2016 | A1 |
20160239668 | Bellert | Aug 2016 | A1 |
20160275303 | Narayanaswamy | Sep 2016 | A1 |
20160315762 | Moon | Oct 2016 | A1 |
20160323818 | Senarath | Nov 2016 | A1 |
20170063933 | Shieh | Mar 2017 | A1 |
20170083717 | Medvedev | Mar 2017 | A1 |
20170099144 | Sobel | Apr 2017 | A1 |
20170156172 | Yokoyama | Jun 2017 | A1 |
20170180155 | Shanks | Jun 2017 | A1 |
20170181128 | Zhu | Jun 2017 | A1 |
20170201495 | Cooley | Jul 2017 | A1 |
20170213041 | Medvedev | Jul 2017 | A1 |
20170264619 | Narayanaswamy | Sep 2017 | A1 |
20170337383 | Eldar | Nov 2017 | A1 |
20170353745 | Karkkainen | Dec 2017 | A1 |
20180025180 | Wang | Jan 2018 | A1 |
20180157853 | Kumar | Jun 2018 | A1 |
20180183608 | Koyun | Jun 2018 | A1 |
20180196761 | Rieken | Jul 2018 | A1 |
20180205743 | McIver | Jul 2018 | A1 |
Entry |
---|
Song, Y., Beznosov, K. & Leung, V.C.M. , Multiple-Channel Security Architecture and its Implementation over SSL, J Wireless Com Network (2006) 2006: 085495. |
WolfSSL State of the Art Networking Security for Embedded Systems; http://www.freertos.org/FreeRTOS-Plus/WolfSSL/WolfSSL.shtml; pp. 1-4; 2010-2016 Real Time Engineers Ltd. |