Yanray Wang

Results 14 comments of Yanray Wang

The failure of `ABI-API-checking` is expected as we removed `psa_core_key_attributes_t` and merged attributes inside it into `psa_key_attributes_t`.

> After doing this I get a compile failure in `psa_crypto.c`: Thanks Tom. Take a look into this error, it happens because we didn't define `PSA_WANT_KEY_TYPE_RSA_KEY_PAIR` anymore after #7641.

@tom-daubney-arm @tom-cosgrove-arm Do you mind I rebase on head of development to re-trigger CI as 7870 has been merged?

There is no conflict in rebase, but I added an extra commit 4f4d3c4 to remove `core` which is added in recent PR.

I found it's highly possible to break CI or cause new failure after I rebase. So I marked `needs-ci` to make sure we remember to rebase on head of development...

Although there is a merge conflict, as @tom-daubney-arm has approved this PR, i think it should be reasonable to wait until @tom-cosgrove-arm finishes his review. (It's highly possible to have...

I added my sign-off on the commits which I resolved conflicts. I didn't make additional changes on the original commits. The PR begins from 014323e.

> Another question is: > > * How does the application access ALPN data? > * Should we provide callback function to compare it? AFAIU, we don't need to provide...