Page MenuHomeFreeBSD

unbound: Request the OpenSSL 1.1 API
AbandonedPublic

Authored by khorben_defora.org on May 31 2023, 6:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 22, 1:34 AM
Unknown Object (File)
Thu, May 2, 11:00 PM
Unknown Object (File)
Thu, May 2, 11:00 PM
Unknown Object (File)
Thu, May 2, 9:18 PM
Unknown Object (File)
Tue, Apr 30, 12:05 PM
Unknown Object (File)
Apr 21 2024, 5:00 PM
Unknown Object (File)
Dec 28 2023, 3:17 PM
Unknown Object (File)
Dec 24 2023, 7:52 PM
Subscribers

Details

Reviewers
emaste
ngie
Summary

OPENSSL_API_COMPAT can be used to specify the OpenSSL API version in
use for the purpose of hiding deprecated interfaces and enabling
the appropriate deprecation notices.

This change is a NFC while we're still using OpenSSL 1.1.1 but will
avoid deprecation warnings upon the switch to OpenSSL 3.0.

A future update may migrate to use the OpenSSL 3.0 APIs.

PR: 271615
Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped