• Home
  • History
  • Annotate
  • only in /external/openssl/patches/
NameDateSize

..24-Jul-20134 KiB

channelid.patch24-Jul-201333.2 KiB

eng_dyn_dirs.patch24-Jul-20132.7 KiB

fix_clang_build.patch24-Jul-20131.7 KiB

handshake_cutthrough.patch24-Jul-20139.8 KiB

jsse.patch24-Jul-201313.7 KiB

progs.patch24-Jul-20131.6 KiB

README24-Jul-2013716

testssl.sh24-Jul-20132.1 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