Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Benchmarking PQC in QUIC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
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
Bartolomeo Berend Müller
Benchmarking PQC in QUIC
Commits
bd9fa937
Commit
bd9fa937
authored
3 months ago
by
Bartolomeo Berend Müller
Browse files
Options
Downloads
Patches
Plain Diff
Change liboqs version to hqc-perf version 0.12.0
parent
162ad38e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pq-tls-benchmark-framework/emulation-exp/code/install-prereqs-ubuntu.sh
+4
-4
4 additions, 4 deletions
...rk-framework/emulation-exp/code/install-prereqs-ubuntu.sh
with
4 additions
and
4 deletions
pq-tls-benchmark-framework/emulation-exp/code/install-prereqs-ubuntu.sh
+
4
−
4
View file @
bd9fa937
...
@@ -37,11 +37,11 @@ git clone --no-checkout --single-branch --branch openssl-3.1.7+quic https://gith
...
@@ -37,11 +37,11 @@ git clone --no-checkout --single-branch --branch openssl-3.1.7+quic https://gith
(
cd
quictls-openssl
&&
git switch
--detach
openssl-3.1.7+quic
)
(
cd
quictls-openssl
&&
git switch
--detach
openssl-3.1.7+quic
)
git clone
--recursive
https://github.com/cloudflare/quiche
git clone
--recursive
https://github.com/cloudflare/quiche
(
cd
quiche
&&
git switch
--detach
tags/0.22.0
)
(
cd
quiche
&&
git switch
--detach
tags/0.22.0
)
git clone
--no-checkout
--single-branch
--branch
0.11.0-releas
e https://github.com/
open-quantum-safe
/liboqs.git
git clone
--no-checkout
--single-branch
--branch
hqc-with-fixed-performanc
e https://github.com/
BartBBM
/liboqs.git
(
cd
liboqs
&&
git switch
--detach
tags/
0.1
1
.0
)
(
cd
liboqs
&&
git switch
--detach
hqc-with-fixed-performance
)
# this is
0.1
2
.0
# git clone --no-checkout --single-branch --branch main https://github.com/open-quantum-safe/oqs-provider.git
# git clone --no-checkout --single-branch --branch main https://github.com/open-quantum-safe/oqs-provider.git
git clone https://github.com/open-quantum-safe/oqs-provider.git
git clone https://github.com/open-quantum-safe/oqs-provider.git
(
cd
oqs-provider
&&
git switch
--detach
tags/0.
7
.0
)
(
cd
oqs-provider
&&
git switch
--detach
tags/0.
8
.0
)
wget nginx.org/download/nginx-
${
NGINX_VERSION
}
.tar.gz
&&
tar
-zxvf
nginx-
${
NGINX_VERSION
}
.tar.gz
wget nginx.org/download/nginx-
${
NGINX_VERSION
}
.tar.gz
&&
tar
-zxvf
nginx-
${
NGINX_VERSION
}
.tar.gz
# Install the latest CMake
# Install the latest CMake
...
@@ -79,7 +79,7 @@ patch ${ROOT}/openssl/ssl/quic/quic_channel.c < ${ROOT}/../patches/openssl/quic_
...
@@ -79,7 +79,7 @@ patch ${ROOT}/openssl/ssl/quic/quic_channel.c < ${ROOT}/../patches/openssl/quic_
# It needs the libcrypto library, either in .a or .so format, in 'openssl' it is .so and in 'openssl-source' it is .a
# It needs the libcrypto library, either in .a or .so format, in 'openssl' it is .so and in 'openssl-source' it is .a
# -- Found OpenSSL: /absolute-path-to/tmp/openssl/lib64/libcrypto.so (found suitable version "3.0.2", minimum required is "1.1.1")
# -- Found OpenSSL: /absolute-path-to/tmp/openssl/lib64/libcrypto.so (found suitable version "3.0.2", minimum required is "1.1.1")
# NOTE here the enabled algorithms could be specified
# NOTE here the enabled algorithms could be specified
${
INSTALL_DIR
}
/cmake/bin/cmake
-GNinja
-DOPENSSL_ROOT_DIR
=
${
OPENSSL_INSTALL
}
-DCMAKE_INSTALL_PREFIX
=
${
INSTALL_DIR
}
/liboqs
-S
.
-B
build
${
INSTALL_DIR
}
/cmake/bin/cmake
-GNinja
-DOPENSSL_ROOT_DIR
=
${
OPENSSL_INSTALL
}
-DCMAKE_INSTALL_PREFIX
=
${
INSTALL_DIR
}
/liboqs
-DOQS_DIST_BUILD
=
OFF
-S
.
-B
build
cd
build
cd
build
ninja
&&
ninja
install
ninja
&&
ninja
install
)
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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