Skip to content

Releases: xcllnt/openiked

2.2

24 Aug 15:08
Compare
Choose a tag to compare

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

26 Jan 06:16
Compare
Choose a tag to compare
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

20 Jan 21:57
Compare
Choose a tag to compare

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

19 Nov 17:28
Compare
Choose a tag to compare

Version 1.10 of the FreeBSD port.

Changes since 1.9:
o Fix OpenIKED on FreeBSD 12-current
o Fix pubkey authentication

1.9

20 Sep 21:55
Compare
Choose a tag to compare
1.9

Version 1.9 of the FreeBSD port.

Changes since 1.8:
o Better support intermediate CAs

1.8

31 Aug 16:57
Compare
Choose a tag to compare
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

15 Apr 16:28
Compare
Choose a tag to compare
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

15 Mar 06:44
Compare
Choose a tag to compare
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

03 Mar 21:30
Compare
Choose a tag to compare
1.5

Version 1.5 of the FreeBSD port.

Changes since 1.4:
o Increase the SA replay window to 255

1.4

25 Feb 21:41
Compare
Choose a tag to compare
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