Tomás Agustín González Orlando

Results 13 comments of Tomás Agustín González Orlando

@wiktor-k I'll take a look today :)

@wiktor-k @Superhepper So, I took a look: 1. I think "version" was missing for "package" on the Cargo.toml of tpm-box. I put a dummy version. 2. I got your error....

Hello! Thanks for reporting the issue! Could I get more information on how to reproduce? What compiler/linker was used in producing this output? What versions?

Hello, thanks for the input! Could you contribute with a PR?

Hello @salih-okur , I see that there is a [new function](https://github.com/parallaxsecond/rust-cryptoki/blob/main/cryptoki/src/mechanism/rsa.rs#L162) defined. Is this not suitable for your needs?

Hi @salih-okur , is this what you were looking for? #207

> Will get a few open PRs merged before publishing a new crate. One of the changes included may be: https://github.com/parallaxsecond/rust-cryptoki/issues/195 ?

As indicated by @ronald-cron-arm and @gilles-peskine-arm: In `ssl-opt.sh`, some dependencies are expressed as `requires_config_enabled` `PSA_WANT_xyz`. `requires_config_enabled` is based on the program `query_compile_time_config` which [does not support `PSA_WANT_xyz` config symbols when...

This PR was opened as a Draft to discuss: 1. Where should the SALTLEN be set to 32 (do we need a separate SignatureAlgorithm for this ? ) 2. Backporting...