From 626c2706b1f7abdc6af1216873b7687e59025d1f Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Thu, 5 Jun 2014 18:34:09 +0200 Subject: Update OpenSSL to aosp/master --HG-- extra : rebase_source : a2f70c1a7529c7fcfc88f8dd1882e66e6ba42167 --- main/openssl/patches/README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'main/openssl/patches') diff --git a/main/openssl/patches/README b/main/openssl/patches/README index 4159a85c..2ff69282 100644 --- a/main/openssl/patches/README +++ b/main/openssl/patches/README @@ -48,3 +48,17 @@ dsa_nonce.patch Adds an option to mix in hash of message and private key into (EC)DSA nonces to make (EC)DSA more resilient to weaknesses in RNGs used for nonces. The feature is disabled by default. + +ecdhe_psk.patch + +Adds support for ECDHE Pre-Shared Key (PSK) TLS cipher suites. + +tls_psk_hint.patch + +Fixes issues with TLS-PSK identity hint implementation where +per-connection/session and per-context hints were being mixed up. + +psk_client_callback_128_byte_id_bug.patch + +Fixes the issue where it was impossible to return a 128 byte long PSK identity +(the maximum supported length) from psk_client_callback. -- cgit v1.2.3