libwww-perl / LWP-Protocol-https

Provide https support for LWP::UserAgent
https://metacpan.org/pod/LWP::Protocol::https
Other
16 stars 35 forks source link

No san check #71

Closed genio closed 1 year ago

genio commented 1 year ago

Remove _in_san and _cn_match. Empty out the _check_sock hook.

As pointed out in #13, we don't need to run these checks as they're already done in IO::Socket::SSL.

Remove the test file, method_in_san.t as its sole purpose was to test these two methods we've now removed.

genio commented 1 year ago

@noxxi Can I get your review on this, please?