Fixes #1875 - Add Nginx SMTP dummy#1883
Fixes #1875 - Add Nginx SMTP dummy#1883bwbroersma wants to merge 2 commits intointernetstandards:mainfrom
Conversation
8837a9a to
387d7ac
Compare
|
@bwbroersma I'm currently reviewing, we might consider upstreaming a |
|
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:
|
387d7ac to
e9124d4
Compare
6b57c49 to
915f17a
Compare
| @@ -0,0 +1,88 @@ | |||
| #!/bin/sh | |||
|
|
|||
There was a problem hiding this comment.
Can you add a comment here why this file is needed and link to the nginx docker upstream PR, so we known where it is based on and if/when it can be removed in favor of upstream.
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: