Skip to content
Snippets Groups Projects
Commit b5b6bbdd authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa
Browse files

Bump OpenSSL to 1.1.1g

parent 6a67b70c
Branches
No related merge requests found
...@@ -54,14 +54,14 @@ The client and server under examples directory require patched OpenSSL ...@@ -54,14 +54,14 @@ The client and server under examples directory require patched OpenSSL
as crypto backend: as crypto backend:
* Patched OpenSSL * Patched OpenSSL
(https://github.com/tatsuhiro-t/openssl/tree/OpenSSL_1_1_1d-quic-draft-27) (https://github.com/tatsuhiro-t/openssl/tree/OpenSSL_1_1_1g-quic-draft-27)
Build from git Build from git
-------------- --------------
.. code-block:: text .. code-block:: text
$ git clone --depth 1 -b OpenSSL_1_1_1d-quic-draft-27 https://github.com/tatsuhiro-t/openssl $ git clone --depth 1 -b OpenSSL_1_1_1g-quic-draft-27 https://github.com/tatsuhiro-t/openssl
$ cd openssl $ cd openssl
$ # For Linux $ # For Linux
$ ./config enable-tls1_3 --prefix=$PWD/build $ ./config enable-tls1_3 --prefix=$PWD/build
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#build last openssl master (for Travis) #build last openssl master (for Travis)
cd .. cd ..
git clone --depth 1 -b OpenSSL_1_1_1d-quic-draft-27 https://github.com/tatsuhiro-t/openssl git clone --depth 1 -b OpenSSL_1_1_1g-quic-draft-27 https://github.com/tatsuhiro-t/openssl
cd openssl cd openssl
./config enable-tls1_3 --prefix=$PWD/build ./config enable-tls1_3 --prefix=$PWD/build
make -j$(nproc) make -j$(nproc)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment