You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a feature request. I implemented sending client OCSP requests / parsing OCSP responses after validateDefault in onServerCertificate hook. When an OCSP check fails, the hook returns a single FailedReason. The problem is that there is no appropriate constructor in data FailedReason, and therefore I used CacsheSaysNo "OCSP: ...". Therefore, some OtherReason String constructor would be great for custom validation hooks.
The text was updated successfully, but these errors were encountered:
This is a feature request. I implemented sending client OCSP requests / parsing OCSP responses after
validateDefault
inonServerCertificate
hook. When an OCSP check fails, the hook returns a singleFailedReason
. The problem is that there is no appropriate constructor indata FailedReason
, and therefore I usedCacsheSaysNo "OCSP: ..."
. Therefore, someOtherReason String
constructor would be great for custom validation hooks.The text was updated successfully, but these errors were encountered: