Alessio Di Mauro

Results 23 comments of Alessio Di Mauro

Hi, quick question: do you actually mean CMAC or did you instead mean CBC-MAC (which is used by AES-CCM) ? If you did mean CBC-MAC, any plan to add CMAC?...

Hi. Thanks for the contribution. I haven't had a close look at your PR yet. In principle I'm not against merging this. However, as advertised in the README file, this...

It hasn't been released yet.

Thanks, glad you find this project useful. I think that would be a sensible thing to do and I'm definitely in favor. As always there are many other things to...

I don't have a mac within reach, but I tried manually building 8.6 and 8.8 on an Ubuntu install and both versions work for me. I have followed more or...

Are you able to show an error message from `ssh-agent`? Perhaps try reproducing the something similar to what I have below. This is how the following is setup: - VM...

sorry but that is not enough information to go on with. As you can see from both your logs and mine, the line ending in `entering` is not indicative of...

Hi, the easiest way to get more information would probably be to manually start ssh-agent in debug mode with `ssh-agent -d` in a separate terminal. Additionally `ssh-add` also accepts one...

Hi, could you try running the ykcs11 in debug mode (by setting the environment variable `YKCS11_DBG`) and/or running it through OpenSC's PKCS#11 spy?

key generation in OpenSSL is broken (`-keygen_engine` in `req` doesn't really behave as it should). Common practice is to use something else to generate the key and then tell OpenSSL...