diff options
author | 2019-09-25 16:44:54 +0300 | |
---|---|---|
committer | 2019-09-25 17:43:25 +0200 | |
commit | 73877ff9e057b8c7a0d1218071fbb01ade294d60 (patch) | |
tree | e5a40a6d192c253e35e9619dc0b589f5f414c6d6 /net-misc/openssh/metadata.xml | |
parent | dev-vcs/tortoisehg: don't use dohtml (diff) | |
download | gentoo-73877ff9e057b8c7a0d1218071fbb01ade294d60.tar.gz gentoo-73877ff9e057b8c7a0d1218071fbb01ade294d60.tar.bz2 gentoo-73877ff9e057b8c7a0d1218071fbb01ade294d60.zip |
net-misc/openssh: add optional support for XMSS key algorithm
Signed-off-by: Sergey Alirzaev <zl29ah@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13037
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-misc/openssh/metadata.xml')
-rw-r--r-- | net-misc/openssh/metadata.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-misc/openssh/metadata.xml b/net-misc/openssh/metadata.xml index 29134fc060db..7613265c18a1 100644 --- a/net-misc/openssh/metadata.xml +++ b/net-misc/openssh/metadata.xml @@ -32,6 +32,7 @@ ssh-keygen and sftp-server. OpenSSH supports SSH protocol versions 1.3, 1.5, and <flag name="ssh1">Support the legacy/weak SSH1 protocol</flag> <flag name="ssl">Enable additional crypto algorithms via OpenSSL</flag> <flag name="X509">Adds support for X.509 certificate authentication</flag> + <flag name="xmss">Enable XMSS post-quantum authentication algorithm</flag> </use> <upstream> <remote-id type="cpe">cpe:/a:openssh:openssh</remote-id> |