-
Notifications
You must be signed in to change notification settings - Fork 429
Closed
Description
The current OpenSSL versions we follow for each RabbitMQ release are here:
Lines 28 to 33 in d4fe156
| declare -A opensslMajors=( | |
| [3.13]='3.1' | |
| [4.0]='3.3' | |
| [4.1]='3.3' | |
| [4.2]='3.3' | |
| ) |
OpenSSL 3.1 is already end of life. Can/should that be updated in the RabbitMQ 3.13 image? I'm leaning no, because 3.13 is basically end of life (at least community support). When should we drop the image entirely?
OpenSSL 3.3 will be end of life in about 5 months (2026-04-09). Should any of the 4.x RabbitMQ images be updated to OpenSSL 3.5 before April? That is the newer LTS that is supported until 2030. They are all on Erlang 27 which, as far as I can tell, supports OpenSSL 3.5.
Ref: https://openssl-library.org/policies/releasestrat/index.html
Metadata
Metadata
Assignees
Labels
No labels