Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for configurable DKIM key sizes #3030

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

schueffi
Copy link

@schueffi schueffi commented Jul 2, 2024

In order to support DKIM RSA key sizes other than 1024, a new config variable default_dkim_key_size has been introduced. The default value still is 1024 to make it backwards compatible, but it now supports e.g. 2048 or 4096 bit keys as well.

At the time of this commit (mid-2024), having 2048 bit keys is recommended by the National Institute of Standards and Technology (NIST)

In order to support DKIM RSA key sizes other than 1024, a new config
variable default_dkim_key_size has been introduced. The default value
still is 1024 to make it backwards compatible, but it now supports
e.g. 2048 or 4096 bit keys as well.

At the time of this commit (mid-2024), having 2048 bit keys is
recommended by the National Institute of Standards and Technology (NIST)
Copy link
Contributor

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants