Skip to content

tobhe/openiked-portable

 
 

Repository files navigation

Portable OpenIKED

License CMake builds.sr.ht status #openiked on matrix.org #openiked on libera.chat

This is a port of OpenBSD's OpenIKED to different Unix-like operating systems, including Linux, macOS, FreeBSD and NetBSD.

Documentation

The official documentation for OpenIKED are the man pages for each tool:

and the OpenBSD VPN FAQ.

Building Portable OpenIKED

Dependencies

Portable OpenIKED is built using cmake. It requires a working C compiler, standard library and headers, a yacc compatible parser generator, libevent, and libcrypto from either LibreSSL or OpenSSL.

Building from source

git clone https://github.com/openiked/openiked-portable.git
cd openiked-portable
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 85.3%
  • Yacc 5.6%
  • Roff 3.5%
  • CMake 1.8%
  • Makefile 1.7%
  • Perl 1.7%
  • Other 0.4%