in reply to Re: Can't build Net::AMQP::RabbitMQ
in thread Can't build Net::AMQP::RabbitMQ
The macro TLS1_3_VERSION was added in OpenSSL version 1.1.1. Details:Macro Definition:
#define TLS1_3_VERSION 0x0304Purpose: This macro identifies the version number used internally by OpenSSL to denote TLS 1.3 (which is 0x0304, following the convention for TLS versions where 0x0303 is TLS 1.2, and so on).
OpenSSL 1.1.1 Release Date: September 11, 2018
Support: TLS 1.3 support was first introduced in OpenSSL 1.1.1. Earlier versions such as 1.1.0 or 1.0.x do not define this macro or support TLS 1.3 at all.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Can't build Net::AMQP::RabbitMQ
by ikegami (Patriarch) on Jun 27, 2025 at 17:01 UTC | |
by NERDVANA (Priest) on Jun 27, 2025 at 19:25 UTC |