security-wg icon indicating copy to clipboard operation
security-wg copied to clipboard

OCSP Implementation

Open max-au opened this issue 6 years ago • 3 comments

max-au avatar Aug 15 '19 03:08 max-au

It is actually here. See @voltone blog post: https://blog.voltone.net/post/21

max-au avatar Nov 01 '21 03:11 max-au

No, that was just a local patch that enabled OCSP stapling in the TLS handshake, given an OCSP response generated by some other client (e.g. OpenSSL cli). The OTP team insisted an OCSP implementation start with a native client inside OTP.

An 'experimental' implementation was included in SSL 10.1 (OTP 23.1), but I looked at it at the time and I can only say that it should not be used. I'm not sure how much work was done since the (the author of that implementation left the OTP team).

voltone avatar Nov 01 '21 06:11 voltone

Latest OTP issue: https://github.com/erlang/otp/issues/8242

maennchen avatar May 01 '24 15:05 maennchen