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

CryptoPkg: Apply gettimeofday() solution to BaseCryptLibMbedTls #6409

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

Conversation

AmyChan-Intel
Copy link
Contributor

@AmyChan-Intel AmyChan-Intel commented Nov 6, 2024

BaseCryptLib turn gettimeofday() from a Macro into a function call, apply the same change to BaseCryptLibMbedTls

Description

BaseCryptLib turn gettimeofday() from a Macro into a function call, apply the same change to BaseCryptLibMbedTls

  • Breaking change?

    • Breaking change - Does this PR cause a break in build or boot behavior? No
  • Impacts security?

    • Security - Does this PR have a direct security impact? No
  • Includes tests?

    • Tests - Does this PR include any explicit test code? No

How This Was Tested

Local build and boot from emulator passed

Integration Instructions

N/A

@liyi77
Copy link
Contributor

liyi77 commented Nov 6, 2024

EDK2 has entered into code freeze. Will push it after next stable tag be released (11/22).

@jyao1
Copy link
Contributor

jyao1 commented Nov 8, 2024

What problem this PR is trying to resolve?

@AmyChan-Intel
Copy link
Contributor Author

AmyChan-Intel commented Nov 8, 2024 via email

@liyi77
Copy link
Contributor

liyi77 commented Nov 20, 2024

@mergify rebase

Copy link

mergify bot commented Nov 20, 2024

rebase

❌ Command disallowed due to command restrictions in the Mergify configuration.

  • any of:
    • sender = {{author}}
    • sender-permission >= write

@AmyChan-Intel AmyChan-Intel force-pushed the Branch_master branch 4 times, most recently from 19313f2 to 947fed4 Compare November 22, 2024 04:44
BaseCryptLib turn gettimeofday() from a Macro into a function call,
apply the same change to BaseCryptLibMbedTls

Signed-off-by: Amy Chan <amy.chan@intel.com>
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.

3 participants