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

Unified Diff: README.chromium

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | openssl/crypto/x509/by_dir.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
===================================================================
--- README.chromium (revision 189610)
+++ README.chromium (working copy)
@@ -153,6 +153,21 @@
The list of Chromium-specific patches to apply to the Android tree is
located in patches.chromium/. Currently this consists of:
+ x509_hash_name_algorithm_change.patch
+ Ensure the library can find the right files under /etc/ssl/certs when
+ running on older systems.
+
+ There are many symbolic links under /etc/ssl/certs created by using
+ hash of the PEM certificates in order for OpenSSL to find those
+ certificates. Openssl has a tool to help you create hash symbolic
+ links (tools/c_rehash). However newer versions of the library changed
+ the hash algorithm, which makes it unable to run properly on systems
+ that use the old /etc/ssl/certs layout (e.g. Ubuntu Lucid).
+
+ This patch gives a way to find a certificate according to its hash by
+ using both the old and new algorithms. http://crbug.com/111045 is used
+ to track this issue.
+
enable-dtls1.patch:
Enable DTLSv1, which is disabled by default in the Android platform
configuration.
« no previous file with comments | « no previous file | openssl/crypto/x509/by_dir.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698