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
In the rust bindings, s2n_config_set_check_stapled_ocsp_response is not available, and as a result if server returns ocsp response, then the client would end up validating it, even if it wasn't requested.
Problem:
In the rust bindings,
s2n_config_set_check_stapled_ocsp_response
is not available, and as a result if server returns ocsp response, then the client would end up validating it, even if it wasn't requested.Solution:
in
impl Config
Config
rust binding.Requirements / Acceptance Criteria:
Checking for ocsp response can be completely turned off at
config
level.The text was updated successfully, but these errors were encountered: