Skip to content

Commit fbee2b9

Browse files
committed
Update to OpenSSL 3.4.3, the most recent version in the 3.4 branch
1 parent 53c59d5 commit fbee2b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ RUN apt-get upgrade -y
3131
RUN apt-get install -y git build-essential libssl-dev cmake wget
3232
RUN apt-get install -y autoconf pkgconf libtool liburcu-dev libcap-dev libuv1-dev
3333

34-
RUN wget https://github.com/openssl/openssl/releases/download/openssl-3.4.0/openssl-3.4.0.tar.gz && tar xzf openssl-3.4.0.tar.gz
35-
RUN echo "e15dda82fe2fe8139dc2ac21a36d4ca01d5313c75f99f46c4e8a27709b7294bf openssl-3.4.0.tar.gz" | sha256sum -c -
36-
RUN cd openssl-3.4.0 && ./Configure --openssldir=/opt/openssl --prefix=/opt/openssl && make -j$(nproc) && make install
34+
RUN wget https://github.com/openssl/openssl/releases/download/openssl-3.4.3/openssl-3.4.3.tar.gz && tar xzf openssl-3.4.3.tar.gz
35+
RUN echo "fa727ed1399a64e754030a033435003991aee36bda9a5b080995cb2ac5cf7f37 openssl-3.4.3.tar.gz" | sha256sum -c -
36+
RUN cd openssl-3.4.3 && ./Configure --openssldir=/opt/openssl --prefix=/opt/openssl && make -j$(nproc) && make install
3737

3838
RUN git clone https://github.com/SIDN/liboqs
3939
RUN git clone https://github.com/SIDN/oqs-provider
@@ -79,7 +79,7 @@ RUN ldconfig
7979

8080
#cleanup
8181

82-
RUN rm -rf /openssl-3.4.0
82+
RUN rm -rf /openssl-3.4.3
8383
RUN rm -rf /OQS-bind
8484
RUN rm -rf /oqs-provider
8585
RUN rm -rf /liboqs

0 commit comments

Comments
 (0)