Tomáš Mráz

Results 1511 comments of Tomáš Mráz

> Does this sounds somewhat reasonable? It does to me.

> Hi, > > Sorry to spam, but will this be extended for HMAC as well for the API below? > > `int EVP_MAC_init(EVP_MAC_CTX *ctx, const unsigned char *key, size_t...

Could you please submit a CLA? https://openssl-library.org/policies/cla/index.html Also please remove the CLA: trivial annotation from the commit message.

Merged to the master branch. Thank you for your contribution.

The commit message is really bad. Unfortunately this is already merged.

Reducing the size reduces the number of algorithm names that can be stored in the namemap including all the aliases. The current allocation allows for 8192 algorithm names (that is...

@nhorman Please note that the current code uses the lockless option which does not resize the hash table ever but it can fill it all (on the expense of performance)....

> [@nhorman](https://github.com/nhorman) > > Can I create a PR to submit the patch with the value of 512 for NAMEMAP_HT_BUCKETS? > > Thanks, Kanagavel Feel free to do so. We...

Could you please add `enable-jitter-dynamic` temporarily to the run-checker-ci.yml (in a separate commit with DROP annotation in the commit title) and also with a regular commit to run-checker-daily.yml ?