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
4998fd33
There was an error fetching the commit references. Please try again later.
Commit
4998fd33
authored
7 years ago
by
Tatsuhiro Tsujikawa
Browse files
Options
Downloads
Patches
Plain Diff
Use official openssl repository
parent
aac7fde4
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.rst
+1
-4
1 addition, 4 deletions
README.rst
ci/build_openssl.sh
+1
-1
1 addition, 1 deletion
ci/build_openssl.sh
with
2 additions
and
5 deletions
README.rst
+
1
−
4
View file @
4998fd33
...
@@ -47,15 +47,12 @@ branch) as crypto backend:
...
@@ -47,15 +47,12 @@ branch) as crypto backend:
* OpenSSL (https://github.com/openssl/openssl/)
* OpenSSL (https://github.com/openssl/openssl/)
At the moment, the patched OpenSSL is required to compile ngtcp2 to
enable 0-RTT. See below.
Build from git
Build from git
--------------
--------------
.. code-block:: text
.. code-block:: text
$ git clone --depth 1
-b early-exporter
https://github.com/
tatsuhiro-t
/openssl
$ git clone --depth 1 https://github.com/
openssl
/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 @
4998fd33
...
@@ -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
early-exporter
https://github.com/
tatsuhiro-t
/openssl
git clone
--depth
1 https://github.com/
openssl
/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.
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