Feature #13985
closed
Support building with OpenSSL 3.0
Added by Andy Fiddaman about 1 year ago.
Updated 10 months ago.
Category:
lib - userland libraries
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.
- 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>
- Related to Feature #14166: Allow openssl-3 package as dependency added
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.
Also available in: Atom
PDF