Re: testssl reports issues with "Session Resumption" & "OCSP stapling" ; expected status/use for Postfix?

2022-01-08 Thread PGNet Dev
OCSP URI http://r3.o.lencr.org OCSP staplingnot offered OCSP must staple extension -- ... tlsa/dane "3 1 1" usage is noted thx for the 'danectl' script. i've my own key/record mgmt script that deals with my

Re: testssl reports issues with "Session Resumption" & "OCSP stapling" ; expected status/use for Postfix?

2022-01-07 Thread Viktor Dukhovni
On Sat, Jan 08, 2022 at 01:05:41PM +1100, raf wrote: > Probably no real harm done. OCSP stapling is just a way to make it > more private and more efficient for a web browser to verify that a > website's certificate hasn't been revoked, by providing that > information i

Re: testssl reports issues with "Session Resumption" & "OCSP stapling" ; expected status/use for Postfix?

2022-01-07 Thread raf
On Fri, Jan 07, 2022 at 05:47:55PM -0500, PGNet Dev wrote: > > Postfix has no CRL or OCSP support, and none is planned. > > other than reporting the bad result, does the current (bad) config cause any > actual mail delivery breakage? Probably no real harm done. OCSP stapling i

Re: testssl reports issues with "Session Resumption" & "OCSP stapling" ; expected status/use for Postfix?

2022-01-07 Thread Viktor Dukhovni
On Fri, Jan 07, 2022 at 06:17:45PM -0500, PGNet Dev wrote: > > Absent DANE, this is all security theatre. > > yup. which is why i'm doing the step1 cleanups etc to get my own > mistakes out of the way ... on the way to DNSSEC/DANE. Be sure to do it right, or not at all. It does nobody a favour

Re: testssl reports issues with "Session Resumption" & "OCSP stapling" ; expected status/use for Postfix?

2022-01-07 Thread PGNet Dev
i've clearly not noticed my mistake 'til now, and afaict have seen no unexplained breakage. dunno if i should've and missed it, or it's just noisy and ignorable? Best to not solicit misbehaviour, even if typically nothing bad happens. sure. not hoping to avoid fixing it! asking if i should'v

Re: testssl reports issues with "Session Resumption" & "OCSP stapling" ; expected status/use for Postfix?

2022-01-07 Thread Viktor Dukhovni
On Fri, Jan 07, 2022 at 05:47:55PM -0500, PGNet Dev wrote: > > Postfix has no CRL or OCSP support, and none is planned. > > other than reporting the bad result, does the current (bad) config > cause any actual mail delivery breakage? It could, if the sending MTA implements OCSP and honours the e

Re: testssl reports issues with "Session Resumption" & "OCSP stapling" ; expected status/use for Postfix?

2022-01-07 Thread PGNet Dev
Session ID resumption is by default disabled. This is a feature, let the client store a session ticket if it wants, otherwise it does a fresh handshake. This makes sense for SMTP. OCSP staplingnot offered ???OCSP must staple extension requires OCSP

Re: testssl reports issues with "Session Resumption" & "OCSP stapling" ; expected status/use for Postfix?

2022-01-07 Thread Viktor Dukhovni
let the client store a session ticket if it wants, otherwise it does a fresh handshake. This makes sense for SMTP. > OCSP staplingnot offered > ??? OCSP must staple extension requires OCSP stapling (NOT ok) You made the mistake of using the "--must-sta

Re: testssl reports issues with "Session Resumption" & "OCSP stapling" ; expected status/use for Postfix?

2022-01-07 Thread PGNet Dev
The other ??? item, "Session Resumption   Tickets: yes, ID resumption test failed, pls report" I've not found any guidance on at all, yet. For postfix, do I care? And if so, what/where is a fix? did find this comment at SF, "Certbot — Post-Handshake New Session Ticket a

testssl reports issues with "Session Resumption" & "OCSP stapling" ; expected status/use for Postfix?

2022-01-07 Thread PGNet Dev
Signature Algorithm SHA256 with RSA Server key size RSA 4096 bits ... Issuer R3 (Let's Encrypt from US) ... OCSP URI http://r3.o.lencr.org OCSP stapling

RE: OCSP stapling

2017-11-22 Thread Nik Kostaras
Thanks Viktor! Regards, Nik This e-mail and any files transmitted with it are strictly confidential, may be privileged and are intended only for use by the addressee unless otherwise indicated. If you are not the intended recipient any use, dissemination, printing or copying is strictly prohi

Re: OCSP stapling

2017-11-20 Thread Viktor Dukhovni
> On Nov 16, 2017, at 12:41 PM, Nik Kostaras > wrote: > > Hi all, > > I'd like to ask your view about OCSP Stapling in postfix. > Do you think that it adds value for certificate revocation without > overcomplicating the code and slowing down the performance

OCSP stapling

2017-11-20 Thread Nik Kostaras
Hi all, I'd like to ask your view about OCSP Stapling in postfix. Do you think that it adds value for certificate revocation without overcomplicating the code and slowing down the performance (assuming that the stapling process and OCSP caching would be handled outside the scope of postfix