Page MenuHomePhabricator

Deprecation warnings with OpenSSL 3
Open, Needs TriagePublic

Description

If I build cert_tool with OpenSSL 3, there are a lot of deprecation warnings, such as:

src/sha.c:48:4: warning: ‘SHA256_Update’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
   48 |    SHA256_Update(&shaContext, data, bytes);
      |    ^~~~~~~~~~~~~

(and others)

Event Timeline

Noted. OpenSSL 3 not yet supported.