summaryrefslogtreecommitdiff
path: root/docs/html/sdk/api_diff/17/changes
diff options
context:
space:
mode:
authorAlex Klyubin <klyubin@google.com>2014-06-10 10:28:08 -0700
committerAlex Klyubin <klyubin@google.com>2014-06-10 14:30:56 -0700
commitb0d1d914073256db05aa33feb6b2d6018802635e (patch)
tree4cd1d931d1cfe883c34ee2424655268b588be2e7 /docs/html/sdk/api_diff/17/changes
parent6123315ad41b268bb2de52b2008885bf00408b5e (diff)
Add PSKKeyManager to enable the use of TLS-PSK.
TLS-PSK is supported by the underlying TLS/SSL stack (based on Conscrypt). This CL simply exposes this support in the Android framework. TLS-PSK is a set of TLS/SSL cipher suites which rely on a symmetric pre-shared key (PSK) to secure the TLS/SSL connection and mutually authenticate its peers. These cipher suites may be a more natural fit compared to conventional public key based cipher suites in some scenarios where communication between peers is bootstrapped via a separate step (for example, a pairing step) and requires both peers to authenticate each other. In such scenarios a symmetric key (PSK) can be exchanged during the bootstrapping step, removing the need to generate and exchange public key pairs and X.509 certificates. Bug: 15073623 Change-Id: Idf2a773db3021de3d2ad144c5cc63d2415eb8e91
Diffstat (limited to 'docs/html/sdk/api_diff/17/changes')
0 files changed, 0 insertions, 0 deletions