diff options
author | Philipp Rösner <rndxelement@protonmail.com> | 2022-05-04 22:50:30 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-05-06 12:04:52 +0200 |
commit | 6267dad0302a290cb09e84ffa62f023343362a9b (patch) | |
tree | f0ea9e2abbf1a60bc1b7eafe59db6c73fcbd7fd5 /net-vpn/strongswan/metadata.xml | |
parent | dev-ruby/domain_name: update EAPI 6 -> 8, ruby31 (diff) | |
download | gentoo-6267dad0302a290cb09e84ffa62f023343362a9b.tar.gz gentoo-6267dad0302a290cb09e84ffa62f023343362a9b.tar.bz2 gentoo-6267dad0302a290cb09e84ffa62f023343362a9b.zip |
net-vpn/strongswan: add 5.9.6
Add support for the plugins addrblock, error-notify, kdf and prf-plus.
Signed-off-by: Philipp Rösner <rndxelement@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/25329
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-vpn/strongswan/metadata.xml')
-rw-r--r-- | net-vpn/strongswan/metadata.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-vpn/strongswan/metadata.xml b/net-vpn/strongswan/metadata.xml index 0198dd1c8ac4..895902c71494 100644 --- a/net-vpn/strongswan/metadata.xml +++ b/net-vpn/strongswan/metadata.xml @@ -30,6 +30,7 @@ <flag name="non-root">Force IKEv1/IKEv2 daemons to normal user privileges. This might impose some restrictions mainly to the IKEv1 daemon. Disable only if you really require superuser privileges.</flag> <flag name="openssl">Enable <pkg>dev-libs/openssl</pkg> plugin which is required for Elliptic Curve Cryptography (DH groups 19-21,25,26) and ECDSA. Also provides 3DES, AES, Blowfish, Camellia, CAST, DES, IDEA and RC5 ciphers along with MD2, MD4, MD5 and SHA1/2 hash algorithms, RSA and DH groups 1,2,5,14-18 and 22-24(4.4+) <pkg>dev-libs/openssl</pkg> has to be compiled with USE="-bindist".</flag> <flag name="pkcs11">Enable pkcs11 support</flag> + <flag name="strongswan_plugins_addrblock">Enable support for the addrblock crypto plugin</flag> <flag name="strongswan_plugins_aesni">Enable support for Intel AES-NI crypto plugin</flag> <flag name="strongswan_plugins_bypass-lan">Enable support for the bypass-lan plugin</flag> <flag name="strongswan_plugins_chapoly">Enable ChaCha20/Poly1305 AEAD implementation and ChaCha20 XOF plugin</flag> @@ -42,12 +43,15 @@ <flag name="strongswan_plugins_blowfish">Enable support for the blowfish plugin</flag> <flag name="strongswan_plugins_ccm">Enable support for the ccm plugin</flag> <flag name="strongswan_plugins_ctr">Enable support for the ctr plugin</flag> + <flag name="strongswan_plugins_error-notify">Enable support for the error-notify plugin</flag> <flag name="strongswan_plugins_gcm">Enable support for the gcm plugin</flag> <flag name="strongswan_plugins_ha">Enable support for the ha plugin</flag> <flag name="strongswan_plugins_ipseckey">Enable support for the ipseckey plugin</flag> + <flag name="strongswan_plugins_kdf">Enable support for the kdf plugin</flag> <flag name="strongswan_plugins_newhope">Enable plugin that allows key exchange based on post-quantum computer New Hope algorithm</flag> <flag name="strongswan_plugins_ntru">Enable support for the ntru plugin</flag> <flag name="strongswan_plugins_padlock">Enable support for the padlock plugin</flag> + <flag name="strongswan_plugins_prf-plus">Enable support for the prf-plus plugin</flag> <flag name="strongswan_plugins_rdrand">Enable support for the rdrand plugin</flag> <flag name="strongswan_plugins_save-keys">Enable plugin that saves IKE and/or ESP keys to files compatible with Wireshark (for debugging)</flag> <flag name="strongswan_plugins_unbound">Enable support for the unbound plugin</flag> |