1 progs.patch: 2 3 Fixup sources under the apps/ directory that are not built under the android environment. 4 5 6 handshake_cutthrough.patch 7 8 Enables SSL3+ clients to send application data immediately following the 9 Finished message even when negotiating full-handshakes. With this patch, 10 clients can negotiate SSL connections in 1-RTT even when performing 11 full-handshakes. 12 13 jsse.patch 14 15 Support for JSSE implementation based on OpenSSL. 16 17 channelid.patch 18 19 Implements TLS Channel ID support as both a client and a server. 20 See http://tools.ietf.org/html/draft-balfanz-tls-channelid-00. 21 22 eng_dyn_dirs.patch 23 24 Fixes the case of having multiple DIR_ADD commands sent to eng_dyn 25 26 fix_clang_build.patch 27 28 Fixes the Clang based build. 29 30 tls12_digests.patch 31 32 Fixes a bug with handling TLS 1.2 and digest functions for DSA and ECDSA 33 keys. 34 35 alpn.patch 36 37 This change adds support for ALPN in OpenSSL. ALPN is the IETF 38 blessed version of NPN and we'll be supporting both ALPN and NPN for 39 some time yet. 40