Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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. |
| OLD | NEW |