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
[compat] StoreContext#verify raises on internal error like CRuby
CRuby's X509_verify_cert returns -1 on internal errors (e.g. reused
context) and raises StoreError. JRuby was treating any non-zero return
as true. Now matches CRuby's three-way: 1=true, 0=false, else raise.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments