Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

MAINTAINERS: Add Lukas & Ignat & Stefan for asymmetric keys

Herbert asks for long-term maintenance of everything under
crypto/asymmetric_keys/ and associated algorithms (ECDSA, GOST, RSA) [1].

Ignat has kindly agreed to co-maintain this with me going forward.

Stefan has agreed to be added as reviewer for ECDSA. He introduced it
in 2021 and has been meticulously providing reviews for 3rd party
patches anyway.

Retain David Howells' maintainer entry until he explicitly requests to
be removed. He originally introduced asymmetric keys in 2012.

RSA was introduced by Tadeusz Struk as an employee of Intel in 2015,
but he's changed jobs and last contributed to the implementation in 2016.

GOST was introduced by Vitaly Chikunov as an employee of Basealt LLC [2]
(Базальт СПО [3]) in 2019. This company is an OFAC sanctioned entity
[4][5], which makes employees ineligible as maintainer [6]. It's not
clear if Vitaly is still working for Basealt, he did not immediately
respond to my e-mail. Since knowledge and use of GOST algorithms is
relatively limited outside the Russian Federation, assign "Odd fixes"
status for now.

[1] https://lore.kernel.org/r/Z8QNJqQKhyyft_gz@gondor.apana.org.au/
[2] https://prohoster.info/ru/blog/novosti-interneta/reliz-yadra-linux-5-2
[3] https://www.basealt.ru/
[4] https://ofac.treasury.gov/recent-actions/20240823
[5] https://sanctionssearch.ofac.treas.gov/Details.aspx?id=50178
[6] https://lore.kernel.org/r/7ee74c1b5b589619a13c6318c9fbd0d6ac7c334a.camel@HansenPartnership.com/

Signed-off-by: Lukas Wunner <lukas@wunner.de>
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Jarkko Sakkinen <jarkko@kernel.org>
Acked-by: Ignat Korchagin <ignat@cloudflare.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Lukas Wunner and committed by
Herbert Xu
f55f9f55 64b78715

+28
+28
MAINTAINERS
··· 3595 3595 3596 3596 ASYMMETRIC KEYS 3597 3597 M: David Howells <dhowells@redhat.com> 3598 + M: Lukas Wunner <lukas@wunner.de> 3599 + M: Ignat Korchagin <ignat@cloudflare.com> 3598 3600 L: keyrings@vger.kernel.org 3601 + L: linux-crypto@vger.kernel.org 3599 3602 S: Maintained 3600 3603 F: Documentation/crypto/asymmetric-keys.rst 3601 3604 F: crypto/asymmetric_keys/ 3602 3605 F: include/crypto/pkcs7.h 3603 3606 F: include/crypto/public_key.h 3607 + F: include/keys/asymmetric-*.h 3604 3608 F: include/linux/verification.h 3609 + 3610 + ASYMMETRIC KEYS - ECDSA 3611 + M: Lukas Wunner <lukas@wunner.de> 3612 + M: Ignat Korchagin <ignat@cloudflare.com> 3613 + R: Stefan Berger <stefanb@linux.ibm.com> 3614 + L: linux-crypto@vger.kernel.org 3615 + S: Maintained 3616 + F: crypto/ecc* 3617 + F: crypto/ecdsa* 3618 + F: include/crypto/ecc* 3619 + 3620 + ASYMMETRIC KEYS - GOST 3621 + M: Lukas Wunner <lukas@wunner.de> 3622 + M: Ignat Korchagin <ignat@cloudflare.com> 3623 + L: linux-crypto@vger.kernel.org 3624 + S: Odd fixes 3625 + F: crypto/ecrdsa* 3626 + 3627 + ASYMMETRIC KEYS - RSA 3628 + M: Lukas Wunner <lukas@wunner.de> 3629 + M: Ignat Korchagin <ignat@cloudflare.com> 3630 + L: linux-crypto@vger.kernel.org 3631 + S: Maintained 3632 + F: crypto/rsa* 3605 3633 3606 3634 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API 3607 3635 R: Dan Williams <dan.j.williams@intel.com>