noxxi / p5-io-socket-ssl

IO::Socket::SSL Perl Module
36 stars 59 forks source link

Remove LibreSSL version dance for NPN. #78

Closed bluhm closed 5 years ago

bluhm commented 5 years ago

LibreSSL has removed support for NPN in 2.6.1. Currently only LibreSSL 2.7 and 2.8 are supported. It does not make sense to keep complicated checks for unsupported libraries. Just don't use NPN with LibreSSL.