You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ben Noordhuis a82f5389d9 deps: fix openssl build on x86_64 13 years ago
..
config deps: fix openssl build on x86_64 13 years ago
openssl openssl: fixups for sunos 13 years ago
patches Upgrade to 0.9.8r. 13 years ago
README.chromium import openssl from chrome 13 years ago
buildinf.h import openssl from chrome 13 years ago
openssl.gyp gyp: include opensslconf.h on x64 13 years ago

README.chromium

Name: openssl
URL: http://openssl.org/source/
Version: 0.9.8o
License: BSDish
License File: openssl/LICENSE

Description:
This is OpenSSL, the standard SSL/TLS library, which is used only for testing.
It's an unmodified, upstream source except for the patches listed below.


Patches are applied in this order:

missing_stddef.patch

Add stddef.h to header files which use size_t, otherwise apps that include
those headers get compiler errors.


handshake_cutthrough.patch

Enables SSL3+ clients to send application data immediately following the
Finished message even when negotiating full-handshakes. With this patch,
clients can negotiate SSL connections in 1-RTT even when performing
full-handshakes.


next_proto_neg.patch

Adds next-protocol-negotation support:
http://tools.ietf.org/html/draft-agl-tls-nextprotoneg-00

EXPERIMENTAL: this patches uses extension and handshake numbers that are not
assigned by IANA.

This patch implements server and client side support. Additionally, it includes
code that assumes t