Closed wietse-postfix closed 4 months ago
I would be nice-to-have if TLSRPT-related string etc. constants can be imported from a TLSRPT header file.
I am thinking of the constants that ultimately end up in TLSRPT notifications, such as the policy types ("dane", "mts-sts", "no-policy-found"), and the failure codes in https://datatracker.ietf.org/doc/html/rfc8460#section-4.3.1.
Initially I can import them from a Postfix-specific header file. We can later move those definitions to a TLSRPT library header file.
I'm closing this issue. Looking at an old library header file, I see an enum with codes for TLS negotiation failures, STS-specific failures, and DANE-specific failures.
Closing.
I would be nice-to-have if TLSRPT-related string etc. constants can be imported from a TLSRPT header file.
I am thinking of the constants that ultimately end up in TLSRPT notifications, such as the policy types ("dane", "mts-sts", "no-policy-found"), and the failure codes in https://datatracker.ietf.org/doc/html/rfc8460#section-4.3.1.
Initially I can import them from a Postfix-specific header file. We can later move those definitions to a TLSRPT library header file.