]> source.dussan.org Git - gitea.git/commit
Expanded minimum RSA Keylength to 3072 (#26604)
authormainboarder <git@mainboarder.de>
Mon, 28 Aug 2023 00:53:16 +0000 (02:53 +0200)
committerGitHub <noreply@github.com>
Mon, 28 Aug 2023 00:53:16 +0000 (00:53 +0000)
commitc533991519816313dfaa0ddcec183756a97b9348
tree66ce0853585a3403c597ad40f40f4e7d28b6a3fa
parent2401e6e1210cb41481e7443ab256a0ee9bda44f4
Expanded minimum RSA Keylength to 3072 (#26604)

German Federal Office for Information Security requests in its technical
guideline BSI TR-02102-1 RSA Keylength not shorter than 3000bits
starting 2024, in the year 2023 3000bits as a recommendation. Gitea
should request longer RSA Keys by default in favor of security and drop
old clients which do not support longer keys.

https://www.bsi.bund.de/SharedDocs/Downloads/DE/BSI/Publikationen/TechnischeRichtlinien/TR02102/BSI-TR-02102.pdf?__blob=publicationFile&v=9
- Page 19, Table 1.2

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
cmd/cert.go
custom/conf/app.example.ini
docker/root/etc/s6/openssh/setup
docs/content/administration/command-line.en-us.md
docs/content/administration/command-line.zh-cn.md
docs/content/administration/config-cheat-sheet.en-us.md
docs/content/administration/config-cheat-sheet.zh-cn.md
modules/activitypub/user_settings.go
modules/setting/ssh.go
tests/integration/api_httpsig_test.go