Subject: | no NPN in LibreSSL, fix OPENSSL_NO_NEXTPROTONEG |
Current LibreSSL has removed the support for NPN and it defines
OPENSSL_NO_NEXTPROTONEG to indicate that. Unfortunately Net::SSLeay
does not build correctly if that define is set. The functions
next_proto_helper_protodata2AV() and next_proto_helper_AV2protodata()
are used by NEXTPROTONEG and TLSEXT.
Also skip the NPN test if the SSL library is LibreSSL.
Attaches patches fix both issues.
Subject: | patch-SSLeay_xs |
Message body not shown because it is not plain text.
Subject: | patch-t_local_40_npn_support_t |
Message body not shown because it is not plain text.