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