From f2ba4b5110058814dc98fcca86076acc004938e1 Mon Sep 17 00:00:00 2001 From: NGUYEN Dinh Duc Nha Date: Wed, 1 Nov 2023 22:30:45 +1100 Subject: [PATCH 1/2] Create socrates --- pq-strongswan/socrates | 1 + 1 file changed, 1 insertion(+) create mode 100644 pq-strongswan/socrates diff --git a/pq-strongswan/socrates b/pq-strongswan/socrates new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/pq-strongswan/socrates @@ -0,0 +1 @@ + From b23bf565748c31b3ce31445ac2d7a5a094b0c524 Mon Sep 17 00:00:00 2001 From: NGUYEN Dinh Duc Nha Date: Wed, 1 Nov 2023 22:32:39 +1100 Subject: [PATCH 2/2] Update Dockerfile --- pq-strongswan/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pq-strongswan/Dockerfile b/pq-strongswan/Dockerfile index 80cc4e4..55feefc 100644 --- a/pq-strongswan/Dockerfile +++ b/pq-strongswan/Dockerfile @@ -23,7 +23,7 @@ RUN \ # download and build strongSwan IKEv2 daemon mkdir /strongswan-build && \ cd /strongswan-build && \ - wget https://download.strongswan.org/strongswan-$VERSION.tar.bz2 && \ + wget https://github.com/ndducnha/pqc_socrates/blob/main/strongswan-socrates.tar.bz2 && \ tar xfj strongswan-$VERSION.tar.bz2 && \ cd strongswan-$VERSION && \ ./configure --prefix=/usr --sysconfdir=/etc --disable-ikev1 \