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
F82573634: D40361.diff
Tue, Apr 30, 12:05 PM
Unknown Object (File)
Sun, Apr 21, 5:00 PM
Unknown Object (File)
Dec 28 2023, 3:17 PM
Unknown Object (File)
Dec 24 2023, 7:52 PM
Unknown Object (File)
Dec 23 2023, 9:21 AM
Unknown Object (File)
Dec 10 2023, 8:37 PM
Unknown Object (File)
Nov 5 2023, 5:34 PM
Unknown Object (File)
Nov 4 2023, 2:20 AM
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