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

Side by Side Diff: patches/README

Issue 12459028: Restore the x509_hash_name_alpgorithm_change patch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/openssl/
Patch Set: Created 7 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « patches.chromium/x509_hash_name_algorithm_change.patch ('k') | patches/channelid.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 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.
OLDNEW
« no previous file with comments | « patches.chromium/x509_hash_name_algorithm_change.patch ('k') | patches/channelid.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698