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

Use a specific commit compatible with 2.22.0 #6

Merged
merged 1 commit into from
Jun 15, 2020

Conversation

hug-dev
Copy link
Member

@hug-dev hug-dev commented Jun 15, 2020

This commit makes the SE driver work with Mbed TLS 2.22.0 until a new
version of the psa-crypto crate is published.

Signed-off-by: Hugues de Valon hugues.devalon@arm.com

This commit makes the SE driver work with Mbed TLS 2.22.0 until a new
version of the `psa-crypto` crate is published.

Signed-off-by: Hugues de Valon <hugues.devalon@arm.com>
@hug-dev hug-dev self-assigned this Jun 15, 2020
@hug-dev hug-dev added the bug Something isn't working label Jun 15, 2020
@hug-dev hug-dev requested a review from ionut-arm June 15, 2020 15:06
Copy link
Member

@ionut-arm ionut-arm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

) -> psa_status_t {
let mut client = (*PARSEC_BASIC_CLIENT).write().expect("lock poisoned");

#[cfg(logging)]
env_logger::init();

log::info!("SE Driver initialization");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reckon this is info or trace?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I used info to mimick the similar info in Parsec 🤓
But I am not sure actually. That might be an event important enough to be an info!

@hug-dev hug-dev merged commit 925bb71 into parallaxsecond:master Jun 15, 2020
@hug-dev hug-dev deleted the hack-to-2.22.0 branch June 15, 2020 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants