Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenSSL deprecated API #15126

Open
Jafaral opened this issue Jan 10, 2024 · 1 comment
Open

OpenSSL deprecated API #15126

Jafaral opened this issue Jan 10, 2024 · 1 comment
Assignees

Comments

@Jafaral
Copy link
Member

Jafaral commented Jan 10, 2024

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();
      |   
@Jafaral Jafaral self-assigned this Jan 10, 2024
@donaldsharp
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants