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

Use my OpenSSL early-exporter branch which is TLSv1.3-23

parent 2d260851
Branches
No related merge requests found
......@@ -55,7 +55,7 @@ Build from git
.. code-block:: text
$ git clone --depth 1 -b quic https://github.com/tatsuhiro-t/openssl
$ git clone --depth 1 -b early-exporter https://github.com/tatsuhiro-t/openssl
$ cd openssl
$ # For Linux
$ ./config enable-tls1_3 --prefix=$PWD/build
......
......@@ -2,7 +2,7 @@
#build last openssl master (for Travis)
cd ..
git clone --depth 1 -b quic https://github.com/tatsuhiro-t/openssl
git clone --depth 1 -b early-exporter https://github.com/tatsuhiro-t/openssl
cd openssl
./config enable-tls1_3 --prefix=$PWD/build
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