| OLD | NEW |
| (Empty) |
| 1 progs.patch: | |
| 2 | |
| 3 Fixup sources under the apps/ directory that are not built under the android env
ironment. | |
| 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 sha1_armv4_large.patch | |
| 18 | |
| 19 This patch eliminates memory stores to addresses below SP. | |
| 20 | |
| 21 | |
| 22 mips_private.patch: | |
| 23 | |
| 24 Fix duplicate defines of labels AES_set_encrypt_key and AES_set_decrypt_key | |
| 25 by prefixing Mips version with private_ . | |
| 26 Revise import script to generate o32-abi .s files for Mips. | |
| 27 | |
| 28 | |
| 29 channelid.patch | |
| 30 | |
| 31 Implements TLS Channel ID support as both a client and a server. | |
| 32 See http://tools.ietf.org/html/draft-balfanz-tls-channelid-00. | |
| 33 | |
| 34 clang.patch | |
| 35 | |
| 36 | |
| 37 Fixes two minor compilation errors when building with the Clang compiler. | |
| 38 | |
| 39 recursive_lock_fix.patch | |
| 40 | |
| 41 Small fix to get rid of unwanted recursive mutex lock in X509_PUBKEY_get. | |
| 42 See http://cvs.openssl.org/chngview?cn=22568 for upstream patch, and | |
| 43 https://groups.google.com/d/topic/mailing.openssl.dev/4Z67vaaTChk/discussion | |
| 44 for the most recent discussion. | |
| OLD | NEW |