Releases: xcllnt/openiked
Releases · xcllnt/openiked
2.2
Version 2.2 of the FreeBSD port.
Changes since 2.1:
o Fix daemon crash due to uninitialized bignum variables (credits: Dave Cameron)
o Fix build breakage on FreeBSD head (August 2020)
2.1
Version 2.1 of the FreeBSD port.
Changes since 2.0:
o Re-add support for OpenSSL 1.0.x by providing compatibility definitions.
2.0a
Version 2.0a of the FreeBSD port.
Changes since 1.10:
o Fix bug FreeBSD/229654: properly generate man pages on FreeBSD
o Fix Issue #14: properly create iked.conf.5
o Support OpenSSL 1.1 and newer. Support for OpenSSL 1.0 and older has been removed.
1.10
Version 1.10 of the FreeBSD port.
Changes since 1.9:
o Fix OpenIKED on FreeBSD 12-current
o Fix pubkey authentication
1.9
Version 1.9 of the FreeBSD port.
Changes since 1.8:
o Better support intermediate CAs
1.8
Version 1.8 of the FreeBSD port.
Changes since 1.7:
o Add DH groups 19, 20 & 21 to the default IKE proposal
o Add SHA2-384 & SHA2-512 to the default IKE & IPsec SA proposal
o Fix sending invalid proposals when not all transforms are supported by the kernel
1.7
Version 1.7 of the FreeBSD port.
Changes since 1.6:
o Obtain the list of IPsec algorithms from the kernel to reject transforms the kernel doesn't support
1.6
Version 1.6 of the FreeBSD port.
Changes since 1.5:
o Fix erroneous removal of lazy mode policies from the kernel
1.5
Version 1.5 of the FreeBSD port.
Changes since 1.4:
o Increase the SA replay window to 255
1.4
Version 1.4 of the FreeBSD port.
Changes since 1.3:
o Switch to libevent 2
o Handle unsupported DH group correctly
o Bug fixes