From f8acecaedb8a335e141500ebefed8aa8d4b2d25f Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 13 Jul 2022 11:29:24 +0300 Subject: [PATCH] =?utf8?q?=D0=9E=D0=B1=D0=B7=D0=BE=D1=80=20=D0=B7=D0=B0?= =?utf8?q?=D1=89=D0=B8=D1=89=D1=91=D0=BD=D0=BD=D1=8B=D1=85=20=D1=82=D1=80?= =?utf8?q?=D0=B0=D0=BD=D1=81=D0=BF=D0=BE=D1=80=D1=82=D0=BD=D1=8B=D1=85=20?= =?utf8?q?=D0=BF=D1=80=D0=BE=D1=82=D0=BE=D0=BA=D0=BE=D0=BB=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit https://datatracker.ietf.org/doc/html/rfc8922 Есть вот целый RFC, где упоминаются и DJB-шный CurveCP с MinimaLT (6e30e1c9e0cf17d773f9238d0d164175c28924fc) и WireGuard. Summary of Interfaces Exposed by Protocols: +===========+===+====+=====+==+==+======+==+=====+==+==+======+==+==+ | Protocol |IPK|ALG | EXT |CM|AD| PSKI |IV| SAV |CT|KU| SSKE |KE|ME| +===========+===+====+=====+==+==+======+==+=====+==+==+======+==+==+ | TLS | x | x | x |x | | x |x | |x |x | x | | | +-----------+---+----+-----+--+--+------+--+-----+--+--+------+--+--+ | DTLS | x | x | x |x | | x |x | x |x |x | x | |x | +-----------+---+----+-----+--+--+------+--+-----+--+--+------+--+--+ | ZRTP | x | x | |x | | x |x | |x | | | | | +-----------+---+----+-----+--+--+------+--+-----+--+--+------+--+--+ | QUIC | x | x | x |x | | x |x | x |x |x | | |x | +-----------+---+----+-----+--+--+------+--+-----+--+--+------+--+--+ | tcpcrypt | | x | |x |x | x | | |x |x | x | | | +-----------+---+----+-----+--+--+------+--+-----+--+--+------+--+--+ | MinimaLT | x | x | |x | | x |x | |x |x | x | |x | +-----------+---+----+-----+--+--+------+--+-----+--+--+------+--+--+ | CurveCP | x | | | | | |x | | | | | |x | +-----------+---+----+-----+--+--+------+--+-----+--+--+------+--+--+ | IPsec | x | x | | |x | x |x | x |x |x | x |x |x | +-----------+---+----+-----+--+--+------+--+-----+--+--+------+--+--+ | WireGuard | x | | | | | x |x | x | | | | |x | +-----------+---+----+-----+--+--+------+--+-----+--+--+------+--+--+ | OpenVPN | x | x | | | | x |x | |x | | x | | | +-----------+---+----+-----+--+--+------+--+-----+--+--+------+--+--+ IPK : Identities and Private Keys ALG : Supported Algorithms (Key Exchange, Signatures, and Ciphersuites) EXT : Extensions CM : Session Cache Management AD : Authentication Delegation PSKI : Pre-Shared Key Import IV : Identity Validation SAV : Source Address Validation CT : Connection Termination KU : Key Update SSKE : Shared Secret Key Export KE : Key Expiration ME : Mobility Events -- 2.50.0