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

Protect Crypspr initialisation with a mutex #2425

Merged
merged 5 commits into from
Aug 9, 2022

Commits on Aug 4, 2022

  1. Protect Crypspr initialisation with a mutex

    Multiple threads can be initialising the SPR at one time. This is a particular problem with the MbedTLS implementation as there is some additional static initialisation performed for this SPR which can lead to a crash.
    oviano committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    cd8802e View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    4864c9d View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Updated maf files

    oviano committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    cc3d8db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00fc245 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f057ad6 View commit details
    Browse the repository at this point in the history