Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nghttp2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
nghttp2
Commits
02e6cad1
Commit
02e6cad1
authored
Dec 19, 2021
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump quictls/openssl versions
parent
0b053e06
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
.github/workflows/build.yml
.github/workflows/build.yml
+3
-3
README.rst
README.rst
+2
-2
docker/Dockerfile
docker/Dockerfile
+1
-1
No files found.
.github/workflows/build.yml
View file @
02e6cad1
...
...
@@ -95,18 +95,18 @@ jobs:
-
name
:
Build quictls/openssl v1.1.1
if
:
matrix.http3 == 'http3' && matrix.openssl == 'openssl1'
run
:
|
git clone --depth 1 -b OpenSSL_1_1_1
l
+quic https://github.com/quictls/openssl
git clone --depth 1 -b OpenSSL_1_1_1
m
+quic https://github.com/quictls/openssl
cd openssl
./config enable-tls1_3 --prefix=$PWD/build
make -j$(nproc)
make install_sw
-
name
:
Build quictls/openssl v3.0.
0
-
name
:
Build quictls/openssl v3.0.
x
if
:
matrix.http3 == 'http3' && matrix.openssl == 'openssl3'
run
:
|
unset CPPFLAGS
unset LDFLAGS
git clone --depth 1 -b openssl-3.0.
0
+quic https://github.com/quictls/openssl
git clone --depth 1 -b openssl-3.0.
1
+quic https://github.com/quictls/openssl
cd openssl
./config enable-tls1_3 --prefix=$PWD/build --libdir=$PWD/build/lib
make -j$(nproc)
...
...
README.rst
View file @
02e6cad1
...
...
@@ -151,7 +151,7 @@ To enable the experimental HTTP/3 support for h2load and nghttpx, the
following libraries are required:
* `OpenSSL with QUIC support
<https://github.com/quictls/openssl/tree/OpenSSL_1_1_1
l
+quic>`_; or
<https://github.com/quictls/openssl/tree/OpenSSL_1_1_1
m
+quic>`_; or
`BoringSSL <https://boringssl.googlesource.com/boringssl/>`_ (commit
f6ef1c560ae5af51e2df5d8d2175bed207b28b8f)
* `ngtcp2 <https://github.com/ngtcp2/ngtcp2>`_
...
...
@@ -355,7 +355,7 @@ Build custom OpenSSL:
.. code-block:: text
$ git clone --depth 1 -b OpenSSL_1_1_1
l
+quic https://github.com/quictls/openssl
$ git clone --depth 1 -b OpenSSL_1_1_1
m
+quic https://github.com/quictls/openssl
$ cd openssl
$ ./config --prefix=$PWD/build --openssldir=/etc/ssl
$ make -j$(nproc)
...
...
docker/Dockerfile
View file @
02e6cad1
...
...
@@ -7,7 +7,7 @@ RUN apt-get update && \
zlib1g-dev libev-dev libjemalloc-dev ruby-dev libc-ares-dev bison
\
libelf-dev
RUN
git clone
--depth
1
-b
OpenSSL_1_1_1
l
+quic https://github.com/quictls/openssl
&&
\
RUN
git clone
--depth
1
-b
OpenSSL_1_1_1
m
+quic https://github.com/quictls/openssl
&&
\
cd
openssl
&&
\
./config
--openssldir
=
/etc/ssl
&&
\
make
-j
$(
nproc
)
&&
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment