Skip to content

Commit 66c529e

Browse files
author
Andras Fekete
committed
Add in PKIXSSH
1 parent c9b72d7 commit 66c529e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Docker/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ RUN mkdir /opt/sources
2525
RUN cd /opt/sources && git clone --single-branch https://github.com/cisco/hash-sigs.git && cd hash-sigs && git checkout b0631b8891295bf2929e68761205337b7c031726 \
2626
&& sed -i 's/USE_OPENSSL 1/USE_OPENSSL 0/g' sha256.h && make -j4 hss_lib_thread.a
2727

28+
# Install pkixssh to /opt/pkixssh for X509 interop testing with wolfSSH
29+
RUN mkdir /var/empty
30+
RUN cd /opt/sources && wget https://roumenpetrov.info/secsh/src/pkixssh-14.1.1.tar.gz && tar xvf pkixssh-14.1.1.tar.gz && cd pkixssh-14.1.1 && ./configure --prefix=/opt/pkixssh/ --exec-prefix=/opt/pkixssh/ && make install
31+
2832
# Allow non-root to use tcpdump (will need NET_RAW and NET_ADMIN capability when running the container)
2933
RUN setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/bin/tcpdump
3034

0 commit comments

Comments
 (0)