aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-php-shim/src/openssl.rs
AgeCommit message (Collapse)Author
2026-08-11refactor(util): drop the unused TlsHelper portnsfisis
Composer's Composer\Util\TlsHelper is marked deprecated for removal in Composer 3.0 and has no caller in composer/composer outside its own test: PHP's stream layer verifies certificate hostnames itself, and the one surviving method delegates to composer/ca-bundle. The Rust port had no caller either, so it, its test, and the openssl_x509_parse shim it was the sole user of are removed. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-09refactor(php-shim): remove shim functions with no callersnsfisis
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-06-21refactor(php-shim): split lib.rsnsfisis