Tomáš Mráz

Results 1511 comments of Tomáš Mráz

Merged (with slightly tweaked commit message) to the master, 3.4, 3.3 and 3.2 branches. Thank you for your contribution.

Keys can be encoded in different forms. For example for RSA the first der is in the traditional PKCS#1 format and the second in the PKCS#8 format. SM2 has also...

This should be investigated further. However to answer... > Which der key should I use if they are different? It does not matter, use the one which works for you...

This is definitely not acceptable with `CLA: trivial`. But I saw that you are sending a regular CLA. Commits to be squashed when merging.

The check_docs CI is relevant.

Could the fips issue be another instance of https://github.com/openssl/openssl/issues/23979 ? We really need to solve it.

There has to be a separate `OPENSSL_riscvcap_P` in the FIPS provider as the FIPS provider is a completely separate module not sharing any data with libcrypto. But I assume this...

> > And yes, given the providers have an explicit init function, the cpuid setup routines should be called from the FIPS provider's init function after the core callbacks are...

Yeah, right. This option does not have any real effect. I wonder what was the intent. The dynamic engines are built by default. With no-shared, the static engines are built...

@levitte Might have an idea?