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

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
OLDNEW
1 Name: openssl 1 Name: openssl
2 Short Name: openssl
Evan Martin 2011/03/04 22:39:36 Can we make "short name" just fall back on "name"
2 URL: http://openssl.org/source/ 3 URL: http://openssl.org/source/
3 Version: 0.9.8o 4 Version: 0.9.8o
4 License: BSDish 5 License: BSDish
5 License File: openssl/LICENSE 6 License File: openssl/LICENSE
6 7
8 Description:
7 This is OpenSSL, the standard SSL/TLS library, which is used only for testing. 9 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. 10 It's an unmodified, upstream source except for the patches listed below.
9 11
10 12
11 Patches are applied in this order: 13 Patches are applied in this order:
12 14
13 missing_stddef.patch 15 missing_stddef.patch
14 16
15 Add stddef.h to header files which use size_t, otherwise apps that include 17 Add stddef.h to header files which use size_t, otherwise apps that include
16 those headers get compiler errors. 18 those headers get compiler errors.
(...skipping 21 matching lines...) Expand all
38 40
39 snap_start.patch 41 snap_start.patch
40 42
41 Adds server-side support for Snap Start. This allows for 0-RTT handshakes in 43 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. 44 the case that the application protocol involves the client side speaking first.
43 45
44 http://tools.ietf.org/html/draft-agl-tls-snapstart-00 46 http://tools.ietf.org/html/draft-agl-tls-snapstart-00
45 47
46 EXPERIMENTAL: this patches uses an extension number that is not assigned by 48 EXPERIMENTAL: this patches uses an extension number that is not assigned by
47 IANA. 49 IANA.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698