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

Side by Side Diff: third_party/openssl/README.chromium

Issue 6624034: Formatting the readmes in deps to follow the proper format and making sure th... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/
Patch Set: '' Created 9 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 | « third_party/nss/README.chromium ('k') | third_party/pthreads-win32/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: openssl 1 Name: openssl
2 URL: http://openssl.org/source/ 2 URL: http://openssl.org/source/
3 Version: 0.9.8o 3 Version: 0.9.8o
4 License: BSDish 4 License: BSDish
5 License File: openssl/LICENSE 5 License File: openssl/LICENSE
6 6
7 Description:
7 This is OpenSSL, the standard SSL/TLS library, which is used only for testing. 8 This is OpenSSL, the standard SSL/TLS library, which is used only for testing.
8 It's an unmodified, upstream source except for the patches listed below. 9 It's an unmodified, upstream source except for the patches listed below.
9 10
10 11
11 Patches are applied in this order: 12 Patches are applied in this order:
12 13
13 missing_stddef.patch 14 missing_stddef.patch
14 15
15 Add stddef.h to header files which use size_t, otherwise apps that include 16 Add stddef.h to header files which use size_t, otherwise apps that include
16 those headers get compiler errors. 17 those headers get compiler errors.
(...skipping 21 matching lines...) Expand all
38 39
39 snap_start.patch 40 snap_start.patch
40 41
41 Adds server-side support for Snap Start. This allows for 0-RTT handshakes in 42 Adds server-side support for Snap Start. This allows for 0-RTT handshakes in
42 the case that the application protocol involves the client side speaking first. 43 the case that the application protocol involves the client side speaking first.
43 44
44 http://tools.ietf.org/html/draft-agl-tls-snapstart-00 45 http://tools.ietf.org/html/draft-agl-tls-snapstart-00
45 46
46 EXPERIMENTAL: this patches uses an extension number that is not assigned by 47 EXPERIMENTAL: this patches uses an extension number that is not assigned by
47 IANA. 48 IANA.
OLDNEW
« no previous file with comments | « third_party/nss/README.chromium ('k') | third_party/pthreads-win32/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698