]> Sergey Matveev's repositories - stargrave-blog.git/commit
Посмотрел как обстоят дела с IPsec в DragonflyBSD
authorSergey Matveev <stargrave@stargrave.org>
Fri, 20 Mar 2020 14:06:33 +0000 (17:06 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 20 Mar 2020 14:06:33 +0000 (17:06 +0300)
commitbbc574bb0ef6fc7eb0fbf37e3b5782d1cdd2597e
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904
parentaa85cb4318d211ca16c9f273acdbefb1344f9f86
Посмотрел как обстоят дела с 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.