FRRouting / frr

The FRRouting Protocol Suite
https://frrouting.org/
Other
3.3k stars 1.25k forks source link

OpenSSL deprecated API #15126

Closed Jafaral closed 2 months ago

Jafaral commented 9 months ago

OpenSSL deprecated some functions with 3.0 that we are still using in FRR:

ospfd/ospf_auth.c: In function ‘ospf_auth_check_hmac_sha_digest’:
ospfd/ospf_auth.c:129:9: warning: ‘HMAC_CTX_new’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  129 |         ctx = HMAC_CTX_new();
      |   
donaldsharp commented 9 months ago

as a note -> I believe if we do not specify a specific version of openSSL then we should support new and old in the code :( Something that just needs to be thought about

github-actions[bot] commented 3 months ago

This issue is stale because it has been open 180 days with no activity. Comment or remove the autoclose label in order to avoid having this issue closed.

frrbot[bot] commented 3 months ago

This issue will be automatically closed in the specified period unless there is further activity.