aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-01-23 20:35:49 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-01-23 20:53:57 +0100
commitd56602133caa7326acc209b87ebcc9fa5eb5de2c (patch)
treeffd9491fd82384a979de655576e749dd2c5c9ffb /INSTALL
parent55f17830fbb25ab321b20444ca298709b177de00 (diff)
OpenSSL 1.0.2 is out of beta - let's update our own repositories to reflect that.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 48511aff7d..bba923ccae 100644
--- a/INSTALL
+++ b/INSTALL
@@ -58,7 +58,7 @@ for that particular dependency if you want to reduce the libraries' size.
The recommended version of OpenSSL that provides ALPN support is available
at this URL:
- https://www.openssl.org/source/openssl-1.0.2-beta3.tar.gz
+ https://www.openssl.org/source/openssl-1.0.2.tar.gz
Dependencies to compile and run the tests
@@ -101,7 +101,7 @@ A word on OpenSSL
Secure HTTP2 requires to have the TLS extension ALPN (see rfc 7301 and
http://http2.github.io/http2-spec/ section 3.3). Our HTTP2 implementation
-relies on OpenSSL's implementation. OpenSSL 1.0.2beta3 is the first version
+relies on OpenSSL's implementation. OpenSSL 1.0.2 is the first released version
of OpenSSL that has ALPN support, and this explains our dependency on it.
Note that the Makefile supports compiling only the unsecure elements of grpc,