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

[CR-1130483] Replace OpenSSL calls to EVP Digest calls #8675

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ManojTakasi
Copy link
Collaborator

Problem solved by the commit

https://jira.xilinx.com/browse/CR-1130483 OpenSSL apis used for cloud daemons in XRT are deprecated

Bug / issue (if any) fixed, which PR introduced the bug, how it was discovered

OpenSSL apis used for cloud daemons code in XRT like SHA256_init, MD5_init etc are deprecated

How problem was solved, alternative solutions (if any) and why they were rejected

Removed the added macros and modified the calls from OpenSSL to EVP_DIGEST calls.

Risks (if any) associated the changes in the commit

low

What has been tested and how, request additional testing if necessary

Tested by building and installing XRT on 22.04 host. Ran xbutil examine on u250

Documentation impact (if any)

@ManojTakasi ManojTakasi requested a review from stsoe as a code owner December 27, 2024 09:48
@ManojTakasi ManojTakasi added the do not merge hold off on merging label Dec 27, 2024
@ManojTakasi ManojTakasi removed the do not merge hold off on merging label Jan 8, 2025
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

Successfully merging this pull request may close these issues.

2 participants