From 8a2a790034411de7fec38dbfec5c10f6f505d2e2 Mon Sep 17 00:00:00 2001 From: clfreville2 Date: Tue, 10 Oct 2023 13:24:19 +0200 Subject: [PATCH] Add OpenSSL version --- sujet_tp.typ | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sujet_tp.typ b/sujet_tp.typ index 5e6a17c..b429ef8 100644 --- a/sujet_tp.typ +++ b/sujet_tp.typ @@ -49,8 +49,10 @@ openssl s_client -connect 127.0.0.1:8080 -comp < /dev/null ```bash cd /tmp +# Selon la version majeure d'OpenSSL (openssl version) curl https://www.openssl.org/source/openssl-3.1.3.tar.gz | tar xzf - -cd openssl-3.1.3 +curl https://www.openssl.org/source/openssl-1.1.1w.tar.gz | tar xzf - +cd openssl-* ./config zlib make -j$(nproc) ```