Page MenuHomeFreeBSD

unbound: Request the OpenSSL 1.1 API
AbandonedPublic

Authored by khorben on May 31 2023, 6:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 17, 1:01 PM
Unknown Object (File)
Fri, Oct 17, 5:11 AM
Unknown Object (File)
Thu, Oct 16, 7:54 PM
Unknown Object (File)
Fri, Sep 19, 7:46 PM
Unknown Object (File)
Sep 8 2025, 12:16 AM
Unknown Object (File)
Aug 31 2025, 12:55 AM
Unknown Object (File)
Aug 4 2025, 2:09 PM
Unknown Object (File)
Jul 25 2025, 5:35 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