-
Notifications
You must be signed in to change notification settings - Fork 47
Fixes #1875 - Add Nginx SMTP dummy #1883
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
base: main
Are you sure you want to change the base?
Fixes #1875 - Add Nginx SMTP dummy #1883
Conversation
8837a9a to
387d7ac
Compare
|
@bwbroersma I'm currently reviewing, we might consider upstreaming a |
aequitas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a test, fixed the template variable substitution and simplified the template inclusion. 7220138
|
These are the curves I am using on nginx (without errors) and can be merged with your list above should you wish to future proof with pure PQC in addition to hybrids. ssl_ecdh_curve MLKEM1024:MLKEM768:MLKEM512:SecP384r1MLKEM1024:SecP256r1MLKEM768:X25519MLKEM768:secp521r1:secp384r1:x448:secp256r1:x25519; |
|
@beatquantum: NCSC-NL 2025-05 advise internet.nl follows is to only use hybrid PQC. Of course deviations from that can still be configured in a self hosted instance or fork.
|
- Add test for dummy smtp - Fix propagating and rendering of variables for mail templates - Simplify mail template inclusion code
|
Todo:
|
Fixes Reverse mail server check on IP #1875
When combining with Add post-quantum hybrid ECDHE-MLKEM for TLSv1.3 in our webserver #1886 two changes need to be made to also support post-quantum hybrid ECDHE-MLKEM in the SMTP STARTTLS dummy: