Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Side by Side Diff: openssl/patches/README

Issue 2072073002: Delete bundled copy of OpenSSL and replace with README. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/openssl@master
Patch Set: Delete bundled copy of OpenSSL and replace with README. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « openssl/openssl.config.orig ('k') | openssl/patches/aead_ssl_support.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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 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.
OLDNEW
« no previous file with comments | « openssl/openssl.config.orig ('k') | openssl/patches/aead_ssl_support.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698