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)
Tue, Sep 12, 10:01 PM
Unknown Object (File)
Jul 21 2023, 3:40 PM
Unknown Object (File)
Jul 20 2023, 1:04 PM
Unknown Object (File)
Jul 16 2023, 6:40 AM
Unknown Object (File)
Jul 4 2023, 12:33 AM
Unknown Object (File)
Jul 1 2023, 12:50 AM
Unknown Object (File)
Jun 27 2023, 8:56 AM
Unknown Object (File)
Jun 4 2023, 6:17 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