History log of /openbsd-current/usr.sbin/ikectl/Makefile
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.7 11-Sep-2016 natano

Files in /etc/ssl belong to root. ok deraadt


Revision tags: OPENBSD_6_0_BASE
# 1.6 01-Mar-2016 gsoares

add LIBCRYPTO to DPADD

OK deraadt@ mikeb@


Revision tags: OPENBSD_5_9_BASE
# 1.5 10-Nov-2015 jsg

With ikectl now requiring ca specific sections not present in the
general openssl cnf files install the ikeca.cnf file.

ok sthen@ requested by reyk@


# 1.4 19-Aug-2015 reyk

Support for overwriting $ENV:: variables in OpenSSL .cnf files from
the environment has been removed in LibreSSL. This was a good step
but it unintentionally broke the "ikectl ca" commands. Rework the
implementation for copying the .cnf files and expanding the $ENV::
variables ourselves before passing the generated .cnf file to the
"openssl" command.

Reported and tested by Jona Joachim (thanks!)
OK jsg@


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.3 18-Jan-2014 martynas

Remove -Wbounded: it is now the compiler default.


Revision tags: OPENBSD_5_3_BASE OPENBSD_5_4_BASE
# 1.2 08-Jan-2013 reyk

Remove private CVS tag from an obsolete repository and bump copyright
to 2013 while I'm here... this is my way of saying "happy new year!".


Revision tags: OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE
# 1.1 03-Jun-2010 reyk

Import iked, a new implementation of the IKEv2 protocol.

iked(8) is an automatic keying daemon for IPsec, like isakmpd(8), that
IPsec creates flows and SAs automatically. Unlike isakmpd, iked(8)
implements the newer IKEv2 protocol instead of IKEv1/ISAKMP. The
daemon is still work-in-progress and not enabled in the builds, but is
already able to establish IKEv2 sessions with some other IKEv2
implementations as a responder.

with lots of help and debugging by jsg@
ok deraadt@