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
Motivation:
When server users turn on certificate verification, they usually expect
that they'll actually require the certificate from their peer. Sadly,
this is not the BoringSSL default behaviour.
Modifications:
Set `SSL_VERIFY_FAIL_IF_NO_PEER_CERT` when requesting certificate
validation.
Result:
Better certificate validation.
0 commit comments