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
[fix] normalize IP address in SAN verify to match CRuby
Use IPAddr for comparison instead of plain string equality, so that
equivalent IPv6 representations (e.g. ::1 vs 0:0:0:0:0:0:0:1) match
correctly. Ported IPv4/IPv6 tests from CRuby's test_ssl.rb.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments