Actions
Feature #13985
closedSupport building with OpenSSL 3.0
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
OpenSSL 3.0 beta 2 is out and that is the first release candidate, with the official release expected in a matter of weeks.
To prepare for distributions moving to v3 (to gain TLS 1.3 support, for example), gate should be updated with the few changes necessary
to support this.
Related issues
Updated by Electric Monk almost 2 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
git commit 6ff4183c538023f1acb277f9d3b05296bb816e66
commit 6ff4183c538023f1acb277f9d3b05296bb816e66 Author: Andy Fiddaman <omnios@citrus-it.co.uk> Date: 2021-08-04T08:48:42.000Z 13985 Support building with OpenSSL 3.0 Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
Updated by Andy Fiddaman over 1 year ago
- Related to Feature #14166: Allow openssl-3 package as dependency added
Updated by Dan McDonald over 1 year ago
A not-immediately-obvious caveat is that OpenSSL 3.0 should be configured with `--api=1.1.1`, as configuring OpenSSL 3.0 without it will cause many deprecated-API errors.
Actions