From: Sergey Matveev Date: Fri, 20 Mar 2020 14:06:33 +0000 (+0300) Subject: Посмотрел как обстоят дела с IPsec в DragonflyBSD X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=bbc574bb0ef6fc7eb0fbf37e3b5782d1cdd2597e;p=stargrave-blog.git Посмотрел как обстоят дела с IPsec в DragonflyBSD IPsec там безопасный. Он просто отсутствует, начисто :-) Date: 2018-04-21 23:26:37 +0200 Remove IPsec and related code from the system. It was unmaintained ever since we inherited it from FreeBSD 4.8. In fact, we had two implementations from that time: IPSEC and FAST_IPSEC. FAST_IPSEC is the implementation to which FreeBSD has moved since, but it didn't even build in DragonFly. ---