Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
aead_ssl_support.patch | 20-Jun-2014 | 20.2K | |
aead_support.patch | 20-Jun-2014 | 28.9K | |
chacha20poly1305.patch | 20-Jun-2014 | 198.5K | |
channelid.patch | 20-Jun-2014 | 33.2K | |
channelidchromium.patch | 20-Jun-2014 | 10K | |
eng_dyn_dirs.patch | 20-Jun-2014 | 2.7K | |
fix_clang_build.patch | 20-Jun-2014 | 1.7K | |
fix_lhash_iteration.patch | 20-Jun-2014 | 12K | |
handshake_cutthrough.patch | 20-Jun-2014 | 9.8K | |
jsse.patch | 20-Jun-2014 | 13.7K | |
neon_runtime.patch | 20-Jun-2014 | 26.4K | |
progs.patch | 20-Jun-2014 | 1.6K | |
README | 20-Jun-2014 | 716 | |
reduce_client_hello_size.patch | 20-Jun-2014 | 2.7K | |
testssl.sh | 20-Jun-2014 | 2.1K | |
tls1_change_cipher_state_rewrite.patch | 20-Jun-2014 | 17.7K | |
use_aead_for_aes_gcm.patch | 20-Jun-2014 | 3.6K | |
x509_hash_name_algorithm_change.patch | 20-Jun-2014 | 872 |
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