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