Skip to content

hgomez/ike-patch-for-openssl-1.1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

ike-patch-for-openssl-1.1

OpenSSL 1.1 make many internal structures opaques and Ike required some updates OpenSSL 1.1 backward compatibility guide

How to use it ?

# Get latest sources
wget https://www.shrew.net/download/ike/ike-2.2.1-release.tbz2
tar xvjf ike-2.2.1-release.tbz2

# Patch
wget https://raw.githubusercontent.com/hgomez/ike-patch-for-openssl-1.1/master/ike.patch
cd ike
patch -p1 <../ike.patch

# Make
cmake -DCMAKE_INSTALL_PREFIX=/usr -DQTGUI=NO -DETCDIR=/etc -DNATT=YES
make

# Install
sudo make install

About

Patches so Ike is OpenSSL 1.1+ compatible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published