Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
ngtcp2
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kashyap Thimmaraju
ngtcp2
Commits
d6deb3fd
Commit
d6deb3fd
authored
5 years ago
by
Tatsuhiro Tsujikawa
Browse files
Options
Downloads
Patches
Plain Diff
Use OpenSSL_1_1_1d-quic-draft-24 for performance reason
parent
658f5905
Branches
Branches containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.rst
+2
-2
2 additions, 2 deletions
README.rst
ci/build_openssl.sh
+1
-1
1 addition, 1 deletion
ci/build_openssl.sh
docker/Dockerfile
+1
-1
1 addition, 1 deletion
docker/Dockerfile
with
4 additions
and
4 deletions
README.rst
+
2
−
2
View file @
d6deb3fd
...
@@ -52,14 +52,14 @@ The client and server under examples directory require patched OpenSSL
...
@@ -52,14 +52,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/
o
pen
ssl
-quic-draft-24)
(https://github.com/tatsuhiro-t/openssl/tree/
O
pen
SSL_1_1_1d
-quic-draft-24)
Build from git
Build from git
--------------
--------------
.. code-block:: text
.. code-block:: text
$ git clone --depth 1 -b
o
pen
ssl
-quic-draft-24 https://github.com/tatsuhiro-t/openssl
$ git clone --depth 1 -b
O
pen
SSL_1_1_1d
-quic-draft-24 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
...
...
This diff is collapsed.
Click to expand it.
ci/build_openssl.sh
+
1
−
1
View file @
d6deb3fd
...
@@ -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
o
pen
ssl
-quic-draft-24 https://github.com/tatsuhiro-t/openssl
git clone
--depth
1
-b
O
pen
SSL_1_1_1d
-quic-draft-24 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
)
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile
+
1
−
1
View file @
d6deb3fd
...
@@ -4,7 +4,7 @@ RUN /usr/local/bin/clean-install \
...
@@ -4,7 +4,7 @@ RUN /usr/local/bin/clean-install \
git g++ make binutils autoconf automake autotools-dev libtool
\
git g++ make binutils autoconf automake autotools-dev libtool
\
pkg-config libev-dev libjemalloc-dev
\
pkg-config libev-dev libjemalloc-dev
\
libev4 libjemalloc1 ca-certificates mime-support
&&
\
libev4 libjemalloc1 ca-certificates mime-support
&&
\
git clone
--depth
1
-b
o
pen
ssl
-quic-draft-24 https://github.com/tatsuhiro-t/openssl
&&
\
git clone
--depth
1
-b
O
pen
SSL_1_1_1d
-quic-draft-24 https://github.com/tatsuhiro-t/openssl
&&
\
cd
openssl
&&
./config enable-tls1_3
--openssldir
=
/etc/ssl
&&
make
-j
$(
nproc
)
&&
make install_sw
&&
cd
..
&&
rm
-rf
openssl
&&
\
cd
openssl
&&
./config enable-tls1_3
--openssldir
=
/etc/ssl
&&
make
-j
$(
nproc
)
&&
make install_sw
&&
cd
..
&&
rm
-rf
openssl
&&
\
git clone
--depth
1 https://github.com/ngtcp2/nghttp3
&&
\
git clone
--depth
1 https://github.com/ngtcp2/nghttp3
&&
\
cd
nghttp3
&&
autoreconf
-i
&&
\
cd
nghttp3
&&
autoreconf
-i
&&
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment